Hi Gerd,

On 01/10/2015 05:03 PM, Gerd Petermann wrote:
> okay, I've used your patches and changed a few places 
> where the wrong name or date was used.
> Do you think that the sources are ok now?

Thanks for your changes, I've updated the copyright file in the Debian
package accordingly.

The licensecheck run on splitter SVN r420 still reported a couple of
test sources with only a copyright year. These files were first
committed by chris. The attached patch updates the copyright statements.

Kind Regards,

Bas

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

Index: test/uk/me/parabola/splitter/TestRounding.java
===================================================================
--- test/uk/me/parabola/splitter/TestRounding.java	(revision 420)
+++ test/uk/me/parabola/splitter/TestRounding.java	(working copy)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009.
+ * Copyright (c) 2009, Chris Miller
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3 as
@@ -91,4 +91,4 @@
 		Assert.assertEquals(RoundingUtils.round(value, shift), outcome, "Before: " + Integer.toHexString(value) +
 						", After: " + Integer.toHexString(RoundingUtils.round(value, shift)));
 	}
-}
\ No newline at end of file
+}
Index: test/uk/me/parabola/splitter/TestCustomCollections.java
===================================================================
--- test/uk/me/parabola/splitter/TestCustomCollections.java	(revision 420)
+++ test/uk/me/parabola/splitter/TestCustomCollections.java	(working copy)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009.
+ * Copyright (c) 2009, Chris Miller
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3 as
Index: test/uk/me/parabola/splitter/geo/TestCityFinder.java
===================================================================
--- test/uk/me/parabola/splitter/geo/TestCityFinder.java	(revision 420)
+++ test/uk/me/parabola/splitter/geo/TestCityFinder.java	(working copy)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009.
+ * Copyright (c) 2009, Chris Miller
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3 as
Index: test/uk/me/parabola/splitter/TestConvert.java
===================================================================
--- test/uk/me/parabola/splitter/TestConvert.java	(revision 420)
+++ test/uk/me/parabola/splitter/TestConvert.java	(working copy)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009.
+ * Copyright (c) 2009, Chris Miller
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3 as
@@ -55,4 +55,4 @@
 	private void parse(String dbl) {
 		Assert.assertEquals(Convert.parseDouble(dbl), Double.parseDouble(dbl), "Double parsing failed when parsing " + dbl);
 	}
-}
\ No newline at end of file
+}
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to