diff options
author | mirabilos <tg@mirbsd.org> | 2015-08-26 23:33:00 +0200 |
---|---|---|
committer | mirabilos <tg@mirbsd.org> | 2015-08-26 23:33:00 +0200 |
commit | 57a7f18cb314fd7040c99b65dcece8d6b28e8629 (patch) | |
tree | 44891558497240f2be06dbe1365208f109e947e1 | |
parent | c3f9f82dafb5d5dfd14b42c60f10cd0a086b62b1 (diff) | |
download | xrdp-proprietary-57a7f18cb314fd7040c99b65dcece8d6b28e8629.tar.gz xrdp-proprietary-57a7f18cb314fd7040c99b65dcece8d6b28e8629.zip |
add historic GPLv2+ to Simone’s files
this becomes GPLv3+ when combined with Apache v2 licenced files
-rw-r--r-- | sesman/tools/sesadmin.c | 13 | ||||
-rw-r--r-- | sesman/tools/sestest.c | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/sesman/tools/sesadmin.c b/sesman/tools/sesadmin.c index 32789c6d..203bc023 100644 --- a/sesman/tools/sesadmin.c +++ b/sesman/tools/sesadmin.c @@ -2,6 +2,19 @@ * sesadmin.c - an sesman administration tool * (c) 2008 Simone Fedele * + * 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. */ #include "arch.h" diff --git a/sesman/tools/sestest.c b/sesman/tools/sestest.c index d42b31de..cf28f803 100644 --- a/sesman/tools/sestest.c +++ b/sesman/tools/sestest.c @@ -2,6 +2,19 @@ * sestest.c - an scp_v1 testing tool * (c) 2008 Simone Fedele * + * 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. */ #include "arch.h" |