Hi all,

While working on the Debian package for splitter, specifically the
copyright file, I noticed that the copy of OsmosisRuntimeException.java
included in the source still states that it's licensed under the GPL
(without a version), whereas the recent osmosis source places it in the
public domain like the rest of Osmosis.

See:

https://github.com/openstreetmap/osmosis/blob/master/osmosis-core/src/main/java/org/openstreetmap/osmosis/core/OsmosisRuntimeException.java

The attached patch updates the OsmosisRuntimeException.java file
included in the splitter source with the current version from the
osmosis source. The only change is the license statement.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

Index: src/org/openstreetmap/osmosis/core/OsmosisRuntimeException.java
===================================================================
--- src/org/openstreetmap/osmosis/core/OsmosisRuntimeException.java	(revision 417)
+++ src/org/openstreetmap/osmosis/core/OsmosisRuntimeException.java	(working copy)
@@ -1,4 +1,4 @@
-// License: GPL. Copyright 2007-2008 by Brett Henderson and other contributors.
+// This software is released into the Public Domain.  See copying.txt for details.
 package org.openstreetmap.osmosis.core;
 
 
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to