aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2009-04-22 15:12:40 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2009-04-22 15:12:40 (GMT)
commit77db0e38144cb8421c9a742bccfca415b239495e (patch)
tree5e252a59ae645f5c5074db734db7a7bb0b2225d4
parent01a9f65baec90120a33a69128deb215a419e1a85 (diff)
downloadpowwow-77db0e38144cb8421c9a742bccfca415b239495e.zip
powwow-77db0e38144cb8421c9a742bccfca415b239495e.tar.gz
powwow-77db0e38144cb8421c9a742bccfca415b239495e.tar.bz2
Changed to gpl2+
-rw-r--r--catrw.c6
-rw-r--r--follow.c6
-rw-r--r--powwow-movieplay.c8
3 files changed, 16 insertions, 4 deletions
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 <stdio.h>
#include <stdlib.h>
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 <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>