From a02fd09117013154c011074b5a7583a1bed5eca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9ssica=20Milar=C3=A9?= Date: Fri, 11 Jan 2019 17:40:38 -0200 Subject: [PATCH 06/10] Fix wrong year in copyright notices. --- module/ice-9/generic-hash-tables.scm | 2 +- module/srfi/srfi-126.scm | 4 ++-- module/srfi/srfi-69.scm | 2 +- test-suite/tests/generic-hash-tables.test | 4 ++-- test-suite/tests/srfi-126.test | 4 ++-- test-suite/tests/srfi-69.test | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/module/ice-9/generic-hash-tables.scm b/module/ice-9/generic-hash-tables.scm index 033c3ecda..31dead97a 100644 --- a/module/ice-9/generic-hash-tables.scm +++ b/module/ice-9/generic-hash-tables.scm @@ -1,6 +1,6 @@ ;;; generic-hash-tables.scm --- Intermediate hash tables -;; Copyright (C) 2007 Free Software Foundation, Inc. +;; Copyright (C) 2007,2018 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 diff --git a/module/srfi/srfi-126.scm b/module/srfi/srfi-126.scm index 7a6594434..e7fee35d3 100644 --- a/module/srfi/srfi-126.scm +++ b/module/srfi/srfi-126.scm @@ -1,6 +1,6 @@ -;;; srfi-69.scm --- Basic hash tables +;;; srfi-126.scm --- R6RS hash tables -;; Copyright (C) 2007 Free Software Foundation, Inc. +;; Copyright (C) 2019 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 diff --git a/module/srfi/srfi-69.scm b/module/srfi/srfi-69.scm index ae5bc7f06..134bcd694 100644 --- a/module/srfi/srfi-69.scm +++ b/module/srfi/srfi-69.scm @@ -1,6 +1,6 @@ ;;; srfi-69.scm --- Basic hash tables -;; Copyright (C) 2007 Free Software Foundation, Inc. +;; Copyright (C) 2007,2018 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 diff --git a/test-suite/tests/generic-hash-tables.test b/test-suite/tests/generic-hash-tables.test index 494cbf70a..d1eb2ac2d 100644 --- a/test-suite/tests/generic-hash-tables.test +++ b/test-suite/tests/generic-hash-tables.test @@ -1,6 +1,6 @@ -;;;; srfi-69.test --- Test suite for SRFI 69 -*- scheme -*- +;;;; generic-hash-tables.test --- Test suite for GENERIC-HASH-TABLES -*- scheme -*- ;;;; -;;;; Copyright (C) 2007 Free Software Foundation, Inc. +;;;; Copyright (C) 2007,2018 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 diff --git a/test-suite/tests/srfi-126.test b/test-suite/tests/srfi-126.test index e6a4e66a9..970770a6e 100644 --- a/test-suite/tests/srfi-126.test +++ b/test-suite/tests/srfi-126.test @@ -1,6 +1,6 @@ -;;;; srfi-69.test --- Test suite for SRFI 69 -*- scheme -*- +;;;; srfi-126.test --- Test suite for SRFI 126 -*- scheme -*- ;;;; -;;;; Copyright (C) 2007 Free Software Foundation, Inc. +;;;; Copyright (C) 2019 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 diff --git a/test-suite/tests/srfi-69.test b/test-suite/tests/srfi-69.test index e1579f73a..97491ba83 100644 --- a/test-suite/tests/srfi-69.test +++ b/test-suite/tests/srfi-69.test @@ -1,6 +1,6 @@ ;;;; srfi-69.test --- Test suite for SRFI 69 -*- scheme -*- ;;;; -;;;; Copyright (C) 2007 Free Software Foundation, Inc. +;;;; Copyright (C) 2007,2018 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 -- 2.19.1