summaryrefslogtreecommitdiff
path: root/gf
diff options
context:
space:
mode:
Diffstat (limited to 'gf')
-rw-r--r--gf/GNUmakefile4
-rw-r--r--gf/gf_input.c4
-rw-r--r--gf/gf_opcodes.h4
-rw-r--r--gf/gf_output.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/gf/GNUmakefile b/gf/GNUmakefile
index d5e2d01..90f6c53 100644
--- a/gf/GNUmakefile
+++ b/gf/GNUmakefile
@@ -1,10 +1,10 @@
# Makefile for the GF library.
#
-# Copyright (C) 1992 Free Software Foundation, Inc.
+# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
#
# 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, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
diff --git a/gf/gf_input.c b/gf/gf_input.c
index caff3be..be30941 100644
--- a/gf/gf_input.c
+++ b/gf/gf_input.c
@@ -1,10 +1,10 @@
/* gf_input.c: read objects from one GF file.
-Copyright (C) 1992, 2004 Free Software Foundation, Inc.
+Copyright (C) 1992, 2004, 2011 Free Software Foundation, Inc.
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, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
diff --git a/gf/gf_opcodes.h b/gf/gf_opcodes.h
index f8014bf..a1c8558 100644
--- a/gf/gf_opcodes.h
+++ b/gf/gf_opcodes.h
@@ -1,10 +1,10 @@
/* gf_opcodes.h: symbolic names for the GF commands.
-Copyright (C) 1992 Free Software Foundation, Inc.
+Copyright (C) 1992, 2011 Free Software Foundation, Inc.
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, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
diff --git a/gf/gf_output.c b/gf/gf_output.c
index 933b0cc..60a93e4 100644
--- a/gf/gf_output.c
+++ b/gf/gf_output.c
@@ -1,10 +1,10 @@
/* gf_output.c: write objects to one GF file.
-Copyright (C) 1992 Free Software Foundation, Inc.
+Copyright (C) 1992, 2011 Free Software Foundation, Inc.
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, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,