Skip to content

Commit 610e41c

Browse files
Revert "Update Copyright headers" (#273)
This reverts commit 128d0b0.
1 parent 128d0b0 commit 610e41c

File tree

575 files changed

+1944
-9951
lines changed

Some content is hidden

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

575 files changed

+1944
-9951
lines changed

src/AasCore.Aas3_0/Attributes/CountForHash.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
using System;
1+
using System;
152

163
namespace AasCore.Aas3_0.Attributes
174
{

src/AasCore.Aas3_0/Attributes/MetaModelName.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
namespace AasCore.Aas3_0.Attributes
1+
namespace AasCore.Aas3_0.Attributes
152
{
163
/// <summary>
174
/// This attribute indicates, that the field / property is searchable

src/AasCore.Aas3_0/Attributes/SkipForReflection.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
namespace AasCore.Aas3_0.Attributes
1+
namespace AasCore.Aas3_0.Attributes
152
{
163
/// <summary>
174
/// This attribute indicates, that the field / property shall be skipped for reflection

src/AasCore.Aas3_0/Attributes/SkipForSearch.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
namespace AasCore.Aas3_0.Attributes
1+
namespace AasCore.Aas3_0.Attributes
152
{
163
/// <summary>
174
/// This attribute indicates, that the field / property shall be skipped for searching, because it is not

src/AasCore.Aas3_0/Attributes/TextSearchable.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
namespace AasCore.Aas3_0.Attributes
1+
namespace AasCore.Aas3_0.Attributes
152
{
163
/// <summary>
174
/// This attribute indicates, that the field / property is searchable

src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
using AasCore.Aas3_0;
1+
using AasCore.Aas3_0;
152
using System;
163
using System.Collections.Generic;
174
using System.Text.Json.Serialization;

src/AasCore.Aas3_0/DiaryData/IAasDiaryEntry.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
namespace AdminShellNS.DiaryData
1+
namespace AdminShellNS.DiaryData
152
{
163
public interface IAasDiaryEntry
174
{

src/AasCore.Aas3_0/DiaryData/IDiaryData.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
using System;
1+
using System;
152
using System.Collections.Generic;
163
using System.Linq;
174
using System.Text;

src/AasCore.Aas3_0/copying.cs

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
141
/*
152
* This code has been automatically generated by aas-core-codegen.
163
* Do NOT edit or append.

src/AasCore.Aas3_0/reporting.cs

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
141
/*
152
* This code has been automatically generated by aas-core-codegen.
163
* Do NOT edit or append.

src/AasCore.Aas3_0/types.cs

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
141
/*
152
* This code has been automatically generated by aas-core-codegen.
163
* Do NOT edit or append.

src/AasCore.Aas3_0/visitation.cs

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
141
/*
152
* This code has been automatically generated by aas-core-codegen.
163
* Do NOT edit or append.

src/AasxAmlImExport/AasAmlMatcher.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
/*
1+
/*
152
Copyright (c) 2018-2023 Festo SE & Co. KG <https://www.festo.com/net/de_de/Forms/web/contact_international>
163
Author: Michael Hoffmeister
174

src/AasxAmlImExport/AmlConst.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
/*
1+
/*
152
Copyright (c) 2018-2023 Festo SE & Co. KG <https://www.festo.com/net/de_de/Forms/web/contact_international>
163
Author: Michael Hoffmeister
174

src/AasxAmlImExport/AmlExport.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
/*
1+
/*
152
Copyright (c) 2018-2023 Festo SE & Co. KG <https://www.festo.com/net/de_de/Forms/web/contact_international>
163
Author: Michael Hoffmeister
174

src/AasxAmlImExport/AmlImport.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
/*
1+
/*
152
Copyright (c) 2018-2023 Festo SE & Co. KG <https://www.festo.com/net/de_de/Forms/web/contact_international>
163
Author: Michael Hoffmeister
174

src/AasxCore.Samm2_2_0/SammClasses.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
/*
1+
/*
152
Copyright (c) 2018-2023 Festo SE & Co. KG <https://www.festo.com/net/de_de/Forms/web/contact_international>
163
Author: Michael Hoffmeister
174

src/AasxCsharpLibrary.Tests/DocTestAdminShellUtil.cs

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
141
// This file was automatically generated by doctest-csharp.
152
// !!! DO NOT EDIT OR APPEND !!!
163

src/AasxCsharpLibrary.Tests/TemporaryDirectory.cs

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
141
using IDisposable = System.IDisposable;
152

163
namespace AdminShellNS.Tests

src/AasxCsharpLibrary.Tests/TestAdminShellUtil.cs

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
141
using NUnit.Framework;
152

163
namespace AdminShellNS.Tests

src/AasxCsharpLibrary.Tests/TestAgainstAasCorePackage.cs

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
/********************************************************************************
2-
* Copyright (c) {2019 - 2024} Contributors to the Eclipse Foundation
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* This program and the accompanying materials are made available under the
8-
* terms of the Apache License Version 2.0 which is available at
9-
* https://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* SPDX-License-Identifier: Apache-2.0
12-
********************************************************************************/
13-
14-
using System;
1+
using System;
152
using System.IO;
163
using System.Linq;
174
using System.Text;

0 commit comments

Comments
 (0)