Skip to content

Commit

Permalink
Updated file license headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwitham committed May 27, 2016
1 parent c5df7e5 commit f0258da
Show file tree
Hide file tree
Showing 208 changed files with 1,744 additions and 158 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/

#include "ProbabilityOfMatch.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* This file is part of Hootenanny.
*
* Hootenanny is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --------------------------------------------------------------------
*
* The following copyright notices are generated automatically. If you
* have a new notice to add, please use the format:
* " * @copyright Copyright ..."
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "WayMatchStringMerger.h"

namespace hoot
Expand Down
26 changes: 26 additions & 0 deletions hoot-core/src/main/cpp/hoot/core/algorithms/WayMatchStringMerger.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* This file is part of Hootenanny.
*
* Hootenanny is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --------------------------------------------------------------------
*
* The following copyright notices are generated automatically. If you
* have a new notice to add, please use the format:
* " * @copyright Copyright ..."
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef WAYSTRINGMERGER_H
#define WAYSTRINGMERGER_H

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* This file is part of Hootenanny.
*
* Hootenanny is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --------------------------------------------------------------------
*
* The following copyright notices are generated automatically. If you
* have a new notice to add, please use the format:
* " * @copyright Copyright ..."
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "NaiveWayMatchStringMapping.h"

namespace hoot
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* This file is part of Hootenanny.
*
* Hootenanny is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --------------------------------------------------------------------
*
* The following copyright notices are generated automatically. If you
* have a new notice to add, please use the format:
* " * @copyright Copyright ..."
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef NAIVEWAYMATCHSTRINGMAPPING_H
#define NAIVEWAYMATCHSTRINGMAPPING_H

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2005 VividSolutions (http://www.vividsolutions.com/)
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef __WAY_LOCATION_H__
#define __WAY_LOCATION_H__
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* This file is part of Hootenanny.
*
* Hootenanny is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --------------------------------------------------------------------
*
* The following copyright notices are generated automatically. If you
* have a new notice to add, please use the format:
* " * @copyright Copyright ..."
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "WayMapping.h"

namespace hoot
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* This file is part of Hootenanny.
*
* Hootenanny is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --------------------------------------------------------------------
*
* The following copyright notices are generated automatically. If you
* have a new notice to add, please use the format:
* " * @copyright Copyright ..."
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef WAYMAPPING_H
#define WAYMAPPING_H

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* This file is part of Hootenanny.
*
* Hootenanny is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --------------------------------------------------------------------
*
* The following copyright notices are generated automatically. If you
* have a new notice to add, please use the format:
* " * @copyright Copyright ..."
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "WayMatchStringMapping.h"

namespace hoot
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
/*
* This file is part of Hootenanny.
*
* Hootenanny is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* --------------------------------------------------------------------
*
* The following copyright notices are generated automatically. If you
* have a new notice to add, please use the format:
* " * @copyright Copyright ..."
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef WAYMATCHSTRINGMAPPING_H
#define WAYMATCHSTRINGMAPPING_H

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef WAYSUBLINEMATCHSTRING_H
#define WAYSUBLINEMATCHSTRING_H
Expand Down
4 changes: 2 additions & 2 deletions hoot-core/src/main/cpp/hoot/core/cmd/ApplyChangesetCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Expand All @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/

// Hoot
Expand Down
2 changes: 1 addition & 1 deletion hoot-core/src/main/cpp/hoot/core/cmd/ConvertCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/

// Hoot
Expand Down
2 changes: 1 addition & 1 deletion hoot-core/src/main/cpp/hoot/core/cmd/EvalMoveCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/

// Boost
Expand Down
2 changes: 1 addition & 1 deletion hoot-core/src/main/cpp/hoot/core/cmd/VersionCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/

// Boost
Expand Down
2 changes: 1 addition & 1 deletion hoot-core/src/main/cpp/hoot/core/conflate/MergerCreator.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef MERGECREATOR_H
#define MERGECREATOR_H
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/

#include "SmallWayMerger.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "Histogram.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef HISTOGRAM_H
#define HISTOGRAM_H
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "HighwayMatchCreator.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#ifndef HIGHWAYMATCHCREATOR_H
#define HIGHWAYMATCHCREATOR_H
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "CustomPoiMatchCreator.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* This will properly maintain the copyright information. DigitalGlobe
* copyrights will be updated automatically.
*
* @copyright Copyright (C) 2015 DigitalGlobe (http://www.digitalglobe.com/)
* @copyright Copyright (C) 2015, 2016 DigitalGlobe (http://www.digitalglobe.com/)
*/
#include "PlacesPoiMatchCreator.h"

Expand Down
Loading

0 comments on commit f0258da

Please sign in to comment.