diff options
author | 2018-10-08 15:50:15 -0700 | |
---|---|---|
committer | 2018-10-08 15:50:15 -0700 | |
commit | 11dfcdd3d602f1a5e9a2cc87e0e296c6c5507ee8 (patch) | |
tree | 704467464575af30d98810ba8866b211706b8308 /http/response/json/json.go | |
parent | 1f58b37a5e86603b16e137031c36f37580e9d410 (diff) | |
download | v2-11dfcdd3d602f1a5e9a2cc87e0e296c6c5507ee8.tar.gz v2-11dfcdd3d602f1a5e9a2cc87e0e296c6c5507ee8.tar.zst v2-11dfcdd3d602f1a5e9a2cc87e0e296c6c5507ee8.zip |
Fix typo in license header
Diffstat (limited to 'http/response/json/json.go')
-rw-r--r-- | http/response/json/json.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/http/response/json/json.go b/http/response/json/json.go index 680a20d2..7cd9fbc8 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" |