[COMMITTED] algol68: consolidate file headers
Jose E. Marchesi
jemarch@gnu.org
Fri Mar 14 08:42:26 GMT 2025
---
gcc/algol68/a68-diagnostics.cc | 2 --
gcc/algol68/a68-lang.cc | 4 +---
gcc/algol68/a68-low-bits.cc | 2 --
gcc/algol68/a68-low-bools.cc | 2 --
gcc/algol68/a68-low-builtins.cc | 2 --
gcc/algol68/a68-low-chars.cc | 2 --
gcc/algol68/a68-low-clauses.cc | 2 --
gcc/algol68/a68-low-coercions.cc | 2 --
gcc/algol68/a68-low-complex.cc | 2 --
gcc/algol68/a68-low-decls.cc | 2 --
gcc/algol68/a68-low-generator.cc | 2 --
gcc/algol68/a68-low-ints.cc | 2 --
gcc/algol68/a68-low-misc.cc | 2 --
gcc/algol68/a68-low-moids.cc | 2 --
gcc/algol68/a68-low-multiples.cc | 2 --
gcc/algol68/a68-low-posix.cc | 2 --
gcc/algol68/a68-low-prelude.cc | 2 --
gcc/algol68/a68-low-ranges.cc | 2 --
gcc/algol68/a68-low-reals.cc | 2 --
gcc/algol68/a68-low-runtime.cc | 2 --
gcc/algol68/a68-low-strings.cc | 2 --
gcc/algol68/a68-low-unions.cc | 2 --
gcc/algol68/a68-low-units.cc | 2 --
gcc/algol68/a68-low.cc | 2 --
gcc/algol68/a68-moids-diagnostics.cc | 2 --
gcc/algol68/a68-moids-misc.cc | 2 --
gcc/algol68/a68-moids-to-string.cc | 2 --
gcc/algol68/a68-parser-attrs.def | 2 --
gcc/algol68/a68-parser-bottom-up.cc | 2 --
gcc/algol68/a68-parser-brackets.cc | 2 --
gcc/algol68/a68-parser-debug.cc | 2 --
gcc/algol68/a68-parser-extract.cc | 2 --
gcc/algol68/a68-parser-keywords.cc | 2 --
gcc/algol68/a68-parser-modes.cc | 2 --
gcc/algol68/a68-parser-moids-check.cc | 2 --
gcc/algol68/a68-parser-moids-coerce.cc | 2 --
gcc/algol68/a68-parser-moids-equivalence.cc | 2 --
gcc/algol68/a68-parser-prelude.cc | 2 --
gcc/algol68/a68-parser-scanner.cc | 2 --
gcc/algol68/a68-parser-scope.cc | 2 --
gcc/algol68/a68-parser-taxes.cc | 2 --
gcc/algol68/a68-parser-top-down.cc | 2 --
gcc/algol68/a68-parser-victal.cc | 2 --
gcc/algol68/a68-parser.cc | 2 --
gcc/algol68/a68-postulates.cc | 2 --
gcc/algol68/a68-tree.def | 2 --
gcc/algol68/a68-types.h | 2 --
gcc/algol68/a68-unistr.c | 2 --
gcc/algol68/a68.h | 2 --
gcc/algol68/a68spec.cc | 2 --
gcc/algol68/config-lang.in | 2 --
gcc/algol68/lang-specs.h | 2 --
gcc/algol68/lang.opt | 2 --
libga68/configure.ac | 2 --
libga68/ga68-alloc.c | 2 --
libga68/ga68-error.c | 2 --
libga68/ga68-posix.c | 2 --
libga68/ga68-standenv.c | 2 --
libga68/ga68-unistr.c | 2 --
libga68/ga68.h | 2 --
libga68/libga68.c | 2 --
61 files changed, 1 insertion(+), 123 deletions(-)
diff --git a/gcc/algol68/a68-diagnostics.cc b/gcc/algol68/a68-diagnostics.cc
index 89a7cafdaad..6063a4fb011 100644
--- a/gcc/algol68/a68-diagnostics.cc
+++ b/gcc/algol68/a68-diagnostics.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-lang.cc b/gcc/algol68/a68-lang.cc
index 133861e5ff2..dff7284100b 100644
--- a/gcc/algol68/a68-lang.cc
+++ b/gcc/algol68/a68-lang.cc
@@ -1,7 +1,5 @@
/* Language-dependent hooks for Algol 68.
- Copyright (C) 2024 Jose E. Marchesi.
-
- This file is NOT part of GCC.
+ Copyright (C) 2025 Jose E. Marchesi.
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
diff --git a/gcc/algol68/a68-low-bits.cc b/gcc/algol68/a68-low-bits.cc
index 99839483cd2..f101eef1221 100644
--- a/gcc/algol68/a68-low-bits.cc
+++ b/gcc/algol68/a68-low-bits.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-bools.cc b/gcc/algol68/a68-low-bools.cc
index 5627d95b6ef..b3fac2aeb39 100644
--- a/gcc/algol68/a68-low-bools.cc
+++ b/gcc/algol68/a68-low-bools.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-builtins.cc b/gcc/algol68/a68-low-builtins.cc
index c31bd338016..08111b1d562 100644
--- a/gcc/algol68/a68-low-builtins.cc
+++ b/gcc/algol68/a68-low-builtins.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-chars.cc b/gcc/algol68/a68-low-chars.cc
index 4de9949c363..e95f221f1b1 100644
--- a/gcc/algol68/a68-low-chars.cc
+++ b/gcc/algol68/a68-low-chars.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-clauses.cc b/gcc/algol68/a68-low-clauses.cc
index bbe7853b32f..14741a77f16 100644
--- a/gcc/algol68/a68-low-clauses.cc
+++ b/gcc/algol68/a68-low-clauses.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-coercions.cc b/gcc/algol68/a68-low-coercions.cc
index 8ef528d482e..b750e3152ab 100644
--- a/gcc/algol68/a68-low-coercions.cc
+++ b/gcc/algol68/a68-low-coercions.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-complex.cc b/gcc/algol68/a68-low-complex.cc
index d8fc5543507..ba1a55b9a53 100644
--- a/gcc/algol68/a68-low-complex.cc
+++ b/gcc/algol68/a68-low-complex.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-decls.cc b/gcc/algol68/a68-low-decls.cc
index 943ff3d8561..a49bebb4476 100644
--- a/gcc/algol68/a68-low-decls.cc
+++ b/gcc/algol68/a68-low-decls.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-generator.cc b/gcc/algol68/a68-low-generator.cc
index e8066305691..e6b708a95c1 100644
--- a/gcc/algol68/a68-low-generator.cc
+++ b/gcc/algol68/a68-low-generator.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-ints.cc b/gcc/algol68/a68-low-ints.cc
index 13e235382ce..57735a571d3 100644
--- a/gcc/algol68/a68-low-ints.cc
+++ b/gcc/algol68/a68-low-ints.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-misc.cc b/gcc/algol68/a68-low-misc.cc
index 5ea6dfe2f3e..d05d513231a 100644
--- a/gcc/algol68/a68-low-misc.cc
+++ b/gcc/algol68/a68-low-misc.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-moids.cc b/gcc/algol68/a68-low-moids.cc
index 225d7e07a39..aaef52d8c28 100644
--- a/gcc/algol68/a68-low-moids.cc
+++ b/gcc/algol68/a68-low-moids.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-multiples.cc b/gcc/algol68/a68-low-multiples.cc
index 54ac42a1b88..c95b172fbec 100644
--- a/gcc/algol68/a68-low-multiples.cc
+++ b/gcc/algol68/a68-low-multiples.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-posix.cc b/gcc/algol68/a68-low-posix.cc
index c3b3578079a..9eb7e44a823 100644
--- a/gcc/algol68/a68-low-posix.cc
+++ b/gcc/algol68/a68-low-posix.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-prelude.cc b/gcc/algol68/a68-low-prelude.cc
index 25338137f76..f84e67e27f1 100644
--- a/gcc/algol68/a68-low-prelude.cc
+++ b/gcc/algol68/a68-low-prelude.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-ranges.cc b/gcc/algol68/a68-low-ranges.cc
index 2f34a3e8adb..13987792d35 100644
--- a/gcc/algol68/a68-low-ranges.cc
+++ b/gcc/algol68/a68-low-ranges.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-reals.cc b/gcc/algol68/a68-low-reals.cc
index 8681f27466f..87a1bf9ad1a 100644
--- a/gcc/algol68/a68-low-reals.cc
+++ b/gcc/algol68/a68-low-reals.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-runtime.cc b/gcc/algol68/a68-low-runtime.cc
index 8d9aa4d979f..7b409cb78f2 100644
--- a/gcc/algol68/a68-low-runtime.cc
+++ b/gcc/algol68/a68-low-runtime.cc
@@ -5,8 +5,6 @@
Written by Jose E. Marchesi.
Adapted from gcc/d/runtime.cc.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-strings.cc b/gcc/algol68/a68-low-strings.cc
index c8f1de7cb55..eae2767ec3e 100644
--- a/gcc/algol68/a68-low-strings.cc
+++ b/gcc/algol68/a68-low-strings.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-unions.cc b/gcc/algol68/a68-low-unions.cc
index 1798e83e360..a9ff59ebe5c 100644
--- a/gcc/algol68/a68-low-unions.cc
+++ b/gcc/algol68/a68-low-unions.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low-units.cc b/gcc/algol68/a68-low-units.cc
index 803fa4f16fb..ebbef6bf9ce 100644
--- a/gcc/algol68/a68-low-units.cc
+++ b/gcc/algol68/a68-low-units.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-low.cc b/gcc/algol68/a68-low.cc
index dbad2027be6..a9fccacba85 100644
--- a/gcc/algol68/a68-low.cc
+++ b/gcc/algol68/a68-low.cc
@@ -3,8 +3,6 @@
Written by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-moids-diagnostics.cc b/gcc/algol68/a68-moids-diagnostics.cc
index a053b08bc27..1bc461d22ef 100644
--- a/gcc/algol68/a68-moids-diagnostics.cc
+++ b/gcc/algol68/a68-moids-diagnostics.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-moids-misc.cc b/gcc/algol68/a68-moids-misc.cc
index 6b702dfd884..ca320d56399 100644
--- a/gcc/algol68/a68-moids-misc.cc
+++ b/gcc/algol68/a68-moids-misc.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-moids-to-string.cc b/gcc/algol68/a68-moids-to-string.cc
index ce73c783211..c1e514c6830 100644
--- a/gcc/algol68/a68-moids-to-string.cc
+++ b/gcc/algol68/a68-moids-to-string.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-attrs.def b/gcc/algol68/a68-parser-attrs.def
index e68934b45ff..3f28687d80a 100644
--- a/gcc/algol68/a68-parser-attrs.def
+++ b/gcc/algol68/a68-parser-attrs.def
@@ -2,8 +2,6 @@
kind/attributes of Algol 68 parse tree nodes.
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/gcc/algol68/a68-parser-bottom-up.cc b/gcc/algol68/a68-parser-bottom-up.cc
index b3b3d20fcd8..2a7500d0f6b 100644
--- a/gcc/algol68/a68-parser-bottom-up.cc
+++ b/gcc/algol68/a68-parser-bottom-up.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-brackets.cc b/gcc/algol68/a68-parser-brackets.cc
index ff46de9dd72..65d6c53747d 100644
--- a/gcc/algol68/a68-parser-brackets.cc
+++ b/gcc/algol68/a68-parser-brackets.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-debug.cc b/gcc/algol68/a68-parser-debug.cc
index a4895e0f2b5..be7c7cdc109 100644
--- a/gcc/algol68/a68-parser-debug.cc
+++ b/gcc/algol68/a68-parser-debug.cc
@@ -1,8 +1,6 @@
/* Debug facilities for the Algol 68 parser.
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-extract.cc b/gcc/algol68/a68-parser-extract.cc
index fc6a90e3c74..76d49c88aa4 100644
--- a/gcc/algol68/a68-parser-extract.cc
+++ b/gcc/algol68/a68-parser-extract.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-keywords.cc b/gcc/algol68/a68-parser-keywords.cc
index 3fc9b0a3d6e..97076c16ded 100644
--- a/gcc/algol68/a68-parser-keywords.cc
+++ b/gcc/algol68/a68-parser-keywords.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-modes.cc b/gcc/algol68/a68-parser-modes.cc
index ba9446639fc..ce176189b62 100644
--- a/gcc/algol68/a68-parser-modes.cc
+++ b/gcc/algol68/a68-parser-modes.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-moids-check.cc b/gcc/algol68/a68-parser-moids-check.cc
index dc16ea54790..8a6d9ca73c4 100644
--- a/gcc/algol68/a68-parser-moids-check.cc
+++ b/gcc/algol68/a68-parser-moids-check.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-moids-coerce.cc b/gcc/algol68/a68-parser-moids-coerce.cc
index 762f9117918..54f0519f81c 100644
--- a/gcc/algol68/a68-parser-moids-coerce.cc
+++ b/gcc/algol68/a68-parser-moids-coerce.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-moids-equivalence.cc b/gcc/algol68/a68-parser-moids-equivalence.cc
index 1c24de5db8b..3c0ffc7692c 100644
--- a/gcc/algol68/a68-parser-moids-equivalence.cc
+++ b/gcc/algol68/a68-parser-moids-equivalence.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-prelude.cc b/gcc/algol68/a68-parser-prelude.cc
index 9f98f4a0375..86b08db517a 100644
--- a/gcc/algol68/a68-parser-prelude.cc
+++ b/gcc/algol68/a68-parser-prelude.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-scanner.cc b/gcc/algol68/a68-parser-scanner.cc
index 38fbbcf2d41..847dec85465 100644
--- a/gcc/algol68/a68-parser-scanner.cc
+++ b/gcc/algol68/a68-parser-scanner.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-scope.cc b/gcc/algol68/a68-parser-scope.cc
index 3e02e3b147f..50f81c84e5b 100644
--- a/gcc/algol68/a68-parser-scope.cc
+++ b/gcc/algol68/a68-parser-scope.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-taxes.cc b/gcc/algol68/a68-parser-taxes.cc
index 060beb6a7c7..6a0c773e4a1 100644
--- a/gcc/algol68/a68-parser-taxes.cc
+++ b/gcc/algol68/a68-parser-taxes.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-top-down.cc b/gcc/algol68/a68-parser-top-down.cc
index d9dc0058750..db381a18932 100644
--- a/gcc/algol68/a68-parser-top-down.cc
+++ b/gcc/algol68/a68-parser-top-down.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser-victal.cc b/gcc/algol68/a68-parser-victal.cc
index 8b470b64189..b4162fc3982 100644
--- a/gcc/algol68/a68-parser-victal.cc
+++ b/gcc/algol68/a68-parser-victal.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-parser.cc b/gcc/algol68/a68-parser.cc
index cf16f70cbd8..0eaba12f6e2 100644
--- a/gcc/algol68/a68-parser.cc
+++ b/gcc/algol68/a68-parser.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-postulates.cc b/gcc/algol68/a68-postulates.cc
index 85262556477..35388c332cd 100644
--- a/gcc/algol68/a68-postulates.cc
+++ b/gcc/algol68/a68-postulates.cc
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-tree.def b/gcc/algol68/a68-tree.def
index 5a586899f91..1d7c644988f 100644
--- a/gcc/algol68/a68-tree.def
+++ b/gcc/algol68/a68-tree.def
@@ -3,8 +3,6 @@
tree.def for the standard codes).
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/gcc/algol68/a68-types.h b/gcc/algol68/a68-types.h
index 20f151bd65a..41e310520ee 100644
--- a/gcc/algol68/a68-types.h
+++ b/gcc/algol68/a68-types.h
@@ -5,8 +5,6 @@
Original implementation by J. Marcel van der Veer.
Adapted for GCC by Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68-unistr.c b/gcc/algol68/a68-unistr.c
index 85ffd0efa86..ee7a6d7831f 100644
--- a/gcc/algol68/a68-unistr.c
+++ b/gcc/algol68/a68-unistr.c
@@ -5,8 +5,6 @@
The code in this file has been adapted from the unistr gnulib module,
written by Bruno Haible.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68.h b/gcc/algol68/a68.h
index f3c25200eeb..2c9881070a3 100644
--- a/gcc/algol68/a68.h
+++ b/gcc/algol68/a68.h
@@ -1,8 +1,6 @@
/* Definitions for the Algol 68 GCC front end.
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/a68spec.cc b/gcc/algol68/a68spec.cc
index ea36f7122a3..bc11abde76e 100644
--- a/gcc/algol68/a68spec.cc
+++ b/gcc/algol68/a68spec.cc
@@ -1,8 +1,6 @@
/* a68spec.c -- Specific flags and argument handling of the Algol 68 front end.
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/gcc/algol68/config-lang.in b/gcc/algol68/config-lang.in
index d6a91dc4199..88370b06cad 100644
--- a/gcc/algol68/config-lang.in
+++ b/gcc/algol68/config-lang.in
@@ -2,8 +2,6 @@
# Copyright (C) 2025 Free Software Foundation, Inc.
-# This file is NOT part of GCC.
-
# GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
diff --git a/gcc/algol68/lang-specs.h b/gcc/algol68/lang-specs.h
index c2d63c358a7..737270c41f7 100644
--- a/gcc/algol68/lang-specs.h
+++ b/gcc/algol68/lang-specs.h
@@ -1,8 +1,6 @@
/* lang-specs.h -- gcc driver specs for Algol 68 frontend.
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
diff --git a/gcc/algol68/lang.opt b/gcc/algol68/lang.opt
index 57b42448b82..58a50c34d3f 100644
--- a/gcc/algol68/lang.opt
+++ b/gcc/algol68/lang.opt
@@ -1,8 +1,6 @@
; Options for the Algol 68 front end.
; Copyright (C) 2025 Free Software Foundation, Inc.
;
-; This file is NOT part of GCC.
-;
; GCC is free software; you can redistribute it and/or modify it under
; the terms of the GNU General Public License as published by the Free
; Software Foundation; either version 3, or (at your option) any later
diff --git a/libga68/configure.ac b/libga68/configure.ac
index 212ba0013d5..0eb7cb2cc67 100644
--- a/libga68/configure.ac
+++ b/libga68/configure.ac
@@ -1,8 +1,6 @@
# Configure script for libga68.
# Copyright (C) 2025 Jose E. Marchesi.
-# This file is NOT part of GCC.
-
# GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
diff --git a/libga68/ga68-alloc.c b/libga68/ga68-alloc.c
index c46e871e437..fec9dda186b 100644
--- a/libga68/ga68-alloc.c
+++ b/libga68/ga68-alloc.c
@@ -2,8 +2,6 @@
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/libga68/ga68-error.c b/libga68/ga68-error.c
index ee346c51468..e695343f086 100644
--- a/libga68/ga68-error.c
+++ b/libga68/ga68-error.c
@@ -2,8 +2,6 @@
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/libga68/ga68-posix.c b/libga68/ga68-posix.c
index 083933950d0..78f0ac2b178 100644
--- a/libga68/ga68-posix.c
+++ b/libga68/ga68-posix.c
@@ -2,8 +2,6 @@
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/libga68/ga68-standenv.c b/libga68/ga68-standenv.c
index 7ef0b68a1b6..2c1b7979af1 100644
--- a/libga68/ga68-standenv.c
+++ b/libga68/ga68-standenv.c
@@ -2,8 +2,6 @@
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/libga68/ga68-unistr.c b/libga68/ga68-unistr.c
index b4c212eb7ab..6cd027f49b8 100644
--- a/libga68/ga68-unistr.c
+++ b/libga68/ga68-unistr.c
@@ -2,8 +2,6 @@
Copyright (C) 2009-2025 Free Software Foundation, Inc.
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/libga68/ga68.h b/libga68/ga68.h
index b4f50fe062d..1733fc951e3 100644
--- a/libga68/ga68.h
+++ b/libga68/ga68.h
@@ -1,8 +1,6 @@
/* Definitions for libga68.
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
diff --git a/libga68/libga68.c b/libga68/libga68.c
index 778dfe4d378..a1534879a7f 100644
--- a/libga68/libga68.c
+++ b/libga68/libga68.c
@@ -1,8 +1,6 @@
/* GNU Algol Compiler run-time.
Copyright (C) 2025 Jose E. Marchesi.
- This file is NOT part of GCC.
-
GCC is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation; either version 3, or (at your option) any later version.
--
2.30.2
More information about the Algol68
mailing list