mirror of
https://github.com/miniflux/v2.git
synced 2025-08-26 18:21:01 +00:00
Fix typo in license header
This commit is contained in:
parent
1f58b37a5e
commit
11dfcdd3d6
37 changed files with 75 additions and 75 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue