aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorGravatar fred <f@miniflux.net> 2023-06-19 14:42:47 -0700
committerGravatar Frédéric Guillot <f@miniflux.net> 2023-06-19 15:00:45 -0700
commit8646d6118236b5bff52c0d3865170917455f76d1 (patch)
tree8bcb5664de6af240faed3132871e9692960b2bd0 /client
parent28775f5e10b1b00e717abd06f369c45eae2bdea1 (diff)
downloadv2-8646d6118236b5bff52c0d3865170917455f76d1.tar.gz
v2-8646d6118236b5bff52c0d3865170917455f76d1.tar.zst
v2-8646d6118236b5bff52c0d3865170917455f76d1.zip
Replace copyright header with SPDX identifier
Diffstat (limited to 'client')
-rw-r--r--client/client.go5
-rw-r--r--client/doc.go5
-rw-r--r--client/model.go5
-rw-r--r--client/request.go5
4 files changed, 8 insertions, 12 deletions
diff --git a/client/client.go b/client/client.go
index e1276d06..67d0fbd0 100644
--- a/client/client.go
+++ b/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/client"
diff --git a/client/doc.go b/client/doc.go
index aadfe992..b44495a1 100644
--- a/client/doc.go
+++ b/client/doc.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 implements a client library for the Miniflux REST API.
diff --git a/client/model.go b/client/model.go
index 0e18c29a..e544c832 100644
--- a/client/model.go
+++ b/client/model.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/client"
diff --git a/client/request.go b/client/request.go
index 913c5dc7..f409f979 100644
--- a/client/request.go
+++ b/client/request.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/client"