Skip to content

Commit c23c254

Browse files
committed
Updated deps and copyright
1 parent 594f6c0 commit c23c254

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176

177177
END OF TERMS AND CONDITIONS
178178

179-
Copyright 2018, Stichting Mapcode Foundation
179+
Copyright 2019, Stichting Mapcode Foundation
180180

181181
Licensed under the Apache License, Version 2.0 (the "License");
182182
you may not use this file except in compliance with the License.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Original C library created by Pieter Geelen. Work on Java version
22
of the Mapcode library by Rijn Buve (original port by Matthew Lowden).
33

4-
Copyright (C) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
4+
Copyright (C) 2014-2019, Stichting Mapcode Foundation (http://www.mapcode.com)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://img.shields.io/travis/mapcode-foundation/mapcode-java-example.svg?maxAge=3600&branch=master)](https://travis-ci.org/mapcode-foundation/mapcode-java-example)
44
[![License](http://img.shields.io/badge/license-APACHE2-blue.svg)]()
55

6-
**Copyright (C) 2014-2017 Stichting Mapcode Foundation (http://www.mapcode.com)**
6+
**Copyright (C) 2014-2019, Stichting Mapcode Foundation (http://www.mapcode.com)**
77

88
This Java project contains example code of how to use the Mapcode
99
Library.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<jdk.version>1.6</jdk.version>
2828

2929
<!-- Modules. -->
30-
<maven-compiler-plugin.version>3.5.1</maven-compiler-plugin.version>
30+
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
3131

3232
<!-- Packages. -->
33-
<mapcode.version>2.4.7</mapcode.version>
33+
<mapcode.version>2.4.8</mapcode.version>
3434
<log4j.version>1.2.17</log4j.version>
3535
<slf4j.version>1.7.25</slf4j.version>
3636
</properties>

src/main/java/com/mapcode/example/Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2019, 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/resources/log4j.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!--
3-
~ Copyright (C) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
3+
~ Copyright (C) 2014-2019, Stichting Mapcode Foundation (http://www.mapcode.com)
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)