Skip to content

Commit 1c92a0c

Browse files
committed
update copyright year to 2025 (resolves nltk#3352)
1 parent 7397ccf commit 1c92a0c

File tree

334 files changed

+338
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+338
-338
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: source Makefile
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Steven Bird <[email protected]>
55
# Edward Loper <[email protected]>
66
# URL: <https://www.nltk.org/>

README.md

+1-1

RELEASE-HOWTO.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Building an NLTK distribution
2929

3030
3. Build Documentation
3131
- Check the copyright year is correct and update if necessary
32-
e.g. ./tools/global_replace.py 2001-2022 2001-2024
32+
e.g. ./tools/global_replace.py 2001-2022 2001-2025
3333
check web/conf.py copyright line
3434
- Check that installation instructions are up-to-date
3535
(including the range of Python versions that are supported)

nltk/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit (NLTK)
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Authors: Steven Bird <[email protected]>
55
# Edward Loper <[email protected]>
66
# URL: <https://www.nltk.org/>
@@ -42,7 +42,7 @@
4242

4343
# Copyright notice
4444
__copyright__ = """\
45-
Copyright (C) 2001-2024 NLTK Project.
45+
Copyright (C) 2001-2025 NLTK Project.
4646
4747
Distributed and Licensed under the Apache License, Version 2.0,
4848
which is included by reference.

nltk/app/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Applications package
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Steven Bird <[email protected]>
66
# URL: <https://www.nltk.org/>

nltk/app/chartparser_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Chart Parser Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Jean Mark Gawron <[email protected]>
66
# Steven Bird <[email protected]>

nltk/app/chunkparser_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Regexp Chunk Parser Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/app/collocations_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Collocations Application
22
# Much of the GUI code is imported from concordance.py; We intend to merge these tools together
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Sumukh Ghodke <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/app/concordance_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Concordance Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Sumukh Ghodke <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/app/rdparser_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Recursive Descent Parser Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/app/srparser_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Shift-Reduce Parser Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/app/wordfreq_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Wordfreq Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Sumukh Ghodke <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/app/wordnet_app.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: WordNet Browser Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Jussi Salmela <[email protected]>
55
# Paul Bone <[email protected]>
66
# URL: <https://www.nltk.org/>
@@ -837,7 +837,7 @@ def get_static_web_help_page():
837837
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
838838
<html>
839839
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser
840-
Copyright (C) 2001-2024 NLTK Project
840+
Copyright (C) 2001-2025 NLTK Project
841841
Author: Jussi Salmela <[email protected]>
842842
URL: <https://www.nltk.org/>
843843
For license information, see LICENSE.TXT -->
@@ -907,7 +907,7 @@ def get_static_index_page(with_shutdown):
907907
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
908908
<HTML>
909909
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser
910-
Copyright (C) 2001-2024 NLTK Project
910+
Copyright (C) 2001-2025 NLTK Project
911911
Author: Jussi Salmela <[email protected]>
912912
URL: <https://www.nltk.org/>
913913
For license information, see LICENSE.TXT -->
@@ -940,7 +940,7 @@ def get_static_upper_page(with_shutdown):
940940
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
941941
<html>
942942
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser
943-
Copyright (C) 2001-2024 NLTK Project
943+
Copyright (C) 2001-2025 NLTK Project
944944
Author: Jussi Salmela <[email protected]>
945945
URL: <https://www.nltk.org/>
946946
For license information, see LICENSE.TXT -->

nltk/book.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Some texts for exploration in chapter 1 of the book
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Steven Bird <[email protected]>
55
#
66
# URL: <https://www.nltk.org/>

nltk/ccg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Combinatory Categorial Grammar
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Graeme Gange <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/ccg/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: CCG Categories
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Graeme Gange <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/ccg/chart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Combinatory Categorial Grammar
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Graeme Gange <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/ccg/combinator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Combinatory Categorial Grammar
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Graeme Gange <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/ccg/lexicon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Combinatory Categorial Grammar
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Graeme Gange <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/ccg/logic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Combinatory Categorial Grammar
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Tanin Na Nakorn (@tanin)
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/chat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Chatbots
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Authors: Steven Bird <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/chat/eliza.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Eliza
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Authors: Steven Bird <[email protected]>
55
# Edward Loper <[email protected]>
66
# URL: <https://www.nltk.org/>

nltk/chat/iesha.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Teen Chatbot
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Selina Dennis <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/chat/rude.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Rude Chatbot
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Peter Spiller <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/chat/suntsu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Sun Tsu-Bot
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Sam Huston 2007
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/chat/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Chatbot Utilities
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Authors: Steven Bird <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/chat/zen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Zen Chatbot
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Amy Holland <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/chunk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Chunkers
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Steven Bird <[email protected]>
55
# Edward Loper <[email protected]>
66
# URL: <https://www.nltk.org/>

nltk/chunk/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Chunk parsing API
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Steven Bird <[email protected]> (minor additions)
66
# URL: <https://www.nltk.org/>

nltk/chunk/named_entity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Chunk parsing API
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Eric Kafe <[email protected]> (tab-format models)
66
# URL: <https://www.nltk.org/>

nltk/chunk/regexp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Regular Expression Chunkers
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Steven Bird <[email protected]> (minor additions)
66
# URL: <https://www.nltk.org/>

nltk/chunk/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Chunk format conversions
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Steven Bird <[email protected]> (minor additions)
66
# URL: <https://www.nltk.org/>

nltk/classify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Classifiers
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/classify/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Classifier Interface
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Steven Bird <[email protected]> (minor additions)
66
# URL: <https://www.nltk.org/>

nltk/classify/decisiontree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Decision Tree Classifiers
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/classify/maxent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Maximum Entropy Classifiers
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Dmitry Chichkov <[email protected]> (TypedMaxentFeatureEncoding)
66
# URL: <https://www.nltk.org/>

nltk/classify/megam.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Interface to Megam Classifier
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/classify/naivebayes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Naive Bayes Classifiers
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/classify/rte_classify.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: RTE Classifier
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Ewan Klein <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/classify/senna.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Senna Interface
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Rami Al-Rfou' <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/classify/svm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: SVM-based classifier
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Leon Derczynski <[email protected]>
55
#
66
# URL: <https://www.nltk.org/>

nltk/classify/tadm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Interface to TADM Classifier
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Joseph Frazee <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/classify/textcat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Language ID module using TextCat algorithm
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Avital Pekker <[email protected]>
55
#
66
# URL: <https://www.nltk.org/>

nltk/classify/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Classifier Utility Functions
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Steven Bird <[email protected]> (minor additions)
66
# URL: <https://www.nltk.org/>

nltk/classify/weka.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Interface to Weka Classsifiers
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

0 commit comments

Comments
 (0)