aboutsummaryrefslogtreecommitdiffhomepage
path: root/http
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-10-08 15:50:15 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-10-08 15:50:15 -0700
commit11dfcdd3d602f1a5e9a2cc87e0e296c6c5507ee8 (patch)
tree704467464575af30d98810ba8866b211706b8308 /http
parent1f58b37a5e86603b16e137031c36f37580e9d410 (diff)
Fix typo in license header
Diffstat (limited to 'http')
-rw-r--r--http/request/doc.go4
-rw-r--r--http/response/doc.go4
-rw-r--r--http/response/html/doc.go4
-rw-r--r--http/response/html/html.go4
-rw-r--r--http/response/html/html_test.go4
-rw-r--r--http/response/json/doc.go4
-rw-r--r--http/response/json/json.go4
-rw-r--r--http/response/json/json_test.go4
-rw-r--r--http/response/xml/doc.go4
9 files changed, 18 insertions, 18 deletions
diff --git a/http/request/doc.go b/http/request/doc.go
index 1fcaaa6..0c40fb8 100644
--- a/http/request/doc.go
+++ b/http/request/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/http/response/doc.go b/http/response/doc.go
index 007e0fa..169d3ef 100644
--- a/http/response/doc.go
+++ b/http/response/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/http/response/html/doc.go b/http/response/html/doc.go
index 91d3543..de47a22 100644
--- a/http/response/html/doc.go
+++ b/http/response/html/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/http/response/html/html.go b/http/response/html/html.go
index f173fdb..f529d4a 100644
--- a/http/response/html/html.go
+++ b/http/response/html/html.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 html // import "miniflux.app/http/response/html"
diff --git a/http/response/html/html_test.go b/http/response/html/html_test.go
index 91c2b74..086935d 100644
--- a/http/response/html/html_test.go
+++ b/http/response/html/html_test.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 html // import "miniflux.app/http/response/html"
diff --git a/http/response/json/doc.go b/http/response/json/doc.go
index c2a74c1..a95415a 100644
--- a/http/response/json/doc.go
+++ b/http/response/json/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/http/response/json/json.go b/http/response/json/json.go
index 680a20d..7cd9fbc 100644
--- a/http/response/json/json.go
+++ b/http/response/json/json.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 json // import "miniflux.app/http/response/json"
diff --git a/http/response/json/json_test.go b/http/response/json/json_test.go
index d22e468..9531615 100644
--- a/http/response/json/json_test.go
+++ b/http/response/json/json_test.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 json // import "miniflux.app/http/response/json"
diff --git a/http/response/xml/doc.go b/http/response/xml/doc.go
index 908d2f9..81f3d21 100644
--- a/http/response/xml/doc.go
+++ b/http/response/xml/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.
/*