Skip to content

Commit 97f1e4b

Browse files
committed
[general] Change copyright style to single year, files use first date of creation now
1 parent dab8b26 commit 97f1e4b

56 files changed

Lines changed: 58 additions & 58 deletions

Some content is hidden

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (C) 2024, Brandon Castellano
3+
Copyright (C) 2014, Brandon Castellano
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 1 addition & 1 deletion

dist/package-info.rst

Lines changed: 1 addition & 1 deletion

dist/pre_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# [ Docs: https://scenedetect.com/docs/ ]
66
# [ Github: https://github.com/Breakthrough/PySceneDetect/ ]
77
#
8-
# Copyright (C) 2014-2024 Brandon Castellano <http://www.bcastell.com>.
8+
# Copyright (C) 2024 Brandon Castellano <http://www.bcastell.com>.
99
# PySceneDetect is licensed under the BSD 3-Clause License; see the
1010
# included LICENSE file, or visit one of the above pages for details.
1111
#

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "PySceneDetect"
24-
copyright = "2014-2024, Brandon Castellano"
24+
copyright = "2014, Brandon Castellano"
2525
author = "Brandon Castellano"
2626

2727
# The short X.Y version

docs/generate_cli_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Inspired by sphinx-click: https://github.com/click-contrib/sphinx-click
44
#
5-
# Copyright (C) 2014-2024 Brandon Castellano <http://www.bcastell.com>.
5+
# Copyright (C) 2023 Brandon Castellano <http://www.bcastell.com>.
66
# PySceneDetect is licensed under the BSD 3-Clause License; see the
77
# included LICENSE file, or visit one of the above pages for details.
88
"""Generates CLI reference documentation file docs/cli.rst.

docs/index.rst

Lines changed: 1 addition & 1 deletion

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# [ Github: https://github.com/Breakthrough/PySceneDetect/ ]
66
# [ Documentation: http://www.scenedetect.com/docs/ ]
77
#
8-
# Copyright (C) 2014-2024 Brandon Castellano <http://www.bcastell.com>.
8+
# Copyright (C) 2014 Brandon Castellano <http://www.bcastell.com>.
99
#
1010

1111
[build-system]

scenedetect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# [ Docs: https://scenedetect.com/docs/ ]
66
# [ Github: https://github.com/Breakthrough/PySceneDetect/ ]
77
#
8-
# Copyright (C) 2014-2024 Brandon Castellano <http://www.bcastell.com>.
8+
# Copyright (C) 2016 Brandon Castellano <http://www.bcastell.com>.
99
# PySceneDetect is licensed under the BSD 3-Clause License; see the
1010
# included LICENSE file, or visit one of the above pages for details.
1111
#

scenedetect/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# [ Docs: https://scenedetect.com/docs/ ]
66
# [ Github: https://github.com/Breakthrough/PySceneDetect/ ]
77
#
8-
# Copyright (C) 2014-2024 Brandon Castellano <http://www.bcastell.com>.
8+
# Copyright (C) 2016 Brandon Castellano <http://www.bcastell.com>.
99
# PySceneDetect is licensed under the BSD 3-Clause License; see the
1010
# included LICENSE file, or visit one of the above pages for details.
1111
#

0 commit comments

Comments
 (0)