]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyright years in libbacktrace/
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 2 Jan 2014 22:24:37 +0000 (22:24 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 2 Jan 2014 22:24:37 +0000 (22:24 +0000)
From-SVN: r206292

22 files changed:
libbacktrace/ChangeLog
libbacktrace/Makefile.am
libbacktrace/alloc.c
libbacktrace/atomic.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 0c41f0135c41395e817554381b3df879d2070b24..2b0b43919a82f80fe5b06782bf593499eb691e22 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years
+
 2013-12-06  Jakub Jelinek  <jakub@redhat.com>
 
        * elf.c (ET_DYN): Undefine and define again.
index 20dbde480c5d8f970eb844a852d31c6ecb8712f3..6add85d7341513eddaa249f477fc51e3799343b7 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile.am -- Backtrace Makefile.
-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 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 b2c31fabcbc0f488b8c1c3ac61879f37f8cce243..37eca65349ee10a409af63e45e8740492cdd3e1a 100644 (file)
@@ -1,5 +1,5 @@
 /* alloc.c -- Memory allocation without mmap.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 10418abadaa8eb69f86a4a565fcfc331d6b0f9d1..f139d74aa5f373fa54a646792c3a772f9db48b55 100644 (file)
@@ -1,5 +1,5 @@
 /* atomic.c -- Support for atomic functions if not present.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+   Copyright (C) 2013-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index c615f6406abdf1b86c5d087213946c6f41085840..901e3f72a431bf732a8dd21dccc4f604ab568b05 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 428f53a2610d6cb27daad2c57581f341531df531..cc3105c06cb19b592641853daa576f9ebe322045 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace.c -- Entry point for stack backtrace library.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 33595cf5139f88c003c9f894a55eab3797480522..03b5479081d31e4aecb2a58f76ad3f92b33d1619 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace.h -- Public header file for stack backtrace library.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 17fea3061f51a6a7173577fcd871ca5aa843f33d..4b67c3d8bd0c763d3ded1b1dd8ae82a1c509230f 100644 (file)
@@ -1,5 +1,5 @@
 /* btest.c -- Test for libbacktrace library
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index f97afbc8b746ee7146e1028a7c01b54a407fcd2f..5e7e03958580c15d6a06ec86248e7a20b51ddb9e 100644 (file)
@@ -1,5 +1,5 @@
 # configure.ac -- Backtrace configure script.
-# Copyright (C) 2012-2013 Free Software Foundation, Inc.
+# Copyright (C) 2012-2014 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 fa9b990432263c0537d1124c67d3682f05a4317e..ad52d73b752e51c4be990c17cda0709c42d21fe2 100644 (file)
@@ -1,5 +1,5 @@
 /* dwarf.c -- Get file/line information from DWARF for backtraces.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index c7e646744dd7554b46b5c94f8b7b002ea1bb5adc..6c5b179e90d05596ccb0b0daf6638aaddf64e331 100644 (file)
@@ -1,5 +1,5 @@
 /* elf.c -- Get debug data from an ELF file for backtraces.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index cc063f52c0d3d566cf0a3faa256c5b9fd6c86b99..bab5351cab38d9935f336b652e6ba0d29c8b7ec5 100644 (file)
@@ -1,5 +1,5 @@
 /* fileline.c -- Get file and line number information in a backtrace.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 9bec33cf9938dc22f162c41088f533ff87826f71..dd109db24aed900a6fe66191cd81be6b31500496 100644 (file)
@@ -1,5 +1,5 @@
 /* internal.h -- Internal header file for stack backtrace library.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index dc94b29a3f7a0c98aff70d3acadc070af24343e2..b530e38238820084f87949e24111576922810f52 100644 (file)
@@ -1,5 +1,5 @@
 /* mmap.c -- Memory allocation with mmap.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 60c68c66c35a323fda609fde4e81407bc69303b1..72940b403a3d04962436442eb24c2201d43718d9 100644 (file)
@@ -1,5 +1,5 @@
 /* mmapio.c -- File views using mmap.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 5c8e23c906ac84dc5bc657a3112162b514c1f478..0097966b422b4165f7028883a103cae399bd429d 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace.c -- Entry point for stack backtrace library.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index be0a1a55b35ead6d2abbf8093fc960ee63a3b06c..dba9e525e082611eedcdefd9c26dff7c0c59d14e 100644 (file)
@@ -1,5 +1,5 @@
 /* posix.c -- POSIX file I/O routines for the backtrace library.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index c8cc2989b6fee244e6d645c0857fc19fd8c9c2af..bd224e6bf4d7db2d396078325392667ce165659c 100644 (file)
@@ -1,5 +1,5 @@
 /* print.c -- Print the current backtrace.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index d6e648e5df4a148e1fcb5580b7e854ed4906fd0f..c618a50b36d3fd6f270e87debf2d83740fd28941 100644 (file)
@@ -1,5 +1,5 @@
 /* read.c -- File views without mmap.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index b03f039f9edfa45b90912367e5c8c4e7a841eaa7..efa8b6fc639df802ce99dcdcae58e47959f7bb5e 100644 (file)
@@ -1,5 +1,5 @@
 /* simple.c -- The backtrace_simple function.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index 03bba481e0cb9dc01c7cb7411f801f1025b1a2c9..a7d4e07d1a5574ea07b7fdc42572724d0c29747a 100644 (file)
@@ -1,5 +1,5 @@
 /* state.c -- Create the backtrace state.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
index d9a3ac75b3efcd3b06c281ba767edbe29b9d4a77..c1fe8811d477f02608d02e42c5ea8f1d7d4501c4 100644 (file)
@@ -1,5 +1,5 @@
 /* unknown.c -- used when backtrace configury does not know file format.
-   Copyright (C) 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2014 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without