Update copyright years in libbacktrace/

From-SVN: r206292
This commit is contained in:
Richard Sandiford 2014-01-02 22:24:37 +00:00 committed by Richard Sandiford
parent 3e6a2e378c
commit afeba5cb1d
22 changed files with 25 additions and 21 deletions

View File

@ -1,3 +1,7 @@
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years
2013-12-06 Jakub Jelinek <jakub@redhat.com> 2013-12-06 Jakub Jelinek <jakub@redhat.com>
* elf.c (ET_DYN): Undefine and define again. * elf.c (ET_DYN): Undefine and define again.

View File

@ -1,5 +1,5 @@
# Makefile.am -- Backtrace Makefile. # 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 # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are # modification, are permitted provided that the following conditions are

View File

@ -1,5 +1,5 @@
/* alloc.c -- Memory allocation without mmap. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* atomic.c -- Support for atomic functions if not present. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* backtrace-supported.h.in -- Whether stack backtrace is supported. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* backtrace.c -- Entry point for stack backtrace library. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* backtrace.h -- Public header file for stack backtrace library. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* btest.c -- Test for libbacktrace library /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
# configure.ac -- Backtrace configure script. # 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 # Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are # modification, are permitted provided that the following conditions are

View File

@ -1,5 +1,5 @@
/* dwarf.c -- Get file/line information from DWARF for backtraces. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* elf.c -- Get debug data from an ELF file for backtraces. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* fileline.c -- Get file and line number information in a backtrace. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* internal.h -- Internal header file for stack backtrace library. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* mmap.c -- Memory allocation with mmap. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* mmapio.c -- File views using mmap. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* backtrace.c -- Entry point for stack backtrace library. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* posix.c -- POSIX file I/O routines for the backtrace library. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* print.c -- Print the current backtrace. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* read.c -- File views without mmap. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* simple.c -- The backtrace_simple function. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* state.c -- Create the backtrace state. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/* unknown.c -- used when backtrace configury does not know file format. /* 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. Written by Ian Lance Taylor, Google.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without