aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/c.l2
-rw-r--r--src/cflow.h2
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c2
-rw-r--r--src/linked-list.c2
-rw-r--r--src/main.c2
-rw-r--r--src/output.c2
-rw-r--r--src/parser.c2
-rw-r--r--src/parser.h2
-rw-r--r--src/posix.c2
-rw-r--r--src/rc.c2
-rw-r--r--src/symbol.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/c.l b/src/c.l
index d64c8f1..c1e6fad 100644
--- a/src/c.l
+++ b/src/c.l
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/cflow.h b/src/cflow.h
index 2593398..986f42e 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997,2005,2007,2009 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/depmap.c b/src/depmap.c
index 340d41f..e1753ce 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow.
- Copyright (C) 2008, 2009 Sergey Poznyakoff
+ Copyright (C) 2008, 2009, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gnu.c b/src/gnu.c
index ddd23e3..e471892 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997,2005,2007 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/linked-list.c b/src/linked-list.c
index b7266ad..9b71276 100644
--- a/src/linked-list.c
+++ b/src/linked-list.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2006, 2007, 2009 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2006, 2007, 2009, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/main.c b/src/main.c
index b08ccdd..12ef6b7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997,2005,2007,2009 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/output.c b/src/output.c
index a617816..47c3c47 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997,2005,2007,2009 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2009, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/parser.c b/src/parser.c
index 6478ed5..3163920 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2006, 2007, 2009 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2006, 2007, 2009, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/parser.h b/src/parser.h
index cb872c1..fd423ae 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- * Copyright (C) 1997, 2007 Sergey Poznyakoff
+ * Copyright (C) 1997, 2007, 2010 Sergey Poznyakoff
*
* GNU cflow is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/posix.c b/src/posix.c
index 2275cc7..4b30545 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/rc.c b/src/rc.c
index ce01017..0b3ddf9 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/symbol.c b/src/symbol.c
index 677f510..c9e8720 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2006, 2007, 2009 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2006, 2007, 2009, 2010 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.