From b2bb071782aa1ecaf9f7a7c19d980e482c973771 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sat, 13 Jan 2018 11:51:21 +0100 Subject: [PATCH] New year 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 16fde524..261e7c72 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-2017 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-2018 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 4ecfd033..8e60bf5d 100755 --- 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-2017 Xavier Delaruelle +# Copyright (C) 2016-2018 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