summaryrefslogtreecommitdiff
path: root/scheme
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-03-02 16:27:11 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-03-02 16:28:51 +0200
commit1224e5f85b7cf47bfeecac3a8502b251b5475ed5 (patch)
tree820bd4203d5fc6dd0c23cd2d272107cf4fa488db /scheme
parent84c79341d577d5574d3eb450007219322e87fd7d (diff)
downloadmailutils-1224e5f85b7cf47bfeecac3a8502b251b5475ed5.tar.gz
mailutils-1224e5f85b7cf47bfeecac3a8502b251b5475ed5.tar.bz2
Update copyright years
Diffstat (limited to 'scheme')
-rw-r--r--scheme/Makefile.am4
-rw-r--r--scheme/guimb.scmi4
-rw-r--r--scheme/mimeheader.scm2
-rw-r--r--scheme/numaddr.scm2
-rw-r--r--scheme/redirect.scm4
-rw-r--r--scheme/reject.scm4
-rw-r--r--scheme/sieve-core.scm4
-rw-r--r--scheme/sieve2scm.scmi4
-rw-r--r--scheme/vacation.scm4
9 files changed, 16 insertions, 16 deletions
diff --git a/scheme/Makefile.am b/scheme/Makefile.am
index a2ad99b09..9f1dd59fb 100644
--- a/scheme/Makefile.am
+++ b/scheme/Makefile.am
@@ -1,6 +1,6 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2002, 2006-2007, 2009-2012, 2014 Free Software
-## Foundation, Inc.
+## Copyright (C) 2001-2002, 2006-2007, 2009-2012, 2014-2015 Free
+## Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
diff --git a/scheme/guimb.scmi b/scheme/guimb.scmi
index 6f8c8f88c..e8c74d2fe 100644
--- a/scheme/guimb.scmi
+++ b/scheme/guimb.scmi
@@ -4,8 +4,8 @@ main='(module-ref (resolve-module '\''(scheme guimb)) '\'main')'
exec ${GUILE-guile} -l $0 -c "(apply $main (list (command-line)))" "$@"
!#
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2009-2012, 2014 Free Software
-;;;; Foundation, Inc.
+;;;; Copyright (C) 1999-2001, 2006-2007, 2009-2012, 2014-2015 Free
+;;;; Software Foundation, Inc.
;;;;
;;;; GNU Mailutils 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/scheme/mimeheader.scm b/scheme/mimeheader.scm
index e5cd5f638..727828c9f 100644
--- a/scheme/mimeheader.scm
+++ b/scheme/mimeheader.scm
@@ -1,5 +1,5 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+;;;; Copyright (C) 1999-2001, 2007, 2010-2012, 2014-2015 Free Software
;;;; Foundation, Inc.
;;;;
;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/scheme/numaddr.scm b/scheme/numaddr.scm
index e4b329440..99a437d8b 100644
--- a/scheme/numaddr.scm
+++ b/scheme/numaddr.scm
@@ -1,5 +1,5 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2007, 2010-2012, 2014 Free Software
+;;;; Copyright (C) 1999-2001, 2007, 2010-2012, 2014-2015 Free Software
;;;; Foundation, Inc.
;;;;
;;;; GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/scheme/redirect.scm b/scheme/redirect.scm
index 8744a83ed..dcb09d279 100644
--- a/scheme/redirect.scm
+++ b/scheme/redirect.scm
@@ -1,6 +1,6 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
-;;;; Foundation, Inc.
+;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014-2015 Free
+;;;; Software Foundation, Inc.
;;;;
;;;; GNU Mailutils 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/scheme/reject.scm b/scheme/reject.scm
index 45db67954..a711086e4 100644
--- a/scheme/reject.scm
+++ b/scheme/reject.scm
@@ -1,6 +1,6 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
-;;;; Foundation, Inc.
+;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014-2015 Free
+;;;; Software Foundation, Inc.
;;;;
;;;; GNU Mailutils 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/scheme/sieve-core.scm b/scheme/sieve-core.scm
index df72bd155..970470239 100644
--- a/scheme/sieve-core.scm
+++ b/scheme/sieve-core.scm
@@ -1,6 +1,6 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
-;;;; Foundation, Inc.
+;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014-2015 Free
+;;;; Software Foundation, Inc.
;;;;
;;;; GNU Mailutils 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/scheme/sieve2scm.scmi b/scheme/sieve2scm.scmi
index 4b857617a..b571d14a9 100644
--- a/scheme/sieve2scm.scmi
+++ b/scheme/sieve2scm.scmi
@@ -2,8 +2,8 @@
# Emacs, it's -*- scheme -*-
!#
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2009-2012, 2014 Free Software
-;;;; Foundation, Inc.
+;;;; Copyright (C) 1999-2001, 2006-2007, 2009-2012, 2014-2015 Free
+;;;; Software Foundation, Inc.
;;;;
;;;; GNU Mailutils 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/scheme/vacation.scm b/scheme/vacation.scm
index 7f664b20f..ff87eb31c 100644
--- a/scheme/vacation.scm
+++ b/scheme/vacation.scm
@@ -1,6 +1,6 @@
;;;; GNU Mailutils -- a suite of utilities for electronic mail
-;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014 Free Software
-;;;; Foundation, Inc.
+;;;; Copyright (C) 1999-2001, 2006-2007, 2010-2012, 2014-2015 Free
+;;;; Software Foundation, Inc.
;;;;
;;;; GNU Mailutils is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.