Skip to content

Commit 91ffe5b

Browse files
author
Tasuku OKUDA
committed
Add license for LINE Corpration
1 parent 8a9aaa3 commit 91ffe5b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2016 LINE Corporation.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

linebot/__about__.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# -*- coding: utf-8 -*-
2-
# Licensed under the Apache License, Version 2.0 (the "License"); you may
2+
# Licensed under the Apache License, Version 2.0 (the 'License'); you may
33
# not use this file except in compliance with the License. You may obtain
44
# a copy of the License at
55
#
66
# http://www.apache.org/licenses/LICENSE-2.0
77
#
88
# Unless required by applicable law or agreed to in writing, software
9-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9+
# distributed under the License is distributed on an 'AS IS' BASIS, WITHOUT
1010
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1111
# License for the specific language governing permissions and limitations
1212
# under the License.
1313

1414
from __future__ import unicode_literals
1515

1616
__version__ = '0.1.0'
17+
__author__ = 'LINE Corporation'
18+
__copyright__ = 'Copyright 2016, LINE Corporation'
19+
__license__ = 'Apache 2.0'
1720

1821
__all__ = (
1922
'__version__'

0 commit comments

Comments
 (0)