Skip to content

Commit 63b1b35

Browse files
committed
drop copyright year
1 parent 14ba64a commit 63b1b35

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017 curl-fuzzer authors
1+
Copyright (c) curl-fuzzer authors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

curl_fuzzer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* Copyright (C) 2017 - 2022, Max Dymond, <cmeister2@gmail.com>, et al.
8+
* Copyright (C) Max Dymond, <cmeister2@gmail.com>, et al.
99
*
1010
* This software is licensed as described in the file COPYING, which
1111
* you should have received as part of this distribution. The terms

curl_fuzzer_callback.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* Copyright (C) 2017, Max Dymond, <cmeister2@gmail.com>, et al.
8+
* Copyright (C) Max Dymond, <cmeister2@gmail.com>, et al.
99
*
1010
* This software is licensed as described in the file COPYING, which
1111
* you should have received as part of this distribution. The terms

curl_fuzzer_tlv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* Copyright (C) 2017, Max Dymond, <cmeister2@gmail.com>, et al.
8+
* Copyright (C) Max Dymond, <cmeister2@gmail.com>, et al.
99
*
1010
* This software is licensed as described in the file COPYING, which
1111
* you should have received as part of this distribution. The terms

fuzz_bufq.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* Copyright (C) 2017 - 2022, Max Dymond, <cmeister2@gmail.com>, et al.
8+
* Copyright (C) Max Dymond, <cmeister2@gmail.com>, et al.
99
*
1010
* This software is licensed as described in the file COPYING, which
1111
* you should have received as part of this distribution. The terms

fuzz_bufq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* Copyright (C) 2017, Max Dymond, <cmeister2@gmail.com>, et al.
8+
* Copyright (C) Max Dymond, <cmeister2@gmail.com>, et al.
99
*
1010
* This software is licensed as described in the file COPYING, which
1111
* you should have received as part of this distribution. The terms

fuzz_fnmatch.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* Copyright (C) 2017, Max Dymond, <cmeister2@gmail.com>, et al.
8+
* Copyright (C) Max Dymond, <cmeister2@gmail.com>, et al.
99
*
1010
* This software is licensed as described in the file COPYING, which
1111
* you should have received as part of this distribution. The terms

fuzz_url.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* Copyright (C) 2017 - 2022, Max Dymond, <cmeister2@gmail.com>, et al.
8+
* Copyright (C) Max Dymond, <cmeister2@gmail.com>, et al.
99
*
1010
* This software is licensed as described in the file COPYING, which
1111
* you should have received as part of this distribution. The terms

src/curl_fuzzer_tools/curl_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# | (__| |_| | _ <| |___
77
# \___|\___/|_| \_\_____|
88
#
9-
# Copyright (C) 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
9+
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
1010
#
1111
# This software is licensed as described in the file COPYING, which
1212
# you should have received as part of this distribution. The terms

standalone_fuzz_target_runner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* Copyright (C) 2017, Max Dymond, <cmeister2@gmail.com>, et al.
8+
* Copyright (C) Max Dymond, <cmeister2@gmail.com>, et al.
99
*
1010
* This software is licensed as described in the file COPYING, which
1111
* you should have received as part of this distribution. The terms

0 commit comments

Comments
 (0)