]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2019
authorGreg Hudson <ghudson@mit.edu>
Mon, 7 Jan 2019 16:24:59 +0000 (11:24 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 7 Jan 2019 16:36:34 +0000 (11:36 -0500)
(cherry picked from commit 7e127ebdbf88dccae9f9e5427e90319981a69266)

NOTICE
README
doc/conf.py
doc/copyright.rst
doc/notice.rst
src/prototype/prototype.c
src/prototype/prototype.h
src/windows/version.rc

diff --git a/NOTICE b/NOTICE
index 840558d7fe6d62689463b9bee5dfde08eb4fcf19..de8ab70120df358bee0b40bc19adfce6eb8634cc 100644 (file)
--- 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 d245b4e2fe2c633d9afa77aa068b73b16d4f94a3..40ae2faa37bfac3fad6390f3d1b4a4a460b26dbc 100644 (file)
--- 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.
index 7a1501ac36c94108171a0b6e3661e6a4b82e06fb..c32e3300166d1179201e8cf2f9455a8747003fda 100644 (file)
@@ -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
index 9135af01fd0fe0ad03dbece2d97c72e6ede372c2..3a596582c26bee5ffdab0c4c5fb6597120017554 100644 (file)
@@ -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
index ff6e4b0ca1dc2cdaf2ee87c862a4e4a95e4f5eb8..9f9ff2ca200f564d65f90050f7c81f241b063118 100644 (file)
@@ -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.
 
index e55f52439d0c81ff37c9080f3476496e515e5ab4..a4d2a1cc3e9eb1145a76a18d68a444a302a9e7a8 100644 (file)
@@ -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
index b1c4de9ffc2f175647b3197687819e4374ff2617..b4fb359e68f0a3b43b37668692597a22cfef821b 100644 (file)
@@ -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
index 4365504cbd29769c6f6cad6d28dac8d4ae0c739d..fc6e83f2ae21d7da2da48070c51318fc92de3a05 100644 (file)
@@ -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"
 
 /*