From 3d6fd2977f35ce1dea879751d56b8d1c3beafb12 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 2 Dec 2024 18:18:04 +1100 Subject: [PATCH] Only use start year in copyright, remove end years --- COPYING | 2 +- _sane.c | 2 +- doc/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/COPYING b/COPYING index 17931ae..aad5284 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ (C) Copyright 2003 A.M. Kuchling. All Rights Reserved (C) Copyright 2004 A.M. Kuchling, Ralph Heinkel All Rights Reserved -(C) Copyright 2013-2024 Sandro Mani All Rights Reserved +(C) Copyright 2013 Sandro Mani All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, diff --git a/_sane.c b/_sane.c index 610ccab..2cda001 100644 --- a/_sane.c +++ b/_sane.c @@ -1,7 +1,7 @@ /*********************************************************** (C) Copyright 2003 A.M. Kuchling. All Rights Reserved (C) Copyright 2004 A.M. Kuchling, Ralph Heinkel All Rights Reserved -(C) Copyright 2013-2024 Sandro Mani All Rights Reserved +(C) Copyright 2013 Sandro Mani All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, diff --git a/doc/conf.py b/doc/conf.py index dce8118..f70728d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ def __getattr__(cls, name): # General information about the project. project = 'python-sane' -copyright = '2003-2024, Andrew Kuchling, Ralph Heinkel, Sandro Mani' +copyright = '2003, Andrew Kuchling, Ralph Heinkel, Sandro Mani' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the