Skip to content

Commit 2364f7c

Browse files
Adding copyright headers from Siemens ROS# repo (#17)
* Adding copyright notice from Siemens ROS# repo * Adding acknowledgements
1 parent f0540af commit 2364f7c

Some content is hidden

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

62 files changed

+836
-62
lines changed

Editor/AssetHandlers/LocateAssetHandler.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-

1+
/*
2+
© Siemens AG, 2018
3+
Author: Suzannah Smith (suzannah.smith@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
214

315
using System.IO;
416
using System;

Editor/AssetHandlers/UrdfAssetPathHandler.cs

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-

1+
/*
2+
© Siemens AG, 2017-2018
3+
Author: Dr. Martin Bischoff (martin.bischoff@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
14+
215
using System.IO;
316
using UnityEditor;
417
using UnityEngine;

Editor/AssetHandlers/UrdfExportPathHandler.cs

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-

1+
/*
2+
© Siemens AG, 2018
3+
Author: Suzannah Smith (suzannah.smith@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
14+
215
using System.IO;
316

417
namespace RosSharp.Urdf

Editor/AssetHandlers/UrdfMeshExportHandler.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-

1+
 /*
2+
© Siemens AG, 2018
3+
Author: Suzannah Smith (suzannah.smith@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
214

315
using System.IO;
416
using UnityEditor;

Editor/CustomEditors/HingeJointLimitsManagerEditor.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-

1+
 /*
2+
© Siemens AG, 2017-2018
3+
Author: Dr. Martin Bischoff (martin.bischoff@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
214

315
using UnityEditor;
416

Editor/CustomEditors/UrdfCollisionEditor.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-

1+
/*
2+
© Siemens AG, 2018
3+
Author: Suzannah Smith (suzannah.smith@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
214

315
using UnityEditor;
416
using UnityEngine;

Editor/CustomEditors/UrdfCollisionsEditor.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-

1+
 /*
2+
© Siemens AG, 2018
3+
Author: Suzannah Smith (suzannah.smith@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
214

315
using UnityEditor;
416
using UnityEngine;

Editor/CustomEditors/UrdfInertialEditor.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-

1+
/*
2+
© Siemens AG, 2017
3+
Author: Dr. Martin Bischoff (martin.bischoff@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
214

315
using UnityEditor;
416
using UnityEngine;

Editor/CustomEditors/UrdfJointEditor.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-

1+
/*
2+
© Siemens AG, 2018-2019
3+
Author: Suzannah Smith (suzannah.smith@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
214

315
using UnityEditor;
416
using UnityEngine;

Editor/CustomEditors/UrdfLinkEditor.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-

1+
/*
2+
© Siemens AG, 2018
3+
Author: Suzannah Smith (suzannah.smith@siemens.com)
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
<http://www.apache.org/licenses/LICENSE-2.0>.
8+
Unless required by applicable law or agreed to in writing, software
9+
distributed under the License is distributed on an "AS IS" BASIS,
10+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
See the License for the specific language governing permissions and
12+
limitations under the License.
13+
*/
214

315
using UnityEditor;
416
using UnityEngine;

0 commit comments

Comments
 (0)