]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2018 714/head
authorMichael Mattioli <mmattioli@users.noreply.github.com>
Mon, 1 Jan 2018 19:45:23 +0000 (14:45 -0500)
committerGreg Hudson <ghudson@mit.edu>
Mon, 8 Jan 2018 16:18:37 +0000 (11:18 -0500)
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 1db2420a7e09502193d46fb9b7f92f5c68adb8cb..1f2ce6493c84e21f9391dfc121d681d8a38019b9 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2017 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2018 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 2fac1dd7a236b65a890b407e7a7c497a892c8c3c..6b68f4109b918743628c267ed9a0bb86562d4de8 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2017 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2018 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
index ccd02d6b7e6efdeadd9842c21db486e20ad8f8a2..25ba214a8638124301cee8df9e09099063c74cf7 100644 (file)
@@ -45,7 +45,7 @@ else:
 
 # General information about the project.
 project = u'MIT Kerberos'
-copyright = u'1985-2017, MIT'
+copyright = u'1985-2018, 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 40e5d233e9a61f341d9d5c7047eb478a9cf4d8db..9135af01fd0fe0ad03dbece2d97c72e6ede372c2 100644 (file)
@@ -1,7 +1,7 @@
 Copyright
 =========
 
-Copyright |copy| 1985-2017 by the Massachusetts Institute of
+Copyright |copy| 1985-2018 by the Massachusetts Institute of
 Technology and its contributors.  All rights reserved.
 
 See :ref:`mitK5license` for additional copyright and license
index 26011550be557323098d7bbe479dd7fa48c8eaf5..a32e55529a5061799e730fc0407a3c972fb8a7c5 100644 (file)
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2017 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2018 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index 72eddabbce3d1fe9759e5a3df210c30156454582..e55f52439d0c81ff37c9080f3476496e515e5ab4 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) 2017 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2018 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 385106d061eb3314a2c7cc685a818904624a83f6..b1c4de9ffc2f175647b3197687819e4374ff2617 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) 2017 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2018 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 147d3d18c9b8a65dfa9928d540285b688d575ccc..7c936275ed173d9f9db0ad248ad3a038aae2c0ff 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-2017 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2018 by the Massachusetts Institute of Technology\0"
 #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
 
 /*