Skip to content

Commit a915791

Browse files
authored
Updated Copyright year to 2023 (nltk#3101)
1 parent 50be0b8 commit a915791

File tree

335 files changed

+339
-339
lines changed

Some content is hidden

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

335 files changed

+339
-339
lines changed

Makefile

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

README.md

Lines changed: 1 addition & 1 deletion

RELEASE-HOWTO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Building an NLTK distribution
2323

2424
3. Build Documentation
2525
- Check the copyright year is correct and update if necessary
26-
e.g. ./tools/global_replace.py 2001-2022 2001-2022
26+
e.g. ./tools/global_replace.py 2001-2022 2001-2023
2727
check web/conf.py copyright line
2828
- Check that installation instructions are up-to-date
2929
(including the range of Python versions that are supported)

nltk/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit (NLTK)
22
#
3-
# Copyright (C) 2001-2022 NLTK Project
3+
# Copyright (C) 2001-2023 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-2022 NLTK Project.
45+
Copyright (C) 2001-2023 NLTK Project.
4646
4747
Distributed and Licensed under the Apache License, Version 2.0,
4848
which is included by reference.

nltk/app/__init__.py

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

nltk/app/chartparser_app.py

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

nltk/app/chunkparser_app.py

Lines changed: 1 addition & 1 deletion
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-2022 NLTK Project
3+
# Copyright (C) 2001-2023 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

Lines changed: 1 addition & 1 deletion
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-2022 NLTK Project
3+
# Copyright (C) 2001-2023 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Concordance Application
22
#
3-
# Copyright (C) 2001-2022 NLTK Project
3+
# Copyright (C) 2001-2023 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

Lines changed: 1 addition & 1 deletion
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-2022 NLTK Project
3+
# Copyright (C) 2001-2023 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)