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,8 +1,8 @@
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
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
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,8 +1,8 @@
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
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
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,8 +1,8 @@
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
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/src/Make.am b/src/Make.am
index fe94d42..11ef6df 100644
--- a/src/Make.am
+++ b/src/Make.am
@@ -1,8 +1,8 @@
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
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/src/asprintf.c b/src/asprintf.c
index cd0a52d..eb6acdb 100644
--- a/src/asprintf.c
+++ b/src/asprintf.c
@@ -1,8 +1,8 @@
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
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
7 option) any later version. 7 option) any later version.
8 8
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,9 +1,9 @@
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
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
8 option) any later version. 8 option) any later version.
9 9
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
@@ -3,13 +3,13 @@
3#ifdef HAVE_CONFIG_H 3#ifdef HAVE_CONFIG_H
4# include <config.h> 4# include <config.h>
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-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
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
14 option) any later version. 14 option) any later version.
15 15
diff --git a/src/cidr.c b/src/cidr.c
index 0f75476..6de7f36 100644
--- a/src/cidr.c
+++ b/src/cidr.c
@@ -1,8 +1,8 @@
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
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
7 option) any later version. 7 option) any later version.
8 8
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,9 +1,9 @@
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
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
8 option) any later version. 8 option) any later version.
9 9
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
@@ -3,13 +3,13 @@
3#ifdef HAVE_CONFIG_H 3#ifdef HAVE_CONFIG_H
4# include <config.h> 4# include <config.h>
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-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
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
14 option) any later version. 14 option) any later version.
15 15
diff --git a/src/diag.c b/src/diag.c
index 2fc6f20..8fc0f20 100644
--- a/src/diag.c
+++ b/src/diag.c
@@ -1,8 +1,8 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007-2012 Sergey Poznyakoff</