Update copyright years in libbacktrace.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 14 Jan 2013 18:17:30 +0000 (18:17 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 14 Jan 2013 18:17:30 +0000 (18:17 +0000)
From-SVN: r195165

21 files changed:
libbacktrace/ChangeLog
libbacktrace/Makefile.am
libbacktrace/alloc.c
libbacktrace/backtrace-supported.h.in
libbacktrace/backtrace.c
libbacktrace/backtrace.h
libbacktrace/btest.c
libbacktrace/configure.ac
libbacktrace/dwarf.c
libbacktrace/elf.c
libbacktrace/fileline.c
libbacktrace/internal.h
libbacktrace/mmap.c
libbacktrace/mmapio.c
libbacktrace/nounwind.c
libbacktrace/posix.c
libbacktrace/print.c
libbacktrace/read.c
libbacktrace/simple.c
libbacktrace/state.c
libbacktrace/unknown.c

index 0e1415e6db94bba235aed07c62e3bbbc306b75bf..30382287f1c3b2aaf63914265241e70dad9c1050 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years.
+
 2013-01-01  Ian Lance Taylor  <iant@google.com>
 
        PR bootstrap/54834
index b4542469490b0371dcf4fddffcf1e345e3241b40..035986bbf96c19c55b33dbbb54f12a302b1e1b85 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am -- Backtrace Makefile.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are
index 501f3863fb5ee25fe13a3dfe240e42a852eba464..cb6f07b8ee9cdf5dd2eb76cda7ccf29e6fb0b233 100644 (file)
@@ -1,5 +1,5 @@
 /* alloc.c -- Memory allocation without mmap.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 329f4c205a7d36ca520a5ca166db8fc27915b651..c615f6406abdf1b86c5d087213946c6f41085840 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index c16b88328eaad8e5f43d30db04401d86c70aa1ed..428f53a2610d6cb27daad2c57581f341531df531 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace.c -- Entry point for stack backtrace library.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index b8404eaefb5d0c4ed322a3bf2f97bb7ddb05e3e1..da16e3d72bc9c58c78619526a35192cc19fa1e9e 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace.h -- Public header file for stack backtrace library.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 16f25b4501303a6e6cb659c9136d3e99000eef45..cc647b8d81c115edda53959afc89b28d1d0dca31 100644 (file)
@@ -1,5 +1,5 @@
 /* btest.c -- Test for libbacktrace library
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 3a4217e73f04b05edae3a7719a4f9fedaee719f8..28b2a1cd5c7b89ceeceecc3269ee78cd71438652 100644 (file)
@@ -1,5 +1,5 @@
 # configure.ac -- Backtrace configure script.
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are
index bd7419b9c9af08e45031b577a7a5a6ba79879c11..87392ddec8bca23f5b1e168ae001bafcce3cd68a 100644 (file)
@@ -1,5 +1,5 @@
 /* dwarf.c -- Get file/line information from DWARF for backtraces.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 8433a72fcd6ddcc31e06485c702dd6cf5fa12468..ef9bcdfb495d935069ed5bd15ed221341f22c441 100644 (file)
@@ -1,5 +1,5 @@
 /* elf.c -- Get debug data from an ELF file for backtraces.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 1ade81e9d493ecdfcfc5bfb70fa7b5ee2130d868..e5c39be8e0e406ac34b6ab970c1ea6d3ea01b9a9 100644 (file)
@@ -1,5 +1,5 @@
 /* fileline.c -- Get file and line number information in a backtrace.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 5e0dba44a8560998f632fc8b3cc61f693ce04b0e..1ea664a0bcdbc76bd628a7f414b7a147b591ea7e 100644 (file)
@@ -1,5 +1,5 @@
 /* internal.h -- Internal header file for stack backtrace library.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index a6c730ecd23f46bb65c3a2da6b2d431df2f2c84d..81389df223e6b91d671ffa4c935e401ad3be5d6c 100644 (file)
@@ -1,5 +1,5 @@
 /* mmap.c -- Memory allocation with mmap.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 96cc93ab76493f0e53c538ecc854774b1982c26a..60c68c66c35a323fda609fde4e81407bc69303b1 100644 (file)
@@ -1,5 +1,5 @@
 /* mmapio.c -- File views using mmap.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index bf7635ce0e7dad178b8441818ef25539dedda88b..5c8e23c906ac84dc5bc657a3112162b514c1f478 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace.c -- Entry point for stack backtrace library.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 4d6c852b7813feb580e191f980ca032dc457c814..be0a1a55b35ead6d2abbf8093fc960ee63a3b06c 100644 (file)
@@ -1,5 +1,5 @@
 /* posix.c -- POSIX file I/O routines for the backtrace library.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 9b775584d476e4ce47ee5cf6215920abe24308f8..c8cc2989b6fee244e6d645c0857fc19fd8c9c2af 100644 (file)
@@ -1,5 +1,5 @@
 /* print.c -- Print the current backtrace.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index a1eac5d06c0fbf5c69144ff37f4170f222298cdb..d6e648e5df4a148e1fcb5580b7e854ed4906fd0f 100644 (file)
@@ -1,5 +1,5 @@
 /* read.c -- File views without mmap.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index f4e598fd5bdd6385a1e40e31d53f1dbbc5e6ae47..b03f039f9edfa45b90912367e5c8c4e7a841eaa7 100644 (file)
@@ -1,5 +1,5 @@
 /* simple.c -- The backtrace_simple function.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 203181e0f7d968bcb72ca6212b72eee517808973..03bba481e0cb9dc01c7cb7411f801f1025b1a2c9 100644 (file)
@@ -1,5 +1,5 @@
 /* state.c -- Create the backtrace state.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index fab5867d8d2c552a6256f263994246dec1d68174..d9a3ac75b3efcd3b06c281ba767edbe29b9d4a77 100644 (file)
@@ -1,5 +1,5 @@
 /* unknown.c -- used when backtrace configury does not know file format.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without