aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-07 19:15:26 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-07 19:15:26 +0200
commitc9b5abe560c2fe06368cb733df8bcbfdb33a8526 (patch)
treef47eefa10b62e8564e80fd3424bd1cd8700c9620 /src
parente0db6733fc8563896090f678d382375897757d18 (diff)
downloadcflow-c9b5abe560c2fe06368cb733df8bcbfdb33a8526.tar.gz
cflow-c9b5abe560c2fe06368cb733df8bcbfdb33a8526.tar.bz2
Update copyright statements. Remove 'Front-Cover' clause from cflow.texi
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
-rw-r--r--src/argcv.c7
-rw-r--r--src/argcv.h6
-rw-r--r--src/c.l6
-rw-r--r--src/cflow.h8
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c8
-rw-r--r--src/linked-list.c8
-rw-r--r--src/main.c8
-rw-r--r--src/output.c8
-rw-r--r--src/parser.c6
-rw-r--r--src/parser.h6
-rw-r--r--src/posix.c8
-rw-r--r--src/rc.c8
-rw-r--r--src/symbol.c8
15 files changed, 37 insertions, 65 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a66f42a..bad0476 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,3 @@
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301 USA.
-
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/src/argcv.c b/src/argcv.c
index 51e335e..611cb64 100644
--- a/src/argcv.c
+++ b/src/argcv.c
@@ -13,6 +13,5 @@
- You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
diff --git a/src/argcv.h b/src/argcv.h
index 17a2f31..c082709 100644
--- a/src/argcv.h
+++ b/src/argcv.h
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU Lesser General
- Public License along with this library; if not, write to the
- Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/c.l b/src/c.l
index d0466ed..510ee1f 100644
--- a/src/c.l
+++ b/src/c.l
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/cflow.h b/src/cflow.h
index 07cc8cf..28ba0db 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009-2010, 2014 Sergey Poznyakoff
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/depmap.c b/src/depmap.c
index e1753ce..6cb4c8e 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow.
- Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 2008-2010, 2014 Sergey Poznyakoff
diff --git a/src/gnu.c b/src/gnu.c
index e471892..aae4909 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014 Sergey Poznyakoff
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/linked-list.c b/src/linked-list.c
index e81fd1c..1091dd7 100644
--- a/src/linked-list.c
+++ b/src/linked-list.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2006, 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2010, 2014 Sergey Poznyakoff
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/main.c b/src/main.c
index 34db7a1..e78993a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009-2011, 2014 Sergey Poznyakoff
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/output.c b/src/output.c
index 519a332..d46b496 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009-2011, 2014 Sergey Poznyakoff
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/parser.c b/src/parser.c
index 8dc2a4f..be82197 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -14,6 +14,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/parser.h b/src/parser.h
index 49c8b45..4204e2f 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- * Copyright (C) 1997, 2007, 2010 Sergey Poznyakoff
+ * Copyright (C) 1997, 2007, 2010, 2014 Sergey Poznyakoff
*
@@ -14,5 +14,3 @@
* You should have received a copy of the GNU General Public License
- * along with GNU cflow; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/posix.c b/src/posix.c
index 4b30545..d0caac8 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014 Sergey Poznyakoff
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/rc.c b/src/rc.c
index 0b3ddf9..bb9d25a 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014 Sergey Poznyakoff
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
diff --git a/src/symbol.c b/src/symbol.c
index 567e458..7c54a97 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2006, 2007, 2009, 2010 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2010, 2014 Sergey Poznyakoff
@@ -13,6 +13,4 @@
- You should have received a copy of the GNU General Public
- License along with GNU cflow; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301 USA */
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */

Return to:

Send suggestions and report system problems to the System administrator.