diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2009-04-22 15:12:40 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2009-04-22 15:12:40 (GMT) |
commit | 77db0e38144cb8421c9a742bccfca415b239495e (patch) | |
tree | 5e252a59ae645f5c5074db734db7a7bb0b2225d4 | |
parent | 01a9f65baec90120a33a69128deb215a419e1a85 (diff) | |
download | powwow-77db0e38144cb8421c9a742bccfca415b239495e.zip powwow-77db0e38144cb8421c9a742bccfca415b239495e.tar.gz powwow-77db0e38144cb8421c9a742bccfca415b239495e.tar.bz2 |
Changed to gpl2+
-rw-r--r-- | catrw.c | 6 | ||||
-rw-r--r-- | follow.c | 6 | ||||
-rw-r--r-- | powwow-movieplay.c | 8 |
3 files changed, 16 insertions, 4 deletions
@@ -1,7 +1,11 @@ /* * catrw.c -- open a file with O_RDWR and print it. * - * This file is placed in the public domain. + * 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. + * */ #include <stdio.h> #include <stdlib.h> @@ -1,7 +1,11 @@ /* * follow.c -- interactively print an ASCII file. * - * This file is placed in the public domain. + * 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. + * */ #include <stdio.h> diff --git a/powwow-movieplay.c b/powwow-movieplay.c index 3cddef9..d49078d 100644 --- a/powwow-movieplay.c +++ b/powwow-movieplay.c @@ -1,7 +1,11 @@ /* * powwow-movieplay.c -- replay powwow movies or convert them into ASCII - * - * This file is placed in the public domain. + * + * 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. + * */ #include <stdio.h> |