Skip to content

Commit 86c497c

Browse files
committed
New year (2025) copyright mention update
1 parent c5428c4 commit 86c497c

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# CONFIGURE, check requirements then set variables and create Makefiles
4-
# Copyright (C) 2017-2024 Xavier Delaruelle
4+
# Copyright (C) 2017-2025 Xavier Delaruelle
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'Modules'
49-
copyright = '1996-1999 John L. Furlani & Peter W. Osel, 1998-2017 R.K.Owen, 2002-2004 Mark Lakata, 2004-2017 Kent Mein, 2016-2024 Xavier Delaruelle'
49+
copyright = '1996-1999 John L. Furlani & Peter W. Osel, 1998-2017 R.K.Owen, 2002-2004 Mark Lakata, 2004-2017 Kent Mein, 2016-2025 Xavier Delaruelle'
5050
author = ''
5151

5252
# The version info for the project you're documenting, acts as replacement for

tcl/cache.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########################################################################
22

33
# CACHE.TCL, cache management procedures
4-
# Copyright (C) 2022-2024 Xavier Delaruelle
4+
# Copyright (C) 2022-2025 Xavier Delaruelle
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

tcl/coll.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##########################################################################
22

33
# COLL.TCL, collection management procedures
4-
# Copyright (C) 2016-2024 Xavier Delaruelle
4+
# Copyright (C) 2016-2025 Xavier Delaruelle
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

tcl/envmngt.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ENVMNGT.TCL, environment management procedures
44
# Copyright (C) 2002-2004 Mark Lakata
55
# Copyright (C) 2004-2017 Kent Mein
6-
# Copyright (C) 2016-2024 Xavier Delaruelle
6+
# Copyright (C) 2016-2025 Xavier Delaruelle
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tcl/init.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# INIT.TCL, configuration and state handing procedures
44
# Copyright (C) 2002-2004 Mark Lakata
55
# Copyright (C) 2004-2017 Kent Mein
6-
# Copyright (C) 2016-2024 Xavier Delaruelle
6+
# Copyright (C) 2016-2025 Xavier Delaruelle
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tcl/interp.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# INTERP.TCL, sub-interpreter management procedures
44
# Copyright (C) 2002-2004 Mark Lakata
55
# Copyright (C) 2004-2017 Kent Mein
6-
# Copyright (C) 2016-2024 Xavier Delaruelle
6+
# Copyright (C) 2016-2025 Xavier Delaruelle
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tcl/main.tcl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MAIN.TCL, main procedures and code
44
# Copyright (C) 2002-2004 Mark Lakata
55
# Copyright (C) 2004-2017 Kent Mein
6-
# Copyright (C) 2016-2024 Xavier Delaruelle
6+
# Copyright (C) 2016-2025 Xavier Delaruelle
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tcl/mfcmd.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MFCMD.TCL, modulefile command procedures
44
# Copyright (C) 2002-2004 Mark Lakata
55
# Copyright (C) 2004-2017 Kent Mein
6-
# Copyright (C) 2016-2024 Xavier Delaruelle
6+
# Copyright (C) 2016-2025 Xavier Delaruelle
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

tcl/modeval.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MODEVAL.TCL, module evaluation procedures
44
# Copyright (C) 2002-2004 Mark Lakata
55
# Copyright (C) 2004-2017 Kent Mein
6-
# Copyright (C) 2016-2024 Xavier Delaruelle
6+
# Copyright (C) 2016-2025 Xavier Delaruelle
77
#
88
# This program is free software: you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)