aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/format.c2
-rw-r--r--src/grecs-gram.y2
-rw-r--r--src/grecs-lex.l2
-rw-r--r--src/grecs.h2
-rw-r--r--src/list.c2
-rw-r--r--src/pp-setup2
-rw-r--r--src/preproc.c2
-rw-r--r--src/text.c2
-rw-r--r--src/wordsplit.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 772a647..2f35f52 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
1# This file is part of grecs - Gray's Extensible Configuration System 1# This file is part of grecs - Gray's Extensible Configuration System
2# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
3# 3#
4# Grex is free software; you can redistribute it and/or modify 4# Grex is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
diff --git a/src/format.c b/src/format.c
index 76121f8..a1aa67d 100644
--- a/src/format.c
+++ b/src/format.c
@@ -1,6 +1,6 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 Sergey Poznyakoff
3 3
4 Grecs is free software; you can redistribute it and/or modify it 4 Grecs is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
6 Free Software Foundation; either version 3 of the License, or (at your 6 Free Software Foundation; either version 3 of the License, or (at your
diff --git a/src/grecs-gram.y b/src/grecs-gram.y
index 114e151..0edea13 100644
--- a/src/grecs-gram.y
+++ b/src/grecs-gram.y
@@ -1,7 +1,7 @@
1%{ 1%{
2/* grecs - Gray's Extensible Configuration System 2/* grecs - Gray's Extensible Configuration System
3 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 3 Copyright (C) 2007-2011 Sergey Poznyakoff
4 4
5 Grecs is free software; you can redistribute it and/or modify it 5 Grecs is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by the 6 under the terms of the GNU General Public License as published by the
7 Free Software Foundation; either version 3 of the License, or (at your 7 Free Software Foundation; either version 3 of the License, or (at your
diff --git a/src/grecs-lex.l b/src/grecs-lex.l
index a16045a..baf85de 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -5,9 +5,9 @@
5#endif 5#endif
6} 6}
7%{ 7%{
8/* grecs - Gray's Extensible Configuration System 8/* grecs - Gray's Extensible Configuration System
9 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 9 Copyright (C) 2007-2011 Sergey Poznyakoff
10 10
11 Grecs is free software; you can redistribute it and/or modify it 11 Grecs is free software; you can redistribute it and/or modify it
12 under the terms of the GNU General Public License as published by the 12 under the terms of the GNU General Public License as published by the
13 Free Software Foundation; either version 3 of the License, or (at your 13 Free Software Foundation; either version 3 of the License, or (at your
diff --git a/src/grecs.h b/src/grecs.h
index 99c0453..ec98979 100644
--- a/src/grecs.h
+++ b/src/grecs.h
@@ -1,6 +1,6 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 Sergey Poznyakoff
3 3
4 Grecs is free software; you can redistribute it and/or modify it 4 Grecs is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
6 Free Software Foundation; either version 3 of the License, or (at your 6 Free Software Foundation; either version 3 of the License, or (at your
diff --git a/src/list.c b/src/list.c
index 3bb0757..4a5d3f6 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,6 +1,6 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 Sergey Poznyakoff
3 3
4 Grecs is free software; you can redistribute it and/or modify it 4 Grecs is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
6 Free Software Foundation; either version 3 of the License, or (at your 6 Free Software Foundation; either version 3 of the License, or (at your
diff --git a/src/pp-setup b/src/pp-setup
index ad97441..9076ada 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -1,7 +1,7 @@
1divert(-1) dnl -*- m4 -*- 1divert(-1) dnl -*- m4 -*-
2# This file is part of grecs - Gray's Extensible Configuration System 2# This file is part of grecs - Gray's Extensible Configuration System
3# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff 3# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
4# 4#
5# Grex is free software; you can redistribute it and/or modify 5# Grex is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 3, or (at your option) 7# the Free Software Foundation; either version 3, or (at your option)
diff --git a/src/preproc.c b/src/preproc.c
index a71c93f..7ea9442 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -1,6 +1,6 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 Sergey Poznyakoff
3 3
4 Grecs is free software; you can redistribute it and/or modify it 4 Grecs is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
6 Free Software Foundation; either version 3 of the License, or (at your 6 Free Software Foundation; either version 3 of the License, or (at your
diff --git a/src/text.c b/src/text.c
index 18f6549..6b8b905 100644
--- a/src/text.c
+++ b/src/text.c
@@ -1,6 +1,6 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 Sergey Poznyakoff
3 3
4 Grecs is free software; you can redistribute it and/or modify it 4 Grecs is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
6 Free Software Foundation; either version 3 of the License, or (at your 6 Free Software Foundation; either version 3 of the License, or (at your
diff --git a/src/wordsplit.c b/src/wordsplit.c
index ccc1080..662a1e1 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,6 +1,6 @@
1/* wordsplit - a word splitter 1/* wordsplit - a word splitter
2 Copyright (C) 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2009-2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 under the terms of the GNU General Public License as published by the
6 Free Software Foundation; either version 3 of the License, or (at your 6 Free Software Foundation; either version 3 of the License, or (at your

Return to:

Send suggestions and report system problems to the System administrator.