Skip to content

Commit

Permalink
added copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Aug 27, 2024
1 parent 2b2ccc2 commit d731d23
Show file tree
Hide file tree
Showing 55 changed files with 609 additions and 78 deletions.
21 changes: 21 additions & 0 deletions src/main/java/org/citygml4j/ade/quality/QualityADEContext.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality;

import org.citygml4j.ade.quality.bind.QualityADEMarshaller;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/org/citygml4j/ade/quality/QualityADEModule.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality;

import org.citygml4j.ade.quality.model.Validation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.bind;

import de.hft.stuttgart.qualityade._0_1_4.ErrorType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.bind;

import de.hft.stuttgart.qualityade._0_1_4.ErrorType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

import org.citygml4j.model.citygml.ade.binding.ADEModelObject;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/org/citygml4j/ade/quality/model/AbstractError.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

public abstract class AbstractError extends AbstractDataType {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

public abstract class AbstractGeometryError extends AbstractError {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

import org.citygml4j.builder.copy.CopyBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

import org.citygml4j.builder.copy.CopyBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

public abstract class AbstractSemanticError extends AbstractError {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

import org.citygml4j.builder.copy.CopyBuilder;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/org/citygml4j/ade/quality/model/Edge.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

import org.citygml4j.builder.copy.CopyBuilder;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/org/citygml4j/ade/quality/model/Error.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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 org.citygml4j.ade.quality.model;

import org.citygml4j.builder.copy.CopyBuilder;
Expand Down
9 changes: 7 additions & 2 deletions src/main/java/org/citygml4j/ade/quality/model/ErrorType.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
/*
* Copyright 2021 Hochschule für Technik Stuttgart
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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
* 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,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
/*
* Copyright 2021 Hochschule für Technik Stuttgart
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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
* 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,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
/*
* Copyright 2021 Hochschule für Technik Stuttgart
* quality-ade-citygml4j - Quality ADE module for citygml4j
* https://github.com/citygml4j/quality-ade-citygml4j
*
* quality-ade-citygml4j is part of the citygml4j project
*
* Copyright 2019-2024 Claus Nagel <[email protected]>
*
* 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
* 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,
Expand Down
Loading

0 comments on commit d731d23

Please sign in to comment.