[exim-cvs] Copyright year updates:

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Copyright year updates:
Gitweb: http://git.exim.org/exim.git/commitdiff/bc338899110ea22098559081f77cbd0f7a8044bd
Commit:     bc338899110ea22098559081f77cbd0f7a8044bd
Parent:     2331cfe728b1c132e82260a4e9f5f9440c4236d6
Author:     Phil Pennock <pdp@???>
AuthorDate: Tue Jan 7 01:56:40 2014 -0500
Committer:  Phil Pennock <pdp@???>
CommitDate: Tue Jan 7 01:56:40 2014 -0500


    Copyright year updates:


        vi $(git whatchanged --since=2013-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/)


    Did 2014 first, since otherwise every file I touched to update to 2013
    would show as changed in 2014.  Last invocation logged to git was during
    2012.  Will need to be more careful if auditing next year.
---
 doc/doc-docbook/filter.xfpt | 2 +-
 src/Makefile                | 2 +-
 src/exim_monitor/em_log.c   | 2 +-
 src/src/acl.c               | 2 +-
 src/src/auths/dovecot.c     | 1 +
 src/src/config.h.defaults   | 2 +-
 src/src/daemon.c            | 2 +-
 src/src/deliver.c           | 2 +-
 src/src/dns.c               | 2 +-
 src/src/drtables.c          | 2 +-
 src/src/exigrep.src         | 2 +-
 src/src/exim.c              | 2 +-
 src/src/exim.h              | 2 +-
 src/src/eximstats.src       | 2 +-
 src/src/expand.c            | 2 +-
 src/src/functions.h         | 2 +-
 src/src/globals.c           | 2 +-
 src/src/globals.h           | 2 +-
 src/src/ip.c                | 2 +-
 src/src/log.c               | 2 +-
 src/src/lookups/ldap.c      | 2 +-
 src/src/macros.h            | 2 +-
 src/src/malware.c           | 2 +-
 src/src/moan.c              | 2 +-
 src/src/readconf.c          | 2 +-
 src/src/route.c             | 2 +-
 src/src/smtp_in.c           | 2 +-
 src/src/structs.h           | 2 +-
 src/src/tls-gnu.c           | 2 +-
 src/src/tls-openssl.c       | 2 +-
 src/src/transport.c         | 2 +-
 src/src/transports/pipe.c   | 2 +-
 src/src/transports/pipe.h   | 2 +-
 src/src/transports/smtp.c   | 2 +-
 src/src/transports/smtp.h   | 2 +-
 35 files changed, 35 insertions(+), 34 deletions(-)


diff --git a/doc/doc-docbook/filter.xfpt b/doc/doc-docbook/filter.xfpt
index 370ed6e..19ad586 100644
--- a/doc/doc-docbook/filter.xfpt
+++ b/doc/doc-docbook/filter.xfpt
@@ -48,7 +48,7 @@
. Copyright year. Update this (only) when changing content.

.macro copyyear
-2010
+2013
.endmacro

. ===========================================================================
diff --git a/src/Makefile b/src/Makefile
index b4f04b2..161167f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@
# appropriate links, and then creating and running the main makefile in that
# directory.

-# Copyright (c) University of Cambridge, 1995 - 2007
+# Copyright (c) University of Cambridge, 1995 - 2013
# See the file NOTICE for conditions of use and distribution.

 # IRIX make uses the shell that is in the SHELL variable, which often defaults
diff --git a/src/exim_monitor/em_log.c b/src/exim_monitor/em_log.c
index 0441edd..757936d 100644
--- a/src/exim_monitor/em_log.c
+++ b/src/exim_monitor/em_log.c
@@ -2,7 +2,7 @@
 *                 Exim Monitor                   *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* This module contains code for scanning the main log,
diff --git a/src/src/acl.c b/src/src/acl.c
index 520375a..29e0617 100644
--- a/src/src/acl.c
+++ b/src/src/acl.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Code for handling Access Control Lists (ACLs) */
diff --git a/src/src/auths/dovecot.c b/src/src/auths/dovecot.c
index 94b3152..0f48227 100644
--- a/src/src/auths/dovecot.c
+++ b/src/src/auths/dovecot.c
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2004 Andrey Panin <pazke@???>
+ * Copyright (c) 2006-2013 The Exim Maintainers
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published
diff --git a/src/src/config.h.defaults b/src/src/config.h.defaults
index f68537a..962b90d 100644
--- a/src/src/config.h.defaults
+++ b/src/src/config.h.defaults
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* The default settings for Exim configuration variables. A #define without
diff --git a/src/src/daemon.c b/src/src/daemon.c
index 8e61dcf..caf494a 100644
--- a/src/src/daemon.c
+++ b/src/src/daemon.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Functions concerned with running Exim as a daemon */
diff --git a/src/src/deliver.c b/src/src/deliver.c
index 8e1d177..b1a3b4c 100644
--- a/src/src/deliver.c
+++ b/src/src/deliver.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* The main code for delivering a message. */
diff --git a/src/src/dns.c b/src/src/dns.c
index 820adff..88fa36b 100644
--- a/src/src/dns.c
+++ b/src/src/dns.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Functions for interfacing with the DNS. */
diff --git a/src/src/drtables.c b/src/src/drtables.c
index 699f327..d48945e 100644
--- a/src/src/drtables.c
+++ b/src/src/drtables.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */


