Skip to content

Commit 9cde264

Browse files
update copyright information
1 parent 483e052 commit 9cde264

File tree

23 files changed

+24
-24
lines changed

23 files changed

+24
-24
lines changed

docs/conf.py

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

33
project = 'CE C/C++ Toolchain'
4-
copyright = '2015-2023 CE Programming'
4+
copyright = '2015-2024 CE Programming'
55
author = 'CE Programming'
66

77
current_version = os.environ['current_version']

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

resources/macOS/dmg/contents/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CE C toolchain - macOS release install notes
2-
--------------------------------------------
1+
CE C/C++ toolchain - macOS release install notes
2+
------------------------------------------------
33

44
If you're updating from a previous toolchain, back up any of your own files already present in your CEdev directory (which may be in ~/CEdev or /opt/CEdev), somewhere else temporarily.
55

src/ce/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/crt/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/fatdrvce/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/fileioc/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/fontlibc/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/graphx/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/keypadc/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/libc/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/libcxx/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/libload/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/linker.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/makefile.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/msddrvce/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/srldrvce/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

src/usbdrvce/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

tools/cedev-config/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

tools/fasmg/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2015-2023 CE Programming
1+
# Copyright (C) 2015-2024 CE Programming
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)