Update copyright years.

This commit is contained in:
Jakub Jelinek
2021-01-04 10:26:59 +01:00
committed by Ian Lance Taylor
parent 1da441c1b0
commit 5496ee0a1a
40 changed files with 40 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
# Makefile.am -- Backtrace Makefile. # Makefile.am -- Backtrace Makefile.
# Copyright (C) 2012-2020 Free Software Foundation, Inc. # Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* allocfail.c -- Test for libbacktrace library /* allocfail.c -- Test for libbacktrace library
Copyright (C) 2018-2020 Free Software Foundation, Inc. Copyright (C) 2018-2021 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,7 +1,7 @@
#!/bin/sh #!/bin/sh
# allocfail.sh -- Test for libbacktrace library. # allocfail.sh -- Test for libbacktrace library.
# Copyright (C) 2018-2020 Free Software Foundation, Inc. # Copyright (C) 2018-2021 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 @@
/* atomic.c -- Support for atomic functions if not present. /* atomic.c -- Support for atomic functions if not present.
Copyright (C) 2013-2020 Free Software Foundation, Inc. Copyright (C) 2013-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. # Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* edtest.c -- Test for libbacktrace storage allocation stress handling /* edtest.c -- Test for libbacktrace storage allocation stress handling
Copyright (C) 2017-2020 Free Software Foundation, Inc. Copyright (C) 2017-2021 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 @@
/* edtest2.c -- Test for libbacktrace storage allocation stress handling (p2) /* edtest2.c -- Test for libbacktrace storage allocation stress handling (p2)
Copyright (C) 2017-2020 Free Software Foundation, Inc. Copyright (C) 2017-2021 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

2
elf.c
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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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

@@ -2,7 +2,7 @@
# install-debug-info-for-buildid.sh -- Helper script for libbacktrace library # install-debug-info-for-buildid.sh -- Helper script for libbacktrace library
# testing. # testing.
# Copyright (C) 2019-2020 Free Software Foundation, Inc. # Copyright (C) 2019-2021 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,6 +1,6 @@
/* instrumented_alloc.c -- Memory allocation instrumented to fail when /* instrumented_alloc.c -- Memory allocation instrumented to fail when
requested, for testing purposes. requested, for testing purposes.
Copyright (C) 2018-2020 Free Software Foundation, Inc. Copyright (C) 2018-2021 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 @@
/* internal.h -- Internal header file for stack backtrace library. /* internal.h -- Internal header file for stack backtrace library.
Copyright (C) 2012-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 a Mach-O file for backtraces. /* elf.c -- Get debug data from a Mach-O file for backtraces.
Copyright (C) 2020 Free Software Foundation, Inc. Copyright (C) 2020-2021 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

2
mmap.c
View File

@@ -1,5 +1,5 @@
/* mmap.c -- Memory allocation with mmap. /* mmap.c -- Memory allocation with mmap.
Copyright (C) 2012-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* mtest.c -- Minidebug test for libbacktrace library /* mtest.c -- Minidebug test for libbacktrace library
Copyright (C) 2020 Free Software Foundation, Inc. Copyright (C) 2020-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* pecoff.c -- Get debug data from a PE/COFFF file for backtraces. /* pecoff.c -- Get debug data from a PE/COFFF file for backtraces.
Copyright (C) 2015-2020 Free Software Foundation, Inc. Copyright (C) 2015-2021 Free Software Foundation, Inc.
Adapted from elf.c by Tristan Gingold, AdaCore. Adapted from elf.c by Tristan Gingold, AdaCore.
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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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

2
read.c
View File

@@ -1,5 +1,5 @@
/* read.c -- File views without mmap. /* read.c -- File views without mmap.
Copyright (C) 2012-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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

2
sort.c
View File

@@ -1,5 +1,5 @@
/* sort.c -- Sort without allocating memory /* sort.c -- Sort without allocating memory
Copyright (C) 2012-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* stest.c -- Test for libbacktrace internal sort function /* stest.c -- Test for libbacktrace internal sort function
Copyright (C) 2012-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* test_format.c -- Test for libbacktrace library /* test_format.c -- Test for libbacktrace library
Copyright (C) 2018-2020 Free Software Foundation, Inc. Copyright (C) 2018-2021 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 @@
/* testlib.c -- test functions for libbacktrace library /* testlib.c -- test functions for libbacktrace library
Copyright (C) 2012-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* testlib.h -- Header for test functions for libbacktrace library /* testlib.h -- Header for test functions for libbacktrace library
Copyright (C) 2012-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* ttest.c -- Test for libbacktrace library /* ttest.c -- Test for libbacktrace library
Copyright (C) 2017-2020 Free Software Foundation, Inc. Copyright (C) 2017-2021 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 @@
/* unittest.c -- Test for libbacktrace library /* unittest.c -- Test for libbacktrace library
Copyright (C) 2018-2020 Free Software Foundation, Inc. Copyright (C) 2018-2021 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 @@
/* 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-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 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 @@
/* xcoff.c -- Get debug data from an XCOFF file for backtraces. /* xcoff.c -- Get debug data from an XCOFF file for backtraces.
Copyright (C) 2012-2020 Free Software Foundation, Inc. Copyright (C) 2012-2021 Free Software Foundation, Inc.
Adapted from elf.c. Adapted from elf.c.
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 @@
/* xztest.c -- Test for libbacktrace LZMA decoder. /* xztest.c -- Test for libbacktrace LZMA decoder.
Copyright (C) 2020 Free Software Foundation, Inc. Copyright (C) 2020-2021 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 @@
/* ztest.c -- Test for libbacktrace inflate code. /* ztest.c -- Test for libbacktrace inflate code.
Copyright (C) 2017-2020 Free Software Foundation, Inc. Copyright (C) 2017-2021 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