aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-01-28 11:46:46 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-12-17 15:26:55 +0200
commita1760108b8a85e4bcb1704737fb5beb7dd14755f (patch)
treef5dce7bf3c84c2421e87ee44f617457ff95a7d58 /src
parent4ed0f2645ccdb8ed478cacdc5703d948d8eb9082 (diff)
downloadgrecs-a1760108b8a85e4bcb1704737fb5beb7dd14755f.tar.gz
grecs-a1760108b8a85e4bcb1704737fb5beb7dd14755f.tar.bz2
Update copyright years
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 @@
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-2012 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012, 2015 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 a39af9f..292218b 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-2012 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012, 2015 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 c7fc7bd..63b6338 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-2012 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012, 2015 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 fe94d42..11ef6df 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-2012 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2012, 2015 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 cd0a52d..eb6acdb 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-2012 Sergey Poznyakoff 2 Copyright (C) 2007-2012, 2015 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 2cca1ed..4a0ea2a 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-2012 Sergey Poznyakoff 3 Copyright (C) 2007-2012, 2015 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 d8db83f..8bab207 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-2012 Sergey Poznyakoff 9 Copyright (C) 2007-2012, 2015 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/cidr.c b/src/cidr.c
index 0f75476..6de7f36 100644
--- a/src/cidr.c
+++ b/src/cidr.c
@@ -1,5 +1,5 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2014 Sergey Poznyakoff 2 Copyright (C) 2007-2015 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/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 @@
1%{ 1%{
2/* grecs - Gray's Extensible Configuration System 2/* grecs - Gray's Extensible Configuration System
3 Copyright (C) 2007-2012 Sergey Poznyakoff 3 Copyright (C) 2007-2012, 2015 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/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 @@
6} 6}
7%{ 7%{
8/* grecs - Gray's Extensible Configuration System 8/* grecs - Gray's Extensible Configuration System
9 Copyright (C) 2007-2012 Sergey Poznyakoff 9 Copyright (C) 2007-2012, 2015 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 2fc6f20..8fc0f20 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-2012 Sergey Poznyakoff 2 Copyright (C) 2007-2012, 2015 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 325010d..249cc63 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-2012 Sergey Poznyakoff 2 Copyright (C) 2011-2012, 2015 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 9b61487..c05b29c 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-2012 Sergey Poznyakoff 3 Copyright (C) 2007-2012, 2015 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 293f6c1..b007780 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -8,7 +8,7 @@
8} 8}
9%{ 9%{
10/* grecs - Gray's Extensible Configuration System 10/* grecs - Gray's Extensible Configuration System
11 Copyright (C) 2007-2014 Sergey Poznyakoff 11 Copyright (C) 2007-2015 Sergey Poznyakoff
12 12
13 Grecs is free software; you can redistribute it and/or modify it 13 Grecs is free software; you can redistribute it and/or modify it
14 under the terms of the GNU General Public License as published by the 14 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 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2012 Sergey Poznyakoff 2 Copyright (C) 2007-2012, 2015 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.hin b/src/grecs.hin
index e4e271b..c01c175 100644
--- a/