guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-74-g32e3c5


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-74-g32e3c50
Date: Thu, 31 Jan 2013 05:38:08 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=32e3c505c37ede7f096239574c3ac46206bf0cef

The branch, stable-2.0 has been updated
       via  32e3c505c37ede7f096239574c3ac46206bf0cef (commit)
      from  419c8736243e78a60020f5215ab223af6e9b7bb1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 32e3c505c37ede7f096239574c3ac46206bf0cef
Author: Mark H Weaver <address@hidden>
Date:   Thu Jan 31 00:32:57 2013 -0500

    Bump copyright year to 2013 in REPL greeting.
    
    * module/system/repl/common.scm: Add not only 2013, but also 2012 to the
      copyright notice at the top of the file, since the file was changed in
      2012.
      (*version*): Bump copyright year to 2013 in REPL greeting.

-----------------------------------------------------------------------

Summary of changes:
 module/system/repl/common.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/module/system/repl/common.scm b/module/system/repl/common.scm
index 3f3e785..5da7c48 100644
--- a/module/system/repl/common.scm
+++ b/module/system/repl/common.scm
@@ -1,6 +1,7 @@
 ;;; Repl common routines
 
-;; Copyright (C) 2001, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2008, 2009, 2010, 2011, 2012,
+;;    2013 Free Software Foundation, Inc.
 
 ;;; This library is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU Lesser General Public
@@ -39,7 +40,7 @@
 
 (define *version*
   (format #f "GNU Guile ~A
-Copyright (C) 1995-2012 Free Software Foundation, Inc.
+Copyright (C) 1995-2013 Free Software Foundation, Inc.
 
 Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
 This program is free software, and you are welcome to redistribute it


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]