diff options
author | Mark H Weaver <mhw@netris.org> | 2013-07-16 12:12:25 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-07-16 12:12:25 -0400 |
commit | 1f4f2a12d093fe4f156ef25ebc4a25d05185e5f9 (patch) | |
tree | 06ad1195ea0664b8997513b72104f182f862f3f2 /module/rnrs/arithmetic/bitwise.scm | |
parent | a1c9ecf0a46fb3b09a268030f790aa487d38a433 (diff) | |
download | guile-1f4f2a12d093fe4f156ef25ebc4a25d05185e5f9.tar.gz |
Update copyright dates of recently-changed R6RS bitwise/flonums files.
* module/rnrs/arithmetic/bitwise.scm:
module/rnrs/arithmetic/flonums.scm:
test-suite/tests/r6rs-arithmetic-bitwise.test:
test-suite/tests/r6rs-arithmetic-flonums.test: Add 2013 to the
copyright dates.
Diffstat (limited to 'module/rnrs/arithmetic/bitwise.scm')
-rw-r--r-- | module/rnrs/arithmetic/bitwise.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/rnrs/arithmetic/bitwise.scm b/module/rnrs/arithmetic/bitwise.scm index ac870ff79..0acbc8cb6 100644 --- a/module/rnrs/arithmetic/bitwise.scm +++ b/module/rnrs/arithmetic/bitwise.scm @@ -1,6 +1,6 @@ ;;; bitwise.scm --- The R6RS bitwise arithmetic operations library -;; Copyright (C) 2010 Free Software Foundation, Inc. +;; Copyright (C) 2010, 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 |