]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2023
authorGreg Hudson <ghudson@mit.edu>
Fri, 24 Mar 2023 18:11:36 +0000 (14:11 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 24 Mar 2023 18:11:36 +0000 (14:11 -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 8b7789d409aa5d306d9b5c5353ecf9485d1bac5f..14955ae64e8ea342e8afb9f40078d782514d78e9 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2022 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2023 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 3428a0d082b9e4f36af4d76c0ae5068337385409..eea7446edecba18938a5161f0396c030cbfc4489 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2022 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2023 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
index 9d7f81ab09530a708c5855be42d3ebfcbd77bcf0..cd76f5999f1f3babf2cb739cedb6f96544d2a116 100644 (file)
@@ -45,7 +45,7 @@ else:
 
 # General information about the project.
 project = u'MIT Kerberos'
-copyright = u'1985-2022, MIT'
+copyright = u'1985-2023, 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 dce1357c85d34b31590af083c1bed14ddd2f1db0..a98b26833bfe49af982ba79f859a0613a9d01125 100644 (file)
@@ -1,7 +1,7 @@
 Copyright
 =========
 
-Copyright |copy| 1985-2022 by the Massachusetts Institute of
+Copyright |copy| 1985-2023 by the Massachusetts Institute of
 Technology and its contributors.  All rights reserved.
 
 See :ref:`mitK5license` for additional copyright and license
index 87af3039b633c4b760916032dffad1904acfe065..93e096ac4c4616a3af64123b33f6c32c163e9e04 100644 (file)
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2022 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2023 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index b58274d5a11ecb8a2b1f154482da28e2f7bb41b8..2670316140286cf56a8a42cef3c57921565c22aa 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) 2022 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2023 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 1a2a93beec7c1ec195dc1acf2b3292b3bec3b0c3..7c0fab77f5f2825f6c0b26c94a21367ce4077e88 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) 2022 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2023 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 0be55999cf08905967271f01afc61b4afca24dc8..b9ab57a28575e64d2c7b0d054a253f12b53328d4 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-2022 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2023 by the Massachusetts Institute of Technology\0"
 #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
 
 /*