aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/cr16
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-02-04 19:06:20 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-02-04 19:06:20 +0000
commit5d5bf77569cea0d401a74a3411e4a9c32b28b3ac (patch)
treebca0875090cea05ab7f9c28abf4600b0fce07116 /libgcc/config/cr16
parent49c8d79b277e0bcd0439ecf2ba987c63d6d59ce8 (diff)
Update copyright in libgcc.
From-SVN: r195731
Diffstat (limited to 'libgcc/config/cr16')
-rw-r--r--libgcc/config/cr16/crti.S2
-rw-r--r--libgcc/config/cr16/crtlibid.S2
-rw-r--r--libgcc/config/cr16/crtn.S2
-rw-r--r--libgcc/config/cr16/divmodhi3.c2
-rw-r--r--libgcc/config/cr16/lib1funcs.S2
-rw-r--r--libgcc/config/cr16/t-cr162
-rw-r--r--libgcc/config/cr16/t-crtlibid2
-rw-r--r--libgcc/config/cr16/unwind-cr16.c3
-rw-r--r--libgcc/config/cr16/unwind-dw2.h3
9 files changed, 9 insertions, 11 deletions
diff --git a/libgcc/config/cr16/crti.S b/libgcc/config/cr16/crti.S
index 305626f3544..a9b3c00a9a8 100644
--- a/libgcc/config/cr16/crti.S
+++ b/libgcc/config/cr16/crti.S
@@ -1,6 +1,6 @@
# Specialized code needed to support construction and destruction of
# file-scope objects in C++ and Java code, and to support exception handling.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# Contributed by KPIT Cummins Infosystems Limited.
# This file is free software; you can redistribute it and/or modify it
diff --git a/libgcc/config/cr16/crtlibid.S b/libgcc/config/cr16/crtlibid.S
index 8977fb592e0..be1060816be 100644
--- a/libgcc/config/cr16/crtlibid.S
+++ b/libgcc/config/cr16/crtlibid.S
@@ -1,6 +1,6 @@
# Provide a weak definition of the library ID, for the benefit of certain
# configure scripts.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# Contributed by KPIT Cummins Infosystems Limited.
# This file is free software; you can redistribute it and/or modify it
diff --git a/libgcc/config/cr16/crtn.S b/libgcc/config/cr16/crtn.S
index c4a71fb0d70..e5d453591b7 100644
--- a/libgcc/config/cr16/crtn.S
+++ b/libgcc/config/cr16/crtn.S
@@ -1,6 +1,6 @@
# Specialized code needed to support construction and destruction of
# file-scope objects in C++ and Java code, and to support exception handling.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
# Contributed by KPIT Cummins Infosystems Limited.
# This file is free software; you can redistribute it and/or modify it
diff --git a/libgcc/config/cr16/divmodhi3.c b/libgcc/config/cr16/divmodhi3.c
index 12c2cd84224..4d45148ef7c 100644
--- a/libgcc/config/cr16/divmodhi3.c
+++ b/libgcc/config/cr16/divmodhi3.c
@@ -1,5 +1,5 @@
/* Libgcc Target specific implementation - Emulating div and mod.
- Copyright (C) 2012 Free Software Foundation, Inc.
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
Contributed by KPIT Cummins Infosystems Limited.
This file is part of GCC.
diff --git a/libgcc/config/cr16/lib1funcs.S b/libgcc/config/cr16/lib1funcs.S
index da818a67969..1a4cd6d8b2d 100644
--- a/libgcc/config/cr16/lib1funcs.S
+++ b/libgcc/config/cr16/lib1funcs.S
@@ -1,5 +1,5 @@
/* Libgcc Target specific implementation.
- Copyright (C) 2012 Free Software Foundation, Inc.
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
Contributed by KPIT Cummins Infosystems Limited.
This file is part of GCC.
diff --git a/libgcc/config/cr16/t-cr16 b/libgcc/config/cr16/t-cr16
index 9ed12762802..5e7250eb359 100644
--- a/libgcc/config/cr16/t-cr16
+++ b/libgcc/config/cr16/t-cr16
@@ -1,5 +1,5 @@
# Makefile fragment for building LIBGCC for the Renesas CR16 target.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
diff --git a/libgcc/config/cr16/t-crtlibid b/libgcc/config/cr16/t-crtlibid
index f0d9ac87a2c..6a960252509 100644
--- a/libgcc/config/cr16/t-crtlibid
+++ b/libgcc/config/cr16/t-crtlibid
@@ -1,5 +1,5 @@
# Makefile fragment for building LIBGCC for the Renesas CR16 target.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
#
# This file is part of GCC.
#
diff --git a/libgcc/config/cr16/unwind-cr16.c b/libgcc/config/cr16/unwind-cr16.c
index 51430a24c08..3a7227ae9eb 100644
--- a/libgcc/config/cr16/unwind-cr16.c
+++ b/libgcc/config/cr16/unwind-cr16.c
@@ -1,6 +1,5 @@
/* DWARF2 exception handling and frame unwind runtime interface routines.
- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
- 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libgcc/config/cr16/unwind-dw2.h b/libgcc/config/cr16/unwind-dw2.h
index 28ff74e14c0..365e97470f5 100644
--- a/libgcc/config/cr16/unwind-dw2.h
+++ b/libgcc/config/cr16/unwind-dw2.h
@@ -1,6 +1,5 @@
/* DWARF2 frame unwind data structure.
- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2009,
- 2010, 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of GCC.