Skip to content

Commit c7b6f89

Browse files
committed
Updated file license headers.
1 parent 3c09e0a commit c7b6f89

File tree

212 files changed

+433
-225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+433
-225
lines changed

hoot-core/src/main/cpp/hoot/core/OsmMap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* This will properly maintain the copyright information. DigitalGlobe
2323
* copyrights will be updated automatically.
2424
*
25-
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
25+
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
2626
*/
2727
#ifndef OSMMAP_H
2828
#define OSMMAP_H

hoot-core/src/main/cpp/hoot/core/algorithms/MaximalNearestSublineMatcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* This will properly maintain the copyright information. DigitalGlobe
2323
* copyrights will be updated automatically.
2424
*
25-
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
25+
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
2626
*/
2727
#include "MaximalNearestSublineMatcher.h"
2828

hoot-core/src/main/cpp/hoot/core/algorithms/MultiLineStringSplitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* This will properly maintain the copyright information. DigitalGlobe
2323
* copyrights will be updated automatically.
2424
*
25-
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
25+
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
2626
*/
2727
#include "MultiLineStringSplitter.h"
2828

hoot-core/src/main/cpp/hoot/core/algorithms/MultiLineStringSplitter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* This will properly maintain the copyright information. DigitalGlobe
2323
* copyrights will be updated automatically.
2424
*
25-
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
25+
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
2626
*/
2727
#ifndef MULTILINESTRINGSPLITTER_H
2828
#define MULTILINESTRINGSPLITTER_H

hoot-core/src/main/cpp/hoot/core/algorithms/ProbabilityOfMatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* This will properly maintain the copyright information. DigitalGlobe
2323
* copyrights will be updated automatically.
2424
*
25-
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
25+
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
2626
*/
2727

2828
#ifndef PROBABILITYOFMATCH_H

hoot-core/src/main/cpp/hoot/core/algorithms/WaySplitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* This will properly maintain the copyright information. DigitalGlobe
2323
* copyrights will be updated automatically.
2424
*
25-
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
25+
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
2626
*/
2727

2828
#include "WaySplitter.h"

hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/LocationOfPoint.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* copyrights will be updated automatically.
2424
*
2525
* @copyright Copyright (C) 2005 VividSolutions (http://www.vividsolutions.com/)
26-
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
26+
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
2727
*/
2828

2929
#include "LocationOfPoint.h"

hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/WayLocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* copyrights will be updated automatically.
2424
*
2525
* @copyright Copyright (C) 2005 VividSolutions (http://www.vividsolutions.com/)
26-
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
26+
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
2727
*/
2828

2929
#include "WayLocation.h"

hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/WayMatchStringMappingConverter.cpp

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
/*
2+
* This file is part of Hootenanny.
3+
*
4+
* Hootenanny is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
*
17+
* --------------------------------------------------------------------
18+
*
19+
* The following copyright notices are generated automatically. If you
20+
* have a new notice to add, please use the format:
21+
* " * @copyright Copyright ..."
22+
* This will properly maintain the copyright information. DigitalGlobe
23+
* copyrights will be updated automatically.
24+
*
25+
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
26+
*/
127
#include "WayMatchStringMappingConverter.h"
228

329
namespace hoot

hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/WayMatchStringMappingConverter.h

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
/*
2+
* This file is part of Hootenanny.
3+
*
4+
* Hootenanny is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
*
17+
* --------------------------------------------------------------------
18+
*
19+
* The following copyright notices are generated automatically. If you
20+
* have a new notice to add, please use the format:
21+
* " * @copyright Copyright ..."
22+
* This will properly maintain the copyright information. DigitalGlobe
23+
* copyrights will be updated automatically.
24+
*
25+
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
26+
*/
127
#ifndef WAYMATCHSTRINGMAPPINGCONVERTER_H
228
#define WAYMATCHSTRINGMAPPINGCONVERTER_H
329

0 commit comments

Comments
 (0)