Skip to content

Commit dd1fb99

Browse files
committed
Update year
1 parent 2849cbb commit dd1fb99

39 files changed

+44
-44
lines changed

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2023 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2024 Python Software Foundation. All rights reserved.
88

99
Copyright © 2000 BeOpen.com. All rights reserved.
1010

Doc/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ PSF LICENSE AGREEMENT FOR PYTHON |release|
100100
analyze, test, perform and/or display publicly, prepare derivative works,
101101
distribute, and otherwise use Python |release| alone or in any derivative
102102
version, provided, however, that PSF's License Agreement and PSF's notice of
103-
copyright, i.e., "Copyright © 2001-2023 Python Software Foundation; All Rights
103+
copyright, i.e., "Copyright © 2001-2024 Python Software Foundation; All Rights
104104
Reserved" are retained in Python |release| alone or in any derivative version
105105
prepared by Licensee.
106106

Include/internal/mimalloc/mimalloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2023, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2024, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

Include/internal/mimalloc/mimalloc/atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2023 Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2024 Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

Include/internal/mimalloc/mimalloc/internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2023, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2024, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

Include/internal/mimalloc/mimalloc/prim.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2023, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2024, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

Include/internal/mimalloc/mimalloc/track.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2023, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2024, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

Include/internal/mimalloc/mimalloc/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ----------------------------------------------------------------------------
2-
Copyright (c) 2018-2023, Microsoft Research, Daan Leijen
2+
Copyright (c) 2018-2024, Microsoft Research, Daan Leijen
33
This is free software; you can redistribute it and/or modify it under the
44
terms of the MIT license. A copy of the license can be found in the file
55
"LICENSE" at the root of this distribution.

Lib/logging/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2001-2023 by Vinay Sajip. All Rights Reserved.
1+
# Copyright 2001-2024 by Vinay Sajip. All Rights Reserved.
22
#
33
# Permission to use, copy, modify, and distribute this software and its
44
# documentation for any purpose and without fee is hereby granted,

Mac/IDLE/IDLE.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<key>CFBundleExecutable</key>
3838
<string>IDLE</string>
3939
<key>CFBundleGetInfoString</key>
40-
<string>%version%, © 2001-2023 Python Software Foundation</string>
40+
<string>%version%, © 2001-2024 Python Software Foundation</string>
4141
<key>CFBundleIconFile</key>
4242
<string>IDLE.icns</string>
4343
<key>CFBundleIdentifier</key>

0 commit comments

Comments
 (0)