File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright {yyyy} {name of copyright owner}
189
+ Copyright 2016 LINE Corporation.
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
# -*- 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
3
3
# not use this file except in compliance with the License. You may obtain
4
4
# a copy of the License at
5
5
#
6
6
# http://www.apache.org/licenses/LICENSE-2.0
7
7
#
8
8
# 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
10
10
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11
11
# License for the specific language governing permissions and limitations
12
12
# under the License.
13
13
14
14
from __future__ import unicode_literals
15
15
16
16
__version__ = '0.1.0'
17
+ __author__ = 'LINE Corporation'
18
+ __copyright__ = 'Copyright 2016, LINE Corporation'
19
+ __license__ = 'Apache 2.0'
17
20
18
21
__all__ = (
19
22
'__version__'
You can’t perform that action at this time.
0 commit comments