From 0d27bb46347ef04686fe42f63882e9ac7cbf77d6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 1 Feb 2011 13:40:00 +0000 Subject: [PATCH] 2011-02-01 14:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbnetio/utils/hbnetio/netiosrv.prg * contrib/hbnetio/utils/hbnetio/netiocon.prg + Added GPL license. * contrib/hbnetio/utils/hbnetioq/netiosrq.prg + Added GPL license. (once the server code is deleted and only the UI remains, this should be updated) --- harbour/ChangeLog | 12 ++++++++- .../hbnetio/utils/hbnetio/netiocon.prg | 20 ++++++++++++--- .../hbnetio/utils/hbnetio/netiosrv.prg | 18 +++++++++++-- .../hbnetio/utils/hbnetioq/netiosrq.prg | 25 +++++++++++-------- 4 files changed, 59 insertions(+), 16 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 95d2694307..a0b5c7d3be 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,16 @@ The license applies to all entries newer than 2009-04-28. */ +2011-02-01 14:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbnetio/utils/hbnetio/netiosrv.prg + * contrib/hbnetio/utils/hbnetio/netiocon.prg + + Added GPL license. + + * contrib/hbnetio/utils/hbnetioq/netiosrq.prg + + Added GPL license. (once the server code is + deleted and only the UI remains, this should + be updated) + 2011-02-01 11:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/make.hbs ! Fixed to not define _HB_BUILD_ when doing a custom build @@ -530,7 +540,7 @@ ; TODO: Change hbnetio to be pure server daemon and add separate management console tool. Or, it's possible to put the console UI in a lib and keeping it included in daemon - for convenience. + for convenience. [DONE] 2011-01-27 12:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog diff --git a/harbour/contrib/hbnetio/utils/hbnetio/netiocon.prg b/harbour/contrib/hbnetio/utils/hbnetio/netiocon.prg index c9a29fa5a7..d61d39b39b 100644 --- a/harbour/contrib/hbnetio/utils/hbnetio/netiocon.prg +++ b/harbour/contrib/hbnetio/utils/hbnetio/netiocon.prg @@ -3,12 +3,26 @@ */ /* - * The following parts are Copyright of the individual authors. + * Harbour Project source code: + * Harbour NETIO server management cmdline tool + * + * Copyright 2009-2011 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * - * Copyright 2010 Viktor Szakats (harbour.01 syenar.hu) + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * See COPYING for licensing terms. + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit + * their web site at http://www.gnu.org/). * */ diff --git a/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg b/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg index 86a6666373..8d5521ade5 100644 --- a/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg +++ b/harbour/contrib/hbnetio/utils/hbnetio/netiosrv.prg @@ -4,13 +4,27 @@ /* * Harbour Project source code: - * demonstration/test code for alternative RDD IO API which uses own - * very simple TCP/IP file server. + * Harbour NETIO server daemon * * Copyright 2010-2011 Viktor Szakats (harbour.01 syenar.hu) * Copyright 2009 Przemyslaw Czerpak * www - http://harbour-project.org * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit + * their web site at http://www.gnu.org/). + * */ /* TODO: - on the fly change of RPC filter modules diff --git a/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg b/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg index 6e0491f091..e590dc42af 100644 --- a/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg +++ b/harbour/contrib/hbnetio/utils/hbnetioq/netiosrq.prg @@ -4,22 +4,27 @@ /* * Harbour Project source code: - * demonstration/test code for alternative RDD IO API which uses own - * very simple TCP/IP file server. + * Harbour NETIO server management QT client + server * + * Copyright 2011 Pritpal Bedi + * Copyright 2009-2011 Viktor Szakats (harbour.01 syenar.hu) * Copyright 2009 Przemyslaw Czerpak * www - http://harbour-project.org * - */ - -/* - * The following parts are Copyright of the individual authors. - * www - http://harbour-project.org + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * Copyright 2010 Viktor Szakats (harbour.01 syenar.hu) - * Copyright 2011 Pritpal Bedi + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. * - * See COPYING for licensing terms. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA (or visit + * their web site at http://www.gnu.org/). * */