diff options
author | David Sommerseth <davids@redhat.com> | 2013-01-18 21:05:00 +0100 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2013-01-18 21:21:28 +0100 |
commit | 0c107c8e19b9880ccd769507e272df3cd19207e2 (patch) | |
tree | f7ff3b0120e05e2efbe3f657482d8b246672a94b /server/parser | |
parent | e0ffb7a716f27a2e1621a8b32829262c58ac3eb3 (diff) | |
download | rteval-0c107c8e19b9880ccd769507e272df3cd19207e2.tar.gz rteval-0c107c8e19b9880ccd769507e272df3cd19207e2.tar.xz rteval-0c107c8e19b9880ccd769507e272df3cd19207e2.zip |
Copyright updates
- Updated the GPLv2 license text to match the latest GPLv2 from FSF
- Updated all FSF addresses in all copyright notices in source files
- Updated copyright years for all contributors to include 2013
- Removed all #!/usr/bin/python lines in files which does not need it
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'server/parser')
-rw-r--r-- | server/parser/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/parser/Makefile.am b/server/parser/Makefile.am index d328162..0962041 100644 --- a/server/parser/Makefile.am +++ b/server/parser/Makefile.am @@ -1,6 +1,6 @@ # Makefile.am - autotools configuration file # -# Copyright 2009 David Sommerseth <davids@redhat.com> +# Copyright 2009 - 2013 David Sommerseth <davids@redhat.com> # # 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 @@ -12,9 +12,9 @@ # 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 this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # For the avoidance of doubt the "preferred form" of this code is one which # is in an open unpatent encumbered format. Where cryptographic key signing |