Skip to content

Commit

Permalink
update copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
moniwe committed Feb 29, 2024
1 parent 0842628 commit 07d903a
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/modules/revolutionPi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#*******************************************************************************
# * Copyright (c) 2017 fortiss GmbH
# * 2024 JKU
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
Expand All @@ -8,6 +9,8 @@
# * Contributors:
# * Johannes Messmer
# * - initial API and implementation and/or initial documentation
# * Monika Wenger, Alois Zoitl
# * - migration to current runtime
# *******************************************************************************/

forte_add_io(REVOLUTIONPI "Support for Revolution Pi")
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/RevPiConfig.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#include "RevPiConfig.h"
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/RevPiConfig.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#pragma once
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/RevPiController.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#include "RevPiController.h"
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/RevPiController.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#pragma once
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/RevPiHandle.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#include "RevPiHandle.h"
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/RevPiHandle.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/modules/revolutionPi/fb/IORevPiAIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
*** Name: IORevPiAIO
*** Description: Service Interface Function Block Type
*** Version:
*** 0.0: 2017-10-26/4DIAC-IDE - 4DIAC-Consortium -
*** 1.0: 2018/Jose Cabral - fortiss GmbH - initial implementation
*** 1.1: 2024/Monika Wenger, Alois Zoitl - migration to current runtime
*************************************************************************/

#include "IORevPiAIO.h"
Expand Down
3 changes: 2 additions & 1 deletion src/modules/revolutionPi/fb/IORevPiAIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
*** Name: IORevPiAIO
*** Description: Service Interface Function Block Type
*** Version:
*** 0.0: 2017-10-26/4DIAC-IDE - 4DIAC-Consortium -
*** 1.0: 2018/Jose Cabral - fortiss GmbH - initial implementation
*** 1.1: 2024/Monika Wenger, Alois Zoitl - migration to current runtime
*************************************************************************/

#pragma once
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/fb/IORevPiBusAdapter.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#include "IORevPiBusAdapter.h"
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/fb/IORevPiBusAdapter.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#pragma once
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/fb/IORevPiCore.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#include "IORevPiCore.h"
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/fb/IORevPiCore.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#pragma once
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/fb/IORevPiDIO.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#include "IORevPiDIO.h"
Expand Down
2 changes: 2 additions & 0 deletions src/modules/revolutionPi/fb/IORevPiDIO.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
/*******************************************************************************
* Copyright (c) 2017 fortiss GmbH
* 2024 JKU
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Johannes Messmer - initial API and implementation and/or initial documentation
* Monika Wenger, Alois Zoitl - migration to current runtime
*******************************************************************************/

#pragma once
Expand Down

0 comments on commit 07d903a

Please sign in to comment.