diff --git a/src/src/exigrep.src b/src/src/exigrep.src
index d22d362..7b35da8 100644
--- a/src/src/exigrep.src
+++ b/src/src/exigrep.src
@@ -2,7 +2,7 @@

use strict;

-# Copyright (c) 2007 University of Cambridge.
+# Copyright (c) 2007-2013 University of Cambridge.
# See the file NOTICE for conditions of use and distribution.

 # Except when they appear in comments, the following placeholders in this
diff --git a/src/src/exim.c b/src/src/exim.c
index 856e655..40dd6a2 100644
--- a/src/src/exim.c
+++ b/src/src/exim.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */


diff --git a/src/src/exim.h b/src/src/exim.h
index ec809d6..b2d47d7 100644
--- a/src/src/exim.h
+++ b/src/src/exim.h
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */


diff --git a/src/src/eximstats.src b/src/src/eximstats.src
index 56721ed..66777c9 100644
--- a/src/src/eximstats.src
+++ b/src/src/eximstats.src
@@ -1,6 +1,6 @@
#!PERL_COMMAND -w

-# Copyright (c) 2001 University of Cambridge.
+# Copyright (c) 2001-2013 University of Cambridge.
# See the file NOTICE for conditions of use and distribution.

 # Perl script to generate statistics from one or more Exim log files.
diff --git a/src/src/expand.c b/src/src/expand.c
index de52e60..7e1b323 100644
--- a/src/src/expand.c
+++ b/src/src/expand.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */


diff --git a/src/src/functions.h b/src/src/functions.h
index d381b56..9d933fe 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */


diff --git a/src/src/globals.c b/src/src/globals.c
index 1572461..9092479 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* All the global variables are defined together in this one module, so
diff --git a/src/src/globals.h b/src/src/globals.h
index bf54fb4..088c267 100644
--- a/src/src/globals.h
+++ b/src/src/globals.h
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Almost all the global variables are defined together in this one header, so
diff --git a/src/src/ip.c b/src/src/ip.c
index 98eed1b..ae629b0 100644
--- a/src/src/ip.c
+++ b/src/src/ip.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Functions for doing things with sockets. With the advent of IPv6 this has
diff --git a/src/src/log.c b/src/src/log.c
index 1523874..1a5d388 100644
--- a/src/src/log.c
+++ b/src/src/log.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Functions for writing log files. The code for maintaining datestamped
diff --git a/src/src/lookups/ldap.c b/src/src/lookups/ldap.c
index a25868f..7071dc2 100644
--- a/src/src/lookups/ldap.c
+++ b/src/src/lookups/ldap.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Many thanks to Stuart Lynne for contributing the original code for this
diff --git a/src/src/macros.h b/src/src/macros.h
index 9f59f7a..3f38101 100644
--- a/src/src/macros.h
+++ b/src/src/macros.h
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */


diff --git a/src/src/malware.c b/src/src/malware.c
index 3660476..2b4d282 100644
--- a/src/src/malware.c
+++ b/src/src/malware.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) Tom Kistner <tom@???> 2003-???? */
+/* Copyright (c) Tom Kistner <tom@???> 2003-2013 */
/* License: GPL */

 /* Code for calling virus (malware) scanners. Called from acl.c. */
diff --git a/src/src/moan.c b/src/src/moan.c
index 3b670a1..5ae6f85 100644
--- a/src/src/moan.c
+++ b/src/src/moan.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Functions for sending messages to sender or to mailmaster. */
diff --git a/src/src/readconf.c b/src/src/readconf.c
index c5200de..b41d22d 100644
--- a/src/src/readconf.c
+++ b/src/src/readconf.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Functions for reading the configuration file, and for displaying
diff --git a/src/src/route.c b/src/src/route.c
index f8f3b86..c83233e 100644
--- a/src/src/route.c
+++ b/src/src/route.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Functions concerned with routing, and the list of generic router options. */
diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c
index 95c615e..1d62bab 100644
--- a/src/src/smtp_in.c
+++ b/src/src/smtp_in.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Functions for handling an incoming SMTP call. */
diff --git a/src/src/structs.h b/src/src/structs.h
index baf9a0f..b89d2ca 100644
--- a/src/src/structs.h
+++ b/src/src/structs.h
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */


diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c
index 5a37fae..e089e35 100644
--- a/src/src/tls-gnu.c
+++ b/src/src/tls-gnu.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Copyright (c) Phil Pennock 2012 */
diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index b273fff..2b8d798 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Portions Copyright (c) The OpenSSL Project 1999 */
diff --git a/src/src/transport.c b/src/src/transport.c
index d2540be..ec4d0da 100644
--- a/src/src/transport.c
+++ b/src/src/transport.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* General functions concerned with transportation, and generic options for all
diff --git a/src/src/transports/pipe.c b/src/src/transports/pipe.c
index 5498941..ceb24b8 100644
--- a/src/src/transports/pipe.c
+++ b/src/src/transports/pipe.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */


diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h
index e101174..6417361 100644
--- a/src/src/transports/pipe.h
+++ b/src/src/transports/pipe.h
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 /* Private structure for the private options. */
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c
index 9918f31..a77e472 100644
--- a/src/src/transports/smtp.c
+++ b/src/src/transports/smtp.c
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

 #include "../exim.h"
diff --git a/src/src/transports/smtp.h b/src/src/transports/smtp.h
index 0d88016..6c22e4b 100644
--- a/src/src/transports/smtp.h
+++ b/src/src/transports/smtp.h
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2013 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options and other private data. */