aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Make-inst.am2
-rw-r--r--src/Make-shared.am2
-rw-r--r--src/Make-static.am2
-rw-r--r--src/Make.am2
-rw-r--r--src/asprintf.c2
-rw-r--r--src/bind-gram.y2
-rw-r--r--src/bind-lex.l2
-rw-r--r--src/diag.c2
-rw-r--r--src/format.c2
-rw-r--r--src/git-parser.c2
-rw-r--r--src/grecs-gram.y2
-rw-r--r--src/grecs-lex.l2
-rw-r--r--src/grecs-locus.h2
-rw-r--r--src/grecs.h2
-rw-r--r--src/join.c2
-rw-r--r--src/libgrecs.m42
-rw-r--r--src/lineacc.c2
-rw-r--r--src/list.c2
-rw-r--r--src/lookup.c2
-rw-r--r--src/mem.c2
-rw-r--r--src/meta1-gram.y2
-rw-r--r--src/meta1-lex.l2
-rw-r--r--src/parser.c2
-rw-r--r--src/parsertab.c2
-rw-r--r--src/path-parser.c2
-rw-r--r--src/pp-setup2
-rw-r--r--src/preproc.c2
-rw-r--r--src/sort.c2
-rw-r--r--src/symtab.c2
-rw-r--r--src/text.c2
-rw-r--r--src/tree.c2
-rw-r--r--src/txtacc.c2
-rw-r--r--src/version.c2
-rw-r--r--src/wordsplit.c2
-rw-r--r--src/wordsplit.h2
-rw-r--r--src/yytrans2
36 files changed, 36 insertions, 36 deletions
diff --git a/src/Make-inst.am b/src/Make-inst.am
index c6860c5..65495bc 100644
--- a/src/Make-inst.am
+++ b/src/Make-inst.am
@@ -1,5 +1,5 @@
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-2011 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
3# 3#
4# Grecs is free software; you can redistribute it and/or modify 4# Grecs 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
diff --git a/src/Make-shared.am b/src/Make-shared.am
index 8d9f9ff..f238f89 100644
--- a/src/Make-shared.am
+++ b/src/Make-shared.am
@@ -1,5 +1,5 @@
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-2011 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
3# 3#
4# Grecs is free software; you can redistribute it and/or modify 4# Grecs 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
diff --git a/src/Make-static.am b/src/Make-static.am
index 709cfb7..553a35f 100644
--- a/src/Make-static.am
+++ b/src/Make-static.am
@@ -1,5 +1,5 @@
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-2011 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
3# 3#
4# Grecs is free software; you can redistribute it and/or modify 4# Grecs 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
diff --git a/src/Make.am b/src/Make.am
index 286bf4c..e5143dd 100644
--- a/src/Make.am
+++ b/src/Make.am
@@ -1,5 +1,5 @@
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-2011 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
3# 3#
4# Grecs is free software; you can redistribute it and/or modify 4# Grecs 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
diff --git a/src/asprintf.c b/src/asprintf.c
index 3165db5..cd0a52d 100644
--- a/src/asprintf.c
+++ b/src/asprintf.c
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2011 Sergey Poznyakoff 2 Copyright (C) 2007-2012 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
diff --git a/src/bind-gram.y b/src/bind-gram.y
index e353a54..df7f9cf 100644
--- a/src/bind-gram.y
+++ b/src/bind-gram.y
@@ -1,6 +1,6 @@
1%{ 1%{
2/* grecs - Gray's Extensible Configuration System 2/* grecs - Gray's Extensible Configuration System
3 Copyright (C) 2007-2011 Sergey Poznyakoff 3 Copyright (C) 2007-2012 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
diff --git a/src/bind-lex.l b/src/bind-lex.l
index ef1598c..d8db83f 100644
--- a/src/bind-lex.l
+++ b/src/bind-lex.l
@@ -6,7 +6,7 @@
6} 6}
7%{ 7%{
8/* grecs - Gray's Extensible Configuration System 8/* grecs - Gray's Extensible Configuration System
9 Copyright (C) 2007-2011 Sergey Poznyakoff 9 Copyright (C) 2007-2012 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
diff --git a/src/diag.c b/src/diag.c
index e8b6940..6de3ce6 100644
--- a/src/diag.c
+++ b/src/diag.c
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2011 Sergey Poznyakoff 2 Copyright (C) 2007-2012 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
diff --git a/src/format.c b/src/format.c
index f1a876f..6312ab8 100644
--- a/src/format.c
+++ b/src/format.c
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2011 Sergey Poznyakoff 2 Copyright (C) 2007-2012 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
diff --git a/src/git-parser.c b/src/git-parser.c
index 7b887a7..325010d 100644
--- a/src/git-parser.c
+++ b/src/git-parser.c
@@ -1,5 +1,5 @@
1/* Git-style configuration file parser for Grecs. 1/* Git-style configuration file parser for Grecs.
2 Copyright (C) 2011 Sergey Poznyakoff 2 Copyright (C) 2011-2012 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
diff --git a/src/grecs-gram.y b/src/grecs-gram.y
index 92de6b2..dc772e0 100644
--- a/src/grecs-gram.y
+++ b/src/grecs-gram.y
@@ -1,6 +1,6 @@
1%{ 1%{
2/* grecs - Gray's Extensible Configuration System 2/* grecs - Gray's Extensible Configuration System
3 Copyright (C) 2007-2011 Sergey Poznyakoff 3 Copyright (C) 2007-2012 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
diff --git a/src/grecs-lex.l b/src/grecs-lex.l
index 455203c..a438857 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -6,7 +6,7 @@
6} 6}
7%{ 7%{
8/* grecs - Gray's Extensible Configuration System 8/* grecs - Gray's Extensible Configuration System
9 Copyright (C) 2007-2011 Sergey Poznyakoff 9 Copyright (C) 2007-2012 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
diff --git a/src/grecs-locus.h b/src/grecs-locus.h
index 7de0fc9..33aaae5 100644
--- a/src/grecs-locus.h
+++ b/src/grecs-locus.h
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2011 Sergey Poznyakoff 2 Copyright (C) 2007-2012 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
diff --git a/src/grecs.h b/src/grecs.h
index 0b0d129..a9eecf7 100644
--- a/src/grecs.h
+++ b/src/grecs.h
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2011 Sergey Poznyakoff 2 Copyright (C) 2007-2012 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
diff --git a/src/join.c b/src/join.c
index 29db5bf..868dcfa 100644
--- a/src/join.c
+++ b/src/join.c
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2011 Sergey Poznyakoff 2 Copyright (C) 2007-2012 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
diff --git a/src/libgrecs.m4 b/src/libgrecs.m4
index 68abcef..8c3ba84 100644
--- a/src/libgrecs.m4
+++ b/src/libgrecs.m4
@@ -1,6 +1,6 @@
1# libgrecs.m4 serial 1 1# libgrecs.m4 serial 1
2dnl This file is part of Grecs 2dnl This file is part of Grecs
3dnl Copyright (C) 2007, 2009-2011 Sergey Poznyakoff 3dnl Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
4dnl 4dnl
5dnl Grecs is free software; you can redistribute it and/or modify 5dnl Grecs is free software; you can redistribute it and/or modify
6dnl it under the terms of the GNU General Public License as published by 6dnl it under the terms of the GNU General Public License as published by
diff --git a/src/lineacc.c b/src/lineacc.c
index a3f4836..c9da161 100644
--- a/src/lineacc.c
+++ b/src/lineacc.c
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2011 Sergey Poznyakoff 2 Copyright (C) 2007-2012 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
diff --git a/src/list.c b/src/list.c
index 33d56d8..a9646dc 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1