diff options
author | Dolph Mathews <dolph.mathews@gmail.com> | 2014-07-29 18:05:32 -0500 |
---|---|---|
committer | Dolph Mathews <dolph.mathews@gmail.com> | 2014-07-29 18:05:36 -0500 |
commit | 870b4efb44ab3869739fa1cdec9e1b4fdd6be37f (patch) | |
tree | 6119f82d96a325cedec91981ca6b01e25fb70f2c /pycadf/reporterstep.py | |
parent | ed95886b42a3a5afc096b7377dcd228dd0ace0dd (diff) | |
download | pycadf-870b4efb44ab3869739fa1cdec9e1b4fdd6be37f.tar.gz |
clean up license headers
This removes extraneous whitespace, applies a consistent licensing
header to all files, removes "all rights reserved" lines attributed to
the OpenStack Foundation, removes authorship lines for Matt Rutkowski
(which the git commit history much more accurately conveys) and follows
all licenses with a blank line before the code/docstr begins.
Change-Id: Idcfefd923e5ddb574087265c998dd50ebfe70a79
Diffstat (limited to 'pycadf/reporterstep.py')
-rw-r--r-- | pycadf/reporterstep.py | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/pycadf/reporterstep.py b/pycadf/reporterstep.py index 232cf2e..b8f91c0 100644 --- a/pycadf/reporterstep.py +++ b/pycadf/reporterstep.py @@ -1,19 +1,16 @@ -# # Copyright 2013 IBM Corp. # -# Author: Matt Rutkowski <mrutkows@us.ibm.com> -# -# 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 +# 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://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# License for the specific language governing permissions and limitations under +# the License. from pycadf import cadftype from pycadf import identifier |