]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2020
authorGreg Hudson <ghudson@mit.edu>
Mon, 9 Mar 2020 20:21:17 +0000 (16:21 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 9 Mar 2020 20:21:17 +0000 (16:21 -0400)
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 de8ab70120df358bee0b40bc19adfce6eb8634cc..17f7146d126daa22e11559860b7ae95aee8edba0 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2019 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2020 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 2ed9515ac884115db3fb1752deb0c094e732a23e..2cdc86625e7f2a45b8854e8ad04e12cf1f29e4b4 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2019 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2020 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
index fc566276700ed58cb3a76f126fbf0ed009485477..c32b2882afc2c4092c24411f2775c0e4beed1374 100644 (file)
@@ -45,7 +45,7 @@ else:
 
 # General information about the project.
 project = u'MIT Kerberos'
-copyright = u'1985-2019, MIT'
+copyright = u'1985-2020, 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 3a596582c26bee5ffdab0c4c5fb6597120017554..52ff6843f120aaaad3839af7f89369e7a4158e90 100644 (file)
@@ -1,7 +1,7 @@
 Copyright
 =========
 
-Copyright |copy| 1985-2019 by the Massachusetts Institute of
+Copyright |copy| 1985-2020 by the Massachusetts Institute of
 Technology and its contributors.  All rights reserved.
 
 See :ref:`mitK5license` for additional copyright and license
index 9f9ff2ca200f564d65f90050f7c81f241b063118..45bb7a6ad5961b743c26a2ac8a0c40e047a7dec4 100644 (file)
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2019 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2020 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index a4d2a1cc3e9eb1145a76a18d68a444a302a9e7a8..9a535feb752de54d1eb47538134d9947d128dc6f 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) 2019 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2020 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b4fb359e68f0a3b43b37668692597a22cfef821b..aaa9ec14b0065ba4649035e557eeb15966da481d 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) 2019 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2020 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index fc6e83f2ae21d7da2da48070c51318fc92de3a05..eee8f43aa22769e3b363d8c1d99a60f8897f040c 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-2019 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2020 by the Massachusetts Institute of Technology\0"
 #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
 
 /*