diff options
author | 2023-06-19 14:42:47 -0700 | |
---|---|---|
committer | 2023-06-19 15:00:45 -0700 | |
commit | 8646d6118236b5bff52c0d3865170917455f76d1 (patch) | |
tree | 8bcb5664de6af240faed3132871e9692960b2bd0 /client | |
parent | 28775f5e10b1b00e717abd06f369c45eae2bdea1 (diff) | |
download | v2-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.go | 5 | ||||
-rw-r--r-- | client/doc.go | 5 | ||||
-rw-r--r-- | client/model.go | 5 | ||||
-rw-r--r-- | client/request.go | 5 |
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" |