]> 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:41:56 +0000 (11:41 -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 dfac3ea8e47a6449b23b3dcedc9589ca5bb3ef3d..020282ed9f987c62ff31cf9c12954c53815ff1e9 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 61272a97cd8fdd1b920e8ef755f572427e294c74..1dc4444582a332637b1cde91abaec171f93e1fe8 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 25ba214a8638124301cee8df9e09099063c74cf7..284c86dbd97fc2c622b9f76f17eb3be16ab0dc55 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 c181940c4d1b943de64a9722bb77a9e99532be1b..106e3404284e14c96a4277be1556a75428c1cb27 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 7c936275ed173d9f9db0ad248ad3a038aae2c0ff..fc49cbe308ed15ba7f448920517343a550d191e4 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"
 
 /*