Skip to content

Commit 5496ee0

Browse files
jakubjelinekianlancetaylor
authored andcommitted
Update copyright years.
1 parent 1da441c commit 5496ee0

40 files changed

+40
-40
lines changed

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile.am -- Backtrace Makefile.
2-
# Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
33

44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are

alloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* alloc.c -- Memory allocation without mmap.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

allocfail.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* allocfail.c -- Test for libbacktrace library
2-
Copyright (C) 2018-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2018-2021 Free Software Foundation, Inc.
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are

allocfail.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# allocfail.sh -- Test for libbacktrace library.
4-
# Copyright (C) 2018-2020 Free Software Foundation, Inc.
4+
# Copyright (C) 2018-2021 Free Software Foundation, Inc.
55

66
# Redistribution and use in source and binary forms, with or without
77
# modification, are permitted provided that the following conditions are

atomic.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* atomic.c -- Support for atomic functions if not present.
2-
Copyright (C) 2013-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2013-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

backtrace-supported.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* backtrace-supported.h.in -- Whether stack backtrace is supported.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

backtrace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* backtrace.c -- Entry point for stack backtrace library.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

backtrace.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* backtrace.h -- Public header file for stack backtrace library.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

btest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* btest.c -- Test for libbacktrace library
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# configure.ac -- Backtrace configure script.
2-
# Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
33

44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are

dwarf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* dwarf.c -- Get file/line information from DWARF for backtraces.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

edtest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* edtest.c -- Test for libbacktrace storage allocation stress handling
2-
Copyright (C) 2017-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2017-2021 Free Software Foundation, Inc.
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are

edtest2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* edtest2.c -- Test for libbacktrace storage allocation stress handling (p2)
2-
Copyright (C) 2017-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2017-2021 Free Software Foundation, Inc.
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are

elf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* elf.c -- Get debug data from an ELF file for backtraces.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

fileline.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* fileline.c -- Get file and line number information in a backtrace.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

install-debuginfo-for-buildid.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# install-debug-info-for-buildid.sh -- Helper script for libbacktrace library
44
# testing.
5-
# Copyright (C) 2019-2020 Free Software Foundation, Inc.
5+
# Copyright (C) 2019-2021 Free Software Foundation, Inc.
66

77
# Redistribution and use in source and binary forms, with or without
88
# modification, are permitted provided that the following conditions are

instrumented_alloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* instrumented_alloc.c -- Memory allocation instrumented to fail when
22
requested, for testing purposes.
3-
Copyright (C) 2018-2020 Free Software Foundation, Inc.
3+
Copyright (C) 2018-2021 Free Software Foundation, Inc.
44
55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are

internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* internal.h -- Internal header file for stack backtrace library.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

macho.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* elf.c -- Get debug data from a Mach-O file for backtraces.
2-
Copyright (C) 2020 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

mmap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mmap.c -- Memory allocation with mmap.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

mmapio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mmapio.c -- File views using mmap.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

mtest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* mtest.c -- Minidebug test for libbacktrace library
2-
Copyright (C) 2020 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

nounwind.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* backtrace.c -- Entry point for stack backtrace library.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

pecoff.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* pecoff.c -- Get debug data from a PE/COFFF file for backtraces.
2-
Copyright (C) 2015-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2015-2021 Free Software Foundation, Inc.
33
Adapted from elf.c by Tristan Gingold, AdaCore.
44
55
Redistribution and use in source and binary forms, with or without

posix.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* posix.c -- POSIX file I/O routines for the backtrace library.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

print.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* print.c -- Print the current backtrace.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

read.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* read.c -- File views without mmap.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

simple.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* simple.c -- The backtrace_simple function.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

sort.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* sort.c -- Sort without allocating memory
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

state.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* state.c -- Create the backtrace state.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

stest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* stest.c -- Test for libbacktrace internal sort function
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

test_format.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* test_format.c -- Test for libbacktrace library
2-
Copyright (C) 2018-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2018-2021 Free Software Foundation, Inc.
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are

testlib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* testlib.c -- test functions for libbacktrace library
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

testlib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* testlib.h -- Header for test functions for libbacktrace library
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

ttest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ttest.c -- Test for libbacktrace library
2-
Copyright (C) 2017-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2017-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

unittest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* unittest.c -- Test for libbacktrace library
2-
Copyright (C) 2018-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2018-2021 Free Software Foundation, Inc.
33
44
Redistribution and use in source and binary forms, with or without
55
modification, are permitted provided that the following conditions are

unknown.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* unknown.c -- used when backtrace configury does not know file format.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

xcoff.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* xcoff.c -- Get debug data from an XCOFF file for backtraces.
2-
Copyright (C) 2012-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2012-2021 Free Software Foundation, Inc.
33
Adapted from elf.c.
44
55
Redistribution and use in source and binary forms, with or without

xztest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* xztest.c -- Test for libbacktrace LZMA decoder.
2-
Copyright (C) 2020 Free Software Foundation, Inc.
2+
Copyright (C) 2020-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

ztest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ztest.c -- Test for libbacktrace inflate code.
2-
Copyright (C) 2017-2020 Free Software Foundation, Inc.
2+
Copyright (C) 2017-2021 Free Software Foundation, Inc.
33
Written by Ian Lance Taylor, Google.
44
55
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)