From e6597bc2f02aa3c7ac0618a82e07da408a2bf5fc Mon Sep 17 00:00:00 2001 From: Dave Hickin Date: Fri, 22 Jul 2016 16:56:01 +0100 Subject: [PATCH] Update source boilerplate for new LICENSE file --- src/ntaggregate.cpp | 7 +++---- src/ntattribute.cpp | 7 +++---- src/ntcontinuum.cpp | 7 +++---- src/ntenum.cpp | 7 +++---- src/ntfield.cpp | 7 +++---- src/nthistogram.cpp | 7 +++---- src/ntid.cpp | 8 ++++---- src/ntmatrix.cpp | 7 +++---- src/ntmultiChannel.cpp | 7 +++---- src/ntnameValue.cpp | 7 +++---- src/ntndarray.cpp | 7 +++---- src/ntndarrayAttribute.cpp | 7 +++---- src/ntscalar.cpp | 7 +++---- src/ntscalarArray.cpp | 7 +++---- src/ntscalarMultiChannel.cpp | 8 +++----- src/nttable.cpp | 7 +++---- src/ntunion.cpp | 7 +++---- src/nturi.cpp | 7 +++---- src/ntutils.cpp | 7 +++---- src/pv/nt.h | 7 +++---- src/pv/ntaggregate.h | 7 +++---- src/pv/ntattribute.h | 7 +++---- src/pv/ntcontinuum.h | 7 +++---- src/pv/ntenum.h | 7 +++---- src/pv/ntfield.h | 7 +++---- src/pv/nthistogram.h | 7 +++---- src/pv/ntid.h | 8 ++++---- src/pv/ntmatrix.h | 7 +++---- src/pv/ntmultiChannel.h | 7 +++---- src/pv/ntnameValue.h | 7 +++---- src/pv/ntndarray.h | 7 +++---- src/pv/ntndarrayAttribute.h | 7 +++---- src/pv/ntscalar.h | 7 +++---- src/pv/ntscalarArray.h | 7 +++---- src/pv/ntscalarMultiChannel.h | 7 +++---- src/pv/nttable.h | 7 +++---- src/pv/ntunion.h | 7 +++---- src/pv/nturi.h | 7 +++---- src/pv/ntutils.h | 7 +++---- test/ntaggregateTest.cpp | 7 +++---- test/ntattributeTest.cpp | 8 +++----- test/ntcontinuumTest.cpp | 7 +++---- test/ntenumTest.cpp | 8 +++----- test/ntfieldTest.cpp | 7 +++---- test/nthistogramTest.cpp | 7 +++---- test/ntmatrixTest.cpp | 8 +++----- test/ntmultiChannelTest.cpp | 7 +++---- test/ntnameValueTest.cpp | 7 +++---- test/ntndarrayAttributeTest.cpp | 8 +++----- test/ntndarrayTest.cpp | 7 +++---- test/ntscalarArrayTest.cpp | 7 +++---- test/ntscalarMultiChannelTest.cpp | 7 +++---- test/ntscalarTest.cpp | 7 +++---- test/nttableTest.cpp | 7 +++---- test/ntunionTest.cpp | 7 +++---- test/ntutilsTest.cpp | 7 +++---- 56 files changed, 170 insertions(+), 229 deletions(-) diff --git a/src/ntaggregate.cpp b/src/ntaggregate.cpp index b073778..cdd126c 100644 --- a/src/ntaggregate.cpp +++ b/src/ntaggregate.cpp @@ -1,8 +1,7 @@ /* ntaggregate.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntattribute.cpp b/src/ntattribute.cpp index 2439bd3..9120b1f 100644 --- a/src/ntattribute.cpp +++ b/src/ntattribute.cpp @@ -1,8 +1,7 @@ /* ntattribute.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntcontinuum.cpp b/src/ntcontinuum.cpp index 17f42b6..72c10f4 100644 --- a/src/ntcontinuum.cpp +++ b/src/ntcontinuum.cpp @@ -1,8 +1,7 @@ /* ntcontinuum.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntenum.cpp b/src/ntenum.cpp index 3bc925b..bb9bd6c 100644 --- a/src/ntenum.cpp +++ b/src/ntenum.cpp @@ -1,8 +1,7 @@ /* ntenum.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntfield.cpp b/src/ntfield.cpp index 31744bc..7ec9972 100644 --- a/src/ntfield.cpp +++ b/src/ntfield.cpp @@ -1,8 +1,7 @@ /* ntfield.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/nthistogram.cpp b/src/nthistogram.cpp index 85b66ba..63c02c0 100644 --- a/src/nthistogram.cpp +++ b/src/nthistogram.cpp @@ -1,8 +1,7 @@ /* ntcontinuum.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntid.cpp b/src/ntid.cpp index 4a5013b..9a46a80 100644 --- a/src/ntid.cpp +++ b/src/ntid.cpp @@ -1,7 +1,7 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* ntid.cpp */ +/* + * 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/ntmatrix.cpp b/src/ntmatrix.cpp index a0dce91..bc2bfd4 100644 --- a/src/ntmatrix.cpp +++ b/src/ntmatrix.cpp @@ -1,8 +1,7 @@ /* ntmatrix.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntmultiChannel.cpp b/src/ntmultiChannel.cpp index 0c4d55f..79d258c 100644 --- a/src/ntmultiChannel.cpp +++ b/src/ntmultiChannel.cpp @@ -1,8 +1,7 @@ /* ntmultiChannel.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/ntnameValue.cpp b/src/ntnameValue.cpp index 93e92ae..7f250ff 100644 --- a/src/ntnameValue.cpp +++ b/src/ntnameValue.cpp @@ -1,8 +1,7 @@ /* ntnameValue.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntndarray.cpp b/src/ntndarray.cpp index 4fd13fa..df92697 100644 --- a/src/ntndarray.cpp +++ b/src/ntndarray.cpp @@ -1,8 +1,7 @@ /* ntndarray.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/ntndarrayAttribute.cpp b/src/ntndarrayAttribute.cpp index 7398450..4e1d027 100644 --- a/src/ntndarrayAttribute.cpp +++ b/src/ntndarrayAttribute.cpp @@ -1,8 +1,7 @@ /* ntndarrayAttribute.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntscalar.cpp b/src/ntscalar.cpp index d0693b9..b1685ee 100644 --- a/src/ntscalar.cpp +++ b/src/ntscalar.cpp @@ -1,8 +1,7 @@ /* ntscalar.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntscalarArray.cpp b/src/ntscalarArray.cpp index 101060b..bc748e7 100644 --- a/src/ntscalarArray.cpp +++ b/src/ntscalarArray.cpp @@ -1,8 +1,7 @@ /* ntscalarArray.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/ntscalarMultiChannel.cpp b/src/ntscalarMultiChannel.cpp index f3ae903..474b337 100644 --- a/src/ntscalarMultiChannel.cpp +++ b/src/ntscalarMultiChannel.cpp @@ -1,10 +1,8 @@ /* ntscalarMultiChannel.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 #define epicsExportSharedSymbols diff --git a/src/nttable.cpp b/src/nttable.cpp index 83a8a54..1594dda 100644 --- a/src/nttable.cpp +++ b/src/nttable.cpp @@ -1,8 +1,7 @@ /* nttable.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/ntunion.cpp b/src/ntunion.cpp index 0eed35b..4ae115b 100644 --- a/src/ntunion.cpp +++ b/src/ntunion.cpp @@ -1,8 +1,7 @@ /* ntunion.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/nturi.cpp b/src/nturi.cpp index 299cd0a..ca1b1f9 100644 --- a/src/nturi.cpp +++ b/src/nturi.cpp @@ -1,8 +1,7 @@ /* nturi.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/ntutils.cpp b/src/ntutils.cpp index 858163a..c1f3faa 100644 --- a/src/ntutils.cpp +++ b/src/ntutils.cpp @@ -1,8 +1,7 @@ /* ntutils.cpp */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ #define epicsExportSharedSymbols diff --git a/src/pv/nt.h b/src/pv/nt.h index b33d78b..f50d946 100644 --- a/src/pv/nt.h +++ b/src/pv/nt.h @@ -1,8 +1,7 @@ /* nt.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NT_H #define NT_H diff --git a/src/pv/ntaggregate.h b/src/pv/ntaggregate.h index 88f47e7..bd7596a 100644 --- a/src/pv/ntaggregate.h +++ b/src/pv/ntaggregate.h @@ -1,8 +1,7 @@ /* ntaggregate.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTAGGREGATE_H #define NTAGGREGATE_H diff --git a/src/pv/ntattribute.h b/src/pv/ntattribute.h index 995d0bf..2026fa4 100644 --- a/src/pv/ntattribute.h +++ b/src/pv/ntattribute.h @@ -1,8 +1,7 @@ /* ntattribute.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTATTRIBUTE_H #define NTATTRIBUTE_H diff --git a/src/pv/ntcontinuum.h b/src/pv/ntcontinuum.h index 88e6313..9782546 100644 --- a/src/pv/ntcontinuum.h +++ b/src/pv/ntcontinuum.h @@ -1,8 +1,7 @@ /* ntcontinuum.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTCONTINUUM_H #define NTCONTINUUM_H diff --git a/src/pv/ntenum.h b/src/pv/ntenum.h index 960c55f..0e21f74 100644 --- a/src/pv/ntenum.h +++ b/src/pv/ntenum.h @@ -1,8 +1,7 @@ /* ntenum.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTENUM_H #define NTENUM_H diff --git a/src/pv/ntfield.h b/src/pv/ntfield.h index d2a56f2..79bddae 100644 --- a/src/pv/ntfield.h +++ b/src/pv/ntfield.h @@ -1,8 +1,7 @@ /* ntfield.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTFIELD_H #define NTFIELD_H diff --git a/src/pv/nthistogram.h b/src/pv/nthistogram.h index 9366d73..c8064eb 100644 --- a/src/pv/nthistogram.h +++ b/src/pv/nthistogram.h @@ -1,8 +1,7 @@ /* nthistogram.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTHISTOGRAM_H #define NTHISTOGRAM_H diff --git a/src/pv/ntid.h b/src/pv/ntid.h index 599acee..8c063c2 100644 --- a/src/pv/ntid.h +++ b/src/pv/ntid.h @@ -1,7 +1,7 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software is distributed subject to a Software License Agreement found - * in file LICENSE that is included with this distribution. +/* ntid.h */ +/* + * Copyright information and license terms for this software can be + * found in the file LICENSE that is included with the distribution */ #ifndef NTID_H #define NTID_H diff --git a/src/pv/ntmatrix.h b/src/pv/ntmatrix.h index e21901d..227ae62 100644 --- a/src/pv/ntmatrix.h +++ b/src/pv/ntmatrix.h @@ -1,8 +1,7 @@ /* ntmatrix.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTMATRIX_H #define NTMATRIX_H diff --git a/src/pv/ntmultiChannel.h b/src/pv/ntmultiChannel.h index 9dd7901..e0d9e3f 100644 --- a/src/pv/ntmultiChannel.h +++ b/src/pv/ntmultiChannel.h @@ -1,8 +1,7 @@ /* ntmultiChannel.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTMULTICHANNEL_H #define NTMULTICHANNEL_H diff --git a/src/pv/ntnameValue.h b/src/pv/ntnameValue.h index d909365..38c483b 100644 --- a/src/pv/ntnameValue.h +++ b/src/pv/ntnameValue.h @@ -1,8 +1,7 @@ /* ntnameValue.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTNAMEVALUE_H #define NTNAMEVALUE_H diff --git a/src/pv/ntndarray.h b/src/pv/ntndarray.h index 6136cf6..3d00b3b 100644 --- a/src/pv/ntndarray.h +++ b/src/pv/ntndarray.h @@ -1,8 +1,7 @@ /* ntndarray.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTNDARRAY_H #define NTNDARRAY_H diff --git a/src/pv/ntndarrayAttribute.h b/src/pv/ntndarrayAttribute.h index 6bdf206..7f5fa8e 100644 --- a/src/pv/ntndarrayAttribute.h +++ b/src/pv/ntndarrayAttribute.h @@ -1,8 +1,7 @@ /* ntndarrayAttribute.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTNDARRAYATTRIBUTE_H #define NTNDARRAYATTRIBUTE_H diff --git a/src/pv/ntscalar.h b/src/pv/ntscalar.h index 001d648..9e841ec 100644 --- a/src/pv/ntscalar.h +++ b/src/pv/ntscalar.h @@ -1,8 +1,7 @@ /* ntscalar.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTSCALAR_H #define NTSCALAR_H diff --git a/src/pv/ntscalarArray.h b/src/pv/ntscalarArray.h index be63912..50e4c1d 100644 --- a/src/pv/ntscalarArray.h +++ b/src/pv/ntscalarArray.h @@ -1,8 +1,7 @@ /* ntscalarArray.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTSCALARARRAY_H #define NTSCALARARRAY_H diff --git a/src/pv/ntscalarMultiChannel.h b/src/pv/ntscalarMultiChannel.h index 0cc79bd..7a4d423 100644 --- a/src/pv/ntscalarMultiChannel.h +++ b/src/pv/ntscalarMultiChannel.h @@ -1,8 +1,7 @@ /* ntscalarMultiChannel.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTSCALARMULTICHANNEL_H #define NTSCALARMULTICHANNEL_H diff --git a/src/pv/nttable.h b/src/pv/nttable.h index 28fd8f4..7183f9b 100644 --- a/src/pv/nttable.h +++ b/src/pv/nttable.h @@ -1,8 +1,7 @@ /* nttable.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTTABLE_H #define NTTABLE_H diff --git a/src/pv/ntunion.h b/src/pv/ntunion.h index 5896980..7a65633 100644 --- a/src/pv/ntunion.h +++ b/src/pv/ntunion.h @@ -1,8 +1,7 @@ /* ntunion.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTUNION_H #define NTUNION_H diff --git a/src/pv/nturi.h b/src/pv/nturi.h index c879ed5..8f3d97a 100644 --- a/src/pv/nturi.h +++ b/src/pv/nturi.h @@ -1,8 +1,7 @@ /* nturi.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTURI_H #define NTURI_H diff --git a/src/pv/ntutils.h b/src/pv/ntutils.h index 34dc275..da2c149 100644 --- a/src/pv/ntutils.h +++ b/src/pv/ntutils.h @@ -1,8 +1,7 @@ /* ntutils.h */ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 NTUTILS_H #define NTUTILS_H diff --git a/test/ntaggregateTest.cpp b/test/ntaggregateTest.cpp index 7c8ed82..f88a731 100644 --- a/test/ntaggregateTest.cpp +++ b/test/ntaggregateTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/ntattributeTest.cpp b/test/ntattributeTest.cpp index 08a77e8..3478def 100644 --- a/test/ntattributeTest.cpp +++ b/test/ntattributeTest.cpp @@ -1,8 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 #include diff --git a/test/ntcontinuumTest.cpp b/test/ntcontinuumTest.cpp index e9e109b..5dc54c0 100644 --- a/test/ntcontinuumTest.cpp +++ b/test/ntcontinuumTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/ntenumTest.cpp b/test/ntenumTest.cpp index 3b329f0..cc0c2ba 100644 --- a/test/ntenumTest.cpp +++ b/test/ntenumTest.cpp @@ -1,9 +1,7 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 #include diff --git a/test/ntfieldTest.cpp b/test/ntfieldTest.cpp index c05f09a..e310c58 100644 --- a/test/ntfieldTest.cpp +++ b/test/ntfieldTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ /* * ntfieldTest.cpp diff --git a/test/nthistogramTest.cpp b/test/nthistogramTest.cpp index ad79e8b..a08f447 100644 --- a/test/nthistogramTest.cpp +++ b/test/nthistogramTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/ntmatrixTest.cpp b/test/ntmatrixTest.cpp index ce69b9d..8df0e64 100644 --- a/test/ntmatrixTest.cpp +++ b/test/ntmatrixTest.cpp @@ -1,9 +1,7 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 #include diff --git a/test/ntmultiChannelTest.cpp b/test/ntmultiChannelTest.cpp index 52ee87b..610fcf5 100644 --- a/test/ntmultiChannelTest.cpp +++ b/test/ntmultiChannelTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ /* * ntmutiChannelTest.cpp diff --git a/test/ntnameValueTest.cpp b/test/ntnameValueTest.cpp index 4f1d2b3..298c920 100644 --- a/test/ntnameValueTest.cpp +++ b/test/ntnameValueTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/ntndarrayAttributeTest.cpp b/test/ntndarrayAttributeTest.cpp index a5f1cce..38dba75 100644 --- a/test/ntndarrayAttributeTest.cpp +++ b/test/ntndarrayAttributeTest.cpp @@ -1,8 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 #include diff --git a/test/ntndarrayTest.cpp b/test/ntndarrayTest.cpp index 6143c6d..bbd05cb 100644 --- a/test/ntndarrayTest.cpp +++ b/test/ntndarrayTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/ntscalarArrayTest.cpp b/test/ntscalarArrayTest.cpp index 12bd28f..848033d 100644 --- a/test/ntscalarArrayTest.cpp +++ b/test/ntscalarArrayTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/ntscalarMultiChannelTest.cpp b/test/ntscalarMultiChannelTest.cpp index a3d0f5f..cd2b01d 100644 --- a/test/ntscalarMultiChannelTest.cpp +++ b/test/ntscalarMultiChannelTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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 */ /* * ntscalarMultiChannelTest.cpp diff --git a/test/ntscalarTest.cpp b/test/ntscalarTest.cpp index 728a667..dba51e9 100644 --- a/test/ntscalarTest.cpp +++ b/test/ntscalarTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/nttableTest.cpp b/test/nttableTest.cpp index ec6bad8..da77cf5 100644 --- a/test/nttableTest.cpp +++ b/test/nttableTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/ntunionTest.cpp b/test/ntunionTest.cpp index 962c582..335edf2 100644 --- a/test/ntunionTest.cpp +++ b/test/ntunionTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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/test/ntutilsTest.cpp b/test/ntutilsTest.cpp index 30ef656..c715c02 100644 --- a/test/ntutilsTest.cpp +++ b/test/ntutilsTest.cpp @@ -1,7 +1,6 @@ -/** - * Copyright - See the COPYRIGHT that is included with this distribution. - * This software 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