Skip to content

Commit 90b826c

Browse files
committed
Update copyright years in src/*.[ch]pp
1 parent 73d765f commit 90b826c

25 files changed

+27
-29
lines changed

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- rc-v*
99
pull_request:
1010
paths:
11-
- src/*.[hc]
11+
- src/*.[hc]pp
1212

1313
concurrency:
1414
# Group by workflow and ref; the last component ensures that for pull

src/bipart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2016 James D. Mitchell
3+
// Copyright (C) 2016-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

src/bipart.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2016 James D. Mitchell
3+
// Copyright (C) 2016-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

src/cong.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2021 James D. Mitchell
3+
// Copyright (C) 2021-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

src/cong.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2021 James D. Mitchell
3+
// Copyright (C) 2021-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

src/conglatt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2022 James D. Mitchell
3+
// Copyright (C) 2022-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

src/conglatt.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2022 James D. Mitchell
3+
// Copyright (C) 20222-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

src/froidure-pin-base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2022 James D. Mitchell
3+
// Copyright (C) 2022-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

src/froidure-pin-bipart.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2021 James D. Mitchell
3+
// Copyright (C) 2021-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

src/froidure-pin-bmat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Semigroups package for GAP
3-
// Copyright (C) 2021 James D. Mitchell
3+
// Copyright (C) 2021-2025 James D. Mitchell
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)