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,4 +1,4 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
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,4 +1,4 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
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,4 +1,4 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
diff --git a/src/Make.am b/src/Make.am
index 286bf4c..e5143dd 100644
--- a/src/Make.am
+++ b/src/Make.am
@@ -1,4 +1,4 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
diff --git a/src/asprintf.c b/src/asprintf.c
index 3165db5..cd0a52d 100644
--- a/src/asprintf.c
+++ b/src/asprintf.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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,5 +1,5 @@
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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
@@ -7,5 +7,5 @@
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/diag.c b/src/diag.c
index e8b6940..6de3ce6 100644
--- a/src/diag.c
+++ b/src/diag.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/format.c b/src/format.c
index f1a876f..6312ab8 100644
--- a/src/format.c
+++ b/src/format.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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,4 +1,4 @@
/* Git-style configuration file parser for Grecs.
- Copyright (C) 2011 Sergey Poznyakoff
+ Copyright (C) 2011-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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,5 +1,5 @@
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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
@@ -7,5 +7,5 @@
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/grecs.h b/src/grecs.h
index 0b0d129..a9eecf7 100644
--- a/src/grecs.h
+++ b/src/grecs.h
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/join.c b/src/join.c
index 29db5bf..868dcfa 100644
--- a/src/join.c
+++ b/src/join.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/libgrecs.m4 b/src/libgrecs.m4
index 68abcef..8c3ba84 100644
--- a/src/libgrecs.m4
+++ b/src/libgrecs.m4
@@ -1,5 +1,5 @@
# libgrecs.m4 serial 1
dnl This file is part of Grecs
-dnl Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
+dnl Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
dnl
dnl Grecs is free software; you can redistribute it and/or modify
diff --git a/src/lineacc.c b/src/lineacc.c
index a3f4836..c9da161 100644
--- a/src/lineacc.c
+++ b/src/lineacc.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/list.c b/src/list.c
index 33d56d8..a9646dc 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/lookup.c b/src/lookup.c
index 2e737aa..e8d69ee 100644
--- a/src/lookup.c
+++ b/src/lookup.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/mem.c b/src/mem.c
index 2e6a7cf..85fd684 100644
--- a/src/mem.c
+++ b/src/mem.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/meta1-gram.y b/src/meta1-gram.y
index 1411361..d39e46c 100644
--- a/src/meta1-gram.y
+++ b/src/meta1-gram.y
@@ -1,5 +1,5 @@
%{
/* MeTA1 configuration parser for Grecs.
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/meta1-lex.l b/src/meta1-lex.l
index 04eddb5..eb87edd 100644
--- a/src/meta1-lex.l
+++ b/src/meta1-lex.l
@@ -2,5 +2,5 @@
%top {
/* MeTA1 configuration lexer for Grecs.
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/parser.c b/src/parser.c
index d3ee19a..8d917f9 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/parsertab.c b/src/parsertab.c
index 579cc40..5661e9e 100644
--- a/src/parsertab.c
+++ b/src/parsertab.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/path-parser.c b/src/path-parser.c
index f42ac60..9d333c1 100644
--- a/src/path-parser.c
+++ b/src/path-parser.c
@@ -1,4 +1,4 @@
/* Path-style configuration file parser for Grecs.
- Copyright (C) 2011 Sergey Poznyakoff
+ Copyright (C) 2011-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/pp-setup b/src/pp-setup
index 9076ada..8a64800 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -1,5 +1,5 @@
divert(-1) dnl -*- m4 -*-
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
#
# Grex is free software; you can redistribute it and/or modify
diff --git a/src/preproc.c b/src/preproc.c
index a5dda52..2626705 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/sort.c b/src/sort.c
index d793a3e..0f9b93d 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/symtab.c b/src/symtab.c
index 297787c..bfdb89f 100644
--- a/src/symtab.c
+++ b/src/symtab.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/text.c b/src/text.c
index 1e8b762..c166c9d 100644
--- a/src/text.c
+++ b/src/text.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/tree.c b/src/tree.c
index 6fdbb85..0aee836 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/txtacc.c b/src/txtacc.c
index 5ff9ec6..a8fa002 100644
--- a/src/txtacc.c
+++ b/src/txtacc.c
@@ -1,4 +1,4 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
diff --git a/src/version.c b/src/version.c
index 709e63e..25fc981 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,4 +1,4 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2011 Sergey Poznyakoff
+ Copyright (C) 2007-2012 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
diff --git a/src/wordsplit.c b/src/wordsplit.c
index c51be0a..da245de 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,4 +1,4 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2011 Sergey Poznyakoff
+ Copyright (C) 2009-2012 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
diff --git a/src/wordsplit.h b/src/wordsplit.h
index 0ddb02b..5bf02a6 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -1,4 +1,4 @@
/* wordsplit - a word splitter
- Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff
+ Copyright (C) 2009-2012 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
diff --git a/src/yytrans b/src/yytrans
index 9de7462..bbdb6f4 100644
--- a/src/yytrans
+++ b/src/yytrans
@@ -1,4 +1,4 @@
# Identifier translation table for Grecs.
-# Copyright (C) 2011 Sergey Poznyakoff
+# Copyright (C) 2011-2012 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify

Return to:

Send suggestions and report system problems to the System administrator.