diff options
author | Sam James <sam@gentoo.org> | 2024-08-14 13:25:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-22 03:41:12 +0100 |
commit | c1aba5e7e7da5f2bd75873d3853f1de85addc2ac (patch) | |
tree | 5891024ddfb3ae36799eab0e12ca3b3c0d25f47a | |
parent | d6a112afe7cd9ade0d06c3128d1f29b6454a7f5c (diff) | |
download | gcc-c1aba5e7e7da5f2bd75873d3853f1de85addc2ac.zip gcc-c1aba5e7e7da5f2bd75873d3853f1de85addc2ac.tar.gz gcc-c1aba5e7e7da5f2bd75873d3853f1de85addc2ac.tar.bz2 |
Makefile.tpl: fix whitespace in licence header
* Makefile.in: Regenerate.
* Makefile.tpl: Fix whitespace.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | Makefile.in | 4 | ||||
-rw-r--r-- | Makefile.tpl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index a1a56bb..966d604 100644 --- a/Makefile.in +++ b/Makefile.in @@ -10,12 +10,12 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING3. If not see # <http://www.gnu.org/licenses/>. diff --git a/Makefile.tpl b/Makefile.tpl index cbb3c67..da38dca 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -13,12 +13,12 @@ in # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING3. If not see # <http://www.gnu.org/licenses/>. |