Skip to content

Commit deaaa79

Browse files
committed
Mark example config files for the flex output as PD
1 parent 61bdfb4 commit deaaa79

File tree

10 files changed

+14
-1
lines changed

10 files changed

+14
-1
lines changed

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

flex-config/with-schema.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 shows how to define a table in
34
-- a PostgreSQL schema.

0 commit comments

Comments
 (0)