Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:696b4640325873bfd3094af3d6f52257a85abd92
Author...:Sami Kerola
Committer:Sami Kerola
Date.....:Thu Dec 12 19:46:55 2013 +0000
Parents..:1964a247cf67657a30510c9947de484fb18cfcf3

Message
update copyright years

Makefile.am: this file was updated in 2013
README: likewise
cfg.mk: likewise
src/system.h: likewise
tests/last-1: likewise

Changes
diff --git a/Makefile.am b/Makefile.am
line changes: +1/-1
index f298603..f60d4d0
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 # and all subdirectories).
 # Makefile for the top-level directory of GNU hello.
 #
-# Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+# Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2013
 # Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify

diff --git a/README b/README
line changes: +1/-1
index 8074f60..bd87dd4
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Hello prints a friendly greeting.  It also serves as a sample GNU
 package, showing practices that may be useful for GNU projects.
 
   Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-  2002, 2004, 2005, 2006, 2010 Free Software Foundation, Inc.
+  2002, 2004, 2005, 2006, 2010, 2013 Free Software Foundation, Inc.
 
   Copying and distribution of this file, with or without modification,
   are permitted in any medium without royalty provided the copyright

diff --git a/cfg.mk b/cfg.mk
line changes: +1/-1
index 98dca14..936f185
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,6 +1,6 @@
 # Configuration for maintainer-makefile
 #
-# Copyright (c) 2012 Free Software Foundation, Inc.
+# Copyright (c) 2012, 2013 Free Software Foundation, Inc.
 #
 # 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

diff --git a/src/system.h b/src/system.h
line changes: +1/-1
index 5dd372c..3f94ad1
--- a/src/system.h
+++ b/src/system.h
@@ -1,6 +1,6 @@
 /* system.h: system-dependent declarations; include this first.
 
-   Copyright 1996, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright 1996, 2005, 2006, 2007, 2008, 2013 Free Software Foundation, Inc.
 
    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

diff --git a/tests/last-1 b/tests/last-1
line changes: +1/-1
index 49a21a9..0390ca4
--- a/tests/last-1
+++ b/tests/last-1
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Test that last greeting option specified is what counts.
 #
-# Copyright 2008 Free Software Foundation, Inc.
+# Copyright 2008, 2013 Free Software Foundation, Inc.
 #
 # Copying and distribution of this file, with or without modification,
 # are permitted in any medium without royalty provided the copyright

This website is licensed under AGPL-3.0. Feel free to copy!