Skip to content

Commit 083a31b

Browse files
committed
Upgrade copyright notice
1 parent f81a24b commit 083a31b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

code-stat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# #
44
# This file is part of Code Stat, a Python script to compute line of code #
55
# metrics on a set of source code files, for several programming languages. #
6-
# Copyright (C) 2023-2025 Yoann Le Montagner <yo35 -at- melix.net> #
6+
# Copyright (C) 2023-2026 Yoann Le Montagner <yo35 -at- melix.net> #
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 #

test/1_languages_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# #
33
# This file is part of Code Stat, a Python script to compute line of code #
44
# metrics on a set of source code files, for several programming languages. #
5-
# Copyright (C) 2023-2025 Yoann Le Montagner <yo35 -at- melix.net> #
5+
# Copyright (C) 2023-2026 Yoann Le Montagner <yo35 -at- melix.net> #
66
# #
77
# This program is free software: you can redistribute it and/or modify #
88
# it under the terms of the GNU General Public License as published by #

test/2_samples_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# #
33
# This file is part of Code Stat, a Python script to compute line of code #
44
# metrics on a set of source code files, for several programming languages. #
5-
# Copyright (C) 2023-2025 Yoann Le Montagner <yo35 -at- melix.net> #
5+
# Copyright (C) 2023-2026 Yoann Le Montagner <yo35 -at- melix.net> #
66
# #
77
# This program is free software: you can redistribute it and/or modify #
88
# it under the terms of the GNU General Public License as published by #

test/3_end2end_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# #
33
# This file is part of Code Stat, a Python script to compute line of code #
44
# metrics on a set of source code files, for several programming languages. #
5-
# Copyright (C) 2023-2025 Yoann Le Montagner <yo35 -at- melix.net> #
5+
# Copyright (C) 2023-2026 Yoann Le Montagner <yo35 -at- melix.net> #
66
# #
77
# This program is free software: you can redistribute it and/or modify #
88
# it under the terms of the GNU General Public License as published by #

0 commit comments

Comments
 (0)