summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2009-12-15 16:17:33 -0500
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2009-12-15 16:17:33 -0500
commite0ac7e1651c48358b4b6e3734f106c06076e0220 (patch)
treed350ea2a8448ee408d2f400db3713e43b4c560ca
parent1e4fb57b49754618dc147f397a8a72483fd6c419 (diff)
downloadscreen-e0ac7e1651c48358b4b6e3734f106c06076e0220.tar.gz
GNUize.
-rw-r--r--src/acconfig.h2
-rw-r--r--src/ansi.h2
-rw-r--r--src/braille.h2
-rw-r--r--src/canvas.h2
-rw-r--r--src/configure.in2
-rw-r--r--src/display.h2
-rw-r--r--src/extern.h2
-rw-r--r--src/image.h2
-rw-r--r--src/layer.h2
-rw-r--r--src/layout.h2
-rw-r--r--src/logfile.h2
-rw-r--r--src/mark.h2
-rw-r--r--src/os.h2
-rw-r--r--src/osdef.h.in2
-rw-r--r--src/patchlevel.h4
-rw-r--r--src/sched.h2
-rw-r--r--src/screen.h2
-rw-r--r--src/viewport.h2
-rw-r--r--src/window.h2
19 files changed, 20 insertions, 20 deletions
diff --git a/src/acconfig.h b/src/acconfig.h
index bc324d5..4f5e2f8 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -19,7 +19,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
diff --git a/src/ansi.h b/src/ansi.h
index 270b76f..72992b4 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#define NATTR 6
diff --git a/src/braille.h b/src/braille.h
index ff5fde7..a0cb4e9 100644
--- a/src/braille.h
+++ b/src/braille.h
@@ -22,7 +22,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#ifdef HAVE_BRAILLE
diff --git a/src/canvas.h b/src/canvas.h
index 265545e..6aeb3d8 100644
--- a/src/canvas.h
+++ b/src/canvas.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#ifndef SCREEN_CANVAS_H
diff --git a/src/configure.in b/src/configure.in
index 9db3dd6..8c5762c 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl
-dnl $Id$ FAU
+dnl $Id$ GNU
dnl
dnl Many thanks to David MacKenzie for writing autoconf and
dnl providing a sample configure.in file for screen.
diff --git a/src/display.h b/src/display.h
index e3d5ad7..e8b3b80 100644
--- a/src/display.h
+++ b/src/display.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#ifndef SCREEN_DISPLAY_H
diff --git a/src/extern.h b/src/extern.h
index 98cb2df..0eb811a 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#if !defined(__GNUC__) || __GNUC__ < 2
diff --git a/src/image.h b/src/image.h
index e267d91..8622534 100644
--- a/src/image.h
+++ b/src/image.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
diff --git a/src/layer.h b/src/layer.h
index 13d745e..5db4997 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#ifndef SCREEN_LAYER_H
diff --git a/src/layout.h b/src/layout.h
index 2701154..065edb7 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#ifndef SCREEN_LAYOUT_H
diff --git a/src/logfile.h b/src/logfile.h
index 51f559d..c588a32 100644
--- a/src/logfile.h
+++ b/src/logfile.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
struct logfile
diff --git a/src/mark.h b/src/mark.h
index 5f75ed6..a275fe9 100644
--- a/src/mark.h
+++ b/src/mark.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
struct markdata
diff --git a/src/os.h b/src/os.h
index bac2b5f..5c17c83 100644
--- a/src/os.h
+++ b/src/os.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#include <stdio.h>
diff --git a/src/osdef.h.in b/src/osdef.h.in
index 36964fb..2253218 100644
--- a/src/osdef.h.in
+++ b/src/osdef.h.in
@@ -19,7 +19,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
/****************************************************************
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 86e2475..0695698 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
/****************************************************************
@@ -530,7 +530,7 @@
* 2005-12-19, 4.00.03jw3 syntax error.
*/
-#define ORIGIN "FAU"
+#define ORIGIN "GNU"
#define REV 4
#define VERS 1
#define PATCHLEVEL 0
diff --git a/src/sched.h b/src/sched.h
index fe94642..fdc3fc4 100644
--- a/src/sched.h
+++ b/src/sched.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
struct event
diff --git a/src/screen.h b/src/screen.h
index d996def..a151e38 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#include "os.h"
diff --git a/src/viewport.h b/src/viewport.h
index 67fa236..a19b6b8 100644
--- a/src/viewport.h
+++ b/src/viewport.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#ifndef SCREEN_VIEWPORT_H
diff --git a/src/window.h b/src/window.h
index ed8506f..9646b6b 100644
--- a/src/window.h
+++ b/src/window.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#ifndef SCREEN_WINDOW_H