Skip to content

Commit 4ec10ff

Browse files
committed
Year update in source headers
1 parent 2961171 commit 4ec10ff

File tree

27 files changed

+171
-28
lines changed

27 files changed

+171
-28
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2006-2024 The ASysC project
1+
Copyright (C) 2006-2025 The Analog System Compiler project
22

33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by

examples/ac/RLC_slider/RLC.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

2-
# Copyright (C) 2006-2024 The Analog System Compiler project
2+
# Copyright (C) 2006-2025 The ASysC project
3+
#
4+
# This program is free software; you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation; either version 3 of the License, or
7+
# any later version.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; If not, see <https://www.gnu.org/licenses/>
316

417
# This file was automatically generated by the ASysC compiler. Don't modify it.
518

examples/ac/RLC_slider/simulation.py

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

22
#!/usr/bin/python3
33

4-
# Copyright (C) 2006-2024 The ASysC project
4+
# Copyright (C) 2006-2025 The ASysC project
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

examples/ac/sallen_key/sallen_key.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

2-
# Copyright (C) 2006-2024 The Analog System Compiler project
2+
# Copyright (C) 2006-2025 The ASysC project
3+
#
4+
# This program is free software; you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation; either version 3 of the License, or
7+
# any later version.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; If not, see <https://www.gnu.org/licenses/>
316

417
# This file was automatically generated by the ASysC compiler. Don't modify it.
518

examples/ac/sallen_key/simulation.py

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

22
#!/usr/bin/python3
33

4-
# Copyright (C) 2006-2024 The ASysC project
4+
# Copyright (C) 2006-2025 The ASysC project
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

examples/circuit_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2006-2024 The ASysC project
1+
# Copyright (C) 2006-2025 The ASysC project
22
#
33
# This program is free software; you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

examples/transient/Graetz_bridge/graetz_bridge.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

2-
# Copyright (C) 2006-2024 The Analog System Compiler project
2+
# Copyright (C) 2006-2025 The ASysC project
3+
#
4+
# This program is free software; you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation; either version 3 of the License, or
7+
# any later version.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; If not, see <https://www.gnu.org/licenses/>
316

417
# This file was automatically generated by the ASysC compiler. Don't modify it.
518

examples/transient/Graetz_bridge/simulation.py

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

22
#!/usr/bin/python3
33

4-
# Copyright (C) 2006-2024 The ASysC project
4+
# Copyright (C) 2006-2025 The ASysC project
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

examples/transient/NE555_slider/NE555.py

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

2-
# Copyright (C) 2006-2024 The Analog System Compiler project
2+
# Copyright (C) 2006-2025 The ASysC project
3+
#
4+
# This program is free software; you can redistribute it and/or modify
5+
# it under the terms of the GNU General Public License as published by
6+
# the Free Software Foundation; either version 3 of the License, or
7+
# any later version.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; If not, see <https://www.gnu.org/licenses/>
316

417
# This file was automatically generated by the ASysC compiler. Don't modify it.
518

examples/transient/NE555_slider/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python3
22

3-
# Copyright (C) 2006-2024 The ASysC project
3+
# Copyright (C) 2006-2025 The ASysC project
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)