Skip to content

Commit d5944a6

Browse files
authored
Update asciidoc copyright headers to 2026 (#1438)
And document the procedure to bump year in RELEASING.md Fixes #1437
1 parent 4584797 commit d5944a6

31 files changed

Lines changed: 31 additions & 30 deletions

RELEASING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ find \
3838
$CDT_ROOT/remote/org.eclipse.remote.doc.isv/pom.xml \
3939
-type f -exec sed -i s/12.4.0/12.5.0/g {} \;
4040
```
41+
- At the beginning of the calendar year, or on the first edit to `**/*.adoc` files, update the copyright end year in `doc/org.eclipse.cdt.doc.user/adoc-headers.txt` and run `releng/scripts/do_generate_asciidoc.sh` to propagate the change to all the asciidoc files.
4142
- run check_code_cleanliness to make sure that everything looks good `docker run --rm -it -v $(git rev-parse --show-toplevel):/work -w /work/$(git rev-parse --show-prefix) quay.io/eclipse-cdt/cdt-infra:latest releng/scripts/check_code_cleanliness.sh` - if version bumps are needed, see "bump bundle versions" below
4243
- create a PR with the above and push it to main when it succeeds.
4344
- test CDT.setup works

doc/org.eclipse.cdt.doc.user/adoc-headers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/concepts/cdt_c_before_you_begin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/example/example.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/getting_started/cbs_build_project.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/getting_started/cbs_debug_project.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/getting_started/cbs_debug_remote.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/getting_started/cbs_launchbar.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/getting_started/cbs_run_project.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/getting_started/cbs_using_existing_code.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

0 commit comments

Comments
 (0)