aboutsummaryrefslogtreecommitdiff
path: root/http/client
diff options
context:
space:
mode:
Diffstat (limited to 'http/client')
-rw-r--r--http/client/client.go5
-rw-r--r--http/client/client_test.go5
-rw-r--r--http/client/doc.go8
-rw-r--r--http/client/response.go5
-rw-r--r--http/client/response_test.go5
5 files changed, 8 insertions, 20 deletions
diff --git a/http/client/client.go b/http/client/client.go
index cb966944..6e7c2282 100644
--- a/http/client/client.go
+++ b/http/client/client.go
@@ -1,6 +1,5 @@
-// Copyright 2018 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the Apache 2.0
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
+// SPDX-License-Identifier: Apache-2.0
package client // import "miniflux.app/http/client"
diff --git a/http/client/client_test.go b/http/client/client_test.go
index 618345cf..7c65aa63 100644
--- a/http/client/client_test.go
+++ b/http/client/client_test.go
@@ -1,6 +1,5 @@
-// Copyright 2020 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the Apache 2.0
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
+// SPDX-License-Identifier: Apache-2.0
package client // import "miniflux.app/http/client"
diff --git a/http/client/doc.go b/http/client/doc.go
deleted file mode 100644
index 03cb6cf0..00000000
--- a/http/client/doc.go
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2018 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the Apache 2.0
-// license that can be found in the LICENSE file.
-
-/*
-Package client provides an HTTP client builder.
-*/
-package client // import "miniflux.app/http/client"
diff --git a/http/client/response.go b/http/client/response.go
index e61bf562..5f25eaf1 100644
--- a/http/client/response.go
+++ b/http/client/response.go
@@ -1,6 +1,5 @@
-// Copyright 2017 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the Apache 2.0
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
+// SPDX-License-Identifier: Apache-2.0
package client // import "miniflux.app/http/client"
diff --git a/http/client/response_test.go b/http/client/response_test.go
index dfcf17e5..42aa2ec0 100644
--- a/http/client/response_test.go
+++ b/http/client/response_test.go
@@ -1,6 +1,5 @@
-// Copyright 2017 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the Apache 2.0
-// license that can be found in the LICENSE file.
+// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
+// SPDX-License-Identifier: Apache-2.0
package client // import "miniflux.app/http/client"