diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/exporter/ExportManager.java b/src/main/java/de/stuttgart/hft/ade/energy2/exporter/ExportManager.java index 057d069ccd1132ec88ba32e239f2aee3f8a3e457..2bdf3871923fd9a0b66c0ae4a009d77964f3b7f1 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/exporter/ExportManager.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/exporter/ExportManager.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.exporter; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/exporter/WeatherStationExporter.java b/src/main/java/de/stuttgart/hft/ade/energy2/exporter/WeatherStationExporter.java index 0d9c2c05992ab91c10ce2dd492e36bfaa1011165..9d29db384339dbbc5d9340b183c503e8b9bcf69d 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/exporter/WeatherStationExporter.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/exporter/WeatherStationExporter.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.exporter; import de.stuttgart.hft.ade.energy2.schema.ADETable; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/importer/BuildingPropertiesImporter.java b/src/main/java/de/stuttgart/hft/ade/energy2/importer/BuildingPropertiesImporter.java index 3340a8342043cf8bc923a6c283123a6a41bf2259..b29b7f7407bb0e7137afb2d371d7a58df388362a 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/importer/BuildingPropertiesImporter.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/importer/BuildingPropertiesImporter.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.importer; import de.stuttgart.hft.ade.energy2.schema.ADETable; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/importer/CityObjectPropertiesImporter.java b/src/main/java/de/stuttgart/hft/ade/energy2/importer/CityObjectPropertiesImporter.java index 559aa7757de8c5e61653b5692facffd207c35829..82198ca59b4de55bf50fd7f7e964bfee9d43fd88 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/importer/CityObjectPropertiesImporter.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/importer/CityObjectPropertiesImporter.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.importer; import de.stuttgart.hft.ade.energy2.schema.ADETable; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/importer/ImportManager.java b/src/main/java/de/stuttgart/hft/ade/energy2/importer/ImportManager.java index 09354d842faad63f1a7080cb021ff3a61f8d09e1..0df005344d50462c6f0932f939b6a3a4cc7623cb 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/importer/ImportManager.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/importer/ImportManager.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.importer; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/importer/WeatherStationImporter.java b/src/main/java/de/stuttgart/hft/ade/energy2/importer/WeatherStationImporter.java index 238edaf0b96b613f16b27cfd9fa2fd4fd3f7c843..0ac97798d27993950090d871f6e5b9423dca36de 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/importer/WeatherStationImporter.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/importer/WeatherStationImporter.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.importer; import de.stuttgart.hft.ade.energy2.schema.ADETable; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADESequence.java b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADESequence.java index de2a2c2214755e83bffb33a6d771553eb44494f2..5ce8290407c699aee324cf4540923c2260c50ee7 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADESequence.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADESequence.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.schema; public enum ADESequence { diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADETable.java b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADETable.java index 43f11d65fbe30906ed2babc1ddc76e0c8d209ee6..86fa28636d40b4a367dfe392b21f77cb376b5bf1 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADETable.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADETable.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.schema; import de.stuttgart.hft.ade.energy2.importer.*; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ObjectMapper.java b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ObjectMapper.java index 4463ee2c8f6afc36020c5887c35f2465fe9e0f2f..8cc39c7542376456dab4d81aa67ed1c074aa2b23 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ObjectMapper.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ObjectMapper.java @@ -1,30 +1,4 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package de.stuttgart.hft.ade.energy2.schema; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/schema/SchemaMapper.java b/src/main/java/de/stuttgart/hft/ade/energy2/schema/SchemaMapper.java index 3f7746f7d9bcbf27829996e9b3b245b232535a32..6af9fffdbdefd60945ac5c864ba1a01e0ae54ada 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/schema/SchemaMapper.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/schema/SchemaMapper.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.schema; import java.util.EnumMap;