aboutsummaryrefslogtreecommitdiff
path: root/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'proxy')
-rw-r--r--proxy/media_proxy.go5
-rw-r--r--proxy/media_proxy_test.go5
-rw-r--r--proxy/proxy.go5
3 files changed, 6 insertions, 9 deletions
diff --git a/proxy/media_proxy.go b/proxy/media_proxy.go
index 965ce993..1e433f2a 100644
--- a/proxy/media_proxy.go
+++ b/proxy/media_proxy.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 proxy // import "miniflux.app/proxy"
diff --git a/proxy/media_proxy_test.go b/proxy/media_proxy_test.go
index 45469f0b..2afd27f1 100644
--- a/proxy/media_proxy_test.go
+++ b/proxy/media_proxy_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 proxy // import "miniflux.app/proxy"
diff --git a/proxy/proxy.go b/proxy/proxy.go
index 1fe9eceb..a701ecfb 100644
--- a/proxy/proxy.go
+++ b/proxy/proxy.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 proxy // import "miniflux.app/proxy"