hacking: H102, H103 Apache License check violations
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Akihiro Motoki |
Bug Description
Apache License checks have been added to hacking.py.
H102 Apache 2.0 license header not found
H103 Header does not match Apache 2.0 License notice
Some files in neutron do not follow them. The following are examples.
it is better to fix them rather than ignoring them in tox.ini.
<license>
'Licensed under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://
'Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://
./neutron/
# Licensed under the Apache License, Version 2.0 (the 'License'); you may
./neutron/
# Copyright (C) 2009-2011 Nicira Networks, Inc. All Rights Reserved.
^
tags: | added: neutron-core |
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-3 → 2013.2 |
Fix proposed to branch: master /review. openstack. org/40539
Review: https:/