Skip to content

Commit c3eb0fb

Browse files
authored
Merge pull request #1378 from joto/copyright-notice
Copyright notice changes
2 parents 3553c57 + deaaa79 commit c3eb0fb

File tree

169 files changed

+1439
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+1439
-29
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,18 @@ Lua 5.1.4 (LuaJIT 2.1.0-beta3)
187187
If you have problems with osm2pgsql or want to report a bug, go to
188188
https://osm2pgsql.org/support/ .
189189

190+
## License
191+
192+
This program is free software; you can redistribute it and/or
193+
modify it under the terms of the GNU General Public License
194+
as published by the Free Software Foundation; either version 2
195+
of the License, or (at your option) any later version.
196+
197+
This program is distributed in the hope that it will be useful,
198+
but WITHOUT ANY WARRANTY; without even the implied warranty of
199+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
200+
GNU General Public License for more details.
201+
190202
## Contributing
191203

192204
We welcome contributions to osm2pgsql. See [CONTRIBUTING.md](CONTRIBUTING.md)

flex-config/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Flex Output Configuration
32

43
**The flex output is experimental. Everything in here is subject to change.**
@@ -48,3 +47,8 @@ source](https://github.com/kikito/inspect.lua) or using
4847
[LuaRocks](https://luarocks.org/modules/kikito/inspect). Debian/Ubuntu users
4948
can install the `lua-inspect` package.
5049

50+
## Public Domain
51+
52+
All the example config files in this directory are released into the Public
53+
Domain. You may use them in any way you like.
54+

flex-config/compatible.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- This config example file is released into the Public Domain.
12

23
-- This configuration for the flex output tries to be compatible with the
34
-- original pgsql C transform output. There might be some corner cases but

flex-config/data-types.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- This config example file is released into the Public Domain.
12

23
-- This is a very simple Lua config for the Flex Backend not intended for
34
-- real-world use. Look at and understand "simple.lua" first, before looking

flex-config/generic.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- This config example file is released into the Public Domain.
12

23
-- This is a generic configuration that is a good starting point for
34
-- real-world projects. Data is split into tables according to geometry type

flex-config/geometries.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- This config example file is released into the Public Domain.
12

23
-- This is a very simple Lua config for the Flex Backend not intended for
34
-- real-world use. Look at and understand "simple.lua" first, before looking

flex-config/places.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- This config example file is released into the Public Domain.
12

23
-- This example shows how you can use JSON and JSONB columns in your database.
34

flex-config/route-relations.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- This config example file is released into the Public Domain.
12

23
-- This file shows how to use multi-stage processing to bring tags from
34
-- relations into ways.

flex-config/simple.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- This config example file is released into the Public Domain.
12

23
-- This is a very simple Lua config for the Flex Backend not intended for
34
-- real-world use. Use it do understand the basic principles of the

flex-config/unitable.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- This config example file is released into the Public Domain.
12

23
-- Put all OSM data into a single table
34

0 commit comments

Comments
 (0)