From d9072402db7c47fe368df1667145fab7303d077d Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Fri, 22 Jul 2016 15:56:43 +0100 Subject: [PATCH] Update source boilerplate for new LICENSE file --- src/copy/createRequest.cpp | 7 +++---- src/copy/pv/createRequest.h | 7 +++---- src/copy/pv/pvCopy.h | 7 +++---- src/copy/pvCopy.cpp | 7 +++---- src/factory/Compare.cpp | 7 +++---- src/factory/Convert.cpp | 7 +++---- src/factory/FieldCreateFactory.cpp | 7 +++---- src/factory/PVArray.cpp | 7 +++---- src/factory/PVDataCreateFactory.cpp | 7 +++---- src/factory/PVField.cpp | 7 +++---- src/factory/PVScalar.cpp | 7 +++---- src/factory/PVScalarArray.cpp | 7 +++---- src/factory/PVStructure.cpp | 7 +++---- src/factory/PVStructureArray.cpp | 7 +++---- src/factory/PVUnion.cpp | 7 +++---- src/factory/PVUnionArray.cpp | 7 +++---- src/factory/StandardField.cpp | 7 +++---- src/factory/StandardPVField.cpp | 7 +++---- src/factory/TypeFunc.cpp | 7 +++---- src/factory/printer.cpp | 7 +++---- src/factory/pv/factory.h | 7 +++---- src/factory/pvSubArrayCopy.cpp | 7 +++---- src/misc/bitSet.cpp | 7 +++---- src/misc/byteBuffer.cpp | 7 +++---- src/misc/epicsException.cpp | 7 +++---- src/misc/event.cpp | 7 +++---- src/misc/executor.cpp | 7 +++---- src/misc/localStaticLock.cpp | 7 +++---- src/misc/messageQueue.cpp | 7 +++---- src/misc/parseToPOD.cpp | 4 ++++ src/misc/pv/bitSet.h | 7 +++---- src/misc/pv/byteBuffer.h | 7 +++---- src/misc/pv/destroyable.h | 7 +++---- src/misc/pv/epicsException.h | 9 ++++----- src/misc/pv/event.h | 7 +++---- src/misc/pv/executor.h | 7 +++---- src/misc/pv/localStaticLock.h | 7 +++---- src/misc/pv/lock.h | 7 +++---- src/misc/pv/messageQueue.h | 7 +++---- src/misc/pv/noDefaultMethods.h | 7 +++---- src/misc/pv/queue.h | 7 +++---- src/misc/pv/requester.h | 7 +++---- src/misc/pv/serialize.h | 7 +++---- src/misc/pv/serializeHelper.h | 7 +++---- src/misc/pv/sharedPtr.h | 7 +++---- src/misc/pv/sharedVector.h | 7 +++---- src/misc/pv/status.h | 7 +++---- src/misc/pv/templateMeta.h | 7 +++---- src/misc/pv/thread.h | 7 +++---- src/misc/pv/timeFunction.h | 7 +++---- src/misc/pv/timer.h | 7 +++---- src/misc/pv/typeCast.h | 7 +++---- src/misc/requester.cpp | 7 +++---- src/misc/serializeHelper.cpp | 7 +++---- src/misc/status.cpp | 9 ++++----- src/misc/timeFunction.cpp | 7 +++---- src/misc/timer.cpp | 7 +++---- src/misc/typeCast.cpp | 7 +++---- src/monitor/monitor.cpp | 7 +++---- src/monitor/monitorPlugin.cpp | 7 +++---- src/monitor/pv/monitor.h | 7 +++---- src/monitor/pv/monitorPlugin.h | 7 +++---- src/property/alarm.cpp | 7 +++---- src/property/pv/alarm.h | 7 +++---- src/property/pv/control.h | 7 +++---- src/property/pv/display.h | 7 +++---- src/property/pv/pvAlarm.h | 7 +++---- src/property/pv/pvControl.h | 7 +++---- src/property/pv/pvDisplay.h | 7 +++---- src/property/pv/pvEnumerated.h | 7 +++---- src/property/pv/pvTimeStamp.h | 7 +++---- src/property/pv/timeStamp.h | 7 +++---- src/property/pvAlarm.cpp | 7 +++---- src/property/pvControl.cpp | 7 +++---- src/property/pvDisplay.cpp | 7 +++---- src/property/pvEnumerated.cpp | 7 +++---- src/property/pvTimeStamp.cpp | 7 +++---- src/property/timeStamp.cpp | 7 +++---- src/pv/convert.h | 8 +++----- src/pv/pvData.h | 7 +++---- src/pv/pvIntrospect.h | 7 +++---- src/pv/pvSubArrayCopy.h | 7 +++---- src/pv/pvType.h | 7 +++---- src/pv/standardField.h | 8 +++----- src/pv/standardPVField.h | 7 +++---- src/pvMisc/bitSetUtil.cpp | 7 +++---- src/pvMisc/pv/bitSetUtil.h | 7 +++---- testApp/copy/testCreateRequest.cpp | 4 ++++ testApp/copy/testPVCopy.cpp | 7 +++---- testApp/misc/testBaseException.cpp | 7 +++---- testApp/misc/testBitSet.cpp | 7 +++---- testApp/misc/testByteBuffer.cpp | 7 +++---- testApp/misc/testByteOrder.cpp | 4 ++++ testApp/misc/testEvent.cpp | 7 +++---- testApp/misc/testMessageQueue.cpp | 7 +++---- testApp/misc/testOverrunBitSet.cpp | 7 +++---- testApp/misc/testQueue.cpp | 7 +++---- testApp/misc/testSerialization.cpp | 7 +++---- testApp/misc/testSharedVector.cpp | 7 +++---- testApp/misc/testThread.cpp | 7 +++---- testApp/misc/testTimeStamp.cpp | 7 +++---- testApp/misc/testTimer.cpp | 7 +++---- testApp/misc/testTypeCast.cpp | 7 +++---- testApp/property/testProperty.cpp | 9 ++++----- testApp/pv/testBitSetUtil.cpp | 7 +++---- testApp/pv/testConvert.cpp | 7 +++---- testApp/pv/testFieldBuilder.cpp | 4 ++++ testApp/pv/testIntrospect.cpp | 7 +++---- testApp/pv/testOperators.cpp | 7 +++---- testApp/pv/testPVData.cpp | 7 +++---- testApp/pv/testPVScalarArray.cpp | 7 +++---- testApp/pv/testPVStructureArray.cpp | 7 +++---- testApp/pv/testPVType.cpp | 7 +++---- testApp/pv/testPVUnion.cpp | 7 +++---- testApp/pv/testStandardField.cpp | 7 +++---- testApp/pv/testStandardPVField.cpp | 7 +++---- testApp/pvDataAllTests.c | 4 ++++ testApp/rtemsTestHarness.c | 4 ++++ 118 files changed, 363 insertions(+), 453 deletions(-) diff --git a/src/copy/createRequest.cpp b/src/copy/createRequest.cpp index 7e125a3..15daee6 100644 --- a/src/copy/createRequest.cpp +++ b/src/copy/createRequest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * pvAccessCPP is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ #include diff --git a/src/copy/pv/createRequest.h b/src/copy/pv/createRequest.h index bc79de9..1bc0d1d 100644 --- a/src/copy/pv/createRequest.h +++ b/src/copy/pv/createRequest.h @@ -1,8 +1,7 @@ /*createRequest.h*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * pvDataCPP is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ #ifndef CREATEREQUEST_H diff --git a/src/copy/pv/pvCopy.h b/src/copy/pv/pvCopy.h index 084bcf9..b9c2269 100644 --- a/src/copy/pv/pvCopy.h +++ b/src/copy/pv/pvCopy.h @@ -1,8 +1,7 @@ /* pvCopy.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author Marty Kraimer diff --git a/src/copy/pvCopy.cpp b/src/copy/pvCopy.cpp index 882a460..57d6e5b 100644 --- a/src/copy/pvCopy.cpp +++ b/src/copy/pvCopy.cpp @@ -1,8 +1,7 @@ /* pvCopy.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author Marty Kraimer diff --git a/src/factory/Compare.cpp b/src/factory/Compare.cpp index fd38134..fe443cc 100644 --- a/src/factory/Compare.cpp +++ b/src/factory/Compare.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mes diff --git a/src/factory/Convert.cpp b/src/factory/Convert.cpp index cd702f4..a7ed9f1 100644 --- a/src/factory/Convert.cpp +++ b/src/factory/Convert.cpp @@ -1,8 +1,7 @@ /* Convert.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/FieldCreateFactory.cpp b/src/factory/FieldCreateFactory.cpp index 6d5581d..743ab42 100644 --- a/src/factory/FieldCreateFactory.cpp +++ b/src/factory/FieldCreateFactory.cpp @@ -1,8 +1,7 @@ /*FieldCreateFactory.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/PVArray.cpp b/src/factory/PVArray.cpp index b593074..e3d473a 100644 --- a/src/factory/PVArray.cpp +++ b/src/factory/PVArray.cpp @@ -1,8 +1,7 @@ /*PVArray.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/PVDataCreateFactory.cpp b/src/factory/PVDataCreateFactory.cpp index b328db3..96a773f 100644 --- a/src/factory/PVDataCreateFactory.cpp +++ b/src/factory/PVDataCreateFactory.cpp @@ -1,8 +1,7 @@ /*PVDataCreateFactory.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/PVField.cpp b/src/factory/PVField.cpp index 4a91a89..856dc5a 100644 --- a/src/factory/PVField.cpp +++ b/src/factory/PVField.cpp @@ -1,8 +1,7 @@ /*PVField.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/PVScalar.cpp b/src/factory/PVScalar.cpp index dee59d1..4c03a77 100644 --- a/src/factory/PVScalar.cpp +++ b/src/factory/PVScalar.cpp @@ -1,8 +1,7 @@ /*PVScalar.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/PVScalarArray.cpp b/src/factory/PVScalarArray.cpp index 4ab6515..6f4b708 100644 --- a/src/factory/PVScalarArray.cpp +++ b/src/factory/PVScalarArray.cpp @@ -1,8 +1,7 @@ /*PVScalarArray.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/PVStructure.cpp b/src/factory/PVStructure.cpp index 14a75c4..6057d78 100644 --- a/src/factory/PVStructure.cpp +++ b/src/factory/PVStructure.cpp @@ -1,8 +1,7 @@ /*PVStructure.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/PVStructureArray.cpp b/src/factory/PVStructureArray.cpp index 2345044..45ed908 100644 --- a/src/factory/PVStructureArray.cpp +++ b/src/factory/PVStructureArray.cpp @@ -1,8 +1,7 @@ /*PVStructureArray.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/PVUnion.cpp b/src/factory/PVUnion.cpp index 4737bcb..06e7be3 100644 --- a/src/factory/PVUnion.cpp +++ b/src/factory/PVUnion.cpp @@ -1,8 +1,7 @@ /*PVUnion.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/factory/PVUnionArray.cpp b/src/factory/PVUnionArray.cpp index db46c08..f28fdec 100644 --- a/src/factory/PVUnionArray.cpp +++ b/src/factory/PVUnionArray.cpp @@ -1,8 +1,7 @@ /*PVUnionArray.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/StandardField.cpp b/src/factory/StandardField.cpp index f0926e9..14c7b65 100644 --- a/src/factory/StandardField.cpp +++ b/src/factory/StandardField.cpp @@ -1,8 +1,7 @@ /* StandardField.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/StandardPVField.cpp b/src/factory/StandardPVField.cpp index 22d34ca..0677646 100644 --- a/src/factory/StandardPVField.cpp +++ b/src/factory/StandardPVField.cpp @@ -1,8 +1,7 @@ /* StandardPVField.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/TypeFunc.cpp b/src/factory/TypeFunc.cpp index 2e0a125..bd8fa4b 100644 --- a/src/factory/TypeFunc.cpp +++ b/src/factory/TypeFunc.cpp @@ -1,8 +1,7 @@ /*TypeFunc.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/printer.cpp b/src/factory/printer.cpp index 7ddba8f..5a1efd8 100644 --- a/src/factory/printer.cpp +++ b/src/factory/printer.cpp @@ -1,8 +1,7 @@ /* printer.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ #include diff --git a/src/factory/pv/factory.h b/src/factory/pv/factory.h index 416f872..1686b87 100644 --- a/src/factory/pv/factory.h +++ b/src/factory/pv/factory.h @@ -1,8 +1,7 @@ /*factory.h*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/factory/pvSubArrayCopy.cpp b/src/factory/pvSubArrayCopy.cpp index 0c11362..23a0446 100644 --- a/src/factory/pvSubArrayCopy.cpp +++ b/src/factory/pvSubArrayCopy.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author Marty Kraimer diff --git a/src/misc/bitSet.cpp b/src/misc/bitSet.cpp index daaec05..f9b6798 100644 --- a/src/misc/bitSet.cpp +++ b/src/misc/bitSet.cpp @@ -1,8 +1,7 @@ /* bitSet.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mes diff --git a/src/misc/byteBuffer.cpp b/src/misc/byteBuffer.cpp index ebde96c..aad7bd0 100644 --- a/src/misc/byteBuffer.cpp +++ b/src/misc/byteBuffer.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/misc/epicsException.cpp b/src/misc/epicsException.cpp index e29b649..b19bb82 100644 --- a/src/misc/epicsException.cpp +++ b/src/misc/epicsException.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mes diff --git a/src/misc/event.cpp b/src/misc/event.cpp index d10963b..e802afe 100644 --- a/src/misc/event.cpp +++ b/src/misc/event.cpp @@ -1,8 +1,7 @@ /* event.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/executor.cpp b/src/misc/executor.cpp index 4f46df4..93e4a9a 100644 --- a/src/misc/executor.cpp +++ b/src/misc/executor.cpp @@ -1,8 +1,7 @@ /* executor.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/localStaticLock.cpp b/src/misc/localStaticLock.cpp index 38a7ed1..d6327dd 100644 --- a/src/misc/localStaticLock.cpp +++ b/src/misc/localStaticLock.cpp @@ -1,8 +1,7 @@ /* localStaticLock.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/misc/messageQueue.cpp b/src/misc/messageQueue.cpp index 65c0f59..2945988 100644 --- a/src/misc/messageQueue.cpp +++ b/src/misc/messageQueue.cpp @@ -1,8 +1,7 @@ /* messageQueue.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/parseToPOD.cpp b/src/misc/parseToPOD.cpp index 61891ed..35a38d7 100644 --- a/src/misc/parseToPOD.cpp +++ b/src/misc/parseToPOD.cpp @@ -1,3 +1,7 @@ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution + */ #include #include #include diff --git a/src/misc/pv/bitSet.h b/src/misc/pv/bitSet.h index b7cc2c4..b81c262 100644 --- a/src/misc/pv/bitSet.h +++ b/src/misc/pv/bitSet.h @@ -1,8 +1,7 @@ /* bitSet.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/misc/pv/byteBuffer.h b/src/misc/pv/byteBuffer.h index 259c063..dbce897 100644 --- a/src/misc/pv/byteBuffer.h +++ b/src/misc/pv/byteBuffer.h @@ -1,8 +1,7 @@ /* byteBuffer.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/misc/pv/destroyable.h b/src/misc/pv/destroyable.h index 3661e95..dd66729 100644 --- a/src/misc/pv/destroyable.h +++ b/src/misc/pv/destroyable.h @@ -1,8 +1,7 @@ /* destroyable.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/misc/pv/epicsException.h b/src/misc/pv/epicsException.h index e1ba44d..68c9903 100644 --- a/src/misc/pv/epicsException.h +++ b/src/misc/pv/epicsException.h @@ -1,10 +1,9 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* - * epicsException.hpp + * epicsException.h * * Created on: Oct 20, 2010 * Author: Matej Sekoranja diff --git a/src/misc/pv/event.h b/src/misc/pv/event.h index ade00a8..1909167 100644 --- a/src/misc/pv/event.h +++ b/src/misc/pv/event.h @@ -1,8 +1,7 @@ /* event.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/executor.h b/src/misc/pv/executor.h index 747dc74..3f64c59 100644 --- a/src/misc/pv/executor.h +++ b/src/misc/pv/executor.h @@ -1,8 +1,7 @@ /* executor.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/localStaticLock.h b/src/misc/pv/localStaticLock.h index 6405b25..fd4577b 100644 --- a/src/misc/pv/localStaticLock.h +++ b/src/misc/pv/localStaticLock.h @@ -1,8 +1,7 @@ /* localStaticLock.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/misc/pv/lock.h b/src/misc/pv/lock.h index 0ef2d2c..3b5e29b 100644 --- a/src/misc/pv/lock.h +++ b/src/misc/pv/lock.h @@ -1,8 +1,7 @@ /* lock.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/messageQueue.h b/src/misc/pv/messageQueue.h index 8f9ed93..1ef988f 100644 --- a/src/misc/pv/messageQueue.h +++ b/src/misc/pv/messageQueue.h @@ -1,8 +1,7 @@ /* messageQueue.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/noDefaultMethods.h b/src/misc/pv/noDefaultMethods.h index d22fd95..e7afee2 100644 --- a/src/misc/pv/noDefaultMethods.h +++ b/src/misc/pv/noDefaultMethods.h @@ -1,8 +1,7 @@ /* noDefaultMethods.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/queue.h b/src/misc/pv/queue.h index d367ab8..c2f5590 100644 --- a/src/misc/pv/queue.h +++ b/src/misc/pv/queue.h @@ -1,8 +1,7 @@ /* queue.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/requester.h b/src/misc/pv/requester.h index 8716d27..f27d1ba 100644 --- a/src/misc/pv/requester.h +++ b/src/misc/pv/requester.h @@ -1,8 +1,7 @@ /* requester.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/serialize.h b/src/misc/pv/serialize.h index a4933fb..b9e1763 100644 --- a/src/misc/pv/serialize.h +++ b/src/misc/pv/serialize.h @@ -1,8 +1,7 @@ /* serialize.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/serializeHelper.h b/src/misc/pv/serializeHelper.h index 39f0799..df14ce1 100644 --- a/src/misc/pv/serializeHelper.h +++ b/src/misc/pv/serializeHelper.h @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * serializeHelper.h diff --git a/src/misc/pv/sharedPtr.h b/src/misc/pv/sharedPtr.h index b2d1007..0928166 100644 --- a/src/misc/pv/sharedPtr.h +++ b/src/misc/pv/sharedPtr.h @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author Michael Davidsaver diff --git a/src/misc/pv/sharedVector.h b/src/misc/pv/sharedVector.h index b6eccb2..30cef60 100644 --- a/src/misc/pv/sharedVector.h +++ b/src/misc/pv/sharedVector.h @@ -1,8 +1,7 @@ /* sharedVector.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ #ifndef SHAREDVECTOR_H #define SHAREDVECTOR_H diff --git a/src/misc/pv/status.h b/src/misc/pv/status.h index 3ad6cad..57e3d22 100644 --- a/src/misc/pv/status.h +++ b/src/misc/pv/status.h @@ -1,8 +1,7 @@ /* status.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/misc/pv/templateMeta.h b/src/misc/pv/templateMeta.h index cd82f48..fa75b5b 100644 --- a/src/misc/pv/templateMeta.h +++ b/src/misc/pv/templateMeta.h @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** C++ Template meta programming helpers */ diff --git a/src/misc/pv/thread.h b/src/misc/pv/thread.h index 4a67456..2f37f47 100644 --- a/src/misc/pv/thread.h +++ b/src/misc/pv/thread.h @@ -1,8 +1,7 @@ /* thread.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/timeFunction.h b/src/misc/pv/timeFunction.h index 42fac51..bfa8700 100644 --- a/src/misc/pv/timeFunction.h +++ b/src/misc/pv/timeFunction.h @@ -1,8 +1,7 @@ /* timeFunction.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/timer.h b/src/misc/pv/timer.h index 369519c..bc82c1a 100644 --- a/src/misc/pv/timer.h +++ b/src/misc/pv/timer.h @@ -1,8 +1,7 @@ /* timer.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/pv/typeCast.h b/src/misc/pv/typeCast.h index 86c2690..10d9287 100644 --- a/src/misc/pv/typeCast.h +++ b/src/misc/pv/typeCast.h @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Michael Davidsaver */ #ifndef PVTYPECAST_H diff --git a/src/misc/requester.cpp b/src/misc/requester.cpp index d947dac..69599a6 100644 --- a/src/misc/requester.cpp +++ b/src/misc/requester.cpp @@ -1,8 +1,7 @@ /* requester.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/serializeHelper.cpp b/src/misc/serializeHelper.cpp index b8df144..2f6f514 100644 --- a/src/misc/serializeHelper.cpp +++ b/src/misc/serializeHelper.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * serializeHelper.cpp diff --git a/src/misc/status.cpp b/src/misc/status.cpp index deddd1b..a2c465f 100644 --- a/src/misc/status.cpp +++ b/src/misc/status.cpp @@ -1,8 +1,7 @@ -/*pvData.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/*status.cpp*/ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/timeFunction.cpp b/src/misc/timeFunction.cpp index c26d3c3..012061e 100644 --- a/src/misc/timeFunction.cpp +++ b/src/misc/timeFunction.cpp @@ -1,8 +1,7 @@ /* timeFunction.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/timer.cpp b/src/misc/timer.cpp index eb5ca00..a2d3f8c 100644 --- a/src/misc/timer.cpp +++ b/src/misc/timer.cpp @@ -1,8 +1,7 @@ /* timer.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/misc/typeCast.cpp b/src/misc/typeCast.cpp index 8d768f0..f251b04 100644 --- a/src/misc/typeCast.cpp +++ b/src/misc/typeCast.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Michael Davidsaver */ #include diff --git a/src/monitor/monitor.cpp b/src/monitor/monitor.cpp index 1f5dcce..e4cd163 100644 --- a/src/monitor/monitor.cpp +++ b/src/monitor/monitor.cpp @@ -1,8 +1,7 @@ /*monitor.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mse diff --git a/src/monitor/monitorPlugin.cpp b/src/monitor/monitorPlugin.cpp index 23d249c..a2d533f 100644 --- a/src/monitor/monitorPlugin.cpp +++ b/src/monitor/monitorPlugin.cpp @@ -1,8 +1,7 @@ /* monitorPlugin.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/monitor/pv/monitor.h b/src/monitor/pv/monitor.h index 92ce664..6d1312e 100644 --- a/src/monitor/pv/monitor.h +++ b/src/monitor/pv/monitor.h @@ -1,8 +1,7 @@ /* monitor.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/monitor/pv/monitorPlugin.h b/src/monitor/pv/monitorPlugin.h index 4e0ac5f..45fef83 100644 --- a/src/monitor/pv/monitorPlugin.h +++ b/src/monitor/pv/monitorPlugin.h @@ -1,8 +1,7 @@ /* monitorPlugin.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/alarm.cpp b/src/property/alarm.cpp index 352a0ed..27e3477 100644 --- a/src/property/alarm.cpp +++ b/src/property/alarm.cpp @@ -1,8 +1,7 @@ /* alarm.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/alarm.h b/src/property/pv/alarm.h index 9e41634..1697528 100644 --- a/src/property/pv/alarm.h +++ b/src/property/pv/alarm.h @@ -1,8 +1,7 @@ /* alarm.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/control.h b/src/property/pv/control.h index 15cb8c3..21bc009 100644 --- a/src/property/pv/control.h +++ b/src/property/pv/control.h @@ -1,8 +1,7 @@ /* control.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/display.h b/src/property/pv/display.h index 2c436d0..391a2e4 100644 --- a/src/property/pv/display.h +++ b/src/property/pv/display.h @@ -1,8 +1,7 @@ /* display.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/pvAlarm.h b/src/property/pv/pvAlarm.h index 8dd4c1b..5df1faa 100644 --- a/src/property/pv/pvAlarm.h +++ b/src/property/pv/pvAlarm.h @@ -1,8 +1,7 @@ /* pvAlarm.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/pvControl.h b/src/property/pv/pvControl.h index 5852c3b..cf8f022 100644 --- a/src/property/pv/pvControl.h +++ b/src/property/pv/pvControl.h @@ -1,8 +1,7 @@ /* pvControl.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/pvDisplay.h b/src/property/pv/pvDisplay.h index 6224d76..968ee45 100644 --- a/src/property/pv/pvDisplay.h +++ b/src/property/pv/pvDisplay.h @@ -1,8 +1,7 @@ /* pvDisplay.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/pvEnumerated.h b/src/property/pv/pvEnumerated.h index a63c3d9..c10f4aa 100644 --- a/src/property/pv/pvEnumerated.h +++ b/src/property/pv/pvEnumerated.h @@ -1,8 +1,7 @@ /* pvEnumerated.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/pvTimeStamp.h b/src/property/pv/pvTimeStamp.h index d2acc7a..cef2b43 100644 --- a/src/property/pv/pvTimeStamp.h +++ b/src/property/pv/pvTimeStamp.h @@ -1,8 +1,7 @@ /* pvTimeStamp.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pv/timeStamp.h b/src/property/pv/timeStamp.h index bbd8bd6..5f46f3e 100644 --- a/src/property/pv/timeStamp.h +++ b/src/property/pv/timeStamp.h @@ -1,8 +1,7 @@ /* timeStamp.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pvAlarm.cpp b/src/property/pvAlarm.cpp index 5ff676e..92ce546 100644 --- a/src/property/pvAlarm.cpp +++ b/src/property/pvAlarm.cpp @@ -1,8 +1,7 @@ /* pvAlarm.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pvControl.cpp b/src/property/pvControl.cpp index 6fe0c03..faeda86 100644 --- a/src/property/pvControl.cpp +++ b/src/property/pvControl.cpp @@ -1,8 +1,7 @@ /* pvControl.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pvDisplay.cpp b/src/property/pvDisplay.cpp index 796fdbd..fb3dc88 100644 --- a/src/property/pvDisplay.cpp +++ b/src/property/pvDisplay.cpp @@ -1,8 +1,7 @@ /* pvDisplay.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pvEnumerated.cpp b/src/property/pvEnumerated.cpp index 75b2eda..91fa55d 100644 --- a/src/property/pvEnumerated.cpp +++ b/src/property/pvEnumerated.cpp @@ -1,8 +1,7 @@ /* pvEnumerated.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/pvTimeStamp.cpp b/src/property/pvTimeStamp.cpp index 2524b9c..d67a31f 100644 --- a/src/property/pvTimeStamp.cpp +++ b/src/property/pvTimeStamp.cpp @@ -1,8 +1,7 @@ /* pvTimeStamp.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/property/timeStamp.cpp b/src/property/timeStamp.cpp index 57ef78e..35e7645 100644 --- a/src/property/timeStamp.cpp +++ b/src/property/timeStamp.cpp @@ -1,8 +1,7 @@ /* timeStamp.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/pv/convert.h b/src/pv/convert.h index 39a2827..2a4395b 100644 --- a/src/pv/convert.h +++ b/src/pv/convert.h @@ -1,9 +1,7 @@ /* convert.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. - * Author - Marty Kraimer +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/pv/pvData.h b/src/pv/pvData.h index dd8d9b5..297b7f7 100644 --- a/src/pv/pvData.h +++ b/src/pv/pvData.h @@ -1,8 +1,7 @@ /* pvData.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/pv/pvIntrospect.h b/src/pv/pvIntrospect.h index 4708604..484422d 100644 --- a/src/pv/pvIntrospect.h +++ b/src/pv/pvIntrospect.h @@ -1,8 +1,7 @@ /* pvIntrospect.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk and Michael Davidsaver diff --git a/src/pv/pvSubArrayCopy.h b/src/pv/pvSubArrayCopy.h index eb3e2f3..7b6484f 100644 --- a/src/pv/pvSubArrayCopy.h +++ b/src/pv/pvSubArrayCopy.h @@ -1,8 +1,7 @@ /* pvSubArrayCopy.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author Marty Kraimer diff --git a/src/pv/pvType.h b/src/pv/pvType.h index fe2d1ab..4202228 100644 --- a/src/pv/pvType.h +++ b/src/pv/pvType.h @@ -1,8 +1,7 @@ /* pvType.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/pv/standardField.h b/src/pv/standardField.h index 0c2e669..807b823 100644 --- a/src/pv/standardField.h +++ b/src/pv/standardField.h @@ -1,9 +1,7 @@ /* standardField.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. - * Author - Marty Kraimer +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/pv/standardPVField.h b/src/pv/standardPVField.h index aa68d14..57c73f8 100644 --- a/src/pv/standardPVField.h +++ b/src/pv/standardPVField.h @@ -1,8 +1,7 @@ /* standardPVField.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/pvMisc/bitSetUtil.cpp b/src/pvMisc/bitSetUtil.cpp index 4a934bd..d9d86b5 100644 --- a/src/pvMisc/bitSetUtil.cpp +++ b/src/pvMisc/bitSetUtil.cpp @@ -1,8 +1,7 @@ /*bitSetUtil.cpp*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/src/pvMisc/pv/bitSetUtil.h b/src/pvMisc/pv/bitSetUtil.h index d84c8e5..488ae11 100644 --- a/src/pvMisc/pv/bitSetUtil.h +++ b/src/pvMisc/pv/bitSetUtil.h @@ -1,8 +1,7 @@ /*bitSetUtil.h*/ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mes diff --git a/testApp/copy/testCreateRequest.cpp b/testApp/copy/testCreateRequest.cpp index 399b6bf..00dcef1 100644 --- a/testApp/copy/testCreateRequest.cpp +++ b/testApp/copy/testCreateRequest.cpp @@ -1,4 +1,8 @@ /* testCreateRequest.cpp */ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution + */ /* Author: Matej Sekoranja Date: 2010.12.27 */ #include diff --git a/testApp/copy/testPVCopy.cpp b/testApp/copy/testPVCopy.cpp index 9907c06..3fb7c2c 100644 --- a/testApp/copy/testPVCopy.cpp +++ b/testApp/copy/testPVCopy.cpp @@ -1,8 +1,7 @@ /*testPVCopyMain.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /** * @author mrk diff --git a/testApp/misc/testBaseException.cpp b/testApp/misc/testBaseException.cpp index dcbf02c..e522c87 100644 --- a/testApp/misc/testBaseException.cpp +++ b/testApp/misc/testBaseException.cpp @@ -1,8 +1,7 @@ /* testBaseException.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Matej Sekoranja Date: 2010.10.18 */ diff --git a/testApp/misc/testBitSet.cpp b/testApp/misc/testBitSet.cpp index 67b4036..a44591d 100644 --- a/testApp/misc/testBitSet.cpp +++ b/testApp/misc/testBitSet.cpp @@ -1,8 +1,7 @@ /* testBitSet.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Matej Sekoranja Date: 2010.10.18 */ diff --git a/testApp/misc/testByteBuffer.cpp b/testApp/misc/testByteBuffer.cpp index bfd9929..3333212 100644 --- a/testApp/misc/testByteBuffer.cpp +++ b/testApp/misc/testByteBuffer.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * testByteBuffer.cpp diff --git a/testApp/misc/testByteOrder.cpp b/testApp/misc/testByteOrder.cpp index 57d7aa3..a3bc560 100644 --- a/testApp/misc/testByteOrder.cpp +++ b/testApp/misc/testByteOrder.cpp @@ -1,3 +1,7 @@ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution + */ #include #include #include diff --git a/testApp/misc/testEvent.cpp b/testApp/misc/testEvent.cpp index 2ab61b9..ee52877 100644 --- a/testApp/misc/testEvent.cpp +++ b/testApp/misc/testEvent.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ #include diff --git a/testApp/misc/testMessageQueue.cpp b/testApp/misc/testMessageQueue.cpp index efb2a6a..5edc1d9 100644 --- a/testApp/misc/testMessageQueue.cpp +++ b/testApp/misc/testMessageQueue.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * testMessageQueue.cpp diff --git a/testApp/misc/testOverrunBitSet.cpp b/testApp/misc/testOverrunBitSet.cpp index b6316a9..c20c532 100644 --- a/testApp/misc/testOverrunBitSet.cpp +++ b/testApp/misc/testOverrunBitSet.cpp @@ -1,8 +1,7 @@ /* testOverrunBitSet.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2013.09.16 */ diff --git a/testApp/misc/testQueue.cpp b/testApp/misc/testQueue.cpp index 8f9e908..37c4464 100644 --- a/testApp/misc/testQueue.cpp +++ b/testApp/misc/testQueue.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * testQueue.cpp diff --git a/testApp/misc/testSerialization.cpp b/testApp/misc/testSerialization.cpp index 8f96619..75f1a9b 100644 --- a/testApp/misc/testSerialization.cpp +++ b/testApp/misc/testSerialization.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * testSerialization.cpp diff --git a/testApp/misc/testSharedVector.cpp b/testApp/misc/testSharedVector.cpp index f0a4b29..2d02f68 100644 --- a/testApp/misc/testSharedVector.cpp +++ b/testApp/misc/testSharedVector.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Michael Davidsaver */ diff --git a/testApp/misc/testThread.cpp b/testApp/misc/testThread.cpp index aee569e..ab2d796 100644 --- a/testApp/misc/testThread.cpp +++ b/testApp/misc/testThread.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * testThread.cpp diff --git a/testApp/misc/testTimeStamp.cpp b/testApp/misc/testTimeStamp.cpp index b748f9a..dd0407c 100644 --- a/testApp/misc/testTimeStamp.cpp +++ b/testApp/misc/testTimeStamp.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * testTimeStamp.cpp diff --git a/testApp/misc/testTimer.cpp b/testApp/misc/testTimer.cpp index 5f5f122..c031f10 100644 --- a/testApp/misc/testTimer.cpp +++ b/testApp/misc/testTimer.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* * testTimer.cpp diff --git a/testApp/misc/testTypeCast.cpp b/testApp/misc/testTypeCast.cpp index 5c5014c..1f2516e 100644 --- a/testApp/misc/testTypeCast.cpp +++ b/testApp/misc/testTypeCast.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Michael Davidsaver */ diff --git a/testApp/property/testProperty.cpp b/testApp/property/testProperty.cpp index c0fa3a8..51f71ed 100644 --- a/testApp/property/testProperty.cpp +++ b/testApp/property/testProperty.cpp @@ -1,8 +1,7 @@ -/* testPVdata.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* testProperty.cpp */ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2010.11 */ diff --git a/testApp/pv/testBitSetUtil.cpp b/testApp/pv/testBitSetUtil.cpp index 7381f8b..53e54be 100644 --- a/testApp/pv/testBitSetUtil.cpp +++ b/testApp/pv/testBitSetUtil.cpp @@ -1,8 +1,7 @@ /* testBitSetUtil.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2013.05 */ diff --git a/testApp/pv/testConvert.cpp b/testApp/pv/testConvert.cpp index 039d918..27f14f5 100644 --- a/testApp/pv/testConvert.cpp +++ b/testApp/pv/testConvert.cpp @@ -1,8 +1,7 @@ /* testConvert.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2010.11 */ diff --git a/testApp/pv/testFieldBuilder.cpp b/testApp/pv/testFieldBuilder.cpp index 1afa980..bfdb3ef 100644 --- a/testApp/pv/testFieldBuilder.cpp +++ b/testApp/pv/testFieldBuilder.cpp @@ -1,3 +1,7 @@ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution + */ #include #include diff --git a/testApp/pv/testIntrospect.cpp b/testApp/pv/testIntrospect.cpp index ab2e6a9..08d152c 100644 --- a/testApp/pv/testIntrospect.cpp +++ b/testApp/pv/testIntrospect.cpp @@ -1,8 +1,7 @@ /* testIntrospect.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2010.09 */ diff --git a/testApp/pv/testOperators.cpp b/testApp/pv/testOperators.cpp index a10a30d..e91d761 100644 --- a/testApp/pv/testOperators.cpp +++ b/testApp/pv/testOperators.cpp @@ -1,8 +1,7 @@ /* testOperators.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Matej Sekoranja Date: 2013.02 */ diff --git a/testApp/pv/testPVData.cpp b/testApp/pv/testPVData.cpp index 5694bd6..35b75a9 100644 --- a/testApp/pv/testPVData.cpp +++ b/testApp/pv/testPVData.cpp @@ -1,8 +1,7 @@ /* testPVdata.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2010.11 */ diff --git a/testApp/pv/testPVScalarArray.cpp b/testApp/pv/testPVScalarArray.cpp index 7085f67..7d4e570 100644 --- a/testApp/pv/testPVScalarArray.cpp +++ b/testApp/pv/testPVScalarArray.cpp @@ -1,8 +1,7 @@ /* testPVScalarArray.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2010.11 */ diff --git a/testApp/pv/testPVStructureArray.cpp b/testApp/pv/testPVStructureArray.cpp index 721b8b1..b41d921 100644 --- a/testApp/pv/testPVStructureArray.cpp +++ b/testApp/pv/testPVStructureArray.cpp @@ -1,8 +1,7 @@ /* testPVStructureArray.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2010.10 */ diff --git a/testApp/pv/testPVType.cpp b/testApp/pv/testPVType.cpp index 760c7df..aeab223 100644 --- a/testApp/pv/testPVType.cpp +++ b/testApp/pv/testPVType.cpp @@ -1,8 +1,7 @@ /* testPVType.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2010.09 */ diff --git a/testApp/pv/testPVUnion.cpp b/testApp/pv/testPVUnion.cpp index faf5d04..86b41e8 100644 --- a/testApp/pv/testPVUnion.cpp +++ b/testApp/pv/testPVUnion.cpp @@ -1,8 +1,7 @@ /* testPVUnion.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2014.07 */ diff --git a/testApp/pv/testStandardField.cpp b/testApp/pv/testStandardField.cpp index de3f1cd..33ae245 100644 --- a/testApp/pv/testStandardField.cpp +++ b/testApp/pv/testStandardField.cpp @@ -1,8 +1,7 @@ /* testStandardField.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2012.08 */ diff --git a/testApp/pv/testStandardPVField.cpp b/testApp/pv/testStandardPVField.cpp index de05b5e..5a706e2 100644 --- a/testApp/pv/testStandardPVField.cpp +++ b/testApp/pv/testStandardPVField.cpp @@ -1,8 +1,7 @@ /* testStandardPVField.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * EPICS pvData is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ /* Author: Marty Kraimer Date: 2012.08 */ diff --git a/testApp/pvDataAllTests.c b/testApp/pvDataAllTests.c index 00ec522..162e07d 100644 --- a/testApp/pvDataAllTests.c +++ b/testApp/pvDataAllTests.c @@ -1,3 +1,7 @@ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution + */ /* * Run pvData tests as a batch. * diff --git a/testApp/rtemsTestHarness.c b/testApp/rtemsTestHarness.c index b6ef3ba..445917e 100644 --- a/testApp/rtemsTestHarness.c +++ b/testApp/rtemsTestHarness.c @@ -1,3 +1,7 @@ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution + */ #include #include #include