aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-01 18:01:03 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-01 18:01:03 +0300
commitda56e338d346e358de864d18ca42f574305d8dfc (patch)
tree30e40f293aa1978460f78dfe43a2084227ae6c77 /src
parent5906ff8971e683deb35ee0beea1425aa93aeb499 (diff)
downloadgrecs-da56e338d346e358de864d18ca42f574305d8dfc.tar.gz
grecs-da56e338d346e358de864d18ca42f574305d8dfc.tar.bz2
Update copyright years. Add docs.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/format.c2
-rw-r--r--src/grecs-gram.y2
-rw-r--r--src/grecs-lex.l2
-rw-r--r--src/grecs.h2
-rw-r--r--src/list.c2
-rw-r--r--src/pp-setup2
-rw-r--r--src/preproc.c2
-rw-r--r--src/text.c2
-rw-r--r--src/wordsplit.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 772a647..2f35f52 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
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, 2010 Sergey Poznyakoff 2# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
3# 3#
4# Grex is free software; you can redistribute it and/or modify 4# Grex is free software; you can redistribute it and/or modify
diff --git a/src/format.c b/src/format.c
index 76121f8..a1aa67d 100644
--- a/src/format.c
+++ b/src/format.c
@@ -1,4 +1,4 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 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
diff --git a/src/grecs-gram.y b/src/grecs-gram.y
index 114e151..0edea13 100644
--- a/src/grecs-gram.y
+++ b/src/grecs-gram.y
@@ -1,5 +1,5 @@
1%{ 1%{
2/* grecs - Gray's Extensible Configuration System 2/* grecs - Gray's Extensible Configuration System
3 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 3 Copyright (C) 2007-2011 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
diff --git a/src/grecs-lex.l b/src/grecs-lex.l
index a16045a..baf85de 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -7,5 +7,5 @@
7%{ 7%{
8/* grecs - Gray's Extensible Configuration System 8/* grecs - Gray's Extensible Configuration System
9 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 9 Copyright (C) 2007-2011 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
diff --git a/src/grecs.h b/src/grecs.h
index 99c0453..ec98979 100644
--- a/src/grecs.h
+++ b/src/grecs.h
@@ -1,4 +1,4 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 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
diff --git a/src/list.c b/src/list.c
index 3bb0757..4a5d3f6 100644
--- a/src/list.c
+++ b/src/list.c
@@ -1,4 +1,4 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 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
diff --git a/src/pp-setup b/src/pp-setup
index ad97441..9076ada 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -1,5 +1,5 @@
1divert(-1) dnl -*- m4 -*- 1divert(-1) dnl -*- m4 -*-
2# This file is part of grecs - Gray's Extensible Configuration System 2# This file is part of grecs - Gray's Extensible Configuration System
3# Copyright (C) 2007, 2009, 2010 Sergey Poznyakoff 3# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff
4# 4#
5# Grex is free software; you can redistribute it and/or modify 5# Grex is free software; you can redistribute it and/or modify
diff --git a/src/preproc.c b/src/preproc.c
index a71c93f..7ea9442 100644
--- a/src/preproc.c
+++ b/src/preproc.c
@@ -1,4 +1,4 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 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
diff --git a/src/text.c b/src/text.c
index 18f6549..6b8b905 100644
--- a/src/text.c
+++ b/src/text.c
@@ -1,4 +1,4 @@
1/* grecs - Gray's Extensible Configuration System 1/* grecs - Gray's Extensible Configuration System
2 Copyright (C) 2007, 2008, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2007-2011 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
diff --git a/src/wordsplit.c b/src/wordsplit.c
index ccc1080..662a1e1 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,4 +1,4 @@
1/* wordsplit - a word splitter 1/* wordsplit - a word splitter
2 Copyright (C) 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 2009-2011 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it

Return to:

Send suggestions and report system problems to the System administrator.