aboutsummaryrefslogtreecommitdiffhomepage
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
parent1f58b37a5e86603b16e137031c36f37580e9d410 (diff)
Fix typo in license header
-rw-r--r--api/doc.go4
-rw-r--r--cli/doc.go4
-rw-r--r--client/client.go4
-rw-r--r--client/core.go4
-rw-r--r--client/doc.go4
-rw-r--r--client/request.go4
-rw-r--r--config/doc.go4
-rw-r--r--crypto/doc.go4
-rw-r--r--daemon/doc.go4
-rw-r--r--doc.go4
-rw-r--r--errors/doc.go4
-rw-r--r--fever/doc.go4
-rw-r--r--filter/doc.go4
-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
-rw-r--r--integration/doc.go4
-rw-r--r--locale/doc.go4
-rw-r--r--logger/doc.go4
-rw-r--r--middleware/doc.go4
-rw-r--r--model/doc.go4
-rw-r--r--oauth2/doc.go4
-rw-r--r--reader/doc.go4
-rw-r--r--scheduler/doc.go4
-rw-r--r--storage/doc.go4
-rw-r--r--template/doc.go4
-rw-r--r--tests/doc.go4
-rw-r--r--timer/doc.go4
-rw-r--r--ui/doc.go6
-rw-r--r--url/doc.go4
-rw-r--r--version/doc.go4
37 files changed, 75 insertions, 75 deletions
diff --git a/api/doc.go b/api/doc.go
index 68ddc32..2b3cb33 100644
--- a/api/doc.go
+++ b/api/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/cli/doc.go b/cli/doc.go
index d460726..ee5d57c 100644
--- a/cli/doc.go
+++ b/cli/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/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"
diff --git a/config/doc.go b/config/doc.go
index 77c044d..4b4814b 100644
--- a/config/doc.go
+++ b/config/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/crypto/doc.go b/crypto/doc.go
index 4213e3f..7f0e6a7 100644
--- a/crypto/doc.go
+++ b/crypto/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/daemon/doc.go b/daemon/doc.go
index 448c6c7..d530b3e 100644
--- a/daemon/doc.go
+++ b/daemon/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/doc.go b/doc.go
index 3f8e1e5..19aabaa 100644
--- a/doc.go
+++ b/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/errors/doc.go b/errors/doc.go
index 234ee5c..574b49d 100644
--- a/errors/doc.go
+++ b/errors/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/fever/doc.go b/fever/doc.go
index ea18da8..faca2a0 100644
--- a/fever/doc.go
+++ b/fever/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/filter/doc.go b/filter/doc.go
index db4d610..4028fec 100644
--- a/filter/doc.go
+++ b/filter/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/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.
/*
diff --git a/integration/doc.go b/integration/doc.go
index abbf552..8f83a9e 100644
--- a/integration/doc.go
+++ b/integration/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/locale/doc.go b/locale/doc.go
index 2602cc7..cb26c3e 100644
--- a/locale/doc.go
+++ b/locale/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/logger/doc.go b/logger/doc.go
index d6b6a35..70354f0 100644
--- a/logger/doc.go
+++ b/logger/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/middleware/doc.go b/middleware/doc.go
index 8e768e5..382ba43 100644
--- a/middleware/doc.go
+++ b/middleware/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/model/doc.go b/model/doc.go
index bef8495..ac458fa 100644
--- a/model/doc.go
+++ b/model/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/oauth2/doc.go b/oauth2/doc.go
index 4fee931..672d589 100644
--- a/oauth2/doc.go
+++ b/oauth2/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/reader/doc.go b/reader/doc.go
index 2101266..68130db 100644
--- a/reader/doc.go
+++ b/reader/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/scheduler/doc.go b/scheduler/doc.go
index 1afa2a8..74a6f20 100644
--- a/scheduler/doc.go
+++ b/scheduler/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/storage/doc.go b/storage/doc.go
index ab8d0b5..f13a2e9 100644
--- a/storage/doc.go
+++ b/storage/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/template/doc.go b/template/doc.go
index ead768d..a4da6b2 100644
--- a/template/doc.go
+++ b/template/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/tests/doc.go b/tests/doc.go
index be614d0..b469918 100644
--- a/tests/doc.go
+++ b/tests/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/timer/doc.go b/timer/doc.go
index e27af92..e40a31b 100644
--- a/timer/doc.go
+++ b/timer/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/ui/doc.go b/ui/doc.go
index 2e6cc39..8e4947e 100644
--- a/ui/doc.go
+++ b/ui/doc.go
@@ -1,10 +1,10 @@
// 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 ui implements handlers to render to user interface.
*/
-package ui // import "miniflux.app/ui"
+package ui // import "miniflux.app/ui"
diff --git a/url/doc.go b/url/doc.go
index 9b80dd8..98253d0 100644
--- a/url/doc.go
+++ b/url/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/version/doc.go b/version/doc.go
index 0d59429..a196762 100644
--- a/version/doc.go
+++ b/version/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.
/*