From e9968d040cfba46610970e4090b2ad383a9638e7 Mon Sep 17 00:00:00 2001 From: Hin-Tak Leung Date: Mon, 2 Sep 2024 20:35:34 +0100 Subject: [PATCH] Update some of the main copyright strings to -2024, if only to show on readthedocs --- LICENSE.txt | 2 +- doc/conf.py | 2 +- doc/license.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index e3d4181a..f03f1303 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ freetype-py is licensed under the terms of the new or revised BSD license, as follows: -Copyright (c) 2011-2014, Nicolas P. Rougier +Copyright (c) 2011-2024, Nicolas P. Rougier All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/doc/conf.py b/doc/conf.py index ca1888b4..7395bf6e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,7 +41,7 @@ # General information about the project. project = u'Freetype python bindings' -copyright = u'2011-2014, Nicolas P. Rougier' +copyright = u'2011-2024, Nicolas P. Rougier' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/license.rst b/doc/license.rst index 8d980b50..6c281d41 100644 --- a/doc/license.rst +++ b/doc/license.rst @@ -1,7 +1,7 @@ License ======= -Copyright (c) 2011-2014, Nicolas P. Rougier - All rights reserved. +Copyright (c) 2011-2024, Nicolas P. Rougier - All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: