Skip to content

Commit 902b1b7

Browse files
committed
Updated copyright
1 parent ba1cf8b commit 902b1b7

35 files changed

+51
-44
lines changed

.idea/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Release](https://img.shields.io/github/release/mapcode-foundation/mapcode-java.svg?maxAge=3600)](https://github.com/mapcode-foundation/mapcode-java/releases)
88
[![Maven Central](https://img.shields.io/maven-central/v/com.mapcode/mapcode.svg?maxAge=3600)](https://maven-badges.herokuapp.com/maven-central/com.mapcode/mapcode)
99

10-
**Copyright (C) 2014-2019, Stichting Mapcode Foundation (http://www.mapcode.com)**
10+
**Copyright (C) 2014-2021, Stichting Mapcode Foundation (http://www.mapcode.com)**
1111

1212
This Java project contains a library to encode latitude/longitude pairs to mapcodes
1313
and to decode mapcodes back to latitude/longitude pairs.
@@ -477,9 +477,17 @@ Normally, one of our developers should be able to comment on them and fix.
477477

478478

479479
# Release Notes <a name="releasenotes"></a>
480-
mat
480+
481481
These are the release notes for the Java library for mapcodes.
482482

483+
### 2.4.15
484+
485+
* Removed country code ANT (not used for mapcodes) after JDK 1.8. Fixed unit test for that.
486+
487+
* Updated Maven dependencies for security vulnerabilities.
488+
489+
* Updated copyrights.
490+
483491
### 2.4.14
484492

485493
* Updated dependencies for security vulnerabilities.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright (C) 2016-2020, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
~ Copyright (C) 2016-2021, Stichting Mapcode Foundation (http://www.mapcode.com)
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<artifactId>mapcode</artifactId>
2525

2626
<packaging>jar</packaging>
27-
<version>2.4.14</version>
27+
<version>2.4.15</version>
2828

2929
<name>Mapcode Java Library</name>
3030
<description>
@@ -102,7 +102,7 @@
102102
<!-- libraries. -->
103103
<gson.version>2.8.6</gson.version>
104104
<jsr305.version>3.0.2</jsr305.version>
105-
<junit.version>4.13</junit.version>
105+
<junit.version>4.13.2</junit.version>
106106
<log4j.version>1.2.17</log4j.version>
107107
<slf4j.version>1.7.30</slf4j.version>
108108
</properties>

src/main/java/com/mapcode/Alphabet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2020, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2016-2021, Stichting Mapcode Foundation (http://www.mapcode.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/mapcode/Boundary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2020, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2016-2021, Stichting Mapcode Foundation (http://www.mapcode.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/mapcode/CheckArgs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2020, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2016-2021, Stichting Mapcode Foundation (http://www.mapcode.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/mapcode/Common.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2020, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2016-2021, Stichting Mapcode Foundation (http://www.mapcode.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/mapcode/Data.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2020, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2016-2021, Stichting Mapcode Foundation (http://www.mapcode.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/mapcode/DataModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2020, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2016-2021, Stichting Mapcode Foundation (http://www.mapcode.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/com/mapcode/Decoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2020, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2016-2021, Stichting Mapcode Foundation (http://www.mapcode.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)