]> 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>
Thu, 6 Jul 2023 21:29:32 +0000 (17:29 -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 b801eb3e0de032d3c11fb3647223192e39576435..42534d0f094b9e234a42a58d7cd052a76cfb5030 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 73c476dc504220241beaaae9071244686353a2ca..a1805975f70966e7fdd0f0f96f110d271e7a3d1d 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 fa0eb80f1f1ad419e94349fcc0dc567f36e8a25f..b4e8d419ff84994faa1ee6adc9689f4460252a7f 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 5cb67e9d21aced2faeca9e757799f8f62c4e9e9d..31d6e1c005f5b107f7d60ddeb9bb52434589aabe 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"
 
 /*