| .. | .. |
|---|
| 1 | | -/* Copyright (C) 2006 Free Software Foundation, Inc. |
|---|
| 2 | | - |
|---|
| 3 | | -This file is free software; you can redistribute it and/or modify it |
|---|
| 4 | | -under the terms of the GNU General Public License as published by the |
|---|
| 5 | | -Free Software Foundation; either version 2, or (at your option) any |
|---|
| 6 | | -later version. |
|---|
| 7 | | - |
|---|
| 8 | | -In addition to the permissions in the GNU General Public License, the |
|---|
| 9 | | -Free Software Foundation gives you unlimited permission to link the |
|---|
| 10 | | -compiled version of this file into combinations with other programs, |
|---|
| 11 | | -and to distribute those combinations without any restriction coming |
|---|
| 12 | | -from the use of this file. (The General Public License restrictions |
|---|
| 13 | | -do apply in other respects; for example, they cover modification of |
|---|
| 14 | | -the file, and distribution when not linked into a combine |
|---|
| 15 | | -executable.) |
|---|
| 16 | | - |
|---|
| 17 | | -This file is distributed in the hope that it will be useful, but |
|---|
| 18 | | -WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 19 | | -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 20 | | -General Public License for more details. |
|---|
| 21 | | - |
|---|
| 22 | | -You should have received a copy of the GNU General Public License |
|---|
| 23 | | -along with this program; see the file COPYING. If not, write to |
|---|
| 24 | | -the Free Software Foundation, 51 Franklin Street, Fifth Floor, |
|---|
| 25 | | -Boston, MA 02110-1301, USA. */ |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 |
|---|
| 2 | + * |
|---|
| 3 | + * Copyright (C) 2006 Free Software Foundation, Inc. |
|---|
| 4 | + */ |
|---|
| 26 | 5 | |
|---|
| 27 | 6 | /* Moderately Space-optimized libgcc routines for the Renesas SH / |
|---|
| 28 | 7 | STMicroelectronics ST40 CPUs. |
|---|