Commit Graph

4 Commits

Author SHA1 Message Date
61bdfb4bc5 Add/update copyright notice on all C++ files
This adds a copyright notice to all C++ files and the README clarifying
the license. (There is no change of the license.) This also removes a
few names explicitly mentioned as copyright holders, instead refering to
the git log which has a full list of all osm2pgsql developers. (There is
also still the AUTHORS file which names the most important developers.)

The only exception is the sprompt.cpp file which was taken from
PostgreSQL and keeps its original license information (and, of course,
the files in contrib).
2020-12-19 11:25:07 +01:00
4f84a52600 First pass at refactoring the node_ram_cache
The node_ram_cache code shows its C legacy. This commit fixes some of
its more superficial problems leaving deeper refactorings for a later
time.
2020-04-01 13:56:26 +02:00
56927b8cfb Move catch2 into contrib, update to current version
This way it can be included as system include and is easier to set apart
in coverage checks etc.
2019-11-20 12:14:00 +01:00
8859b6eb8e move new tests into place 2019-11-15 21:52:42 +01:00