Fix "{yyyy} {name of copyright owner}" in LICENSE.txt (#2170)
* Fix "{yyyy} {name of copyright owner}" in LICENSE.txt
* Update LICENSE.txt
This commit is contained in:
parent
452b97231d
commit
4f120fed5d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Copyright 2016 Mattermost, Inc.
|
||||
Copyright 2015-present Mattermost, Inc.
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
|
|
@ -188,7 +188,7 @@ Copyright 2016 Mattermost, Inc.
|
|||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright {yyyy} {name of copyright owner}
|
||||
Copyright 2015-present Mattermost, Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
Loading…
Reference in a new issue