Skip to content

Instantly share code, notes, and snippets.

@mfunk
Last active April 6, 2016 14:45
Show Gist options
  • Save mfunk/c1904c80e8fe0a9414f8 to your computer and use it in GitHub Desktop.
Save mfunk/c1904c80e8fe0a9414f8 to your computer and use it in GitHub Desktop.

Revisions

  1. mfunk revised this gist Apr 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion apache_license_header.py
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    # coding: utf-8
    '''
    ------------------------------------------------------------------------------
    Copyright 2015 Esri
    Copyright 2016 Esri
    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
  2. mfunk revised this gist Apr 6, 2016. 1 changed file with 16 additions and 14 deletions.
    30 changes: 16 additions & 14 deletions apache_license_header.py
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,17 @@
    # coding: utf-8
    #------------------------------------------------------------------------------
    # Copyright 2015 Esri
    # 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
    #
    # 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.
    #------------------------------------------------------------------------------
    '''
    ------------------------------------------------------------------------------
    Copyright 2015 Esri
    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
    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.
    ------------------------------------------------------------------------------
    '''
  3. mfunk created this gist Oct 16, 2015.
    15 changes: 15 additions & 0 deletions apache_license_header.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    # coding: utf-8
    #------------------------------------------------------------------------------
    # Copyright 2015 Esri
    # 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
    #
    # 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.
    #------------------------------------------------------------------------------