diff options
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/crisv10-decode.h | 3 | ||||
-rw-r--r-- | target-cris/translate_v10.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/target-cris/crisv10-decode.h b/target-cris/crisv10-decode.h index 0d6f3de219..587fbdd278 100644 --- a/target-cris/crisv10-decode.h +++ b/target-cris/crisv10-decode.h @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #define CRISV10_MODE_QIMMEDIATE 0 diff --git a/target-cris/translate_v10.c b/target-cris/translate_v10.c index 9abf1a837c..564cdb009d 100644 --- a/target-cris/translate_v10.c +++ b/target-cris/translate_v10.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ #include "crisv10-decode.h" |