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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)