From 77db0e38144cb8421c9a742bccfca415b239495e Mon Sep 17 00:00:00 2001 From: Steve Slaven Date: Wed, 22 Apr 2009 08:12:40 -0700 Subject: Changed to gpl2+ diff --git a/catrw.c b/catrw.c index 164d2a3..e19e4e5 100644 --- a/catrw.c +++ b/catrw.c @@ -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 #include diff --git a/follow.c b/follow.c index 4dba062..a9eb087 100644 --- a/follow.c +++ b/follow.c @@ -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 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 -- cgit v0.10.2