From 11dfcdd3d602f1a5e9a2cc87e0e296c6c5507ee8 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 8 Oct 2018 15:50:15 -0700 Subject: Fix typo in license header --- api/doc.go | 4 ++-- cli/doc.go | 4 ++-- client/client.go | 4 ++-- client/core.go | 4 ++-- client/doc.go | 4 ++-- client/request.go | 4 ++-- config/doc.go | 4 ++-- crypto/doc.go | 4 ++-- daemon/doc.go | 4 ++-- doc.go | 4 ++-- errors/doc.go | 4 ++-- fever/doc.go | 4 ++-- filter/doc.go | 4 ++-- http/request/doc.go | 4 ++-- http/response/doc.go | 4 ++-- http/response/html/doc.go | 4 ++-- http/response/html/html.go | 4 ++-- http/response/html/html_test.go | 4 ++-- http/response/json/doc.go | 4 ++-- http/response/json/json.go | 4 ++-- http/response/json/json_test.go | 4 ++-- http/response/xml/doc.go | 4 ++-- integration/doc.go | 4 ++-- locale/doc.go | 4 ++-- logger/doc.go | 4 ++-- middleware/doc.go | 4 ++-- model/doc.go | 4 ++-- oauth2/doc.go | 4 ++-- reader/doc.go | 4 ++-- scheduler/doc.go | 4 ++-- storage/doc.go | 4 ++-- template/doc.go | 4 ++-- tests/doc.go | 4 ++-- timer/doc.go | 4 ++-- ui/doc.go | 6 +++--- url/doc.go | 4 ++-- version/doc.go | 4 ++-- 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. /* -- cgit v1.2.3