From: Jeremy Stanley Date: Sun, 30 Jul 2017 15:52:46 +0000 (+0000) Subject: Update copyright dates for files changed this year X-Git-Tag: 0.0.1~142 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=11ae0d6e7e05cffb744f7b40f37309f07696d34a Update copyright dates for files changed this year Bump the copyright date to the present for files which received significant modification since the beginning of the year. --- diff --git a/LICENSE.rst b/LICENSE.rst index c09be9b..1afd910 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -10,7 +10,7 @@ preferred license of many projects (OpenBSD, for example). copyright notice ---------------- -Copyright (c) 2004-2010 Jeremy Stanley +Copyright (c) 2004-2017 Jeremy Stanley permission notice ----------------- diff --git a/mudpy/__init__.py b/mudpy/__init__.py index 29cb472..5f2d578 100644 --- a/mudpy/__init__.py +++ b/mudpy/__init__.py @@ -1,6 +1,6 @@ """Core modules package for the mudpy engine.""" -# Copyright (c) 2004-2015 Jeremy Stanley . Permission +# Copyright (c) 2004-2017 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. diff --git a/mudpy/daemon.py b/mudpy/daemon.py index 4bc111f..952831f 100644 --- a/mudpy/daemon.py +++ b/mudpy/daemon.py @@ -1,4 +1,4 @@ -# Copyright (c) 2004-2016 Jeremy Stanley . Permission +# Copyright (c) 2004-2017 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. diff --git a/mudpy/data.py b/mudpy/data.py index 74d2da8..e9a1079 100644 --- a/mudpy/data.py +++ b/mudpy/data.py @@ -1,6 +1,6 @@ """Data interface functions for the mudpy engine.""" -# Copyright (c) 2004-2016 Jeremy Stanley . Permission +# Copyright (c) 2004-2017 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. diff --git a/mudpy/misc.py b/mudpy/misc.py index 1d2ffff..af5427a 100644 --- a/mudpy/misc.py +++ b/mudpy/misc.py @@ -1,6 +1,6 @@ """Miscellaneous functions for the mudpy engine.""" -# Copyright (c) 2004-2016 Jeremy Stanley . Permission +# Copyright (c) 2004-2017 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. diff --git a/mudpy/password.py b/mudpy/password.py index 3e0db0a..f90fe88 100644 --- a/mudpy/password.py +++ b/mudpy/password.py @@ -1,6 +1,6 @@ """Password hashing functions and constants for the mudpy engine.""" -# Copyright (c) 2004-2015 Jeremy Stanley . Permission +# Copyright (c) 2004-2017 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software. diff --git a/mudpy/telnet.py b/mudpy/telnet.py index 9558101..8d8870c 100644 --- a/mudpy/telnet.py +++ b/mudpy/telnet.py @@ -1,6 +1,6 @@ """Telnet functions and constants for the mudpy engine.""" -# Copyright (c) 2004-2015 Jeremy Stanley . Permission +# Copyright (c) 2004-2017 Jeremy Stanley . Permission # to use, copy, modify, and distribute this software is granted under # terms provided in the LICENSE file distributed with this software.