]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Update copyright years to 2024
authorGreg Hudson <ghudson@mit.edu>
Mon, 24 Jun 2024 23:28:54 +0000 (19:28 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 24 Jun 2024 23:28:54 +0000 (19:28 -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 9788c8e7b18308c30a74f7d18d539a7a88dece99..6c900dc6b4f9acadb93fec1a628d7b4a62946792 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2023 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2024 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 35acf033e49cdc8af0a9132897ea06a94f40e6a5..2c1478e2dc3edd43fd31f41420f54d63429a5c6c 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
 Copyright and Other Notices
 ---------------------------
 
-Copyright (C) 1985-2023 by the Massachusetts Institute of Technology
+Copyright (C) 1985-2024 by the Massachusetts Institute of Technology
 and its contributors.  All rights reserved.
 
 Please see the file named NOTICE for additional notices.
index 8a8a126f11a8dd4b446343d13fc66360a151cc3f..ada26748daecc46a4512734ee95ea022b562bb8a 100644 (file)
@@ -45,7 +45,7 @@ else:
 
 # General information about the project.
 project = u'MIT Kerberos'
-copyright = u'1985-2023, MIT'
+copyright = u'1985-2024, 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 a98b26833bfe49af982ba79f859a0613a9d01125..85ecebece00f50bf9eeb2c7e15b73dacff0ebbde 100644 (file)
@@ -1,7 +1,7 @@
 Copyright
 =========
 
-Copyright |copy| 1985-2023 by the Massachusetts Institute of
+Copyright |copy| 1985-2024 by the Massachusetts Institute of
 Technology and its contributors.  All rights reserved.
 
 See :ref:`mitK5license` for additional copyright and license
index dbb5a807de8fcf23b662dafec2bfe486a0c6ac13..68efe436c142d2568b98573b9827c002f8581cb8 100644 (file)
@@ -1,4 +1,4 @@
-Copyright |copy| 1985-2023 by the Massachusetts Institute of Technology.
+Copyright |copy| 1985-2024 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index 2670316140286cf56a8a42cef3c57921565c22aa..77cc8c21725c5e61984876069f846d47b30ae6ce 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) 2023 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2024 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 7c0fab77f5f2825f6c0b26c94a21367ce4077e88..c6d42417055ad00aa87cf5e1688211147d61dacc 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) 2023 by the Massachusetts Institute of Technology.
+ * Copyright (C) 2024 by the Massachusetts Institute of Technology.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b9ab57a28575e64d2c7b0d054a253f12b53328d4..53294e77a0f950e70a9b58fe43166bb7b6f3a63b 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-2023 by the Massachusetts Institute of Technology\0"
+#define K5_COPYRIGHT "Copyright (C) 1997-2024 by the Massachusetts Institute of Technology\0"
 #define K5_COMPANY_NAME "Massachusetts Institute of Technology.\0"
 
 /*