aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2019-01-07 11:24:59 -0500
committerGreg Hudson <ghudson@mit.edu>2019-01-07 11:41:56 -0500
commit6bcdb1077e9ab4021329d8f97686afeb44c7db5d (patch)
treeb3fbe5009418d1f1726b5d7f4d77ee2c52d5ab4a
parentfc87a96b29dd548b54eff6a1d0abc155a02fb497 (diff)
downloadkrb5-6bcdb1077e9ab4021329d8f97686afeb44c7db5d.zip
krb5-6bcdb1077e9ab4021329d8f97686afeb44c7db5d.tar.gz
krb5-6bcdb1077e9ab4021329d8f97686afeb44c7db5d.tar.bz2
Update copyright years to 2019
(cherry picked from commit 7e127ebdbf88dccae9f9e5427e90319981a69266)
-rw-r--r--NOTICE2
-rw-r--r--README2
-rw-r--r--doc/conf.py2
-rw-r--r--doc/copyright.rst2
-rw-r--r--doc/notice.rst2
-rw-r--r--src/prototype/prototype.c2
-rw-r--r--src/prototype/prototype.h2
-rw-r--r--src/windows/version.rc2
8 files changed, 8 insertions, 8 deletions
diff --git a/NOTICE b/NOTICE
index dfac3ea..020282e 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2018 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2019 by the Massachusetts Institute of Technology.
All rights reserved.
diff --git a/README b/README
index 61272a9..1dc4444 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
Copyright and Other Notices
---------------------------
-Copyright (C) 1985-2018 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2019 by the Massachusetts Institute of Technology
and its contributors. All rights reserved.
Please see the file named NOTICE for additional notices.
diff --git a/doc/conf.py b/doc/conf.py
index 25ba214..284c86d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -45,7 +45,7 @@ else:
# General information about the project.
project = u'MIT Kerberos'
-copyright = u'1985-2018, MIT'
+copyright = u'1985-2019, MIT'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/doc/copyright.rst b/doc/copyright.rst
index 9135af0..3a59658 100644
--- a/doc/copyright.rst
+++ b/doc/copyright.rst
@@ -1,7 +1,7 @@
Copyright
=========
-Copyright |copy| 1985-2018 by the Massachusetts Institute of
+Copyright |copy| 1985-2019 by the Massachusetts Institute of
Technology and its contributors. All rights reserved.
See :ref:`mitK5license` for additional copyright and license
diff --git a/doc/notice.rst b/doc/notice.rst
index c181940..106e340 100644
--- a/doc/notice.rst
+++ b/doc/notice.rst
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2018 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2019 by the Massachusetts Institute of Technology.
All rights reserved.
diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c
index e55f524..a4d2a1c 100644
--- a/src/prototype/prototype.c
+++ b/src/prototype/prototype.c
@@ -1,7 +1,7 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* prototype/prototype.c - <<< One-line description of file >>> */
/*
- * Copyright (C) 2018 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2019 by the Massachusetts Institute of Technology.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/prototype/prototype.h b/src/prototype/prototype.h
index b1c4de9..b4fb359 100644
--- a/src/prototype/prototype.h
+++ b/src/prototype/prototype.h
@@ -1,7 +1,7 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* prototype/prototype.h - <<< One-line description of file >>> */
/*
- * Copyright (C) 2018 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2019 by the Massachusetts Institute of Technology.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/windows/version.rc b/src/windows/version.rc
index 7c93627..fc49cbe 100644
--- a/src/windows/version.rc
+++ b/src/windows/version.rc
@@ -41,7 +41,7 @@
#define K5_PRODUCT_VERSION_STRING MAJOR_MINOR MAYBE_PATCH RELTAIL "\0"
#define K5_PRODUCT_VERSION KRB5_MAJOR_RELEASE, KRB5_MINOR_RELEASE, KRB5_PATCHLEVEL, KRB5_BUILDLEVEL
-#define K5_COPYRIGHT "Copyright (C) 1997-2018 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2019 by the Massachusetts Institute of Technology\0"
#define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
/*