Skip to content

Commit afd786d

Browse files
committed
misc: update URLs to curl.se
Closes #52
1 parent 9dec333 commit afd786d

12 files changed

+13
-13
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
# are also available at https://curl.haxx.se/docs/copyright.html.
12+
# are also available at https://curl.se/docs/copyright.html.
1313
#
1414
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
# copies of the Software, and permit persons to whom the Software is

buildconf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
13-
# are also available at https://curl.haxx.se/docs/copyright.html.
13+
# are also available at https://curl.se/docs/copyright.html.
1414
#
1515
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
1616
# copies of the Software, and permit persons to whom the Software is

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
# are also available at https://curl.haxx.se/docs/copyright.html.
12+
# are also available at https://curl.se/docs/copyright.html.
1313
#
1414
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
# copies of the Software, and permit persons to whom the Software is
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to produce a configure script.
2424
AC_PREREQ(2.57)
2525

2626
dnl We don't know the version number "statically" so we use a dash here
27-
AC_INIT([curl-fuzzer], [-], [a suitable curl mailing list: https://curl.haxx.se/mail/])
27+
AC_INIT([curl-fuzzer], [-], [a suitable curl mailing list: https://curl.se/mail/])
2828

2929
dnl configure script copyright
3030
AC_COPYRIGHT([Copyright (c) 1998 - 2017 Daniel Stenberg, <[email protected]>

curl_fuzzer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
* are also available at https://curl.haxx.se/docs/copyright.html.
12+
* are also available at https://curl.se/docs/copyright.html.
1313
*
1414
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
* copies of the Software, and permit persons to whom the Software is

curl_fuzzer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
* are also available at https://curl.haxx.se/docs/copyright.html.
12+
* are also available at https://curl.se/docs/copyright.html.
1313
*
1414
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
* copies of the Software, and permit persons to whom the Software is

curl_fuzzer_callback.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
* are also available at https://curl.haxx.se/docs/copyright.html.
12+
* are also available at https://curl.se/docs/copyright.html.
1313
*
1414
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
* copies of the Software, and permit persons to whom the Software is

curl_fuzzer_tlv.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
* are also available at https://curl.haxx.se/docs/copyright.html.
12+
* are also available at https://curl.se/docs/copyright.html.
1313
*
1414
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
* copies of the Software, and permit persons to whom the Software is

curl_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
13-
# are also available at https://curl.haxx.se/docs/copyright.html.
13+
# are also available at https://curl.se/docs/copyright.html.
1414
#
1515
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
1616
# copies of the Software, and permit persons to whom the Software is

fuzz_fnmatch.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
* are also available at https://curl.haxx.se/docs/copyright.html.
12+
* are also available at https://curl.se/docs/copyright.html.
1313
*
1414
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
* copies of the Software, and permit persons to whom the Software is

ossfuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
13-
# are also available at https://curl.haxx.se/docs/copyright.html.
13+
# are also available at https://curl.se/docs/copyright.html.
1414
#
1515
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
1616
# copies of the Software, and permit persons to whom the Software is

standalone_fuzz_target_runner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
* are also available at https://curl.haxx.se/docs/copyright.html.
12+
* are also available at https://curl.se/docs/copyright.html.
1313
*
1414
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
* copies of the Software, and permit persons to whom the Software is

testinput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
12-
* are also available at https://curl.haxx.se/docs/copyright.html.
12+
* are also available at https://curl.se/docs/copyright.html.
1313
*
1414
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
1515
* copies of the Software, and permit persons to whom the Software is

0 commit comments

Comments
 (0)