Skip to content

Commit 3dd8b97

Browse files
author
sputnam
committed
Updated file license headers.
1 parent 61d84b8 commit 3dd8b97

File tree

152 files changed

+337
-207
lines changed

Some content is hidden

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

152 files changed

+337
-207
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

hoot-core/src/main/cpp/hoot/core/cmd/AlphaShapeCmd.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -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
// GEOS

hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

hoot-core/src/main/cpp/hoot/core/cmd/ConvertCmd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

hoot-core/src/main/cpp/hoot/core/cmd/PrintOsmDocsCmd.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
// Boost

hoot-core/src/main/cpp/hoot/core/cmd/ScoreMatchesCmd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

hoot-core/src/main/cpp/hoot/core/conflate/AlphaShapeGenerator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -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 "AlphaShapeGenerator.h"

hoot-core/src/main/cpp/hoot/core/conflate/AlphaShapeGenerator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -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 ALPHASHAPEGENERATOR_H

hoot-core/src/main/cpp/hoot/core/conflate/NodeMatcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

hoot-core/src/main/cpp/hoot/core/conflate/ReviewMarker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* it under the terms of the GNU General Public License as published by
66
* the Free Software Foundation, either version 3 of the License, or
77
* (at your option) any later version.
8-
*
8+
*
99
* This program is distributed in the hope that it will be useful,
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

0 commit comments

Comments
 (0)