File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2013-2014 nexB Inc. http://www.nexb.com/ - All rights reserved.
1+ Copyright (c) 2013-2015 nexB Inc. http://www.nexb.com/ - All rights reserved.
22 Licensed under the Apache License, Version 2.0 (the "License");
33 you may not use this file except in compliance with the License.
44 You may obtain a copy of the License at
Original file line number Diff line number Diff line change 11about_resource: .
22
33name: AboutCode
4- version: 1 .0.2
4+ version: 2 .0.0
55
66
77owner: nexB Inc.
@@ -21,6 +21,6 @@ description: AboutCode is a tool to process ABOUT files. An ABOUT file
2121dje_license: apache-2.0
2222license_text_file: apache-2.0.LICENSE
2323license_spdx: Apache-2.0
24- copyright: Copyright (c) 2013-2014 nexB Inc.
24+ copyright: Copyright (c) 2013-2015 nexB Inc.
2525
2626notice_file: NOTICE
Original file line number Diff line number Diff line change 4646import ntpath
4747
4848
49- __version__ = '1 .0.2 '
49+ __version__ = '2 .0.0 '
5050
5151# See http://dejacode.org
5252__about_spec_version__ = '1.0'
Original file line number Diff line number Diff line change 4141
4242import about
4343
44- __version__ = '1 .0.2 '
44+ __version__ = '2 .0.0 '
4545
4646__copyright__ = """
4747Copyright (c) 2013-2014 nexB Inc. All rights reserved.
Original file line number Diff line number Diff line change 4343logger .addHandler (handler )
4444file_logger = logging .getLogger (__name__ + '_file' )
4545
46- __version__ = '1 .0.2 '
46+ __version__ = '2 .0.0 '
4747
4848__about_spec_version__ = '1.0.0' # See http://dejacode.org
4949
You can’t perform that action at this time.
0 commit comments