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/cidr.c2
-rw-r--r--src/dhcpd-gram.y2
-rw-r--r--src/dhcpd-lex.l2
-rw-r--r--src/diag.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.hin2
-rw-r--r--src/grecsopt.h2
-rw-r--r--src/ipstr.c2
-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/opthelp.c2
-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/sockaddr.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
42 files changed, 42 insertions, 42 deletions
diff --git a/src/Make-inst.am b/src/Make-inst.am
index 81b7747..daf1c6f 100644
--- a/src/Make-inst.am
+++ b/src/Make-inst.am
@@ -1,5 +1,5 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/Make-shared.am b/src/Make-shared.am
index a39af9f..292218b 100644
--- a/src/Make-shared.am
+++ b/src/Make-shared.am
@@ -1,5 +1,5 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/Make-static.am b/src/Make-static.am
index c7fc7bd..63b6338 100644
--- a/src/Make-static.am
+++ b/src/Make-static.am
@@ -1,5 +1,5 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/Make.am b/src/Make.am
index fe94d42..11ef6df 100644
--- a/src/Make.am
+++ b/src/Make.am
@@ -1,5 +1,5 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/asprintf.c b/src/asprintf.c
index cd0a52d..eb6acdb 100644
--- a/src/asprintf.c
+++ b/src/asprintf.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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 2cca1ed..4a0ea2a 100644
--- a/src/bind-gram.y
+++ b/src/bind-gram.y
@@ -1,6 +1,6 @@
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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 d8db83f..8bab207 100644
--- a/src/bind-lex.l
+++ b/src/bind-lex.l
@@ -6,7 +6,7 @@
}
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/cidr.c b/src/cidr.c
index 0f75476..6de7f36 100644
--- a/src/cidr.c
+++ b/src/cidr.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2014 Sergey Poznyakoff
+ Copyright (C) 2007-2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/dhcpd-gram.y b/src/dhcpd-gram.y
index de5fe01..b4f1476 100644
--- a/src/dhcpd-gram.y
+++ b/src/dhcpd-gram.y
@@ -1,6 +1,6 @@
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/dhcpd-lex.l b/src/dhcpd-lex.l
index b6132d2..4db5ea0 100644
--- a/src/dhcpd-lex.l
+++ b/src/dhcpd-lex.l
@@ -6,7 +6,7 @@
}
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/diag.c b/src/diag.c
index 2fc6f20..8fc0f20 100644
--- a/src/diag.c
+++ b/src/diag.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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 325010d..249cc63 100644
--- a/src/git-parser.c
+++ b/src/git-parser.c
@@ -1,5 +1,5 @@
/* Git-style configuration file parser for Grecs.
- Copyright (C) 2011-2012 Sergey Poznyakoff
+ Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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 9b61487..c05b29c 100644
--- a/src/grecs-gram.y
+++ b/src/grecs-gram.y
@@ -1,6 +1,6 @@
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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 293f6c1..b007780 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -8,7 +8,7 @@
}
%{
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2014 Sergey Poznyakoff
+ Copyright (C) 2007-2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
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 33aaae5..8ec4814 100644
--- a/src/grecs-locus.h
+++ b/src/grecs-locus.h
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/grecs.hin b/src/grecs.hin
index e4e271b..c01c175 100644
--- a/src/grecs.hin
+++ b/src/grecs.hin
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System -*- c -*-
- Copyright (C) 2007-2013 Sergey Poznyakoff
+ Copyright (C) 2007-2013, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/grecsopt.h b/src/grecsopt.h
index 4c00e53..f7c39e8 100644
--- a/src/grecsopt.h
+++ b/src/grecsopt.h
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/ipstr.c b/src/ipstr.c
index 5676301..7cf424d 100644
--- a/src/ipstr.c
+++ b/src/ipstr.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2014 Sergey Poznyakoff
+ Copyright (C) 2007-2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/join.c b/src/join.c
index 868dcfa..dd1692c 100644
--- a/src/join.c
+++ b/src/join.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/libgrecs.m4 b/src/libgrecs.m4
index 8c3ba84..3358a25 100644
--- a/src/libgrecs.m4
+++ b/src/libgrecs.m4
@@ -1,6 +1,6 @@
# libgrecs.m4 serial 1
dnl This file is part of Grecs
-dnl Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+dnl Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
dnl
dnl Grecs is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
diff --git a/src/lineacc.c b/src/lineacc.c
index c9da161..eb7f064 100644
--- a/src/lineacc.c
+++ b/src/lineacc.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/list.c b/src/list.c
index 7d236e3..e7f69f7 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/lookup.c b/src/lookup.c
index 9010be4..130163e 100644
--- a/src/lookup.c
+++ b/src/lookup.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/mem.c b/src/mem.c
index 85fd684..558f648 100644
--- a/src/mem.c
+++ b/src/mem.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/meta1-gram.y b/src/meta1-gram.y
index d9d94d6..6132190 100644
--- a/src/meta1-gram.y
+++ b/src/meta1-gram.y
@@ -1,6 +1,6 @@
%{
/* MeTA1 configuration parser for Grecs.
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/meta1-lex.l b/src/meta1-lex.l
index eb87edd..16a6c0d 100644
--- a/src/meta1-lex.l
+++ b/src/meta1-lex.l
@@ -1,7 +1,7 @@
/* MeTA1 configuration lexer for Grecs. -*- c -*- */
%top {
/* MeTA1 configuration lexer for Grecs.
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/opthelp.c b/src/opthelp.c
index 25d9772..b79c54a 100644
--- a/src/opthelp.c
+++ b/src/opthelp.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/parser.c b/src/parser.c
index 71fc59d..5364834 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/parsertab.c b/src/parsertab.c
index 5661e9e..8baec2e 100644
--- a/src/parsertab.c
+++ b/src/parsertab.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/path-parser.c b/src/path-parser.c
index 9d333c1..e88e67e 100644
--- a/src/path-parser.c
+++ b/src/path-parser.c
@@ -1,5 +1,5 @@
/* Path-style configuration file parser for Grecs.
- Copyright (C) 2011-2012 Sergey Poznyakoff
+ Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/pp-setup b/src/pp-setup
index 8a64800..af53dd5 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -1,6 +1,6 @@
divert(-1) dnl -*- m4 -*-
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grex 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/preproc.c b/src/preproc.c
index 9945097..bdf4d40 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2014 Sergey Poznyakoff
+ Copyright (C) 2007-2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/sockaddr.c b/src/sockaddr.c
index 28f99b1..83e1fe8 100644
--- a/src/sockaddr.c
+++ b/src/sockaddr.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2014 Sergey Poznyakoff
+ Copyright (C) 2007-2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/sort.c b/src/sort.c
index c5ba091..82604aa 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/symtab.c b/src/symtab.c
index 15d1b19..1e1c99a 100644
--- a/src/symtab.c
+++ b/src/symtab.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/text.c b/src/text.c
index c166c9d..39f5358 100644
--- a/src/text.c
+++ b/src/text.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/tree.c b/src/tree.c
index c0c1920..2136e7b 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2014 Sergey Poznyakoff
+ Copyright (C) 2007-2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/txtacc.c b/src/txtacc.c
index f416006..5d42657 100644
--- a/src/txtacc.c
+++ b/src/txtacc.c
@@ -1,5 +1,5 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+ Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/version.c b/src/version.c
index 25fc981..680a976 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/wordsplit.c b/src/wordsplit.c
index 4715547..355373e 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2014 Sergey Poznyakoff
+ Copyright (C) 2009-2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/wordsplit.h b/src/wordsplit.h
index 6b0c295..e7df8bb 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2014 Sergey Poznyakoff
+ Copyright (C) 2009-2015 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/yytrans b/src/yytrans
index bbdb6f4..9e3c0df 100644
--- a/src/yytrans
+++ b/src/yytrans
@@ -1,5 +1,5 @@
# Identifier translation table for Grecs.
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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.