diff --git a/contrib/config.inc b/contrib/config.inc
index 56707c4a..159919ef 100755
--- a/contrib/config.inc
+++ b/contrib/config.inc
@@ -1,6 +1,22 @@
# elog2sql
# global configuration vars
+# Copyright 2000 + Stefan Ritt
+#
+# ELOG is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# ELOG is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ELOG. If not, see .
+
+
#
# set the database table names to "$table_prefix"
diff --git a/contrib/mailelog.pl b/contrib/mailelog.pl
index 6191d734..bef4f94d 100755
--- a/contrib/mailelog.pl
+++ b/contrib/mailelog.pl
@@ -1,5 +1,21 @@
#!/usr/bin/perl -w
+# Copyright 2000 + Stefan Ritt
+#
+# ELOG is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# ELOG is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ELOG. If not, see .
+
+
=head1 NAME
doelog - save a mime message to elog
diff --git a/contrib/parsecfg.pl b/contrib/parsecfg.pl
index 3a576fb4..34b6f7ab 100755
--- a/contrib/parsecfg.pl
+++ b/contrib/parsecfg.pl
@@ -1,5 +1,21 @@
#!/usr/bin/perl
+# Copyright 2000 + Stefan Ritt
+#
+# ELOG is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# ELOG is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ELOG. If not, see .
+
+
=head1 NAME
parsecfg.pl - create a sql db template from a elog.cfg file
diff --git a/contrib/parselog.pl b/contrib/parselog.pl
index 8964e786..6942e801 100755
--- a/contrib/parselog.pl
+++ b/contrib/parselog.pl
@@ -1,5 +1,21 @@
#!/usr/bin/perl
+# Copyright 2000 + Stefan Ritt
+#
+# ELOG is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# ELOG is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with ELOG. If not, see .
+
+
=head1 NAME
parselog.pl - create a sql db input file from a elog logbook
diff --git a/elog.spec b/elog.spec
index bd0528a6..cb920baf 100755
--- a/elog.spec
+++ b/elog.spec
@@ -2,8 +2,8 @@
Name: elog
Summary: elog is a standalone electronic web logbook
-Version: 2.8.1
-Release: 1
+Version: 2.9.2
+Release: test
License: GPL
Group: Applications/Networking
Source: http://midas.psi.ch/elog/download/elog-%{version}.tar.gz
diff --git a/src/auth.c b/src/auth.c
index 0ad71144..bfec63bc 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -2,6 +2,21 @@
Name: auth.c
Created by: Stefan Ritt
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
Contents: Authentication subroutines. Currently supported:
diff --git a/src/crypt.c b/src/crypt.c
index 6a82b2a1..b120c2f2 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -1,6 +1,24 @@
/* SHA256-based Unix crypt implementation.
Released into the Public Domain by Ulrich Drepper .
Adapted for MS Windows by Stefan Ritt
+
+ Copyrights Ulrich Drepper
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
+
$Id$ */
#ifdef _MSC_VER
diff --git a/src/elconv.c b/src/elconv.c
index 1f39bcfb..7a97d939 100644
--- a/src/elconv.c
+++ b/src/elconv.c
@@ -2,6 +2,22 @@
Name: elconv.c
Created by: Stefan Ritt
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
+
Contents: Conversion program for ELOG messages
diff --git a/src/elog-version.h b/src/elog-version.h
index 82ed6a20..a9948dc4 100644
--- a/src/elog-version.h
+++ b/src/elog-version.h
@@ -2,6 +2,22 @@
Name: elog-version.h
Created by: Stefan Ritt
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
+
Contents: Version file for all ELOG programs
diff --git a/src/elog.c b/src/elog.c
index e527cae8..7e504749 100755
--- a/src/elog.c
+++ b/src/elog.c
@@ -2,6 +2,21 @@
Name: elog.c
Created by: Stefan Ritt
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
Contents: Electronic logbook utility
diff --git a/src/elogd.c b/src/elogd.c
index 21f71f63..aa523314 100755
--- a/src/elogd.c
+++ b/src/elogd.c
@@ -2,6 +2,22 @@
Name: elogd.c
Created by: Stefan Ritt
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
+
Contents: Web server program for Electronic Logbook ELOG
diff --git a/src/elogd.h b/src/elogd.h
index 80df86da..bf5b3bdb 100644
--- a/src/elogd.h
+++ b/src/elogd.h
@@ -2,6 +2,22 @@
Name: elogd.h
Created by: Stefan Ritt
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
+
Contents: Header file for ELOG program
diff --git a/src/git-revision.h b/src/git-revision.h
index aaaa19f6..baf4cd0e 100644
--- a/src/git-revision.h
+++ b/src/git-revision.h
@@ -1 +1,23 @@
+/********************************************************************\
+
+ Name: git-revision.h
+ Created by: Stefan Ritt
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
+
+\********************************************************************/
+
#define GIT_REVISION "Mon Jan 13 09:25:57 2014 +0100 - a738232"
diff --git a/src/locext.c b/src/locext.c
index c9f609b6..0499497d 100755
--- a/src/locext.c
+++ b/src/locext.c
@@ -2,6 +2,23 @@
Name: locext.c
Created by: Stefan Ritt
+ Copyright 2000 + Stefan Ritt
+
+ ELOG is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ ELOG is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with ELOG. If not, see .
+
+
+
Contents: Extract all localization strings from elogd and put
them into eloglang.xxxx