aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/client.go4
-rw-r--r--client/core.go4
-rw-r--r--client/doc.go4
-rw-r--r--client/request.go4
4 files changed, 8 insertions, 8 deletions
diff --git a/client/client.go b/client/client.go
index 75f5876..1068372 100644
--- a/client/client.go
+++ b/client/client.go
@@ -1,6 +1,6 @@
// Copyright 2018 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the MIT license
-// that can be found in the LICENSE file.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
package client // import "miniflux.app/client"
diff --git a/client/core.go b/client/core.go
index 53d1e13..91366e2 100644
--- a/client/core.go
+++ b/client/core.go
@@ -1,6 +1,6 @@
// Copyright 2018 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the MIT license
-// that can be found in the LICENSE file.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
package client // import "miniflux.app/client"
diff --git a/client/doc.go b/client/doc.go
index 60d63aa..eb7a047 100644
--- a/client/doc.go
+++ b/client/doc.go
@@ -1,6 +1,6 @@
// Copyright 2018 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the MIT license
-// that can be found in the LICENSE file.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
/*
diff --git a/client/request.go b/client/request.go
index e5a546d..3172bce 100644
--- a/client/request.go
+++ b/client/request.go
@@ -1,6 +1,6 @@
// Copyright 2018 Frédéric Guillot. All rights reserved.
-// Use of this source code is governed by the MIT license
-// that can be found in the LICENSE file.
+// Use of this source code is governed by the Apache 2.0
+// license that can be found in the LICENSE file.
package client // import "miniflux.app/client"