Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed24f29

Browse files
committedNov 30, 2021
Change copyright notice so yearly updates are not needed
Just learned that we don't need to do this every year: https://hynek.me/til/copyright-years Followed Go's example of only stating the starting year: https://github.com/golang/go/blob/master/LICENSE Btw any ideas why the dates vary? Some start in 2004, others 2013, 2015... shouldn't be the same year for all locations?
1 parent e2ee314 commit ed24f29

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
 

‎LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2004-2021 Holger Krekel and others
3+
Copyright (c) 2004 Holger Krekel and others
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

‎README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Tidelift will coordinate the fix and disclosure.
160160
License
161161
-------
162162

163-
Copyright Holger Krekel and others, 2004-2021.
163+
Copyright Holger Krekel and others, 2004.
164164

165165
Distributed under the terms of the `MIT`_ license, pytest is free and open source software.
166166

‎doc/en/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
# General information about the project.
100100
project = "pytest"
101-
copyright = "2015–2021, holger krekel and pytest-dev team"
101+
copyright = "2015, holger krekel and pytest-dev team"
102102

103103

104104
# The language for content autogenerated by Sphinx. Refer to documentation
@@ -329,7 +329,7 @@
329329
epub_title = "pytest"
330330
epub_author = "holger krekel at merlinux eu"
331331
epub_publisher = "holger krekel at merlinux eu"
332-
epub_copyright = "2013-2021, holger krekel et alii"
332+
epub_copyright = "2013, holger krekel et alii"
333333

334334
# The language of the text. It defaults to the language option
335335
# or en if the language is not set.

‎doc/en/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Tidelift will coordinate the fix and disclosure.
141141
License
142142
-------
143143

144-
Copyright Holger Krekel and others, 2004-2021.
144+
Copyright Holger Krekel and others, 2004.
145145

146146
Distributed under the terms of the `MIT`_ license, pytest is free and open source software.
147147

‎doc/en/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Distributed under the terms of the `MIT`_ license, pytest is free and open sourc
99
1010
The MIT License (MIT)
1111
12-
Copyright (c) 2004-2021 Holger Krekel and others
12+
Copyright (c) 2004 Holger Krekel and others
1313
1414
Permission is hereby granted, free of charge, to any person obtaining a copy of
1515
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)
Please sign in to comment.