diff options
author | kramm <kramm> | 2003-08-08 16:25:13 +0000 |
---|---|---|
committer | kramm <kramm> | 2003-08-08 16:25:13 +0000 |
commit | aee9de2c6eb23628e54b6896f5b441d9b39317c1 (patch) | |
tree | 74a8ecf8b289a8d9ed17ebcf1293f97c6c8830ef /swfs | |
parent | f4b6a21c1f1a3229016220902233594d1b597c0a (diff) |
added (long) GPL headers.
Diffstat (limited to 'swfs')
-rw-r--r-- | swfs/PreLoaderTemplate.c | 15 | ||||
-rw-r--r-- | swfs/keyboard_viewer.c | 15 | ||||
-rw-r--r-- | swfs/simple_viewer.c | 15 |
3 files changed, 39 insertions, 6 deletions
diff --git a/swfs/PreLoaderTemplate.c b/swfs/PreLoaderTemplate.c index 1f25f5e2..80f5b12c 100644 --- a/swfs/PreLoaderTemplate.c +++ b/swfs/PreLoaderTemplate.c @@ -6,8 +6,19 @@ Copyright (c) 2001 Matthias Kramm <kramm@quiss.org> - This file is distributed under the GPL, see file COPYING for details -*/ + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <stdio.h> #include <fcntl.h> diff --git a/swfs/keyboard_viewer.c b/swfs/keyboard_viewer.c index 21a7e633..e90a84e3 100644 --- a/swfs/keyboard_viewer.c +++ b/swfs/keyboard_viewer.c @@ -10,8 +10,19 @@ Copyright (c) 2000, 2001 Matthias Kramm <kramm@quiss.org> - This file is distributed under the GPL, see file COPYING for details -*/ + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <stdio.h> #include <fcntl.h> diff --git a/swfs/simple_viewer.c b/swfs/simple_viewer.c index 4710cdf2..7a21883c 100644 --- a/swfs/simple_viewer.c +++ b/swfs/simple_viewer.c @@ -8,8 +8,19 @@ Copyright (c) 2000, 2001 Matthias Kramm <kramm@quiss.org> - This file is distributed under the GPL, see file COPYING for details -*/ + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <stdio.h> #include <fcntl.h> |