Skip to content

Commit 0a88f37

Browse files
committed
Updated copyright
1 parent 40a2888 commit 0a88f37

34 files changed

+34
-34
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ MAPCODE JAVA LIBRARY
55
Original C library created by Pieter Geelen. Work on Java version
66
of the Mapcode library by Rijn Buve (original port by Matthew Lowden).
77

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

README.md

Lines changed: 1 addition & 1 deletion
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-2016, Stichting Mapcode Foundation (http://www.mapcode.com)**
10+
**Copyright (C) 2014-2017, 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.

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) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2017, 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) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2017, 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) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2017, 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) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2017, 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) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2017, 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) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2017, 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) 2014-2016, Stichting Mapcode Foundation (http://www.mapcode.com)
2+
* Copyright (C) 2014-2017, 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/Encoder.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-2017, 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)