From ed7757382dca51b652f100bc702bd2c282f4592a Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sun, 3 Jan 2021 11:54:47 +0100 Subject: [PATCH] New year (2021) copyright mention update --- doc/source/conf.py | 2 +- modulecmd.tcl.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 058a3c6f..b181f01f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,7 +46,7 @@ master_doc = 'index' # General information about the project. project = u'Modules' -copyright = '1996-1999 John L. Furlani & Peter W. Osel, 1998-2017 R.K.Owen, 2002-2004 Mark Lakata, 2004-2017 Kent Mein, 2016-2020 Xavier Delaruelle' +copyright = '1996-1999 John L. Furlani & Peter W. Osel, 1998-2017 R.K.Owen, 2002-2004 Mark Lakata, 2004-2017 Kent Mein, 2016-2021 Xavier Delaruelle' author = '' # The version info for the project you're documenting, acts as replacement for diff --git a/modulecmd.tcl.in b/modulecmd.tcl.in index d5a1c275..f64418c0 100644 --- a/modulecmd.tcl.in +++ b/modulecmd.tcl.in @@ -3,7 +3,7 @@ # MODULECMD.TCL, a pure TCL implementation of the module command # Copyright (C) 2002-2004 Mark Lakata # Copyright (C) 2004-2017 Kent Mein -# Copyright (C) 2016-2020 Xavier Delaruelle +# Copyright (C) 2016-2021 Xavier Delaruelle # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by