aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2017-02-09 07:52:18 +0100
committerJakob Borg <jakob@kastelo.net>2017-02-09 08:04:16 +0100
commitf7fc0c1d3ea1f7a535a64a41ad197cbf44ca329e (patch)
tree296f4cecfd344be5c7cc13d1ca062411e29a7b7d /test
parent120e6eab2c4642543ca8f7f0ad4c3e9798eb1cd4 (diff)
downloadsyncthing-f7fc0c1d3ea1f7a535a64a41ad197cbf44ca329e.tar.gz
syncthing-f7fc0c1d3ea1f7a535a64a41ad197cbf44ca329e.zip
all: Update license url to https (ref #3976)
Diffstat (limited to 'test')
-rw-r--r--test/cli_test.go2
-rw-r--r--test/conflict_test.go2
-rw-r--r--test/delay_scan_test.go2
-rw-r--r--test/filetype_test.go2
-rw-r--r--test/http_test.go2
-rw-r--r--test/httpstress_test.go2
-rw-r--r--test/ignore_test.go2
-rw-r--r--test/manypeers_test.go2
-rw-r--r--test/norestart_test.go2
-rw-r--r--test/override_test.go2
-rw-r--r--test/parallell_scan_test.go2
-rw-r--r--test/reconnect_test.go2
-rw-r--r--test/reset_test.go2
-rw-r--r--test/scan_test.go2
-rw-r--r--test/symlink_test.go2
-rw-r--r--test/sync_test.go2
-rw-r--r--test/transfer-bench_test.go2
-rw-r--r--test/util.go2
18 files changed, 18 insertions, 18 deletions
diff --git a/test/cli_test.go b/test/cli_test.go
index 9b7ac751f..c9e2b30ad 100644
--- a/test/cli_test.go
+++ b/test/cli_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/conflict_test.go b/test/conflict_test.go
index 1091524ca..f4268691e 100644
--- a/test/conflict_test.go
+++ b/test/conflict_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/delay_scan_test.go b/test/delay_scan_test.go
index c4a0424b0..2b907a7a9 100644
--- a/test/delay_scan_test.go
+++ b/test/delay_scan_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/filetype_test.go b/test/filetype_test.go
index fcd61ed60..8c516f855 100644
--- a/test/filetype_test.go
+++ b/test/filetype_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/http_test.go b/test/http_test.go
index 51b40841e..e34114d7c 100644
--- a/test/http_test.go
+++ b/test/http_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/httpstress_test.go b/test/httpstress_test.go
index 271ed59d9..dd3904937 100644
--- a/test/httpstress_test.go
+++ b/test/httpstress_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/ignore_test.go b/test/ignore_test.go
index 969c3066a..c33601cf1 100644
--- a/test/ignore_test.go
+++ b/test/ignore_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/manypeers_test.go b/test/manypeers_test.go
index 9ae822f18..3e42edc3a 100644
--- a/test/manypeers_test.go
+++ b/test/manypeers_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/norestart_test.go b/test/norestart_test.go
index ae21864fc..976b9b179 100644
--- a/test/norestart_test.go
+++ b/test/norestart_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/override_test.go b/test/override_test.go
index c166e024e..e52718b89 100644
--- a/test/override_test.go
+++ b/test/override_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/parallell_scan_test.go b/test/parallell_scan_test.go
index ae88f3a43..8bfa3684f 100644
--- a/test/parallell_scan_test.go
+++ b/test/parallell_scan_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/reconnect_test.go b/test/reconnect_test.go
index 93dd5663a..d8602fe3a 100644
--- a/test/reconnect_test.go
+++ b/test/reconnect_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/reset_test.go b/test/reset_test.go
index c7dec3bef..ee199820a 100644
--- a/test/reset_test.go
+++ b/test/reset_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/scan_test.go b/test/scan_test.go
index c19cb39fa..93ed0b49c 100644
--- a/test/scan_test.go
+++ b/test/scan_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/symlink_test.go b/test/symlink_test.go
index 44adb5d09..424ee8322 100644
--- a/test/symlink_test.go
+++ b/test/symlink_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/sync_test.go b/test/sync_test.go
index e67fb262a..349f9362b 100644
--- a/test/sync_test.go
+++ b/test/sync_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration
diff --git a/test/transfer-bench_test.go b/test/transfer-bench_test.go
index 3b9ddeb82..5a5d05cfe 100644
--- a/test/transfer-bench_test.go
+++ b/test/transfer-bench_test.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration,benchmark
diff --git a/test/util.go b/test/util.go
index b5dcd0a07..b3507cf35 100644
--- a/test/util.go
+++ b/test/util.go
@@ -2,7 +2,7 @@
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
-// You can obtain one at http://mozilla.org/MPL/2.0/.
+// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build integration