Skip to content

Commit

Permalink
Remove license headers in favor of a license file
Browse files Browse the repository at this point in the history
  • Loading branch information
walkermatt committed Jun 27, 2014
1 parent 872f8c1 commit ccac2e5
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 65 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 Astun Technology Ltd. (http://astuntechnology.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ COMMENT ON VIEW addressbase_plus.addresses_geo
Author: Mike Saunt, Astun Technology Ltd
Version 0.1 - 15th November 2013
© Copyright 2013
https://github.com/AstunTechnology/Loader
';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ COMMENT ON VIEW addressbase_plus.addresses_postal
Author: Mike Saunt, Astun Technology Ltd
Version 0.1 - 15th November 2013
© Copyright 2013
https://github.com/AstunTechnology/Loader
';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ COMMENT ON VIEW addressbase_premium.addresses_geo
Author: Mike Saunt, Astun Technology Ltd
Version 0.1 - 15th November 2013
© Copyright 2013
https://github.com/AstunTechnology/Loader
';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ COMMENT ON VIEW addressbase_premium.addresses_postal
Author: Mike Saunt, Astun Technology Ltd
Version 0.1 - 15th November 2013
© Copyright 2013
https://github.com/AstunTechnology/Loader
';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ COMMENT ON VIEW addressbase_standard.addresses_postal
Author: Mike Saunt, Astun Technology Ltd
Version 0.1 - 15th November 2013
© Copyright 2013
https://github.com/AstunTechnology/Loader
';
Expand Down
20 changes: 0 additions & 20 deletions python/loader.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
#!/usr/bin/python

## Copyright (c) 2011 Astun Technology

## Permission is hereby granted, free of charge, to any person obtaining a copy
## of this software and associated documentation files (the "Software"), to deal
## in the Software without restriction, including without limitation the rights
## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
## copies of the Software, and to permit persons to whom the Software is
## furnished to do so, subject to the following conditions:

## The above copyright notice and this permission notice shall be included in
## all copies or substantial portions of the Software.

## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
## AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
## LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
## OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
## THE SOFTWARE.

"""Simple GML/KML loader that provides an easy way of preparing the document before
passing it to OGR for loading, handles loading a directory of files and uncompresses
GZ/ZIP if required """
Expand Down
20 changes: 0 additions & 20 deletions python/prep_osgml.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
#!/usr/bin/python

## Copyright (c) 2011 Astun Technology

## Permission is hereby granted, free of charge, to any person obtaining a copy
## of this software and associated documentation files (the "Software"), to deal
## in the Software without restriction, including without limitation the rights
## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
## copies of the Software, and to permit persons to whom the Software is
## furnished to do so, subject to the following conditions:

## The above copyright notice and this permission notice shall be included in
## all copies or substantial portions of the Software.

## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
## AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
## LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
## OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
## THE SOFTWARE.

"""
A collection of classes used to manipulate Ordnance Survey GB GML data,
used with prepgml4ogr.py.
Expand Down
20 changes: 0 additions & 20 deletions python/prepgml4ogr.py
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
#!/usr/bin/python

## Copyright (c) 2011 Astun Technology

## Permission is hereby granted, free of charge, to any person obtaining a copy
## of this software and associated documentation files (the "Software"), to deal
## in the Software without restriction, including without limitation the rights
## to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
## copies of the Software, and to permit persons to whom the Software is
## furnished to do so, subject to the following conditions:

## The above copyright notice and this permission notice shall be included in
## all copies or substantial portions of the Software.

## THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
## IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
## FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
## AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
## LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
## OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
## THE SOFTWARE.

''' SAX parser implementation to prepare an Ordnance Survey
GML file (.gml or .gz) so that it is ready to be loaded by OGR 1.9
or above.
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,7 @@ __Some configuration examples are available on the [project wiki](https://github
* Use `--config GML_GFS_TEMPLATE path/to/file.gfs` to specify template instead of copying template file for each source file (requires GDAL 1.9.0)
* Use `--config GML_READ_MODE SEQUENTIAL_LAYERS` with GML files that include multiple feature types that appear sequentially to avoid the GML being scanned multiple times (requires GDAL 1.9.0)
* Make use of ability to use GML attributes as feature attributes using the element@attribute syntax in the GFS file (and remove relevant prep logic that creates an element to hold the attribute values) (requires GDAL 1.11.0)

## License

MIT, Copyright (c) 2014 Astun Technology Ltd. (http://astuntechnology.com). See LICENSE.txt for full terms.

0 comments on commit ccac2e5

Please sign in to comment.