https://github.com/python/cpython/commit/5d9b62005a110164c6be5bf412d344917e872e10
commit: 5d9b62005a110164c6be5bf412d344917e872e10
branch: main
author: donBarbos <[email protected]>
committer: gvanrossum <[email protected]>
date: 2025-01-26T16:57:32Z
summary:

gh-126107: Remove copyright block from Modules/config.c.in (#126982)

chore: remove copyright block from config.c.in

files:
M Modules/config.c.in

diff --git a/Modules/config.c.in b/Modules/config.c.in
index 53b4fb285498d0..c578cd103dc629 100644
--- a/Modules/config.c.in
+++ b/Modules/config.c.in
@@ -1,13 +1,3 @@
-/* -*- C -*- ***********************************************
-Copyright (c) 2000, BeOpen.com.
-Copyright (c) 1995-2000, Corporation for National Research Initiatives.
-Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
-All rights reserved.
-
-See the file "Misc/COPYRIGHT" for information on usage and
-redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-******************************************************************/
-
 /* Module configuration */
 
 /* !!! !!! !!! This file is edited by the makesetup script !!! !!! !!! */

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to