]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR modula2/116557 Remove physical address from the GPL header comment
authorGaius Mulley <gaiusmod2@gmail.com>
Mon, 2 Sep 2024 12:29:25 +0000 (13:29 +0100)
committerGaius Mulley <gaiusmod2@gmail.com>
Mon, 2 Sep 2024 12:29:25 +0000 (13:29 +0100)
commit78dc2e2575c602c62d50a9522ea976020a5bf7aa
tree8bd9fb72b7c8b743c414ba2ca81f8d429e058579
parent4bf758b212170dba2b5a1881950e949ec4f8a58b
PR modula2/116557 Remove physical address from the GPL header comment

This patch removes the physical address from all the header comments
in the m2 subdirectory.  The physical address is replaced with the
text "You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>." instead.

gcc/m2/ChangeLog:

PR modula2/116557
* gm2-lang.cc: Replace physical address with URL in GPL header.
* gm2-lang.h: Ditto.
* images/LICENSE.IMG: Ditto.
* m2-tree.def: Ditto.
* mc-boot/GIndexing.cc: Ditto.
* mc-boot/Gkeyc.cc: Ditto.
* mc-boot/Glists.cc: Ditto.
* mc-boot/GmcComp.cc: Ditto.
* mc-boot/GmcDebug.cc: Ditto.
* mc-boot/GmcFileName.cc: Ditto.
* mc-boot/GmcMetaError.cc: Ditto.
* mc-boot/GmcOptions.cc: Ditto.
* mc-boot/GmcPreprocess.cc: Ditto.
* mc-boot/GmcPretty.cc: Ditto.
* mc-boot/GmcPrintf.cc: Ditto.
* mc-boot/GmcQuiet.cc: Ditto.
* mc-boot/GmcReserved.cc: Ditto.
* mc-boot/GmcSearch.cc: Ditto.
* mc-boot/GmcStack.cc: Ditto.
* mc/Indexing.mod: Ditto.
* mc/keyc.mod: Ditto.
* mc/lists.mod: Ditto.
* mc/mcComp.mod: Ditto.
* mc/mcDebug.mod: Ditto.
* mc/mcFileName.mod: Ditto.
* mc/mcMetaError.mod: Ditto.
* mc/mcOptions.mod: Ditto.
* mc/mcPreprocess.mod: Ditto.
* mc/mcPretty.mod: Ditto.
* mc/mcPrintf.mod: Ditto.
* mc/mcQuiet.mod: Ditto.
* mc/mcReserved.mod: Ditto.
* mc/mcSearch.mod: Ditto.
* mc/mcStack.mod: Ditto.
* tools-src/buildpg: Ditto.
* tools-src/calcpath: Ditto.
* tools-src/checkmeta.py: Ditto.
* tools-src/def2doc.py: Ditto.
* tools-src/makeSystem: Ditto.
* tools-src/tidydates.py: Ditto.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
40 files changed:
gcc/m2/gm2-lang.cc
gcc/m2/gm2-lang.h
gcc/m2/images/LICENSE.IMG
gcc/m2/m2-tree.def
gcc/m2/mc-boot/GIndexing.cc
gcc/m2/mc-boot/Gkeyc.cc
gcc/m2/mc-boot/Glists.cc
gcc/m2/mc-boot/GmcComp.cc
gcc/m2/mc-boot/GmcDebug.cc
gcc/m2/mc-boot/GmcFileName.cc
gcc/m2/mc-boot/GmcMetaError.cc
gcc/m2/mc-boot/GmcOptions.cc
gcc/m2/mc-boot/GmcPreprocess.cc
gcc/m2/mc-boot/GmcPretty.cc
gcc/m2/mc-boot/GmcPrintf.cc
gcc/m2/mc-boot/GmcQuiet.cc
gcc/m2/mc-boot/GmcReserved.cc
gcc/m2/mc-boot/GmcSearch.cc
gcc/m2/mc-boot/GmcStack.cc
gcc/m2/mc/Indexing.mod
gcc/m2/mc/keyc.mod
gcc/m2/mc/lists.mod
gcc/m2/mc/mcComp.mod
gcc/m2/mc/mcDebug.mod
gcc/m2/mc/mcFileName.mod
gcc/m2/mc/mcMetaError.mod
gcc/m2/mc/mcOptions.mod
gcc/m2/mc/mcPreprocess.mod
gcc/m2/mc/mcPretty.mod
gcc/m2/mc/mcPrintf.mod
gcc/m2/mc/mcQuiet.mod
gcc/m2/mc/mcReserved.mod
gcc/m2/mc/mcSearch.mod
gcc/m2/mc/mcStack.mod
gcc/m2/tools-src/buildpg
gcc/m2/tools-src/calcpath
gcc/m2/tools-src/checkmeta.py
gcc/m2/tools-src/def2doc.py
gcc/m2/tools-src/makeSystem
gcc/m2/tools-src/tidydates.py