diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-06-01 14:15:16 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-06-01 14:15:16 +0000 |
commit | efb40a6ba4ae0deb381c80baed931110f5dddd7f (patch) | |
tree | 3a28e8e0771ac6fffd408bf3292177ce2029594c /linux | |
parent | ff974eb6aaa24b264fa56b5c27dca51f73d36bde (diff) | |
download | strace-efb40a6ba4ae0deb381c80baed931110f5dddd7f.tar.gz |
Update copyright headers
Headers updated automatically using maint/update_copyright_years.sh
script.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/64/syscallent.h | 2 | ||||
-rw-r--r-- | linux/alpha/syscallent.h | 2 | ||||
-rw-r--r-- | linux/arch_defs_.h | 2 | ||||
-rw-r--r-- | linux/arm/syscallent.h | 2 | ||||
-rw-r--r-- | linux/avr32/syscallent.h | 2 | ||||
-rw-r--r-- | linux/bfin/syscallent.h | 2 | ||||
-rw-r--r-- | linux/i386/syscallent.h | 2 | ||||
-rw-r--r-- | linux/m68k/syscallent.h | 2 | ||||
-rw-r--r-- | linux/microblaze/syscallent.h | 2 | ||||
-rw-r--r-- | linux/mips/syscallent-n32.h | 2 | ||||
-rw-r--r-- | linux/mips/syscallent-n64.h | 2 | ||||
-rw-r--r-- | linux/mips/syscallent-o32.h | 2 | ||||
-rw-r--r-- | linux/powerpc/syscallent.h | 2 | ||||
-rw-r--r-- | linux/powerpc64/syscallent.h | 2 | ||||
-rw-r--r-- | linux/s390/syscallent.h | 2 | ||||
-rw-r--r-- | linux/s390x/syscallent.h | 2 | ||||
-rw-r--r-- | linux/sh/syscallent.h | 2 | ||||
-rw-r--r-- | linux/sh64/syscallent.h | 2 | ||||
-rw-r--r-- | linux/x32/syscallent.h | 2 | ||||
-rw-r--r-- | linux/x86_64/get_scno.c | 2 | ||||
-rw-r--r-- | linux/x86_64/syscallent.h | 2 | ||||
-rw-r--r-- | linux/xtensa/syscallent.h | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/linux/64/syscallent.h b/linux/64/syscallent.h index 9e2b60ccb..9531a05be 100644 --- a/linux/64/syscallent.h +++ b/linux/64/syscallent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 The strace developers. + * Copyright (c) 2015-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index 9c90ee3ae..b0d680b65 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/arch_defs_.h b/linux/arch_defs_.h index 8321e02d5..eb2f97eb9 100644 --- a/linux/arch_defs_.h +++ b/linux/arch_defs_.h @@ -1,7 +1,7 @@ /* * Fallback file for arch-specific definitions. * - * Copyright (c) 2018-2019 The strace developers. + * Copyright (c) 2018-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h index dfa330e77..e9eee9f83 100644 --- a/linux/arm/syscallent.h +++ b/linux/arm/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index aafb85305..0b24353a3 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2004-2009 Atmel Corporation - * Copyright (c) 2009-2019 The strace developers. + * Copyright (c) 2009-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h index 1e0727fc9..4deafe0be 100644 --- a/linux/bfin/syscallent.h +++ b/linux/bfin/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/i386/syscallent.h b/linux/i386/syscallent.h index 81b55a36b..042787018 100644 --- a/linux/i386/syscallent.h +++ b/linux/i386/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h index ad67232e9..315dbb6c1 100644 --- a/linux/m68k/syscallent.h +++ b/linux/m68k/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h index 407e16b8e..c17aad120 100644 --- a/linux/microblaze/syscallent.h +++ b/linux/microblaze/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h index 7595ecf7d..38773f8aa 100644 --- a/linux/mips/syscallent-n32.h +++ b/linux/mips/syscallent-n32.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 The strace developers. + * Copyright (c) 2013-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h index ef55fdb5c..0dfd64e28 100644 --- a/linux/mips/syscallent-n64.h +++ b/linux/mips/syscallent-n64.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 The strace developers. + * Copyright (c) 2013-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h index 3d2e380e3..f4e67e87f 100644 --- a/linux/mips/syscallent-o32.h +++ b/linux/mips/syscallent-o32.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 The strace developers. + * Copyright (c) 2013-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index ee6e9b139..6958edae2 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/powerpc64/syscallent.h b/linux/powerpc64/syscallent.h index 40e740ee6..608caedfd 100644 --- a/linux/powerpc64/syscallent.h +++ b/linux/powerpc64/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index 0862c90b2..c61ad77bf 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation - * Copyright (c) 2000-2019 The strace developers. + * Copyright (c) 2000-2020 The strace developers. * Authors: Ulrich Weigand <Ulrich.Weigand@de.ibm.com> * D.J. Barrow <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com> * All rights reserved. diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index 455a88b37..c49375791 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation - * Copyright (c) 2000-2019 The strace developers. + * Copyright (c) 2000-2020 The strace developers. * Author: Ulrich Weigand <Ulrich.Weigand@de.ibm.com> * All rights reserved. * diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index 397f9f61d..61eb72838 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -3,7 +3,7 @@ * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> * Copyright (c) 2000 PocketPenguins Inc. Linux for Hitachi SuperH * port by Greg Banks <gbanks@pocketpenguins.com> - * Copyright (c) 2000-2019 The strace developers. + * Copyright (c) 2000-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 3614f71b3..f681635cd 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -1,7 +1,7 @@ /* * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl> * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com> - * Copyright (c) 1995-2019 The strace developers. + * Copyright (c) 1995-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/x32/syscallent.h b/linux/x32/syscallent.h index 38b4fc2e7..30e295f39 100644 --- a/linux/x32/syscallent.h +++ b/linux/x32/syscallent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2019 The strace developers. + * Copyright (c) 2012-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/x86_64/get_scno.c b/linux/x86_64/get_scno.c index 533b106ee..b9eaa1446 100644 --- a/linux/x86_64/get_scno.c +++ b/linux/x86_64/get_scno.c @@ -5,7 +5,7 @@ * Copyright (c) 2008-2013 Denys Vlasenko <vda.linux@googlemail.com> * Copyright (c) 2012 H.J. Lu <hongjiu.lu@intel.com> * Copyright (c) 2010-2015 Dmitry V. Levin <ldv@altlinux.org> - * Copyright (c) 2015-2018 The strace developers. + * Copyright (c) 2015-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h index 00f6377aa..8423c7db7 100644 --- a/linux/x86_64/syscallent.h +++ b/linux/x86_64/syscallent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2019 The strace developers. + * Copyright (c) 2002-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/linux/xtensa/syscallent.h b/linux/xtensa/syscallent.h index f68983521..385630a9b 100644 --- a/linux/xtensa/syscallent.h +++ b/linux/xtensa/syscallent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 The strace developers. + * Copyright (c) 2013-2020 The strace developers. * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later |