Change the bootstrap compiler license to GPL3

This commit is contained in:
2025-02-09 12:30:31 +01:00
parent d88bd652a4
commit 207ae0fa0a
25 changed files with 1251 additions and 65 deletions

View File

@ -1,4 +1,4 @@
# Make-lang.in -- Top level -*- makefile -*- fragment for the Elna frontend.
# Top level -*- makefile -*- fragment for the Elna frontend.
# Copyright (C) 2025 Free Software Foundation, Inc.
# GCC is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
# config-lang.in -- Top level configure fragment for gcc Elna frontend.
# Top level configure fragment for gcc Elna frontend.
# Copyright (C) 2025 Free Software Foundation, Inc.
# GCC is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* elna-convert.cc -- Data type conversion routines.
/* Data type conversion routines.
Copyright (C) 2025 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* elna-diagnostic.cc -- Elna frontend specific diagnostic routines.
/* Elna frontend specific diagnostic routines.
Copyright (C) 2025 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* elna-generic.cc -- Visitor generating a GENERIC tree.
/* Visitor generating a GENERIC tree.
Copyright (C) 2025 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* elna-spec.c -- Specific flags and argument handling of the Elna front end.
/* Specific flags and argument handling of the Elna front end.
Copyright (C) 2025 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* elna-tree.cc -- Utilities to manipulate GCC trees.
/* Utilities to manipulate GCC trees.
Copyright (C) 2025 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* elna1.cc -- Language-dependent hooks for Elna.
/* Language-dependent hooks for Elna.
Copyright (C) 2006-2024 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,4 @@
/* lang-specs.h -- GCC driver specs for Elna frontend.
/* GCC driver specs for Elna frontend.
Copyright (C) 2025 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under