diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index a93b33ff..a79dec16 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -44,7 +44,8 @@ The full set of tests is only run for tagged releases. - derive ReventFd and RtimerFd from Rfd - Rw11VirtDiskFile,Rw11VirtTapeTap: use RfileFd - Rw11Cpu: MemWriteByte(): use AddMembe() - - Rw11CntlTM11: support odd record length + - Rw11CntlTM11: support odd record length, close [issue #8](https://github.com/wfjm/w11/issues/8) + - *: drop superfluous \file Doxygen tag (clang -Weverything fix) - generic_so.mk: use -scrUuv for ar to avoid "'u' modifier ignored" - tools/oskit/hook/hook_ibmon_*.tcl: check ibmon availability - tap2file: add -v option diff --git a/tools/src/librlink/ReventLoop.cpp b/tools/src/librlink/ReventLoop.cpp index 5482bd4f..d1d15a56 100644 --- a/tools/src/librlink/ReventLoop.cpp +++ b/tools/src/librlink/ReventLoop.cpp @@ -1,15 +1,6 @@ -// $Id: ReventLoop.cpp 1150 2019-05-19 17:52:54Z mueller $ -// +// $Id: ReventLoop.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -29,7 +20,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class ReventLoop. */ diff --git a/tools/src/librlink/ReventLoop.hpp b/tools/src/librlink/ReventLoop.hpp index 645a2cdc..7c0f3356 100644 --- a/tools/src/librlink/ReventLoop.hpp +++ b/tools/src/librlink/ReventLoop.hpp @@ -1,15 +1,6 @@ -// $Id: ReventLoop.hpp 1085 2018-12-16 14:11:16Z mueller $ -// +// $Id: ReventLoop.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -27,7 +18,6 @@ /*! - \file \brief Declaration of class \c ReventLoop. */ diff --git a/tools/src/librlink/ReventLoop.ipp b/tools/src/librlink/ReventLoop.ipp index cde7d106..2012fce0 100644 --- a/tools/src/librlink/ReventLoop.ipp +++ b/tools/src/librlink/ReventLoop.ipp @@ -1,15 +1,6 @@ -// $Id: ReventLoop.ipp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: ReventLoop.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class ReventLoop. */ diff --git a/tools/src/librlink/RlinkAddrMap.cpp b/tools/src/librlink/RlinkAddrMap.cpp index 9fb3115b..dfd93461 100644 --- a/tools/src/librlink/RlinkAddrMap.cpp +++ b/tools/src/librlink/RlinkAddrMap.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkAddrMap.cpp 1070 2018-11-17 09:48:04Z mueller $ -// +// $Id: RlinkAddrMap.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkAddrMap. */ diff --git a/tools/src/librlink/RlinkAddrMap.hpp b/tools/src/librlink/RlinkAddrMap.hpp index d18ca0f8..b538fef4 100644 --- a/tools/src/librlink/RlinkAddrMap.hpp +++ b/tools/src/librlink/RlinkAddrMap.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkAddrMap.hpp 1066 2018-11-10 11:21:53Z mueller $ -// +// $Id: RlinkAddrMap.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class \c RlinkAddrMap. */ diff --git a/tools/src/librlink/RlinkAddrMap.ipp b/tools/src/librlink/RlinkAddrMap.ipp index d56e7106..93093f14 100644 --- a/tools/src/librlink/RlinkAddrMap.ipp +++ b/tools/src/librlink/RlinkAddrMap.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkAddrMap.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkAddrMap.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkAddrMap. */ diff --git a/tools/src/librlink/RlinkChannel.cpp b/tools/src/librlink/RlinkChannel.cpp index a0eafc63..724a6020 100644 --- a/tools/src/librlink/RlinkChannel.cpp +++ b/tools/src/librlink/RlinkChannel.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkChannel.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RlinkChannel.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkChannel. */ diff --git a/tools/src/librlink/RlinkChannel.hpp b/tools/src/librlink/RlinkChannel.hpp index 607ce092..4f78f4c5 100644 --- a/tools/src/librlink/RlinkChannel.hpp +++ b/tools/src/librlink/RlinkChannel.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkChannel.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RlinkChannel.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RlinkChannel. */ diff --git a/tools/src/librlink/RlinkChannel.ipp b/tools/src/librlink/RlinkChannel.ipp index 53082ae7..275f38e0 100644 --- a/tools/src/librlink/RlinkChannel.ipp +++ b/tools/src/librlink/RlinkChannel.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkChannel.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkChannel.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkChannel. */ diff --git a/tools/src/librlink/RlinkCommand.cpp b/tools/src/librlink/RlinkCommand.cpp index f274fbb6..422554a3 100644 --- a/tools/src/librlink/RlinkCommand.cpp +++ b/tools/src/librlink/RlinkCommand.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkCommand.cpp 1121 2019-03-11 08:59:12Z mueller $ -// +// $Id: RlinkCommand.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librlink/RlinkCommand.hpp b/tools/src/librlink/RlinkCommand.hpp index fc9f4997..1748a9ae 100644 --- a/tools/src/librlink/RlinkCommand.hpp +++ b/tools/src/librlink/RlinkCommand.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkCommand.hpp 1121 2019-03-11 08:59:12Z mueller $ -// +// $Id: RlinkCommand.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librlink/RlinkCommand.ipp b/tools/src/librlink/RlinkCommand.ipp index 89587ba5..b7cfcee3 100644 --- a/tools/src/librlink/RlinkCommand.ipp +++ b/tools/src/librlink/RlinkCommand.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkCommand.ipp 1121 2019-03-11 08:59:12Z mueller $ -// +// $Id: RlinkCommand.ipp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librlink/RlinkCommandExpect.cpp b/tools/src/librlink/RlinkCommandExpect.cpp index 652467b6..33d3416b 100644 --- a/tools/src/librlink/RlinkCommandExpect.cpp +++ b/tools/src/librlink/RlinkCommandExpect.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkCommandExpect.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: RlinkCommandExpect.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkCommandExpect. */ diff --git a/tools/src/librlink/RlinkCommandExpect.hpp b/tools/src/librlink/RlinkCommandExpect.hpp index c3e64143..c06f7b58 100644 --- a/tools/src/librlink/RlinkCommandExpect.hpp +++ b/tools/src/librlink/RlinkCommandExpect.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkCommandExpect.hpp 1077 2018-12-07 19:37:03Z mueller $ -// +// $Id: RlinkCommandExpect.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ /*! - \file \brief Declaration of class RlinkCommandExpect. */ diff --git a/tools/src/librlink/RlinkCommandExpect.ipp b/tools/src/librlink/RlinkCommandExpect.ipp index 75b133c5..a78d91d5 100644 --- a/tools/src/librlink/RlinkCommandExpect.ipp +++ b/tools/src/librlink/RlinkCommandExpect.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkCommandExpect.ipp 1077 2018-12-07 19:37:03Z mueller $ -// +// $Id: RlinkCommandExpect.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2015 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkCommandExpect. */ diff --git a/tools/src/librlink/RlinkCommandList.cpp b/tools/src/librlink/RlinkCommandList.cpp index a9d15197..c3163e48 100644 --- a/tools/src/librlink/RlinkCommandList.cpp +++ b/tools/src/librlink/RlinkCommandList.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkCommandList.cpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RlinkCommandList.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -30,7 +21,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkCommandList. */ diff --git a/tools/src/librlink/RlinkCommandList.hpp b/tools/src/librlink/RlinkCommandList.hpp index 2b31463e..698d73ba 100644 --- a/tools/src/librlink/RlinkCommandList.hpp +++ b/tools/src/librlink/RlinkCommandList.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkCommandList.hpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: RlinkCommandList.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -27,7 +18,6 @@ /*! - \file \brief Declaration of class RlinkCommandList. */ diff --git a/tools/src/librlink/RlinkCommandList.ipp b/tools/src/librlink/RlinkCommandList.ipp index 82acff04..3269660e 100644 --- a/tools/src/librlink/RlinkCommandList.ipp +++ b/tools/src/librlink/RlinkCommandList.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkCommandList.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkCommandList.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2014 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkCommandList. */ diff --git a/tools/src/librlink/RlinkConnect.cpp b/tools/src/librlink/RlinkConnect.cpp index a41264a8..a0932c65 100644 --- a/tools/src/librlink/RlinkConnect.cpp +++ b/tools/src/librlink/RlinkConnect.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkConnect.cpp 1121 2019-03-11 08:59:12Z mueller $ -// +// $Id: RlinkConnect.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librlink/RlinkConnect.hpp b/tools/src/librlink/RlinkConnect.hpp index 48b311e2..cb10d659 100644 --- a/tools/src/librlink/RlinkConnect.hpp +++ b/tools/src/librlink/RlinkConnect.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkConnect.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RlinkConnect.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -49,7 +40,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class \c RlinkConnect. */ diff --git a/tools/src/librlink/RlinkConnect.ipp b/tools/src/librlink/RlinkConnect.ipp index c355004b..f8b4af9d 100644 --- a/tools/src/librlink/RlinkConnect.ipp +++ b/tools/src/librlink/RlinkConnect.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkConnect.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RlinkConnect.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -34,7 +25,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RlinkConnect. */ diff --git a/tools/src/librlink/RlinkContext.cpp b/tools/src/librlink/RlinkContext.cpp index 47645f76..cdbb1eb6 100644 --- a/tools/src/librlink/RlinkContext.cpp +++ b/tools/src/librlink/RlinkContext.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkContext.cpp 1122 2019-03-17 08:15:42Z mueller $ -// +// $Id: RlinkContext.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkContext. */ diff --git a/tools/src/librlink/RlinkContext.hpp b/tools/src/librlink/RlinkContext.hpp index 47bb66fa..b5e7710b 100644 --- a/tools/src/librlink/RlinkContext.hpp +++ b/tools/src/librlink/RlinkContext.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkContext.hpp 1122 2019-03-17 08:15:42Z mueller $ -// +// $Id: RlinkContext.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class RlinkContext. */ diff --git a/tools/src/librlink/RlinkContext.ipp b/tools/src/librlink/RlinkContext.ipp index b7fee3ef..2cafa385 100644 --- a/tools/src/librlink/RlinkContext.ipp +++ b/tools/src/librlink/RlinkContext.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkContext.ipp 1122 2019-03-17 08:15:42Z mueller $ -// +// $Id: RlinkContext.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkContext. */ diff --git a/tools/src/librlink/RlinkCrc16.cpp b/tools/src/librlink/RlinkCrc16.cpp index 9f9d6680..fd3973b8 100644 --- a/tools/src/librlink/RlinkCrc16.cpp +++ b/tools/src/librlink/RlinkCrc16.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkCrc16.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkCrc16.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkCrc16. */ diff --git a/tools/src/librlink/RlinkCrc16.hpp b/tools/src/librlink/RlinkCrc16.hpp index 2290acca..e282d830 100644 --- a/tools/src/librlink/RlinkCrc16.hpp +++ b/tools/src/librlink/RlinkCrc16.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkCrc16.hpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RlinkCrc16.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class \c RlinkCrc16. */ diff --git a/tools/src/librlink/RlinkCrc16.ipp b/tools/src/librlink/RlinkCrc16.ipp index bf6b4fe1..7031b2f9 100644 --- a/tools/src/librlink/RlinkCrc16.ipp +++ b/tools/src/librlink/RlinkCrc16.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkCrc16.ipp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RlinkCrc16.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkCrc16. */ diff --git a/tools/src/librlink/RlinkPacketBuf.cpp b/tools/src/librlink/RlinkPacketBuf.cpp index e5b29534..9b601995 100644 --- a/tools/src/librlink/RlinkPacketBuf.cpp +++ b/tools/src/librlink/RlinkPacketBuf.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBuf.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkPacketBuf.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkPacketBuf. */ diff --git a/tools/src/librlink/RlinkPacketBuf.hpp b/tools/src/librlink/RlinkPacketBuf.hpp index ae5b9666..e81ac378 100644 --- a/tools/src/librlink/RlinkPacketBuf.hpp +++ b/tools/src/librlink/RlinkPacketBuf.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBuf.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RlinkPacketBuf.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -25,7 +16,6 @@ /*! - \file \brief Declaration of class RlinkPacketBuf. */ diff --git a/tools/src/librlink/RlinkPacketBuf.ipp b/tools/src/librlink/RlinkPacketBuf.ipp index ef621fa5..bb24883a 100644 --- a/tools/src/librlink/RlinkPacketBuf.ipp +++ b/tools/src/librlink/RlinkPacketBuf.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBuf.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RlinkPacketBuf.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkPacketBuf. */ diff --git a/tools/src/librlink/RlinkPacketBufRcv.cpp b/tools/src/librlink/RlinkPacketBufRcv.cpp index b74f34a5..ed7e24a4 100644 --- a/tools/src/librlink/RlinkPacketBufRcv.cpp +++ b/tools/src/librlink/RlinkPacketBufRcv.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBufRcv.cpp 1163 2019-06-15 07:26:57Z mueller $ -// +// $Id: RlinkPacketBufRcv.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkPacketBuf. */ diff --git a/tools/src/librlink/RlinkPacketBufRcv.hpp b/tools/src/librlink/RlinkPacketBufRcv.hpp index 31eab0a4..0bdd1985 100644 --- a/tools/src/librlink/RlinkPacketBufRcv.hpp +++ b/tools/src/librlink/RlinkPacketBufRcv.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBufRcv.hpp 1079 2018-12-09 10:56:59Z mueller $ -// +// $Id: RlinkPacketBufRcv.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ /*! - \file \brief Declaration of class RlinkPacketBuf. */ diff --git a/tools/src/librlink/RlinkPacketBufRcv.ipp b/tools/src/librlink/RlinkPacketBufRcv.ipp index 8652d98a..8e5feb50 100644 --- a/tools/src/librlink/RlinkPacketBufRcv.ipp +++ b/tools/src/librlink/RlinkPacketBufRcv.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBufRcv.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkPacketBufRcv.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkPacketBuf. */ diff --git a/tools/src/librlink/RlinkPacketBufSnd.cpp b/tools/src/librlink/RlinkPacketBufSnd.cpp index a22cd3e7..1d24c6a9 100644 --- a/tools/src/librlink/RlinkPacketBufSnd.cpp +++ b/tools/src/librlink/RlinkPacketBufSnd.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBufSnd.cpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RlinkPacketBufSnd.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -25,7 +16,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RlinkPacketBuf. */ diff --git a/tools/src/librlink/RlinkPacketBufSnd.hpp b/tools/src/librlink/RlinkPacketBufSnd.hpp index 7411ed43..cb102e3c 100644 --- a/tools/src/librlink/RlinkPacketBufSnd.hpp +++ b/tools/src/librlink/RlinkPacketBufSnd.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBufSnd.hpp 1079 2018-12-09 10:56:59Z mueller $ -// +// $Id: RlinkPacketBufSnd.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ /*! - \file \brief Declaration of class RlinkPacketBufSnd. */ diff --git a/tools/src/librlink/RlinkPacketBufSnd.ipp b/tools/src/librlink/RlinkPacketBufSnd.ipp index cafb9906..a4c19d0e 100644 --- a/tools/src/librlink/RlinkPacketBufSnd.ipp +++ b/tools/src/librlink/RlinkPacketBufSnd.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkPacketBufSnd.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkPacketBufSnd.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2015 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RlinkPacketBuf. */ diff --git a/tools/src/librlink/RlinkPort.cpp b/tools/src/librlink/RlinkPort.cpp index 134726be..b8198792 100644 --- a/tools/src/librlink/RlinkPort.cpp +++ b/tools/src/librlink/RlinkPort.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkPort.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: RlinkPort.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -35,7 +26,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlinkPort. */ diff --git a/tools/src/librlink/RlinkPort.hpp b/tools/src/librlink/RlinkPort.hpp index 45aa0bf1..de80cbd7 100644 --- a/tools/src/librlink/RlinkPort.hpp +++ b/tools/src/librlink/RlinkPort.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkPort.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RlinkPort.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -33,7 +24,6 @@ /*! - \file \brief Declaration of class RlinkPort. */ diff --git a/tools/src/librlink/RlinkPort.ipp b/tools/src/librlink/RlinkPort.ipp index 76bcc730..8b2ee01f 100644 --- a/tools/src/librlink/RlinkPort.ipp +++ b/tools/src/librlink/RlinkPort.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkPort.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RlinkPort.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RlinkPort. */ diff --git a/tools/src/librlink/RlinkPortCuff.cpp b/tools/src/librlink/RlinkPortCuff.cpp index 764ad166..acd6cbef 100644 --- a/tools/src/librlink/RlinkPortCuff.cpp +++ b/tools/src/librlink/RlinkPortCuff.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkPortCuff.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: RlinkPortCuff.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2012-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -31,7 +22,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlinkPortCuff. */ diff --git a/tools/src/librlink/RlinkPortCuff.hpp b/tools/src/librlink/RlinkPortCuff.hpp index bca2cfc4..5914df19 100644 --- a/tools/src/librlink/RlinkPortCuff.hpp +++ b/tools/src/librlink/RlinkPortCuff.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkPortCuff.hpp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RlinkPortCuff.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2012-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RlinkPortCuff. */ diff --git a/tools/src/librlink/RlinkPortFactory.cpp b/tools/src/librlink/RlinkPortFactory.cpp index 5cbff654..5af64192 100644 --- a/tools/src/librlink/RlinkPortFactory.cpp +++ b/tools/src/librlink/RlinkPortFactory.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkPortFactory.cpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: RlinkPortFactory.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlinkPortFactory. */ diff --git a/tools/src/librlink/RlinkPortFactory.hpp b/tools/src/librlink/RlinkPortFactory.hpp index 9a05f9ef..7f0984ea 100644 --- a/tools/src/librlink/RlinkPortFactory.hpp +++ b/tools/src/librlink/RlinkPortFactory.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkPortFactory.hpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: RlinkPortFactory.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RlinkPortFactory. */ diff --git a/tools/src/librlink/RlinkPortFifo.cpp b/tools/src/librlink/RlinkPortFifo.cpp index 11e16cc8..339382d5 100644 --- a/tools/src/librlink/RlinkPortFifo.cpp +++ b/tools/src/librlink/RlinkPortFifo.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkPortFifo.cpp 1085 2018-12-16 14:11:16Z mueller $ -// +// $Id: RlinkPortFifo.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlinkPortFifo. */ diff --git a/tools/src/librlink/RlinkPortFifo.hpp b/tools/src/librlink/RlinkPortFifo.hpp index 6c3b6312..82437116 100644 --- a/tools/src/librlink/RlinkPortFifo.hpp +++ b/tools/src/librlink/RlinkPortFifo.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkPortFifo.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkPortFifo.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RlinkPortFifo. */ diff --git a/tools/src/librlink/RlinkPortTerm.cpp b/tools/src/librlink/RlinkPortTerm.cpp index ae4d4569..42ba8e2d 100644 --- a/tools/src/librlink/RlinkPortTerm.cpp +++ b/tools/src/librlink/RlinkPortTerm.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkPortTerm.cpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: RlinkPortTerm.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -31,7 +22,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlinkPortTerm. */ diff --git a/tools/src/librlink/RlinkPortTerm.hpp b/tools/src/librlink/RlinkPortTerm.hpp index 1ba1445b..f4ba79ee 100644 --- a/tools/src/librlink/RlinkPortTerm.hpp +++ b/tools/src/librlink/RlinkPortTerm.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkPortTerm.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkPortTerm.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2015 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ /*! - \file \brief Declaration of class RlinkPortTerm. */ diff --git a/tools/src/librlink/RlinkServer.cpp b/tools/src/librlink/RlinkServer.cpp index 8fda04b3..9c931bcc 100644 --- a/tools/src/librlink/RlinkServer.cpp +++ b/tools/src/librlink/RlinkServer.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkServer.cpp 1164 2019-06-15 18:56:34Z mueller $ -// +// $Id: RlinkServer.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librlink/RlinkServer.hpp b/tools/src/librlink/RlinkServer.hpp index 3eb3e1ef..666e1295 100644 --- a/tools/src/librlink/RlinkServer.hpp +++ b/tools/src/librlink/RlinkServer.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkServer.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RlinkServer.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librlink/RlinkServer.ipp b/tools/src/librlink/RlinkServer.ipp index 18783109..de355e8d 100644 --- a/tools/src/librlink/RlinkServer.ipp +++ b/tools/src/librlink/RlinkServer.ipp @@ -1,15 +1,6 @@ -// $Id: RlinkServer.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RlinkServer.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -25,7 +16,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RlinkServer. */ diff --git a/tools/src/librlink/RlinkServerEventLoop.cpp b/tools/src/librlink/RlinkServerEventLoop.cpp index f25e0424..df8d2146 100644 --- a/tools/src/librlink/RlinkServerEventLoop.cpp +++ b/tools/src/librlink/RlinkServerEventLoop.cpp @@ -1,15 +1,6 @@ -// $Id: RlinkServerEventLoop.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkServerEventLoop.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2015 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlinkServerEventLoop. */ diff --git a/tools/src/librlink/RlinkServerEventLoop.hpp b/tools/src/librlink/RlinkServerEventLoop.hpp index 155b12c7..5b8164d9 100644 --- a/tools/src/librlink/RlinkServerEventLoop.hpp +++ b/tools/src/librlink/RlinkServerEventLoop.hpp @@ -1,15 +1,6 @@ -// $Id: RlinkServerEventLoop.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlinkServerEventLoop.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class \c RlinkServerEventLoop. */ diff --git a/tools/src/librlinktpp/Rlinktpp_Init.cpp b/tools/src/librlinktpp/Rlinktpp_Init.cpp index 3e1dea7b..3ed47813 100644 --- a/tools/src/librlinktpp/Rlinktpp_Init.cpp +++ b/tools/src/librlinktpp/Rlinktpp_Init.cpp @@ -1,15 +1,6 @@ -// $Id: Rlinktpp_Init.cpp 1061 2018-10-27 17:39:11Z mueller $ -// +// $Id: Rlinktpp_Init.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rlinktpp_Init . */ diff --git a/tools/src/librlinktpp/RtclAttnShuttle.cpp b/tools/src/librlinktpp/RtclAttnShuttle.cpp index e656156a..95dfa605 100644 --- a/tools/src/librlinktpp/RtclAttnShuttle.cpp +++ b/tools/src/librlinktpp/RtclAttnShuttle.cpp @@ -1,15 +1,6 @@ -// $Id: RtclAttnShuttle.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclAttnShuttle.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -26,7 +17,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RtclAttnShuttle. */ diff --git a/tools/src/librlinktpp/RtclAttnShuttle.hpp b/tools/src/librlinktpp/RtclAttnShuttle.hpp index 53189399..c9233373 100644 --- a/tools/src/librlinktpp/RtclAttnShuttle.hpp +++ b/tools/src/librlinktpp/RtclAttnShuttle.hpp @@ -1,15 +1,6 @@ -// $Id: RtclAttnShuttle.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclAttnShuttle.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2014 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclAttnShuttle. */ diff --git a/tools/src/librlinktpp/RtclAttnShuttle.ipp b/tools/src/librlinktpp/RtclAttnShuttle.ipp index 3388ed07..f09365f1 100644 --- a/tools/src/librlinktpp/RtclAttnShuttle.ipp +++ b/tools/src/librlinktpp/RtclAttnShuttle.ipp @@ -1,15 +1,6 @@ -// $Id: RtclAttnShuttle.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclAttnShuttle.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RtclAttnShuttle. */ diff --git a/tools/src/librlinktpp/RtclRlinkConnect.hpp b/tools/src/librlinktpp/RtclRlinkConnect.hpp index d90c6b82..a89075ba 100644 --- a/tools/src/librlinktpp/RtclRlinkConnect.hpp +++ b/tools/src/librlinktpp/RtclRlinkConnect.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRlinkConnect.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRlinkConnect.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclRlinkConnect. */ diff --git a/tools/src/librlinktpp/RtclRlinkPort.hpp b/tools/src/librlinktpp/RtclRlinkPort.hpp index dec04afd..f8b21154 100644 --- a/tools/src/librlinktpp/RtclRlinkPort.hpp +++ b/tools/src/librlinktpp/RtclRlinkPort.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRlinkPort.hpp 1079 2018-12-09 10:56:59Z mueller $ -// +// $Id: RtclRlinkPort.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclRlinkPort. */ diff --git a/tools/src/librlinktpp/RtclRlinkServer.cpp b/tools/src/librlinktpp/RtclRlinkServer.cpp index 6dd05c18..e07a100f 100644 --- a/tools/src/librlinktpp/RtclRlinkServer.cpp +++ b/tools/src/librlinktpp/RtclRlinkServer.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRlinkServer.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclRlinkServer.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -31,7 +22,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RtclRlinkServer. */ diff --git a/tools/src/librlinktpp/RtclRlinkServer.hpp b/tools/src/librlinktpp/RtclRlinkServer.hpp index a1e49d7a..fa412c8d 100644 --- a/tools/src/librlinktpp/RtclRlinkServer.hpp +++ b/tools/src/librlinktpp/RtclRlinkServer.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRlinkServer.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRlinkServer.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclRlinkServer. */ diff --git a/tools/src/librtcltools/Rtcl.cpp b/tools/src/librtcltools/Rtcl.cpp index 62d17755..1ab925b9 100644 --- a/tools/src/librtcltools/Rtcl.cpp +++ b/tools/src/librtcltools/Rtcl.cpp @@ -1,15 +1,6 @@ -// $Id: Rtcl.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: Rtcl.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rtcl. */ diff --git a/tools/src/librtcltools/Rtcl.hpp b/tools/src/librtcltools/Rtcl.hpp index 8dd0137a..f3eb7355 100644 --- a/tools/src/librtcltools/Rtcl.hpp +++ b/tools/src/librtcltools/Rtcl.hpp @@ -1,15 +1,6 @@ -// $Id: Rtcl.hpp 1049 2018-09-22 13:56:52Z mueller $ -// +// $Id: Rtcl.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class Rtcl. */ diff --git a/tools/src/librtcltools/Rtcl.ipp b/tools/src/librtcltools/Rtcl.ipp index 7be700e0..161db1ce 100644 --- a/tools/src/librtcltools/Rtcl.ipp +++ b/tools/src/librtcltools/Rtcl.ipp @@ -1,15 +1,6 @@ -// $Id: Rtcl.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rtcl.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rtcl. */ diff --git a/tools/src/librtcltools/RtclArgs.cpp b/tools/src/librtcltools/RtclArgs.cpp index 910f0846..1914884d 100644 --- a/tools/src/librtcltools/RtclArgs.cpp +++ b/tools/src/librtcltools/RtclArgs.cpp @@ -1,15 +1,6 @@ -// $Id: RtclArgs.cpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RtclArgs.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -31,7 +22,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclArgs. */ diff --git a/tools/src/librtcltools/RtclArgs.hpp b/tools/src/librtcltools/RtclArgs.hpp index c49cd822..a90d913a 100644 --- a/tools/src/librtcltools/RtclArgs.hpp +++ b/tools/src/librtcltools/RtclArgs.hpp @@ -1,15 +1,6 @@ -// $Id: RtclArgs.hpp 1049 2018-09-22 13:56:52Z mueller $ -// +// $Id: RtclArgs.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -30,7 +21,6 @@ /*! - \file \brief Declaration of class RtclArgs. */ diff --git a/tools/src/librtcltools/RtclArgs.ipp b/tools/src/librtcltools/RtclArgs.ipp index bf14e7f1..4e555a1b 100644 --- a/tools/src/librtcltools/RtclArgs.ipp +++ b/tools/src/librtcltools/RtclArgs.ipp @@ -1,15 +1,6 @@ -// $Id: RtclArgs.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclArgs.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2013 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RtclArgs. */ diff --git a/tools/src/librtcltools/RtclClassBase.cpp b/tools/src/librtcltools/RtclClassBase.cpp index c0124298..818640dd 100644 --- a/tools/src/librtcltools/RtclClassBase.cpp +++ b/tools/src/librtcltools/RtclClassBase.cpp @@ -1,15 +1,6 @@ -// $Id: RtclClassBase.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: RtclClassBase.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclClassBase. */ diff --git a/tools/src/librtcltools/RtclClassBase.hpp b/tools/src/librtcltools/RtclClassBase.hpp index d9240f03..afb80ae4 100644 --- a/tools/src/librtcltools/RtclClassBase.hpp +++ b/tools/src/librtcltools/RtclClassBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclClassBase.hpp 1084 2018-12-16 12:23:53Z mueller $ -// +// $Id: RtclClassBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclClassBase. */ diff --git a/tools/src/librtcltools/RtclClassBase.ipp b/tools/src/librtcltools/RtclClassBase.ipp index 3c08716c..fa507e24 100644 --- a/tools/src/librtcltools/RtclClassBase.ipp +++ b/tools/src/librtcltools/RtclClassBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclClassBase.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclClassBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RtclClassBase. */ diff --git a/tools/src/librtcltools/RtclClassOwned.hpp b/tools/src/librtcltools/RtclClassOwned.hpp index 808e87d7..cd67f5ce 100644 --- a/tools/src/librtcltools/RtclClassOwned.hpp +++ b/tools/src/librtcltools/RtclClassOwned.hpp @@ -1,15 +1,6 @@ -// $Id: RtclClassOwned.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclClassOwned.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclClassOwned. */ diff --git a/tools/src/librtcltools/RtclClassOwned.ipp b/tools/src/librtcltools/RtclClassOwned.ipp index dff2b0ec..adea0dc5 100644 --- a/tools/src/librtcltools/RtclClassOwned.ipp +++ b/tools/src/librtcltools/RtclClassOwned.ipp @@ -1,15 +1,6 @@ -// $Id: RtclClassOwned.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclClassOwned.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2013 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RtclClassOwned. */ diff --git a/tools/src/librtcltools/RtclCmdBase.hpp b/tools/src/librtcltools/RtclCmdBase.hpp index d8315f8e..bc395eb4 100644 --- a/tools/src/librtcltools/RtclCmdBase.hpp +++ b/tools/src/librtcltools/RtclCmdBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclCmdBase.hpp 1084 2018-12-16 12:23:53Z mueller $ -// +// $Id: RtclCmdBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclCmdBase. */ diff --git a/tools/src/librtcltools/RtclContext.cpp b/tools/src/librtcltools/RtclContext.cpp index b82866fe..c259ad0e 100644 --- a/tools/src/librtcltools/RtclContext.cpp +++ b/tools/src/librtcltools/RtclContext.cpp @@ -1,15 +1,6 @@ -// $Id: RtclContext.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: RtclContext.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -25,7 +16,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclContext. */ diff --git a/tools/src/librtcltools/RtclContext.hpp b/tools/src/librtcltools/RtclContext.hpp index a9cd213b..d7f2821c 100644 --- a/tools/src/librtcltools/RtclContext.hpp +++ b/tools/src/librtcltools/RtclContext.hpp @@ -1,15 +1,6 @@ -// $Id: RtclContext.hpp 1084 2018-12-16 12:23:53Z mueller $ -// +// $Id: RtclContext.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclContext. */ diff --git a/tools/src/librtcltools/RtclGet.hpp b/tools/src/librtcltools/RtclGet.hpp index 492b9221..e878912f 100644 --- a/tools/src/librtcltools/RtclGet.hpp +++ b/tools/src/librtcltools/RtclGet.hpp @@ -1,15 +1,6 @@ -// $Id: RtclGet.hpp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: RtclGet.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class \c RtclGet. */ diff --git a/tools/src/librtcltools/RtclGet.ipp b/tools/src/librtcltools/RtclGet.ipp index 81b06900..c0031960 100644 --- a/tools/src/librtcltools/RtclGet.ipp +++ b/tools/src/librtcltools/RtclGet.ipp @@ -1,15 +1,6 @@ -// $Id: RtclGet.ipp 1112 2019-02-17 11:10:04Z mueller $ -// +// $Id: RtclGet.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RtclGet. */ diff --git a/tools/src/librtcltools/RtclGetBase.cpp b/tools/src/librtcltools/RtclGetBase.cpp index 701a324f..22285195 100644 --- a/tools/src/librtcltools/RtclGetBase.cpp +++ b/tools/src/librtcltools/RtclGetBase.cpp @@ -1,15 +1,6 @@ -// $Id: RtclGetBase.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclGetBase.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RtclGetBase. */ diff --git a/tools/src/librtcltools/RtclGetBase.hpp b/tools/src/librtcltools/RtclGetBase.hpp index 2b5e1445..a08cc959 100644 --- a/tools/src/librtcltools/RtclGetBase.hpp +++ b/tools/src/librtcltools/RtclGetBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclGetBase.hpp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RtclGetBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class \c RtclGetBase. */ diff --git a/tools/src/librtcltools/RtclGetList.cpp b/tools/src/librtcltools/RtclGetList.cpp index 006d3ccc..647d48ed 100644 --- a/tools/src/librtcltools/RtclGetList.cpp +++ b/tools/src/librtcltools/RtclGetList.cpp @@ -1,15 +1,6 @@ -// $Id: RtclGetList.cpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: RtclGetList.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RtclGetList. */ diff --git a/tools/src/librtcltools/RtclGetList.hpp b/tools/src/librtcltools/RtclGetList.hpp index 49c39e7f..6951a2e9 100644 --- a/tools/src/librtcltools/RtclGetList.hpp +++ b/tools/src/librtcltools/RtclGetList.hpp @@ -1,15 +1,6 @@ -// $Id: RtclGetList.hpp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RtclGetList.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class \c RtclGetList. */ diff --git a/tools/src/librtcltools/RtclGetList.ipp b/tools/src/librtcltools/RtclGetList.ipp index a9882e76..64d6914a 100644 --- a/tools/src/librtcltools/RtclGetList.ipp +++ b/tools/src/librtcltools/RtclGetList.ipp @@ -1,15 +1,6 @@ -// $Id: RtclGetList.ipp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: RtclGetList.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RtclGetList. */ diff --git a/tools/src/librtcltools/RtclNameSet.cpp b/tools/src/librtcltools/RtclNameSet.cpp index 7576eed7..44694f4a 100644 --- a/tools/src/librtcltools/RtclNameSet.cpp +++ b/tools/src/librtcltools/RtclNameSet.cpp @@ -1,15 +1,6 @@ -// $Id: RtclNameSet.cpp 1070 2018-11-17 09:48:04Z mueller $ -// +// $Id: RtclNameSet.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclNameSet. */ diff --git a/tools/src/librtcltools/RtclNameSet.hpp b/tools/src/librtcltools/RtclNameSet.hpp index 2821994f..fc46d2ee 100644 --- a/tools/src/librtcltools/RtclNameSet.hpp +++ b/tools/src/librtcltools/RtclNameSet.hpp @@ -1,15 +1,6 @@ -// $Id: RtclNameSet.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclNameSet.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2013 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclNameSet. */ diff --git a/tools/src/librtcltools/RtclOPtr.hpp b/tools/src/librtcltools/RtclOPtr.hpp index d344fe9f..feb89d4f 100644 --- a/tools/src/librtcltools/RtclOPtr.hpp +++ b/tools/src/librtcltools/RtclOPtr.hpp @@ -1,15 +1,6 @@ -// $Id: RtclOPtr.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclOPtr.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2013 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclOPtr. */ diff --git a/tools/src/librtcltools/RtclOPtr.ipp b/tools/src/librtcltools/RtclOPtr.ipp index f52cb0b4..8c8d2663 100644 --- a/tools/src/librtcltools/RtclOPtr.ipp +++ b/tools/src/librtcltools/RtclOPtr.ipp @@ -1,15 +1,6 @@ -// $Id: RtclOPtr.ipp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: RtclOPtr.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RtclOPtr. */ diff --git a/tools/src/librtcltools/RtclProxyBase.cpp b/tools/src/librtcltools/RtclProxyBase.cpp index 6c870f11..0132207b 100644 --- a/tools/src/librtcltools/RtclProxyBase.cpp +++ b/tools/src/librtcltools/RtclProxyBase.cpp @@ -1,15 +1,6 @@ -// $Id: RtclProxyBase.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: RtclProxyBase.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -29,7 +20,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclProxyBase. */ diff --git a/tools/src/librtcltools/RtclProxyBase.hpp b/tools/src/librtcltools/RtclProxyBase.hpp index 15e239e5..6403d0a2 100644 --- a/tools/src/librtcltools/RtclProxyBase.hpp +++ b/tools/src/librtcltools/RtclProxyBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclProxyBase.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclProxyBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2013 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -25,7 +16,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclProxyBase. */ diff --git a/tools/src/librtcltools/RtclProxyBase.ipp b/tools/src/librtcltools/RtclProxyBase.ipp index c9d40294..f5831be1 100644 --- a/tools/src/librtcltools/RtclProxyBase.ipp +++ b/tools/src/librtcltools/RtclProxyBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclProxyBase.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclProxyBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RtclProxyBase. */ diff --git a/tools/src/librtcltools/RtclProxyOwned.hpp b/tools/src/librtcltools/RtclProxyOwned.hpp index dd75bb2c..56c172f3 100644 --- a/tools/src/librtcltools/RtclProxyOwned.hpp +++ b/tools/src/librtcltools/RtclProxyOwned.hpp @@ -1,15 +1,6 @@ -// $Id: RtclProxyOwned.hpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: RtclProxyOwned.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclProxyOwned. */ diff --git a/tools/src/librtcltools/RtclProxyOwned.ipp b/tools/src/librtcltools/RtclProxyOwned.ipp index a1fffaef..f98660dd 100644 --- a/tools/src/librtcltools/RtclProxyOwned.ipp +++ b/tools/src/librtcltools/RtclProxyOwned.ipp @@ -1,15 +1,6 @@ -// $Id: RtclProxyOwned.ipp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclProxyOwned.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of class RtclProxyOwned. */ diff --git a/tools/src/librtcltools/RtclSet.hpp b/tools/src/librtcltools/RtclSet.hpp index 806c04f4..cf545f3f 100644 --- a/tools/src/librtcltools/RtclSet.hpp +++ b/tools/src/librtcltools/RtclSet.hpp @@ -1,15 +1,6 @@ -// $Id: RtclSet.hpp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: RtclSet.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class \c RtclSet. */ diff --git a/tools/src/librtcltools/RtclSet.ipp b/tools/src/librtcltools/RtclSet.ipp index 1268e584..734c48e7 100644 --- a/tools/src/librtcltools/RtclSet.ipp +++ b/tools/src/librtcltools/RtclSet.ipp @@ -1,15 +1,6 @@ -// $Id: RtclSet.ipp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RtclSet.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RtclSet. */ diff --git a/tools/src/librtcltools/RtclSetBase.cpp b/tools/src/librtcltools/RtclSetBase.cpp index 9c929634..49b2dd3b 100644 --- a/tools/src/librtcltools/RtclSetBase.cpp +++ b/tools/src/librtcltools/RtclSetBase.cpp @@ -1,15 +1,6 @@ -// $Id: RtclSetBase.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclSetBase.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RtclSetBase. */ diff --git a/tools/src/librtcltools/RtclSetBase.hpp b/tools/src/librtcltools/RtclSetBase.hpp index 82808563..874d3980 100644 --- a/tools/src/librtcltools/RtclSetBase.hpp +++ b/tools/src/librtcltools/RtclSetBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclSetBase.hpp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RtclSetBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class \c RtclSetBase. */ diff --git a/tools/src/librtcltools/RtclSetList.cpp b/tools/src/librtcltools/RtclSetList.cpp index 035b9ac8..0eb637d6 100644 --- a/tools/src/librtcltools/RtclSetList.cpp +++ b/tools/src/librtcltools/RtclSetList.cpp @@ -1,15 +1,6 @@ -// $Id: RtclSetList.cpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: RtclSetList.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RtclSetList. */ diff --git a/tools/src/librtcltools/RtclSetList.hpp b/tools/src/librtcltools/RtclSetList.hpp index 918b385a..c8de43ef 100644 --- a/tools/src/librtcltools/RtclSetList.hpp +++ b/tools/src/librtcltools/RtclSetList.hpp @@ -1,15 +1,6 @@ -// $Id: RtclSetList.hpp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RtclSetList.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class \c RtclSetList. */ diff --git a/tools/src/librtcltools/RtclSetList.ipp b/tools/src/librtcltools/RtclSetList.ipp index 88b95bb7..16de1b71 100644 --- a/tools/src/librtcltools/RtclSetList.ipp +++ b/tools/src/librtcltools/RtclSetList.ipp @@ -1,15 +1,6 @@ -// $Id: RtclSetList.ipp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: RtclSetList.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of class RtclSetList. */ diff --git a/tools/src/librtcltools/RtclStats.cpp b/tools/src/librtcltools/RtclStats.cpp index 7805d9d4..f1f6a994 100644 --- a/tools/src/librtcltools/RtclStats.cpp +++ b/tools/src/librtcltools/RtclStats.cpp @@ -1,15 +1,6 @@ -// $Id: RtclStats.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclStats.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclStats. */ diff --git a/tools/src/librtcltools/RtclStats.hpp b/tools/src/librtcltools/RtclStats.hpp index cc00de8b..bb84337b 100644 --- a/tools/src/librtcltools/RtclStats.hpp +++ b/tools/src/librtcltools/RtclStats.hpp @@ -1,15 +1,6 @@ -// $Id: RtclStats.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclStats.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class RtclStats. */ diff --git a/tools/src/librtools/Rbits.cpp b/tools/src/librtools/Rbits.cpp index 1c41e822..0767d429 100644 --- a/tools/src/librtools/Rbits.cpp +++ b/tools/src/librtools/Rbits.cpp @@ -1,15 +1,6 @@ -// $Id: Rbits.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rbits.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rbits . */ diff --git a/tools/src/librtools/Rbits.hpp b/tools/src/librtools/Rbits.hpp index 75f224a3..fe3e7ad6 100644 --- a/tools/src/librtools/Rbits.hpp +++ b/tools/src/librtools/Rbits.hpp @@ -1,15 +1,6 @@ -// $Id: Rbits.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rbits.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class Rbits . */ diff --git a/tools/src/librtools/RerrMsg.cpp b/tools/src/librtools/RerrMsg.cpp index 5bdd24fb..f097c480 100644 --- a/tools/src/librtools/RerrMsg.cpp +++ b/tools/src/librtools/RerrMsg.cpp @@ -1,15 +1,6 @@ -// $Id: RerrMsg.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: RerrMsg.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RerrMsg. */ diff --git a/tools/src/librtools/RerrMsg.hpp b/tools/src/librtools/RerrMsg.hpp index 3416b023..8c4e5b75 100644 --- a/tools/src/librtools/RerrMsg.hpp +++ b/tools/src/librtools/RerrMsg.hpp @@ -1,15 +1,6 @@ -// $Id: RerrMsg.hpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: RerrMsg.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2013 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RerrMsg. */ diff --git a/tools/src/librtools/RerrMsg.ipp b/tools/src/librtools/RerrMsg.ipp index e3690c85..64ce051f 100644 --- a/tools/src/librtools/RerrMsg.ipp +++ b/tools/src/librtools/RerrMsg.ipp @@ -1,15 +1,6 @@ -// $Id: RerrMsg.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RerrMsg.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RerrMsg. */ diff --git a/tools/src/librtools/ReventFd.cpp b/tools/src/librtools/ReventFd.cpp index ea79c474..69d3ba6c 100644 --- a/tools/src/librtools/ReventFd.cpp +++ b/tools/src/librtools/ReventFd.cpp @@ -1,15 +1,6 @@ -// $Id: ReventFd.cpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: ReventFd.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librtools/ReventFd.hpp b/tools/src/librtools/ReventFd.hpp index 95a3f1c3..bd345dbd 100644 --- a/tools/src/librtools/ReventFd.hpp +++ b/tools/src/librtools/ReventFd.hpp @@ -1,15 +1,6 @@ -// $Id: ReventFd.hpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: ReventFd.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librtools/Rexception.cpp b/tools/src/librtools/Rexception.cpp index ff2b018a..90cbfb68 100644 --- a/tools/src/librtools/Rexception.cpp +++ b/tools/src/librtools/Rexception.cpp @@ -1,15 +1,6 @@ -// $Id: Rexception.cpp 1060 2018-10-27 11:32:39Z mueller $ -// +// $Id: Rexception.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rexception. */ diff --git a/tools/src/librtools/Rexception.hpp b/tools/src/librtools/Rexception.hpp index 060de876..e4a5303d 100644 --- a/tools/src/librtools/Rexception.hpp +++ b/tools/src/librtools/Rexception.hpp @@ -1,15 +1,6 @@ -// $Id: Rexception.hpp 1060 2018-10-27 11:32:39Z mueller $ -// +// $Id: Rexception.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ /*! - \file \brief Declaration of class Rexception. */ diff --git a/tools/src/librtools/Rexception.ipp b/tools/src/librtools/Rexception.ipp index 00528cc4..92bc46e7 100644 --- a/tools/src/librtools/Rexception.ipp +++ b/tools/src/librtools/Rexception.ipp @@ -1,15 +1,6 @@ -// $Id: Rexception.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rexception.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rexception. */ diff --git a/tools/src/librtools/Rfd.cpp b/tools/src/librtools/Rfd.cpp index 11f503e2..ff53dbc6 100644 --- a/tools/src/librtools/Rfd.cpp +++ b/tools/src/librtools/Rfd.cpp @@ -1,15 +1,6 @@ -// $Id: Rfd.cpp 1163 2019-06-15 07:26:57Z mueller $ -// +// $Id: Rfd.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librtools/Rfd.hpp b/tools/src/librtools/Rfd.hpp index f3e6da1a..984d5233 100644 --- a/tools/src/librtools/Rfd.hpp +++ b/tools/src/librtools/Rfd.hpp @@ -1,15 +1,6 @@ -// $Id: Rfd.hpp 1163 2019-06-15 07:26:57Z mueller $ -// +// $Id: Rfd.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librtools/Rfd.ipp b/tools/src/librtools/Rfd.ipp index 59c8247f..b387a2b9 100644 --- a/tools/src/librtools/Rfd.ipp +++ b/tools/src/librtools/Rfd.ipp @@ -1,15 +1,6 @@ -// $Id: Rfd.ipp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: Rfd.ipp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librtools/RiosState.cpp b/tools/src/librtools/RiosState.cpp index cf10c2bc..0729408e 100644 --- a/tools/src/librtools/RiosState.cpp +++ b/tools/src/librtools/RiosState.cpp @@ -1,15 +1,6 @@ -// $Id: RiosState.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: RiosState.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2006-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RiosState. */ diff --git a/tools/src/librtools/RiosState.hpp b/tools/src/librtools/RiosState.hpp index 6669c62c..2255fbc3 100644 --- a/tools/src/librtools/RiosState.hpp +++ b/tools/src/librtools/RiosState.hpp @@ -1,15 +1,6 @@ -// $Id: RiosState.hpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RiosState.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2006-2011 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RiosState. */ diff --git a/tools/src/librtools/RiosState.ipp b/tools/src/librtools/RiosState.ipp index 591bfdf9..81f09bd6 100644 --- a/tools/src/librtools/RiosState.ipp +++ b/tools/src/librtools/RiosState.ipp @@ -1,15 +1,6 @@ -// $Id: RiosState.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RiosState.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2006-2011 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RiosState. */ diff --git a/tools/src/librtools/RlogFile.cpp b/tools/src/librtools/RlogFile.cpp index 50f4ae4e..2cc4aee6 100644 --- a/tools/src/librtools/RlogFile.cpp +++ b/tools/src/librtools/RlogFile.cpp @@ -1,15 +1,6 @@ -// $Id: RlogFile.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: RlogFile.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -26,7 +17,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlogFile. */ diff --git a/tools/src/librtools/RlogFile.hpp b/tools/src/librtools/RlogFile.hpp index 32c49fce..aca16c7e 100644 --- a/tools/src/librtools/RlogFile.hpp +++ b/tools/src/librtools/RlogFile.hpp @@ -1,15 +1,6 @@ -// $Id: RlogFile.hpp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RlogFile.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RlogFile. */ diff --git a/tools/src/librtools/RlogFile.ipp b/tools/src/librtools/RlogFile.ipp index fc310a94..dbf52eb2 100644 --- a/tools/src/librtools/RlogFile.ipp +++ b/tools/src/librtools/RlogFile.ipp @@ -1,15 +1,6 @@ -// $Id: RlogFile.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlogFile.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2013 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RlogFile. */ diff --git a/tools/src/librtools/RlogFileCatalog.cpp b/tools/src/librtools/RlogFileCatalog.cpp index e7a71108..02dd6ad1 100644 --- a/tools/src/librtools/RlogFileCatalog.cpp +++ b/tools/src/librtools/RlogFileCatalog.cpp @@ -1,15 +1,6 @@ -// $Id: RlogFileCatalog.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RlogFileCatalog.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlogFileCatalog. */ diff --git a/tools/src/librtools/RlogFileCatalog.hpp b/tools/src/librtools/RlogFileCatalog.hpp index 991b2f64..f5d8b37f 100644 --- a/tools/src/librtools/RlogFileCatalog.hpp +++ b/tools/src/librtools/RlogFileCatalog.hpp @@ -1,15 +1,6 @@ -// $Id: RlogFileCatalog.hpp 1084 2018-12-16 12:23:53Z mueller $ -// +// $Id: RlogFileCatalog.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RlogFileCatalog. */ diff --git a/tools/src/librtools/RlogMsg.cpp b/tools/src/librtools/RlogMsg.cpp index ceeaf15e..d3deb575 100644 --- a/tools/src/librtools/RlogMsg.cpp +++ b/tools/src/librtools/RlogMsg.cpp @@ -1,15 +1,6 @@ -// $Id: RlogMsg.cpp 1085 2018-12-16 14:11:16Z mueller $ -// +// $Id: RlogMsg.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RlogMsg. */ diff --git a/tools/src/librtools/RlogMsg.hpp b/tools/src/librtools/RlogMsg.hpp index 5b9c4886..dc3c6dc4 100644 --- a/tools/src/librtools/RlogMsg.hpp +++ b/tools/src/librtools/RlogMsg.hpp @@ -1,15 +1,6 @@ -// $Id: RlogMsg.hpp 1084 2018-12-16 12:23:53Z mueller $ -// +// $Id: RlogMsg.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RlogMsg. */ diff --git a/tools/src/librtools/RlogMsg.ipp b/tools/src/librtools/RlogMsg.ipp index ac83dc16..7bd86278 100644 --- a/tools/src/librtools/RlogMsg.ipp +++ b/tools/src/librtools/RlogMsg.ipp @@ -1,15 +1,6 @@ -// $Id: RlogMsg.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RlogMsg.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RlogMsg. */ diff --git a/tools/src/librtools/RosFill.cpp b/tools/src/librtools/RosFill.cpp index bad89bd6..132a620f 100644 --- a/tools/src/librtools/RosFill.cpp +++ b/tools/src/librtools/RosFill.cpp @@ -1,15 +1,6 @@ -// $Id: RosFill.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RosFill.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2000-2011 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RosFill . */ diff --git a/tools/src/librtools/RosFill.hpp b/tools/src/librtools/RosFill.hpp index 3da66bf1..f0ca71b9 100644 --- a/tools/src/librtools/RosFill.hpp +++ b/tools/src/librtools/RosFill.hpp @@ -1,15 +1,6 @@ -// $Id: RosFill.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RosFill.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2000-2011 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RosFill . */ diff --git a/tools/src/librtools/RosFill.ipp b/tools/src/librtools/RosFill.ipp index 306ac379..3257bba1 100644 --- a/tools/src/librtools/RosFill.ipp +++ b/tools/src/librtools/RosFill.ipp @@ -1,15 +1,6 @@ -// $Id: RosFill.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RosFill.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2000-2011 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RosFill. */ diff --git a/tools/src/librtools/RosPrintBvi.cpp b/tools/src/librtools/RosPrintBvi.cpp index 894382a3..41825066 100644 --- a/tools/src/librtools/RosPrintBvi.cpp +++ b/tools/src/librtools/RosPrintBvi.cpp @@ -1,15 +1,6 @@ -// $Id: RosPrintBvi.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: RosPrintBvi.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RosPrintBvi . */ diff --git a/tools/src/librtools/RosPrintBvi.hpp b/tools/src/librtools/RosPrintBvi.hpp index 2e181365..25425d1e 100644 --- a/tools/src/librtools/RosPrintBvi.hpp +++ b/tools/src/librtools/RosPrintBvi.hpp @@ -1,15 +1,6 @@ -// $Id: RosPrintBvi.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RosPrintBvi.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RosPrintBvi . */ diff --git a/tools/src/librtools/RosPrintBvi.ipp b/tools/src/librtools/RosPrintBvi.ipp index 08cfd056..4c8d4ffd 100644 --- a/tools/src/librtools/RosPrintBvi.ipp +++ b/tools/src/librtools/RosPrintBvi.ipp @@ -1,15 +1,6 @@ -// $Id: RosPrintBvi.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RosPrintBvi.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RosPrintBvi. */ diff --git a/tools/src/librtools/RosPrintf.hpp b/tools/src/librtools/RosPrintf.hpp index 9bf0f835..e21a6164 100644 --- a/tools/src/librtools/RosPrintf.hpp +++ b/tools/src/librtools/RosPrintf.hpp @@ -1,15 +1,6 @@ -// $Id: RosPrintf.hpp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RosPrintf.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2000-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of RosPrintf functions. For a detailed description of the usage of the \c RosPrintf system diff --git a/tools/src/librtools/RosPrintf.ipp b/tools/src/librtools/RosPrintf.ipp index 11126a76..e9066b49 100644 --- a/tools/src/librtools/RosPrintf.ipp +++ b/tools/src/librtools/RosPrintf.ipp @@ -1,15 +1,6 @@ -// $Id: RosPrintf.ipp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RosPrintf.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2000-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RosPrintf. */ diff --git a/tools/src/librtools/RosPrintfBase.cpp b/tools/src/librtools/RosPrintfBase.cpp index 7c5520ca..fc84b9b7 100644 --- a/tools/src/librtools/RosPrintfBase.cpp +++ b/tools/src/librtools/RosPrintfBase.cpp @@ -1,15 +1,6 @@ -// $Id: RosPrintfBase.cpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RosPrintfBase.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RosPrintfBase . */ diff --git a/tools/src/librtools/RosPrintfBase.hpp b/tools/src/librtools/RosPrintfBase.hpp index 8341790f..22c4e409 100644 --- a/tools/src/librtools/RosPrintfBase.hpp +++ b/tools/src/librtools/RosPrintfBase.hpp @@ -1,15 +1,6 @@ -// $Id: RosPrintfBase.hpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RosPrintfBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2006-2011 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of RosPrintfBase class . */ diff --git a/tools/src/librtools/RosPrintfBase.ipp b/tools/src/librtools/RosPrintfBase.ipp index 6c880c9a..11617f56 100644 --- a/tools/src/librtools/RosPrintfBase.ipp +++ b/tools/src/librtools/RosPrintfBase.ipp @@ -1,15 +1,6 @@ -// $Id: RosPrintfBase.ipp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RosPrintfBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2006-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RosPrintfBase */ diff --git a/tools/src/librtools/RosPrintfS.cpp b/tools/src/librtools/RosPrintfS.cpp index 95cfcee5..60468396 100644 --- a/tools/src/librtools/RosPrintfS.cpp +++ b/tools/src/librtools/RosPrintfS.cpp @@ -1,15 +1,6 @@ -// $Id: RosPrintfS.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: RosPrintfS.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2000-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RosPrintfS . */ diff --git a/tools/src/librtools/RosPrintfS.hpp b/tools/src/librtools/RosPrintfS.hpp index 8e20ab52..c3a7b302 100644 --- a/tools/src/librtools/RosPrintfS.hpp +++ b/tools/src/librtools/RosPrintfS.hpp @@ -1,15 +1,6 @@ -// $Id: RosPrintfS.hpp 1088 2018-12-17 17:37:00Z mueller $ -// +// $Id: RosPrintfS.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2000-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RosPrintfS . */ diff --git a/tools/src/librtools/RparseUrl.cpp b/tools/src/librtools/RparseUrl.cpp index 4c78f05b..ec826b64 100644 --- a/tools/src/librtools/RparseUrl.cpp +++ b/tools/src/librtools/RparseUrl.cpp @@ -1,15 +1,6 @@ -// $Id: RparseUrl.cpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: RparseUrl.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RparseUrl. */ diff --git a/tools/src/librtools/RparseUrl.hpp b/tools/src/librtools/RparseUrl.hpp index e50f5fb3..fe9d9c10 100644 --- a/tools/src/librtools/RparseUrl.hpp +++ b/tools/src/librtools/RparseUrl.hpp @@ -1,15 +1,6 @@ -// $Id: RparseUrl.hpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: RparseUrl.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RparseUrl. */ diff --git a/tools/src/librtools/RparseUrl.ipp b/tools/src/librtools/RparseUrl.ipp index 25765b49..6f95c8e4 100644 --- a/tools/src/librtools/RparseUrl.ipp +++ b/tools/src/librtools/RparseUrl.ipp @@ -1,15 +1,6 @@ -// $Id: RparseUrl.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RparseUrl.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RparseUrl. */ diff --git a/tools/src/librtools/Rstats.cpp b/tools/src/librtools/Rstats.cpp index 28dea697..767f76b0 100644 --- a/tools/src/librtools/Rstats.cpp +++ b/tools/src/librtools/Rstats.cpp @@ -1,15 +1,6 @@ -// $Id: Rstats.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rstats.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rstats . */ diff --git a/tools/src/librtools/Rstats.hpp b/tools/src/librtools/Rstats.hpp index cecb474f..d6fcfec8 100644 --- a/tools/src/librtools/Rstats.hpp +++ b/tools/src/librtools/Rstats.hpp @@ -1,15 +1,6 @@ -// $Id: Rstats.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rstats.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class Rstats . */ diff --git a/tools/src/librtools/Rstats.ipp b/tools/src/librtools/Rstats.ipp index b7069359..62837df5 100644 --- a/tools/src/librtools/Rstats.ipp +++ b/tools/src/librtools/Rstats.ipp @@ -1,15 +1,6 @@ -// $Id: Rstats.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rstats.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rstats. */ diff --git a/tools/src/librtools/Rtime.cpp b/tools/src/librtools/Rtime.cpp index 6344c60b..d139886b 100644 --- a/tools/src/librtools/Rtime.cpp +++ b/tools/src/librtools/Rtime.cpp @@ -1,15 +1,6 @@ -// $Id: Rtime.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rtime.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rtime . */ // Note on double conversion precision: diff --git a/tools/src/librtools/Rtime.hpp b/tools/src/librtools/Rtime.hpp index 258e37a5..dd78b249 100644 --- a/tools/src/librtools/Rtime.hpp +++ b/tools/src/librtools/Rtime.hpp @@ -1,15 +1,6 @@ -// $Id: Rtime.hpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: Rtime.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class Rtime . */ diff --git a/tools/src/librtools/Rtime.ipp b/tools/src/librtools/Rtime.ipp index dc7cbaa7..d7f8afc9 100644 --- a/tools/src/librtools/Rtime.ipp +++ b/tools/src/librtools/Rtime.ipp @@ -1,15 +1,6 @@ -// $Id: Rtime.ipp 1095 2018-12-28 11:53:13Z mueller $ -// +// $Id: Rtime.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rtime. */ diff --git a/tools/src/librtools/RtimerFd.cpp b/tools/src/librtools/RtimerFd.cpp index 8b7a4f81..28228060 100644 --- a/tools/src/librtools/RtimerFd.cpp +++ b/tools/src/librtools/RtimerFd.cpp @@ -1,15 +1,6 @@ -// $Id: RtimerFd.cpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: RtimerFd.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librtools/RtimerFd.hpp b/tools/src/librtools/RtimerFd.hpp index 5e4a07cd..22972bac 100644 --- a/tools/src/librtools/RtimerFd.hpp +++ b/tools/src/librtools/RtimerFd.hpp @@ -1,15 +1,6 @@ -// $Id: RtimerFd.hpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: RtimerFd.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librtools/RtimerFd.ipp b/tools/src/librtools/RtimerFd.ipp index f3378584..9a1df86f 100644 --- a/tools/src/librtools/RtimerFd.ipp +++ b/tools/src/librtools/RtimerFd.ipp @@ -1,15 +1,6 @@ -// $Id: RtimerFd.ipp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: RtimerFd.ipp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librtools/Rtools.cpp b/tools/src/librtools/Rtools.cpp index ae593b07..6632cf50 100644 --- a/tools/src/librtools/Rtools.cpp +++ b/tools/src/librtools/Rtools.cpp @@ -1,15 +1,6 @@ -// $Id: Rtools.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: Rtools.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -26,7 +17,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rtools . */ diff --git a/tools/src/librtools/Rtools.hpp b/tools/src/librtools/Rtools.hpp index 21b95384..b29ed499 100644 --- a/tools/src/librtools/Rtools.hpp +++ b/tools/src/librtools/Rtools.hpp @@ -1,15 +1,6 @@ -// $Id: Rtools.hpp 1059 2018-10-27 10:34:16Z mueller $ -// +// $Id: Rtools.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class Rtools . */ diff --git a/tools/src/librtools/Rtools.ipp b/tools/src/librtools/Rtools.ipp index d270204e..6b4dc0cc 100644 --- a/tools/src/librtools/Rtools.ipp +++ b/tools/src/librtools/Rtools.ipp @@ -1,15 +1,6 @@ -// $Id: Rtools.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rtools.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rtools. */ diff --git a/tools/src/librutiltpp/RtclBvi.cpp b/tools/src/librutiltpp/RtclBvi.cpp index dc9537c6..56240790 100644 --- a/tools/src/librutiltpp/RtclBvi.cpp +++ b/tools/src/librutiltpp/RtclBvi.cpp @@ -1,15 +1,6 @@ -// $Id: RtclBvi.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: RtclBvi.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclBvi. */ diff --git a/tools/src/librutiltpp/RtclBvi.hpp b/tools/src/librutiltpp/RtclBvi.hpp index 43c84875..d889d6e2 100644 --- a/tools/src/librutiltpp/RtclBvi.hpp +++ b/tools/src/librutiltpp/RtclBvi.hpp @@ -1,15 +1,6 @@ -// $Id: RtclBvi.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclBvi.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclBvi. */ diff --git a/tools/src/librutiltpp/RtclSignalAction.cpp b/tools/src/librutiltpp/RtclSignalAction.cpp index d549543b..83a6f696 100644 --- a/tools/src/librutiltpp/RtclSignalAction.cpp +++ b/tools/src/librutiltpp/RtclSignalAction.cpp @@ -1,15 +1,6 @@ -// $Id: RtclSignalAction.cpp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: RtclSignalAction.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RtclSignalAction. */ diff --git a/tools/src/librutiltpp/RtclSignalAction.hpp b/tools/src/librutiltpp/RtclSignalAction.hpp index eea7c1df..e9f217cc 100644 --- a/tools/src/librutiltpp/RtclSignalAction.hpp +++ b/tools/src/librutiltpp/RtclSignalAction.hpp @@ -1,15 +1,6 @@ -// $Id: RtclSignalAction.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclSignalAction.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclSignalAction. */ diff --git a/tools/src/librutiltpp/RtclSystem.cpp b/tools/src/librutiltpp/RtclSystem.cpp index e3c01d5e..bffa9a60 100644 --- a/tools/src/librutiltpp/RtclSystem.cpp +++ b/tools/src/librutiltpp/RtclSystem.cpp @@ -1,15 +1,6 @@ -// $Id: RtclSystem.cpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RtclSystem.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclSystem. */ diff --git a/tools/src/librutiltpp/RtclSystem.hpp b/tools/src/librutiltpp/RtclSystem.hpp index 935f70d1..f351beaa 100644 --- a/tools/src/librutiltpp/RtclSystem.hpp +++ b/tools/src/librutiltpp/RtclSystem.hpp @@ -1,15 +1,6 @@ -// $Id: RtclSystem.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclSystem.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclSystem. */ diff --git a/tools/src/librutiltpp/Rutiltpp_Init.cpp b/tools/src/librutiltpp/Rutiltpp_Init.cpp index e507455b..c580a9af 100644 --- a/tools/src/librutiltpp/Rutiltpp_Init.cpp +++ b/tools/src/librutiltpp/Rutiltpp_Init.cpp @@ -1,15 +1,6 @@ -// $Id: Rutiltpp_Init.cpp 1061 2018-10-27 17:39:11Z mueller $ -// +// $Id: Rutiltpp_Init.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2011-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rutiltpp_Init . */ diff --git a/tools/src/librw11/RethBuf.cpp b/tools/src/librw11/RethBuf.cpp index 6953227d..43a2bb09 100644 --- a/tools/src/librw11/RethBuf.cpp +++ b/tools/src/librw11/RethBuf.cpp @@ -1,15 +1,6 @@ -// $Id: RethBuf.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RethBuf.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RethBuf. */ diff --git a/tools/src/librw11/RethBuf.hpp b/tools/src/librw11/RethBuf.hpp index 61c1fd5d..e5fedfde 100644 --- a/tools/src/librw11/RethBuf.hpp +++ b/tools/src/librw11/RethBuf.hpp @@ -1,15 +1,6 @@ -// $Id: RethBuf.hpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: RethBuf.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RethBuf. */ diff --git a/tools/src/librw11/RethBuf.ipp b/tools/src/librw11/RethBuf.ipp index 358154c9..6f26ac9d 100644 --- a/tools/src/librw11/RethBuf.ipp +++ b/tools/src/librw11/RethBuf.ipp @@ -1,15 +1,6 @@ -// $Id: RethBuf.ipp 1089 2018-12-19 10:45:41Z mueller $ -// +// $Id: RethBuf.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RethBuf. */ diff --git a/tools/src/librw11/RethTools.cpp b/tools/src/librw11/RethTools.cpp index bb04301c..3a8f967c 100644 --- a/tools/src/librw11/RethTools.cpp +++ b/tools/src/librw11/RethTools.cpp @@ -1,15 +1,6 @@ -// $Id: RethTools.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RethTools.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RethTools . */ diff --git a/tools/src/librw11/RethTools.hpp b/tools/src/librw11/RethTools.hpp index 26a9fc23..360396d1 100644 --- a/tools/src/librw11/RethTools.hpp +++ b/tools/src/librw11/RethTools.hpp @@ -1,15 +1,6 @@ -// $Id: RethTools.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RethTools.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RethTools . */ diff --git a/tools/src/librw11/RethTools.ipp b/tools/src/librw11/RethTools.ipp index ea6c00b7..c54c632a 100644 --- a/tools/src/librw11/RethTools.ipp +++ b/tools/src/librw11/RethTools.ipp @@ -1,15 +1,6 @@ -// $Id: RethTools.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RethTools.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11. */ diff --git a/tools/src/librw11/RtraceTools.cpp b/tools/src/librw11/RtraceTools.cpp index 136fc3ea..dfab6d7d 100644 --- a/tools/src/librw11/RtraceTools.cpp +++ b/tools/src/librw11/RtraceTools.cpp @@ -1,15 +1,6 @@ -// $Id: RtraceTools.cpp 1149 2019-05-12 21:00:29Z mueller $ -// +// $Id: RtraceTools.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RethTools . */ diff --git a/tools/src/librw11/RtraceTools.hpp b/tools/src/librw11/RtraceTools.hpp index 61f0e5ab..b28b02d0 100644 --- a/tools/src/librw11/RtraceTools.hpp +++ b/tools/src/librw11/RtraceTools.hpp @@ -1,15 +1,6 @@ -// $Id: RtraceTools.hpp 1140 2019-04-28 10:21:21Z mueller $ -// +// $Id: RtraceTools.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtraceTools . */ diff --git a/tools/src/librw11/Rw11.cpp b/tools/src/librw11/Rw11.cpp index 32b9c819..a0773032 100644 --- a/tools/src/librw11/Rw11.cpp +++ b/tools/src/librw11/Rw11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11.cpp 1117 2019-03-03 12:49:26Z mueller $ -// +// $Id: Rw11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11. */ diff --git a/tools/src/librw11/Rw11.hpp b/tools/src/librw11/Rw11.hpp index e0f71dbe..36d6ca7a 100644 --- a/tools/src/librw11/Rw11.hpp +++ b/tools/src/librw11/Rw11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11.hpp 1084 2018-12-16 12:23:53Z mueller $ -// +// $Id: Rw11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ /*! - \file \brief Declaration of class Rw11. */ diff --git a/tools/src/librw11/Rw11.ipp b/tools/src/librw11/Rw11.ipp index bee01494..1e04d79b 100644 --- a/tools/src/librw11/Rw11.ipp +++ b/tools/src/librw11/Rw11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11.ipp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: Rw11.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11. */ diff --git a/tools/src/librw11/Rw11Cntl.cpp b/tools/src/librw11/Rw11Cntl.cpp index a61e11b1..111ddea5 100644 --- a/tools/src/librw11/Rw11Cntl.cpp +++ b/tools/src/librw11/Rw11Cntl.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11Cntl.cpp 1131 2019-04-14 13:24:25Z mueller $ -// +// $Id: Rw11Cntl.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11Cntl. */ diff --git a/tools/src/librw11/Rw11Cntl.hpp b/tools/src/librw11/Rw11Cntl.hpp index a0b3685c..101c4288 100644 --- a/tools/src/librw11/Rw11Cntl.hpp +++ b/tools/src/librw11/Rw11Cntl.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11Cntl.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Cntl.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -28,7 +19,6 @@ /*! - \file \brief Declaration of class Rw11Cntl. */ diff --git a/tools/src/librw11/Rw11Cntl.ipp b/tools/src/librw11/Rw11Cntl.ipp index 70cd02eb..6b32c39c 100644 --- a/tools/src/librw11/Rw11Cntl.ipp +++ b/tools/src/librw11/Rw11Cntl.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11Cntl.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Cntl.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11Cntl. */ diff --git a/tools/src/librw11/Rw11CntlBase.hpp b/tools/src/librw11/Rw11CntlBase.hpp index c88477c6..3e29f1cc 100644 --- a/tools/src/librw11/Rw11CntlBase.hpp +++ b/tools/src/librw11/Rw11CntlBase.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlBase.hpp 1150 2019-05-19 17:52:54Z mueller $ -// +// $Id: Rw11CntlBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ /*! - \file \brief Declaration of class Rw11CntlBase. */ diff --git a/tools/src/librw11/Rw11CntlBase.ipp b/tools/src/librw11/Rw11CntlBase.ipp index a5068c26..729a51e8 100644 --- a/tools/src/librw11/Rw11CntlBase.ipp +++ b/tools/src/librw11/Rw11CntlBase.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlBase.ipp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: Rw11CntlBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11CntlBase. */ diff --git a/tools/src/librw11/Rw11CntlDEUNA.cpp b/tools/src/librw11/Rw11CntlDEUNA.cpp index 70730e5d..b23475c3 100644 --- a/tools/src/librw11/Rw11CntlDEUNA.cpp +++ b/tools/src/librw11/Rw11CntlDEUNA.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDEUNA.cpp 1164 2019-06-15 18:56:34Z mueller $ -// +// $Id: Rw11CntlDEUNA.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -29,7 +20,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11CntlDEUNA. */ diff --git a/tools/src/librw11/Rw11CntlDEUNA.hpp b/tools/src/librw11/Rw11CntlDEUNA.hpp index 499c5a2f..46dd6c6d 100644 --- a/tools/src/librw11/Rw11CntlDEUNA.hpp +++ b/tools/src/librw11/Rw11CntlDEUNA.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDEUNA.hpp 1125 2019-03-30 07:34:54Z mueller $ -// +// $Id: Rw11CntlDEUNA.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlDEUNA.ipp b/tools/src/librw11/Rw11CntlDEUNA.ipp index 162dcadb..ed2c7549 100644 --- a/tools/src/librw11/Rw11CntlDEUNA.ipp +++ b/tools/src/librw11/Rw11CntlDEUNA.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDEUNA.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11CntlDEUNA.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11CntlDEUNA. */ diff --git a/tools/src/librw11/Rw11CntlDL11.cpp b/tools/src/librw11/Rw11CntlDL11.cpp index ec7c5eda..8b9a6aaf 100644 --- a/tools/src/librw11/Rw11CntlDL11.cpp +++ b/tools/src/librw11/Rw11CntlDL11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDL11.cpp 1157 2019-05-31 18:32:14Z mueller $ -// +// $Id: Rw11CntlDL11.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlDL11.hpp b/tools/src/librw11/Rw11CntlDL11.hpp index cdd8f462..9d67c5f5 100644 --- a/tools/src/librw11/Rw11CntlDL11.hpp +++ b/tools/src/librw11/Rw11CntlDL11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDL11.hpp 1156 2019-05-31 18:22:40Z mueller $ -// +// $Id: Rw11CntlDL11.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlDL11.ipp b/tools/src/librw11/Rw11CntlDL11.ipp index ead4d6fc..89071806 100644 --- a/tools/src/librw11/Rw11CntlDL11.ipp +++ b/tools/src/librw11/Rw11CntlDL11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDL11.ipp 1139 2019-04-27 14:00:38Z mueller $ -// +// $Id: Rw11CntlDL11.ipp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlDZ11.cpp b/tools/src/librw11/Rw11CntlDZ11.cpp index 35a533b5..b0eebf7c 100644 --- a/tools/src/librw11/Rw11CntlDZ11.cpp +++ b/tools/src/librw11/Rw11CntlDZ11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDZ11.cpp 1156 2019-05-31 18:22:40Z mueller $ -// +// $Id: Rw11CntlDZ11.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlDZ11.hpp b/tools/src/librw11/Rw11CntlDZ11.hpp index 090f9172..3ca2fba2 100644 --- a/tools/src/librw11/Rw11CntlDZ11.hpp +++ b/tools/src/librw11/Rw11CntlDZ11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDZ11.hpp 1150 2019-05-19 17:52:54Z mueller $ -// +// $Id: Rw11CntlDZ11.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlDZ11.ipp b/tools/src/librw11/Rw11CntlDZ11.ipp index 586bcb1c..7cfeb20a 100644 --- a/tools/src/librw11/Rw11CntlDZ11.ipp +++ b/tools/src/librw11/Rw11CntlDZ11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlDZ11.ipp 1148 2019-05-12 10:10:44Z mueller $ -// +// $Id: Rw11CntlDZ11.ipp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlLP11.cpp b/tools/src/librw11/Rw11CntlLP11.cpp index 1b148ab1..517b7817 100644 --- a/tools/src/librw11/Rw11CntlLP11.cpp +++ b/tools/src/librw11/Rw11CntlLP11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlLP11.cpp 1156 2019-05-31 18:22:40Z mueller $ -// +// $Id: Rw11CntlLP11.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlLP11.hpp b/tools/src/librw11/Rw11CntlLP11.hpp index 61e9c077..35df290d 100644 --- a/tools/src/librw11/Rw11CntlLP11.hpp +++ b/tools/src/librw11/Rw11CntlLP11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlLP11.hpp 1155 2019-05-31 06:38:06Z mueller $ -// +// $Id: Rw11CntlLP11.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlLP11.ipp b/tools/src/librw11/Rw11CntlLP11.ipp index 626a3862..a01d65c5 100644 --- a/tools/src/librw11/Rw11CntlLP11.ipp +++ b/tools/src/librw11/Rw11CntlLP11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlLP11.ipp 1123 2019-03-17 17:55:12Z mueller $ -// +// $Id: Rw11CntlLP11.ipp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlPC11.cpp b/tools/src/librw11/Rw11CntlPC11.cpp index dd0f2f03..469b41e6 100644 --- a/tools/src/librw11/Rw11CntlPC11.cpp +++ b/tools/src/librw11/Rw11CntlPC11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlPC11.cpp 1157 2019-05-31 18:32:14Z mueller $ -// +// $Id: Rw11CntlPC11.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlPC11.hpp b/tools/src/librw11/Rw11CntlPC11.hpp index 130b278d..3da95ec4 100644 --- a/tools/src/librw11/Rw11CntlPC11.hpp +++ b/tools/src/librw11/Rw11CntlPC11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlPC11.hpp 1155 2019-05-31 06:38:06Z mueller $ -// +// $Id: Rw11CntlPC11.hpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlPC11.ipp b/tools/src/librw11/Rw11CntlPC11.ipp index 15093d36..7092359b 100644 --- a/tools/src/librw11/Rw11CntlPC11.ipp +++ b/tools/src/librw11/Rw11CntlPC11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlPC11.ipp 1132 2019-04-14 20:23:40Z mueller $ -// +// $Id: Rw11CntlPC11.ipp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11CntlRHRP.cpp b/tools/src/librw11/Rw11CntlRHRP.cpp index 902a1c00..0e3c5365 100644 --- a/tools/src/librw11/Rw11CntlRHRP.cpp +++ b/tools/src/librw11/Rw11CntlRHRP.cpp @@ -1,18 +1,9 @@ -// $Id: Rw11CntlRHRP.cpp 1163 2019-06-15 07:26:57Z mueller $ -// +// $Id: Rw11CntlRHRP.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller // Other credits: // the boot code is from the simh project and Copyright Robert M Supnik // -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. -// // Revision History: // Date Rev Version Comment // 2019-04-19 1133 1.0.12 use ExecWibr() @@ -32,7 +23,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11CntlRHRP. */ diff --git a/tools/src/librw11/Rw11CntlRHRP.hpp b/tools/src/librw11/Rw11CntlRHRP.hpp index dbb9ee9b..582c2576 100644 --- a/tools/src/librw11/Rw11CntlRHRP.hpp +++ b/tools/src/librw11/Rw11CntlRHRP.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlRHRP.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11CntlRHRP.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11CntlRHRP. */ diff --git a/tools/src/librw11/Rw11CntlRHRP.ipp b/tools/src/librw11/Rw11CntlRHRP.ipp index 9ed2aa96..e796bee3 100644 --- a/tools/src/librw11/Rw11CntlRHRP.ipp +++ b/tools/src/librw11/Rw11CntlRHRP.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlRHRP.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11CntlRHRP.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11CntlRHRP. */ diff --git a/tools/src/librw11/Rw11CntlRK11.cpp b/tools/src/librw11/Rw11CntlRK11.cpp index f3a06a87..8cd0c6c0 100644 --- a/tools/src/librw11/Rw11CntlRK11.cpp +++ b/tools/src/librw11/Rw11CntlRK11.cpp @@ -1,18 +1,9 @@ -// $Id: Rw11CntlRK11.cpp 1133 2019-04-19 18:43:00Z mueller $ -// +// $Id: Rw11CntlRK11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller // Other credits: // the boot code is from the simh project and Copyright Robert M Supnik // -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. -// // Revision History: // Date Rev Version Comment // 2019-04-19 1133 2.0.12 use ExecWibr() @@ -36,7 +27,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11CntlRK11. */ diff --git a/tools/src/librw11/Rw11CntlRK11.hpp b/tools/src/librw11/Rw11CntlRK11.hpp index a3a17c92..6e4f8299 100644 --- a/tools/src/librw11/Rw11CntlRK11.hpp +++ b/tools/src/librw11/Rw11CntlRK11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlRK11.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11CntlRK11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ /*! - \file \brief Declaration of class Rw11CntlRK11. */ diff --git a/tools/src/librw11/Rw11CntlRK11.ipp b/tools/src/librw11/Rw11CntlRK11.ipp index 9a8a2e6b..6c2c8b69 100644 --- a/tools/src/librw11/Rw11CntlRK11.ipp +++ b/tools/src/librw11/Rw11CntlRK11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlRK11.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11CntlRK11.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11CntlRK11. */ diff --git a/tools/src/librw11/Rw11CntlRL11.cpp b/tools/src/librw11/Rw11CntlRL11.cpp index 12698eca..572b6c94 100644 --- a/tools/src/librw11/Rw11CntlRL11.cpp +++ b/tools/src/librw11/Rw11CntlRL11.cpp @@ -1,19 +1,10 @@ -// $Id: Rw11CntlRL11.cpp 1131 2019-04-14 13:24:25Z mueller $ -// +// $Id: Rw11CntlRL11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller // Other credits: // the boot code is from the simh project and Copyright Robert M Supnik // CalcCrc() is adopted from the simh project and Copyright Robert M Supnik // -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. -// // Revision History: // Date Rev Version Comment // 2019-04-14 1131 1.0.12 proper unit init, call UnitSetupAll() in Start() @@ -33,7 +24,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11CntlRL11. */ diff --git a/tools/src/librw11/Rw11CntlRL11.hpp b/tools/src/librw11/Rw11CntlRL11.hpp index bd62611b..33e42444 100644 --- a/tools/src/librw11/Rw11CntlRL11.hpp +++ b/tools/src/librw11/Rw11CntlRL11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlRL11.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11CntlRL11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11CntlRL11. */ diff --git a/tools/src/librw11/Rw11CntlRL11.ipp b/tools/src/librw11/Rw11CntlRL11.ipp index 80466c13..0c38e3d8 100644 --- a/tools/src/librw11/Rw11CntlRL11.ipp +++ b/tools/src/librw11/Rw11CntlRL11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11CntlRL11.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11CntlRL11.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11CntlRL11. */ diff --git a/tools/src/librw11/Rw11Cpu.hpp b/tools/src/librw11/Rw11Cpu.hpp index 2eba5cc0..9c7ccfea 100644 --- a/tools/src/librw11/Rw11Cpu.hpp +++ b/tools/src/librw11/Rw11Cpu.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11Cpu.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Cpu.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -44,7 +35,6 @@ /*! - \file \brief Declaration of class Rw11Cpu. */ diff --git a/tools/src/librw11/Rw11Cpu.ipp b/tools/src/librw11/Rw11Cpu.ipp index 884855ac..400c0101 100644 --- a/tools/src/librw11/Rw11Cpu.ipp +++ b/tools/src/librw11/Rw11Cpu.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11Cpu.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Cpu.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -27,7 +18,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11Cpu. */ diff --git a/tools/src/librw11/Rw11CpuW11a.cpp b/tools/src/librw11/Rw11CpuW11a.cpp index a8ccfa0c..5173b12f 100644 --- a/tools/src/librw11/Rw11CpuW11a.cpp +++ b/tools/src/librw11/Rw11CpuW11a.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11CpuW11a.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11CpuW11a.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11CpuW11a. */ diff --git a/tools/src/librw11/Rw11CpuW11a.hpp b/tools/src/librw11/Rw11CpuW11a.hpp index b16e858a..2ff2e105 100644 --- a/tools/src/librw11/Rw11CpuW11a.hpp +++ b/tools/src/librw11/Rw11CpuW11a.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11CpuW11a.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11CpuW11a.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11CpuW11a. */ diff --git a/tools/src/librw11/Rw11Probe.cpp b/tools/src/librw11/Rw11Probe.cpp index 711a2e0a..6cd3ec1b 100644 --- a/tools/src/librw11/Rw11Probe.cpp +++ b/tools/src/librw11/Rw11Probe.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11Probe.cpp 1121 2019-03-11 08:59:12Z mueller $ -// +// $Id: Rw11Probe.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librw11/Rw11Probe.hpp b/tools/src/librw11/Rw11Probe.hpp index 53cebae9..86902664 100644 --- a/tools/src/librw11/Rw11Probe.hpp +++ b/tools/src/librw11/Rw11Probe.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11Probe.hpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: Rw11Probe.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11Probe. */ diff --git a/tools/src/librw11/Rw11Probe.ipp b/tools/src/librw11/Rw11Probe.ipp index 54762d59..9f4f1695 100644 --- a/tools/src/librw11/Rw11Probe.ipp +++ b/tools/src/librw11/Rw11Probe.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11Probe.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11Probe.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11Probe. */ diff --git a/tools/src/librw11/Rw11Rdma.cpp b/tools/src/librw11/Rw11Rdma.cpp index 3fad4f12..5a8d7f6a 100644 --- a/tools/src/librw11/Rw11Rdma.cpp +++ b/tools/src/librw11/Rw11Rdma.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11Rdma.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: Rw11Rdma.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11Rdma. */ diff --git a/tools/src/librw11/Rw11Rdma.hpp b/tools/src/librw11/Rw11Rdma.hpp index 6b35717f..6a0c4207 100644 --- a/tools/src/librw11/Rw11Rdma.hpp +++ b/tools/src/librw11/Rw11Rdma.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11Rdma.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Rdma.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ /*! - \file \brief Declaration of class Rw11Rdma. */ diff --git a/tools/src/librw11/Rw11Rdma.ipp b/tools/src/librw11/Rw11Rdma.ipp index f9d0c764..48a7cb29 100644 --- a/tools/src/librw11/Rw11Rdma.ipp +++ b/tools/src/librw11/Rw11Rdma.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11Rdma.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Rdma.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11Rdma. */ diff --git a/tools/src/librw11/Rw11RdmaDisk.cpp b/tools/src/librw11/Rw11RdmaDisk.cpp index 8272248f..0dc39aa6 100644 --- a/tools/src/librw11/Rw11RdmaDisk.cpp +++ b/tools/src/librw11/Rw11RdmaDisk.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11RdmaDisk.cpp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: Rw11RdmaDisk.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11RdmaDisk. */ diff --git a/tools/src/librw11/Rw11RdmaDisk.hpp b/tools/src/librw11/Rw11RdmaDisk.hpp index c7761f5b..8989760e 100644 --- a/tools/src/librw11/Rw11RdmaDisk.hpp +++ b/tools/src/librw11/Rw11RdmaDisk.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11RdmaDisk.hpp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: Rw11RdmaDisk.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11RdmaDisk. */ diff --git a/tools/src/librw11/Rw11RdmaDisk.ipp b/tools/src/librw11/Rw11RdmaDisk.ipp index 23c3efab..0d002018 100644 --- a/tools/src/librw11/Rw11RdmaDisk.ipp +++ b/tools/src/librw11/Rw11RdmaDisk.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11RdmaDisk.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11RdmaDisk.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11RdmaDisk. */ diff --git a/tools/src/librw11/Rw11Unit.cpp b/tools/src/librw11/Rw11Unit.cpp index db4371dd..df434052 100644 --- a/tools/src/librw11/Rw11Unit.cpp +++ b/tools/src/librw11/Rw11Unit.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11Unit.cpp 1134 2019-04-21 17:18:03Z mueller $ -// +// $Id: Rw11Unit.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11Unit. */ diff --git a/tools/src/librw11/Rw11Unit.hpp b/tools/src/librw11/Rw11Unit.hpp index b70977ba..2c6b6ee6 100644 --- a/tools/src/librw11/Rw11Unit.hpp +++ b/tools/src/librw11/Rw11Unit.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11Unit.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Unit.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -26,7 +17,6 @@ /*! - \file \brief Declaration of class Rw11Unit. */ diff --git a/tools/src/librw11/Rw11Unit.ipp b/tools/src/librw11/Rw11Unit.ipp index 1a902c4f..65cee124 100644 --- a/tools/src/librw11/Rw11Unit.ipp +++ b/tools/src/librw11/Rw11Unit.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11Unit.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Unit.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11Unit. */ diff --git a/tools/src/librw11/Rw11UnitDEUNA.cpp b/tools/src/librw11/Rw11UnitDEUNA.cpp index 4a4046bb..f5f0f391 100644 --- a/tools/src/librw11/Rw11UnitDEUNA.cpp +++ b/tools/src/librw11/Rw11UnitDEUNA.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDEUNA.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: Rw11UnitDEUNA.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitDEUNA. */ diff --git a/tools/src/librw11/Rw11UnitDEUNA.hpp b/tools/src/librw11/Rw11UnitDEUNA.hpp index e0158cf0..b03b9c50 100644 --- a/tools/src/librw11/Rw11UnitDEUNA.hpp +++ b/tools/src/librw11/Rw11UnitDEUNA.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDEUNA.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitDEUNA.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class Rw11UnitDEUNA. */ diff --git a/tools/src/librw11/Rw11UnitDEUNA.ipp b/tools/src/librw11/Rw11UnitDEUNA.ipp index ec018960..9b7d9bf3 100644 --- a/tools/src/librw11/Rw11UnitDEUNA.ipp +++ b/tools/src/librw11/Rw11UnitDEUNA.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDEUNA.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitDEUNA.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitDEUNA. */ diff --git a/tools/src/librw11/Rw11UnitDL11.cpp b/tools/src/librw11/Rw11UnitDL11.cpp index af1b69ea..d0cb0a39 100644 --- a/tools/src/librw11/Rw11UnitDL11.cpp +++ b/tools/src/librw11/Rw11UnitDL11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDL11.cpp 1081 2018-12-14 22:29:42Z mueller $ -// +// $Id: Rw11UnitDL11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitDL11. */ diff --git a/tools/src/librw11/Rw11UnitDL11.hpp b/tools/src/librw11/Rw11UnitDL11.hpp index 69f897e1..5498ab9c 100644 --- a/tools/src/librw11/Rw11UnitDL11.hpp +++ b/tools/src/librw11/Rw11UnitDL11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDL11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitDL11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11UnitDL11. */ diff --git a/tools/src/librw11/Rw11UnitDZ11.cpp b/tools/src/librw11/Rw11UnitDZ11.cpp index 644a2224..b3eff481 100644 --- a/tools/src/librw11/Rw11UnitDZ11.cpp +++ b/tools/src/librw11/Rw11UnitDZ11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDZ11.cpp 1146 2019-05-05 06:25:13Z mueller $ -// +// $Id: Rw11UnitDZ11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitDZ11. */ diff --git a/tools/src/librw11/Rw11UnitDZ11.hpp b/tools/src/librw11/Rw11UnitDZ11.hpp index 4aa9e2dc..818bc81d 100644 --- a/tools/src/librw11/Rw11UnitDZ11.hpp +++ b/tools/src/librw11/Rw11UnitDZ11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDZ11.hpp 1146 2019-05-05 06:25:13Z mueller $ -// +// $Id: Rw11UnitDZ11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class Rw11UnitDZ11. */ diff --git a/tools/src/librw11/Rw11UnitDisk.cpp b/tools/src/librw11/Rw11UnitDisk.cpp index 7ad45b1a..43175c63 100644 --- a/tools/src/librw11/Rw11UnitDisk.cpp +++ b/tools/src/librw11/Rw11UnitDisk.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDisk.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: Rw11UnitDisk.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitDisk. */ diff --git a/tools/src/librw11/Rw11UnitDisk.hpp b/tools/src/librw11/Rw11UnitDisk.hpp index 29024b91..1525e7a8 100644 --- a/tools/src/librw11/Rw11UnitDisk.hpp +++ b/tools/src/librw11/Rw11UnitDisk.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDisk.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitDisk.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ /*! - \file \brief Declaration of class Rw11UnitDisk. */ diff --git a/tools/src/librw11/Rw11UnitDisk.ipp b/tools/src/librw11/Rw11UnitDisk.ipp index f995b908..e7e6c3f7 100644 --- a/tools/src/librw11/Rw11UnitDisk.ipp +++ b/tools/src/librw11/Rw11UnitDisk.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDisk.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitDisk.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2015 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitDisk. */ diff --git a/tools/src/librw11/Rw11UnitDiskBase.hpp b/tools/src/librw11/Rw11UnitDiskBase.hpp index 70ebe776..13f8611e 100644 --- a/tools/src/librw11/Rw11UnitDiskBase.hpp +++ b/tools/src/librw11/Rw11UnitDiskBase.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDiskBase.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitDiskBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11UnitDiskBase. */ diff --git a/tools/src/librw11/Rw11UnitDiskBase.ipp b/tools/src/librw11/Rw11UnitDiskBase.ipp index 6fb5db97..1c43a9c9 100644 --- a/tools/src/librw11/Rw11UnitDiskBase.ipp +++ b/tools/src/librw11/Rw11UnitDiskBase.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitDiskBase.ipp 1080 2018-12-09 20:30:33Z mueller $ -// +// $Id: Rw11UnitDiskBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitDiskBase. */ diff --git a/tools/src/librw11/Rw11UnitLP11.cpp b/tools/src/librw11/Rw11UnitLP11.cpp index a322d791..d731313e 100644 --- a/tools/src/librw11/Rw11UnitLP11.cpp +++ b/tools/src/librw11/Rw11UnitLP11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitLP11.cpp 1081 2018-12-14 22:29:42Z mueller $ -// +// $Id: Rw11UnitLP11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitLP11. */ diff --git a/tools/src/librw11/Rw11UnitLP11.hpp b/tools/src/librw11/Rw11UnitLP11.hpp index 1be3ea84..7ed95fa5 100644 --- a/tools/src/librw11/Rw11UnitLP11.hpp +++ b/tools/src/librw11/Rw11UnitLP11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitLP11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitLP11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class Rw11UnitLP11. */ diff --git a/tools/src/librw11/Rw11UnitPC11.cpp b/tools/src/librw11/Rw11UnitPC11.cpp index 0e56779d..41d3db8b 100644 --- a/tools/src/librw11/Rw11UnitPC11.cpp +++ b/tools/src/librw11/Rw11UnitPC11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitPC11.cpp 1149 2019-05-12 21:00:29Z mueller $ -// +// $Id: Rw11UnitPC11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitPC11. */ diff --git a/tools/src/librw11/Rw11UnitPC11.hpp b/tools/src/librw11/Rw11UnitPC11.hpp index a7a4fad7..341b6574 100644 --- a/tools/src/librw11/Rw11UnitPC11.hpp +++ b/tools/src/librw11/Rw11UnitPC11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitPC11.hpp 1134 2019-04-21 17:18:03Z mueller $ -// +// $Id: Rw11UnitPC11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11UnitPC11. */ diff --git a/tools/src/librw11/Rw11UnitRHRP.cpp b/tools/src/librw11/Rw11UnitRHRP.cpp index 9e92a22f..07f67c08 100644 --- a/tools/src/librw11/Rw11UnitRHRP.cpp +++ b/tools/src/librw11/Rw11UnitRHRP.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRHRP.cpp 1081 2018-12-14 22:29:42Z mueller $ -// +// $Id: Rw11UnitRHRP.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitRHRP. */ diff --git a/tools/src/librw11/Rw11UnitRHRP.hpp b/tools/src/librw11/Rw11UnitRHRP.hpp index 526d6d8e..8f06b7f4 100644 --- a/tools/src/librw11/Rw11UnitRHRP.hpp +++ b/tools/src/librw11/Rw11UnitRHRP.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRHRP.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitRHRP.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11UnitRHRP. */ diff --git a/tools/src/librw11/Rw11UnitRHRP.ipp b/tools/src/librw11/Rw11UnitRHRP.ipp index ea40a4f1..46449a1c 100644 --- a/tools/src/librw11/Rw11UnitRHRP.ipp +++ b/tools/src/librw11/Rw11UnitRHRP.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRHRP.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitRHRP.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitRHRP. */ diff --git a/tools/src/librw11/Rw11UnitRK11.cpp b/tools/src/librw11/Rw11UnitRK11.cpp index f0ea4171..a7c5f69f 100644 --- a/tools/src/librw11/Rw11UnitRK11.cpp +++ b/tools/src/librw11/Rw11UnitRK11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRK11.cpp 1081 2018-12-14 22:29:42Z mueller $ -// +// $Id: Rw11UnitRK11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitRK11. */ diff --git a/tools/src/librw11/Rw11UnitRK11.hpp b/tools/src/librw11/Rw11UnitRK11.hpp index 5b0dc94e..970cfd3a 100644 --- a/tools/src/librw11/Rw11UnitRK11.hpp +++ b/tools/src/librw11/Rw11UnitRK11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRK11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitRK11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11UnitRK11. */ diff --git a/tools/src/librw11/Rw11UnitRK11.ipp b/tools/src/librw11/Rw11UnitRK11.ipp index 26f53507..1cf2cd8e 100644 --- a/tools/src/librw11/Rw11UnitRK11.ipp +++ b/tools/src/librw11/Rw11UnitRK11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRK11.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitRK11.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitRK11. */ diff --git a/tools/src/librw11/Rw11UnitRL11.cpp b/tools/src/librw11/Rw11UnitRL11.cpp index 7e762c0a..c6100c53 100644 --- a/tools/src/librw11/Rw11UnitRL11.cpp +++ b/tools/src/librw11/Rw11UnitRL11.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRL11.cpp 1081 2018-12-14 22:29:42Z mueller $ -// +// $Id: Rw11UnitRL11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitRL11. */ diff --git a/tools/src/librw11/Rw11UnitRL11.hpp b/tools/src/librw11/Rw11UnitRL11.hpp index 5c9c7c4e..6d9ebe04 100644 --- a/tools/src/librw11/Rw11UnitRL11.hpp +++ b/tools/src/librw11/Rw11UnitRL11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRL11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitRL11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class Rw11UnitRL11. */ diff --git a/tools/src/librw11/Rw11UnitRL11.ipp b/tools/src/librw11/Rw11UnitRL11.ipp index 07ee2dff..9162cefe 100644 --- a/tools/src/librw11/Rw11UnitRL11.ipp +++ b/tools/src/librw11/Rw11UnitRL11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitRL11.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitRL11.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitRL11. */ diff --git a/tools/src/librw11/Rw11UnitStream.cpp b/tools/src/librw11/Rw11UnitStream.cpp index 06f21f2f..f85913c2 100644 --- a/tools/src/librw11/Rw11UnitStream.cpp +++ b/tools/src/librw11/Rw11UnitStream.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitStream.cpp 1080 2018-12-09 20:30:33Z mueller $ -// +// $Id: Rw11UnitStream.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitStream. */ diff --git a/tools/src/librw11/Rw11UnitStream.hpp b/tools/src/librw11/Rw11UnitStream.hpp index 79cbb212..96300237 100644 --- a/tools/src/librw11/Rw11UnitStream.hpp +++ b/tools/src/librw11/Rw11UnitStream.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitStream.hpp 1080 2018-12-09 20:30:33Z mueller $ -// +// $Id: Rw11UnitStream.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11UnitStream. */ diff --git a/tools/src/librw11/Rw11UnitStreamBase.hpp b/tools/src/librw11/Rw11UnitStreamBase.hpp index e34ee988..85ee0cda 100644 --- a/tools/src/librw11/Rw11UnitStreamBase.hpp +++ b/tools/src/librw11/Rw11UnitStreamBase.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitStreamBase.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitStreamBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11UnitStreamBase. */ diff --git a/tools/src/librw11/Rw11UnitStreamBase.ipp b/tools/src/librw11/Rw11UnitStreamBase.ipp index bb0263f7..84c63aa5 100644 --- a/tools/src/librw11/Rw11UnitStreamBase.ipp +++ b/tools/src/librw11/Rw11UnitStreamBase.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitStreamBase.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitStreamBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitStreamBase. */ diff --git a/tools/src/librw11/Rw11UnitTM11.cpp b/tools/src/librw11/Rw11UnitTM11.cpp index 5e98a4ac..1eef4e7b 100644 --- a/tools/src/librw11/Rw11UnitTM11.cpp +++ b/tools/src/librw11/Rw11UnitTM11.cpp @@ -1,4 +1,4 @@ -// $Id: Rw11UnitTM11.cpp 1180 2019-07-08 15:46:59Z mueller $ +// $Id: Rw11UnitTM11.cpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller // @@ -9,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitTM11. */ diff --git a/tools/src/librw11/Rw11UnitTM11.hpp b/tools/src/librw11/Rw11UnitTM11.hpp index 004afde1..005f3655 100644 --- a/tools/src/librw11/Rw11UnitTM11.hpp +++ b/tools/src/librw11/Rw11UnitTM11.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTM11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitTM11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class Rw11UnitTM11. */ diff --git a/tools/src/librw11/Rw11UnitTM11.ipp b/tools/src/librw11/Rw11UnitTM11.ipp index 07b0b497..98e74f0a 100644 --- a/tools/src/librw11/Rw11UnitTM11.ipp +++ b/tools/src/librw11/Rw11UnitTM11.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTM11.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitTM11.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitTM11. */ diff --git a/tools/src/librw11/Rw11UnitTape.cpp b/tools/src/librw11/Rw11UnitTape.cpp index 7c778bba..e2ca7758 100644 --- a/tools/src/librw11/Rw11UnitTape.cpp +++ b/tools/src/librw11/Rw11UnitTape.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTape.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: Rw11UnitTape.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitTape. */ diff --git a/tools/src/librw11/Rw11UnitTape.hpp b/tools/src/librw11/Rw11UnitTape.hpp index 49dad357..0d05fbd0 100644 --- a/tools/src/librw11/Rw11UnitTape.hpp +++ b/tools/src/librw11/Rw11UnitTape.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTape.hpp 1052 2018-09-30 08:10:52Z mueller $ -// +// $Id: Rw11UnitTape.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11UnitTape. */ diff --git a/tools/src/librw11/Rw11UnitTape.ipp b/tools/src/librw11/Rw11UnitTape.ipp index fd0afb68..e31c1469 100644 --- a/tools/src/librw11/Rw11UnitTape.ipp +++ b/tools/src/librw11/Rw11UnitTape.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTape.ipp 1080 2018-12-09 20:30:33Z mueller $ -// +// $Id: Rw11UnitTape.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitTape. */ diff --git a/tools/src/librw11/Rw11UnitTapeBase.hpp b/tools/src/librw11/Rw11UnitTapeBase.hpp index 4810b5b4..4219a02a 100644 --- a/tools/src/librw11/Rw11UnitTapeBase.hpp +++ b/tools/src/librw11/Rw11UnitTapeBase.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTapeBase.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitTapeBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class Rw11UnitTapeBase. */ diff --git a/tools/src/librw11/Rw11UnitTapeBase.ipp b/tools/src/librw11/Rw11UnitTapeBase.ipp index ee33285c..091c198c 100644 --- a/tools/src/librw11/Rw11UnitTapeBase.ipp +++ b/tools/src/librw11/Rw11UnitTapeBase.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTapeBase.ipp 1080 2018-12-09 20:30:33Z mueller $ -// +// $Id: Rw11UnitTapeBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitTapeBase. */ diff --git a/tools/src/librw11/Rw11UnitTerm.cpp b/tools/src/librw11/Rw11UnitTerm.cpp index 78cab9fe..898d3aec 100644 --- a/tools/src/librw11/Rw11UnitTerm.cpp +++ b/tools/src/librw11/Rw11UnitTerm.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTerm.cpp 1152 2019-05-26 08:13:18Z mueller $ -// +// $Id: Rw11UnitTerm.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -27,7 +18,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11UnitTerm. */ diff --git a/tools/src/librw11/Rw11UnitTerm.hpp b/tools/src/librw11/Rw11UnitTerm.hpp index fddd058f..efa0a097 100644 --- a/tools/src/librw11/Rw11UnitTerm.hpp +++ b/tools/src/librw11/Rw11UnitTerm.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTerm.hpp 1150 2019-05-19 17:52:54Z mueller $ -// +// $Id: Rw11UnitTerm.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ /*! - \file \brief Declaration of class Rw11UnitTerm. */ diff --git a/tools/src/librw11/Rw11UnitTerm.ipp b/tools/src/librw11/Rw11UnitTerm.ipp index 580ef1a9..21b2306c 100644 --- a/tools/src/librw11/Rw11UnitTerm.ipp +++ b/tools/src/librw11/Rw11UnitTerm.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTerm.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11UnitTerm.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitTerm. */ diff --git a/tools/src/librw11/Rw11UnitTermBase.hpp b/tools/src/librw11/Rw11UnitTermBase.hpp index 019a3c92..f9503aaf 100644 --- a/tools/src/librw11/Rw11UnitTermBase.hpp +++ b/tools/src/librw11/Rw11UnitTermBase.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTermBase.hpp 1149 2019-05-12 21:00:29Z mueller $ -// +// $Id: Rw11UnitTermBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11UnitTermBase. */ diff --git a/tools/src/librw11/Rw11UnitTermBase.ipp b/tools/src/librw11/Rw11UnitTermBase.ipp index 647008c5..d58f77a2 100644 --- a/tools/src/librw11/Rw11UnitTermBase.ipp +++ b/tools/src/librw11/Rw11UnitTermBase.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitTermBase.ipp 1149 2019-05-12 21:00:29Z mueller $ -// +// $Id: Rw11UnitTermBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitTermBase. */ diff --git a/tools/src/librw11/Rw11UnitVirt.hpp b/tools/src/librw11/Rw11UnitVirt.hpp index 06acf5f7..75f1d318 100644 --- a/tools/src/librw11/Rw11UnitVirt.hpp +++ b/tools/src/librw11/Rw11UnitVirt.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitVirt.hpp 1080 2018-12-09 20:30:33Z mueller $ -// +// $Id: Rw11UnitVirt.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ /*! - \file \brief Declaration of class Rw11UnitVirt. */ diff --git a/tools/src/librw11/Rw11UnitVirt.ipp b/tools/src/librw11/Rw11UnitVirt.ipp index b37ba3c1..b777299e 100644 --- a/tools/src/librw11/Rw11UnitVirt.ipp +++ b/tools/src/librw11/Rw11UnitVirt.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11UnitVirt.ipp 1085 2018-12-16 14:11:16Z mueller $ -// +// $Id: Rw11UnitVirt.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -26,7 +17,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11UnitVirt. */ diff --git a/tools/src/librw11/Rw11Virt.cpp b/tools/src/librw11/Rw11Virt.cpp index d5841546..30465c9d 100644 --- a/tools/src/librw11/Rw11Virt.cpp +++ b/tools/src/librw11/Rw11Virt.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11Virt.cpp 1090 2018-12-21 12:17:35Z mueller $ -// +// $Id: Rw11Virt.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11Virt. */ diff --git a/tools/src/librw11/Rw11Virt.hpp b/tools/src/librw11/Rw11Virt.hpp index a3bfb8ae..41f8bfdc 100644 --- a/tools/src/librw11/Rw11Virt.hpp +++ b/tools/src/librw11/Rw11Virt.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11Virt.hpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Virt.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ /*! - \file \brief Declaration of class Rw11Virt. */ diff --git a/tools/src/librw11/Rw11Virt.ipp b/tools/src/librw11/Rw11Virt.ipp index fa03dc6d..8e4ea5b2 100644 --- a/tools/src/librw11/Rw11Virt.ipp +++ b/tools/src/librw11/Rw11Virt.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11Virt.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: Rw11Virt.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11Virt. */ diff --git a/tools/src/librw11/Rw11VirtDisk.cpp b/tools/src/librw11/Rw11VirtDisk.cpp index 93b59371..5f7498ea 100644 --- a/tools/src/librw11/Rw11VirtDisk.cpp +++ b/tools/src/librw11/Rw11VirtDisk.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDisk.cpp 1167 2019-06-20 10:17:11Z mueller $ +// $Id: Rw11VirtDisk.cpp 1190 2019-07-13 17:05:39Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtDisk. */ #include diff --git a/tools/src/librw11/Rw11VirtDisk.hpp b/tools/src/librw11/Rw11VirtDisk.hpp index fcbd15f6..31e88aab 100644 --- a/tools/src/librw11/Rw11VirtDisk.hpp +++ b/tools/src/librw11/Rw11VirtDisk.hpp @@ -1,4 +1,4 @@ -// $Id: Rw11VirtDisk.hpp 1167 2019-06-20 10:17:11Z mueller $ +// $Id: Rw11VirtDisk.hpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller // @@ -15,7 +15,6 @@ /*! - \file \brief Declaration of class Rw11VirtDisk. */ diff --git a/tools/src/librw11/Rw11VirtDisk.ipp b/tools/src/librw11/Rw11VirtDisk.ipp index 6772e118..3ce57540 100644 --- a/tools/src/librw11/Rw11VirtDisk.ipp +++ b/tools/src/librw11/Rw11VirtDisk.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDisk.ipp 1061 2018-10-27 17:39:11Z mueller $ -// +// $Id: Rw11VirtDisk.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11VirtDisk. */ diff --git a/tools/src/librw11/Rw11VirtDiskBuffer.cpp b/tools/src/librw11/Rw11VirtDiskBuffer.cpp index f302f6c1..2ef68661 100644 --- a/tools/src/librw11/Rw11VirtDiskBuffer.cpp +++ b/tools/src/librw11/Rw11VirtDiskBuffer.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDiskBuffer.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11VirtDiskBuffer.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtDiskBuffer. */ diff --git a/tools/src/librw11/Rw11VirtDiskBuffer.hpp b/tools/src/librw11/Rw11VirtDiskBuffer.hpp index 9201d2e4..d8e67cdc 100644 --- a/tools/src/librw11/Rw11VirtDiskBuffer.hpp +++ b/tools/src/librw11/Rw11VirtDiskBuffer.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDiskBuffer.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11VirtDiskBuffer.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class Rw11VirtDiskBuffer. */ diff --git a/tools/src/librw11/Rw11VirtDiskBuffer.ipp b/tools/src/librw11/Rw11VirtDiskBuffer.ipp index a0b7e1c0..852649a9 100644 --- a/tools/src/librw11/Rw11VirtDiskBuffer.ipp +++ b/tools/src/librw11/Rw11VirtDiskBuffer.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDiskBuffer.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11VirtDiskBuffer.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11VirtDiskBuffer. */ diff --git a/tools/src/librw11/Rw11VirtDiskFile.cpp b/tools/src/librw11/Rw11VirtDiskFile.cpp index eeaaa96a..ddcfac16 100644 --- a/tools/src/librw11/Rw11VirtDiskFile.cpp +++ b/tools/src/librw11/Rw11VirtDiskFile.cpp @@ -1,4 +1,4 @@ -// $Id: Rw11VirtDiskFile.cpp 1180 2019-07-08 15:46:59Z mueller $ +// $Id: Rw11VirtDiskFile.cpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller // @@ -15,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtDiskFile. */ diff --git a/tools/src/librw11/Rw11VirtDiskFile.hpp b/tools/src/librw11/Rw11VirtDiskFile.hpp index 8a3c75ef..3fd8862a 100644 --- a/tools/src/librw11/Rw11VirtDiskFile.hpp +++ b/tools/src/librw11/Rw11VirtDiskFile.hpp @@ -1,4 +1,4 @@ -// $Id: Rw11VirtDiskFile.hpp 1167 2019-06-20 10:17:11Z mueller $ +// $Id: Rw11VirtDiskFile.hpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller // @@ -13,7 +13,6 @@ /*! - \file \brief Declaration of class Rw11VirtDiskFile. */ diff --git a/tools/src/librw11/Rw11VirtDiskOver.cpp b/tools/src/librw11/Rw11VirtDiskOver.cpp index db45c154..00980cc7 100644 --- a/tools/src/librw11/Rw11VirtDiskOver.cpp +++ b/tools/src/librw11/Rw11VirtDiskOver.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDiskOver.cpp 1091 2018-12-23 12:38:29Z mueller $ -// +// $Id: Rw11VirtDiskOver.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtDiskOver. */ diff --git a/tools/src/librw11/Rw11VirtDiskOver.hpp b/tools/src/librw11/Rw11VirtDiskOver.hpp index a8862df2..1b240194 100644 --- a/tools/src/librw11/Rw11VirtDiskOver.hpp +++ b/tools/src/librw11/Rw11VirtDiskOver.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDiskOver.hpp 1066 2018-11-10 11:21:53Z mueller $ -// +// $Id: Rw11VirtDiskOver.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11VirtDiskOver. */ diff --git a/tools/src/librw11/Rw11VirtDiskRam.cpp b/tools/src/librw11/Rw11VirtDiskRam.cpp index 05620cf0..bd7c3fd0 100644 --- a/tools/src/librw11/Rw11VirtDiskRam.cpp +++ b/tools/src/librw11/Rw11VirtDiskRam.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDiskRam.cpp 1143 2019-05-01 13:25:51Z mueller $ -// +// $Id: Rw11VirtDiskRam.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2018-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtDiskRam. */ diff --git a/tools/src/librw11/Rw11VirtDiskRam.hpp b/tools/src/librw11/Rw11VirtDiskRam.hpp index 149a94fd..98b78e13 100644 --- a/tools/src/librw11/Rw11VirtDiskRam.hpp +++ b/tools/src/librw11/Rw11VirtDiskRam.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtDiskRam.hpp 1143 2019-05-01 13:25:51Z mueller $ -// +// $Id: Rw11VirtDiskRam.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2018-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11VirtDiskRam. */ diff --git a/tools/src/librw11/Rw11VirtEth.cpp b/tools/src/librw11/Rw11VirtEth.cpp index 5d401f6c..61b5c629 100644 --- a/tools/src/librw11/Rw11VirtEth.cpp +++ b/tools/src/librw11/Rw11VirtEth.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtEth.cpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: Rw11VirtEth.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtEth. */ #include diff --git a/tools/src/librw11/Rw11VirtEth.hpp b/tools/src/librw11/Rw11VirtEth.hpp index 58b78796..98ce48e9 100644 --- a/tools/src/librw11/Rw11VirtEth.hpp +++ b/tools/src/librw11/Rw11VirtEth.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtEth.hpp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: Rw11VirtEth.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class Rw11VirtEth. */ diff --git a/tools/src/librw11/Rw11VirtEth.ipp b/tools/src/librw11/Rw11VirtEth.ipp index 699f38e0..90b6a7dd 100644 --- a/tools/src/librw11/Rw11VirtEth.ipp +++ b/tools/src/librw11/Rw11VirtEth.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtEth.ipp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: Rw11VirtEth.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11VirtEth. */ diff --git a/tools/src/librw11/Rw11VirtEthTap.cpp b/tools/src/librw11/Rw11VirtEthTap.cpp index 7590bd86..5c05c21e 100644 --- a/tools/src/librw11/Rw11VirtEthTap.cpp +++ b/tools/src/librw11/Rw11VirtEthTap.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtEthTap.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: Rw11VirtEthTap.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtEthTap. */ #define _XOPEN_SOURCE 600 diff --git a/tools/src/librw11/Rw11VirtEthTap.hpp b/tools/src/librw11/Rw11VirtEthTap.hpp index 8ff36a6f..b5b6bb39 100644 --- a/tools/src/librw11/Rw11VirtEthTap.hpp +++ b/tools/src/librw11/Rw11VirtEthTap.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtEthTap.hpp 1052 2018-09-30 08:10:52Z mueller $ -// +// $Id: Rw11VirtEthTap.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class Rw11VirtEthTap. */ diff --git a/tools/src/librw11/Rw11VirtStream.cpp b/tools/src/librw11/Rw11VirtStream.cpp index 5d1cfa21..b69c0c87 100644 --- a/tools/src/librw11/Rw11VirtStream.cpp +++ b/tools/src/librw11/Rw11VirtStream.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtStream.cpp 1131 2019-04-14 13:24:25Z mueller $ -// +// $Id: Rw11VirtStream.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtStream. */ #include diff --git a/tools/src/librw11/Rw11VirtStream.hpp b/tools/src/librw11/Rw11VirtStream.hpp index 7effd65d..7dacb556 100644 --- a/tools/src/librw11/Rw11VirtStream.hpp +++ b/tools/src/librw11/Rw11VirtStream.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtStream.hpp 1131 2019-04-14 13:24:25Z mueller $ -// +// $Id: Rw11VirtStream.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class Rw11VirtStream. */ diff --git a/tools/src/librw11/Rw11VirtTape.cpp b/tools/src/librw11/Rw11VirtTape.cpp index 8be4cf22..58a891e4 100644 --- a/tools/src/librw11/Rw11VirtTape.cpp +++ b/tools/src/librw11/Rw11VirtTape.cpp @@ -1,4 +1,4 @@ -// $Id: Rw11VirtTape.cpp 1180 2019-07-08 15:46:59Z mueller $ +// $Id: Rw11VirtTape.cpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller // @@ -14,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtTape. */ #include diff --git a/tools/src/librw11/Rw11VirtTape.hpp b/tools/src/librw11/Rw11VirtTape.hpp index c37ed311..70c9f63f 100644 --- a/tools/src/librw11/Rw11VirtTape.hpp +++ b/tools/src/librw11/Rw11VirtTape.hpp @@ -1,4 +1,4 @@ -// $Id: Rw11VirtTape.hpp 1180 2019-07-08 15:46:59Z mueller $ +// $Id: Rw11VirtTape.hpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller // @@ -14,7 +14,6 @@ /*! - \file \brief Declaration of class Rw11VirtTape. */ diff --git a/tools/src/librw11/Rw11VirtTape.ipp b/tools/src/librw11/Rw11VirtTape.ipp index 0c33c850..7a21158d 100644 --- a/tools/src/librw11/Rw11VirtTape.ipp +++ b/tools/src/librw11/Rw11VirtTape.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTape.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11VirtTape.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11VirtTape. */ diff --git a/tools/src/librw11/Rw11VirtTapeTap.cpp b/tools/src/librw11/Rw11VirtTapeTap.cpp index 4d734741..2c3f0394 100644 --- a/tools/src/librw11/Rw11VirtTapeTap.cpp +++ b/tools/src/librw11/Rw11VirtTapeTap.cpp @@ -1,4 +1,4 @@ -// $Id: Rw11VirtTapeTap.cpp 1180 2019-07-08 15:46:59Z mueller $ +// $Id: Rw11VirtTapeTap.cpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller // @@ -14,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtTapeTap. */ diff --git a/tools/src/librw11/Rw11VirtTapeTap.hpp b/tools/src/librw11/Rw11VirtTapeTap.hpp index 01a1bae5..d47d7256 100644 --- a/tools/src/librw11/Rw11VirtTapeTap.hpp +++ b/tools/src/librw11/Rw11VirtTapeTap.hpp @@ -1,4 +1,4 @@ -// $Id: Rw11VirtTapeTap.hpp 1180 2019-07-08 15:46:59Z mueller $ +// $Id: Rw11VirtTapeTap.hpp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller // @@ -12,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11VirtTapeTap. */ diff --git a/tools/src/librw11/Rw11VirtTapeTap.ipp b/tools/src/librw11/Rw11VirtTapeTap.ipp index 7a2720ab..c3eae136 100644 --- a/tools/src/librw11/Rw11VirtTapeTap.ipp +++ b/tools/src/librw11/Rw11VirtTapeTap.ipp @@ -1,4 +1,4 @@ -// $Id: Rw11VirtTapeTap.ipp 1180 2019-07-08 15:46:59Z mueller $ +// $Id: Rw11VirtTapeTap.ipp 1186 2019-07-12 17:49:59Z mueller $ // SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015- by Walter F.J. Mueller // @@ -9,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11VirtTapeTap. */ diff --git a/tools/src/librw11/Rw11VirtTerm.cpp b/tools/src/librw11/Rw11VirtTerm.cpp index 04aef67d..664cb9d1 100644 --- a/tools/src/librw11/Rw11VirtTerm.cpp +++ b/tools/src/librw11/Rw11VirtTerm.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTerm.cpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: Rw11VirtTerm.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtTerm. */ #include diff --git a/tools/src/librw11/Rw11VirtTerm.hpp b/tools/src/librw11/Rw11VirtTerm.hpp index 61117b0b..e08e5e2f 100644 --- a/tools/src/librw11/Rw11VirtTerm.hpp +++ b/tools/src/librw11/Rw11VirtTerm.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTerm.hpp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: Rw11VirtTerm.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class Rw11VirtTerm. */ diff --git a/tools/src/librw11/Rw11VirtTerm.ipp b/tools/src/librw11/Rw11VirtTerm.ipp index 7b8f314d..c1b4bfb6 100644 --- a/tools/src/librw11/Rw11VirtTerm.ipp +++ b/tools/src/librw11/Rw11VirtTerm.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTerm.ipp 1083 2018-12-15 19:19:16Z mueller $ -// +// $Id: Rw11VirtTerm.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11VirtTerm. */ diff --git a/tools/src/librw11/Rw11VirtTermPty.cpp b/tools/src/librw11/Rw11VirtTermPty.cpp index b81276bc..ed9d0a78 100644 --- a/tools/src/librw11/Rw11VirtTermPty.cpp +++ b/tools/src/librw11/Rw11VirtTermPty.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTermPty.cpp 1161 2019-06-08 11:52:01Z mueller $ -// +// $Id: Rw11VirtTermPty.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtTermPty. */ #define _XOPEN_SOURCE 600 diff --git a/tools/src/librw11/Rw11VirtTermPty.hpp b/tools/src/librw11/Rw11VirtTermPty.hpp index 4cf6b698..0bed8a0b 100644 --- a/tools/src/librw11/Rw11VirtTermPty.hpp +++ b/tools/src/librw11/Rw11VirtTermPty.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTermPty.hpp 1052 2018-09-30 08:10:52Z mueller $ -// +// $Id: Rw11VirtTermPty.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class Rw11VirtTermPty. */ diff --git a/tools/src/librw11/Rw11VirtTermTcp.cpp b/tools/src/librw11/Rw11VirtTermTcp.cpp index 81e86fe5..7dbe8f53 100644 --- a/tools/src/librw11/Rw11VirtTermTcp.cpp +++ b/tools/src/librw11/Rw11VirtTermTcp.cpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTermTcp.cpp 1150 2019-05-19 17:52:54Z mueller $ -// +// $Id: Rw11VirtTermTcp.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -32,7 +23,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rw11VirtTermTcp. */ diff --git a/tools/src/librw11/Rw11VirtTermTcp.hpp b/tools/src/librw11/Rw11VirtTermTcp.hpp index bbfba1b6..64d37623 100644 --- a/tools/src/librw11/Rw11VirtTermTcp.hpp +++ b/tools/src/librw11/Rw11VirtTermTcp.hpp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTermTcp.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11VirtTermTcp.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class Rw11VirtTermTcp. */ diff --git a/tools/src/librw11/Rw11VirtTermTcp.ipp b/tools/src/librw11/Rw11VirtTermTcp.ipp index 322d0748..3408b6f5 100644 --- a/tools/src/librw11/Rw11VirtTermTcp.ipp +++ b/tools/src/librw11/Rw11VirtTermTcp.ipp @@ -1,15 +1,6 @@ -// $Id: Rw11VirtTermTcp.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: Rw11VirtTermTcp.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of Rw11VirtTermTcp. */ diff --git a/tools/src/librwxxtpp/RtclRw11.cpp b/tools/src/librwxxtpp/RtclRw11.cpp index 62734bbe..730a58dd 100644 --- a/tools/src/librwxxtpp/RtclRw11.cpp +++ b/tools/src/librwxxtpp/RtclRw11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -26,7 +17,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of class RtclRw11. */ diff --git a/tools/src/librwxxtpp/RtclRw11.hpp b/tools/src/librwxxtpp/RtclRw11.hpp index 997208c1..942beec5 100644 --- a/tools/src/librwxxtpp/RtclRw11.hpp +++ b/tools/src/librwxxtpp/RtclRw11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11.hpp 1081 2018-12-14 22:29:42Z mueller $ -// +// $Id: RtclRw11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Declaration of class RtclRw11. */ diff --git a/tools/src/librwxxtpp/RtclRw11Cntl.cpp b/tools/src/librwxxtpp/RtclRw11Cntl.cpp index 764061d4..a71084ab 100644 --- a/tools/src/librwxxtpp/RtclRw11Cntl.cpp +++ b/tools/src/librwxxtpp/RtclRw11Cntl.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Cntl.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclRw11Cntl.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -25,7 +16,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11Cntl. */ diff --git a/tools/src/librwxxtpp/RtclRw11Cntl.hpp b/tools/src/librwxxtpp/RtclRw11Cntl.hpp index 0caf0aab..0825cb2f 100644 --- a/tools/src/librwxxtpp/RtclRw11Cntl.hpp +++ b/tools/src/librwxxtpp/RtclRw11Cntl.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Cntl.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11Cntl.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ /*! - \file \brief Declaration of class RtclRw11Cntl. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlBase.hpp b/tools/src/librwxxtpp/RtclRw11CntlBase.hpp index 2208af93..72e08c5c 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlBase.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11CntlBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlBase.ipp b/tools/src/librwxxtpp/RtclRw11CntlBase.ipp index eccb6eff..0828ceb3 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11CntlBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlBase.ipp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11CntlBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11CntlBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlDEUNA.cpp b/tools/src/librwxxtpp/RtclRw11CntlDEUNA.cpp index c6ecc59e..eb23664b 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlDEUNA.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlDEUNA.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlDEUNA.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11CntlDEUNA.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CntlDEUNA. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlDEUNA.hpp b/tools/src/librwxxtpp/RtclRw11CntlDEUNA.hpp index 382a27ca..4b48f1a4 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlDEUNA.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlDEUNA.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlDEUNA.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlDEUNA.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlDEUNA. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlDL11.cpp b/tools/src/librwxxtpp/RtclRw11CntlDL11.cpp index 249dfa20..9415c823 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlDL11.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlDL11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlDL11.cpp 1139 2019-04-27 14:00:38Z mueller $ -// +// $Id: RtclRw11CntlDL11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CntlDL11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlDL11.hpp b/tools/src/librwxxtpp/RtclRw11CntlDL11.hpp index 47890a5d..bbda0517 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlDL11.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlDL11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlDL11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlDL11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlDL11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlDZ11.cpp b/tools/src/librwxxtpp/RtclRw11CntlDZ11.cpp index a9ee6e07..980a8144 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlDZ11.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlDZ11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlDZ11.cpp 1148 2019-05-12 10:10:44Z mueller $ -// +// $Id: RtclRw11CntlDZ11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CntlDZ11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlDZ11.hpp b/tools/src/librwxxtpp/RtclRw11CntlDZ11.hpp index b503e44e..694862ab 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlDZ11.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlDZ11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlDZ11.hpp 1146 2019-05-05 06:25:13Z mueller $ -// +// $Id: RtclRw11CntlDZ11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlDZ11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlDiskBase.hpp b/tools/src/librwxxtpp/RtclRw11CntlDiskBase.hpp index d668cf1d..7bf2b540 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlDiskBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlDiskBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlDiskBase.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11CntlDiskBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlDiskBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlDiskBase.ipp b/tools/src/librwxxtpp/RtclRw11CntlDiskBase.ipp index 4ef2399d..a5fd1a0b 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlDiskBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11CntlDiskBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlDiskBase.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlDiskBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11CntlDiskBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlFactory.cpp b/tools/src/librwxxtpp/RtclRw11CntlFactory.cpp index 84d27724..921a6bf9 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlFactory.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlFactory.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlFactory.cpp 1146 2019-05-05 06:25:13Z mueller $ -// +// $Id: RtclRw11CntlFactory.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -25,7 +16,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of global function RtclRw11CntlFactory. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlFactory.hpp b/tools/src/librwxxtpp/RtclRw11CntlFactory.hpp index 1db6e25a..8505977c 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlFactory.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlFactory.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlFactory.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlFactory.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of global function RtclRw11CntlFactory. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlLP11.cpp b/tools/src/librwxxtpp/RtclRw11CntlLP11.cpp index 1b084094..10e1ead6 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlLP11.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlLP11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlLP11.cpp 1123 2019-03-17 17:55:12Z mueller $ -// +// $Id: RtclRw11CntlLP11.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/librwxxtpp/RtclRw11CntlLP11.hpp b/tools/src/librwxxtpp/RtclRw11CntlLP11.hpp index d2b7e9bc..e15f8643 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlLP11.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlLP11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlLP11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlLP11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlLP11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlPC11.cpp b/tools/src/librwxxtpp/RtclRw11CntlPC11.cpp index 88835aa0..23f9f5cb 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlPC11.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlPC11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlPC11.cpp 1132 2019-04-14 20:23:40Z mueller $ -// +// $Id: RtclRw11CntlPC11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CntlPC11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlPC11.hpp b/tools/src/librwxxtpp/RtclRw11CntlPC11.hpp index ed2a4b1b..ed35db81 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlPC11.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlPC11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlPC11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlPC11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlPC11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlRHRP.cpp b/tools/src/librwxxtpp/RtclRw11CntlRHRP.cpp index 973a9eb9..7d9dcbd6 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlRHRP.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlRHRP.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlRHRP.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclRw11CntlRHRP.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CntlRHRP. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlRHRP.hpp b/tools/src/librwxxtpp/RtclRw11CntlRHRP.hpp index a8d7afe0..1ab1dbd0 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlRHRP.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlRHRP.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlRHRP.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlRHRP.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlRHRP. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlRK11.cpp b/tools/src/librwxxtpp/RtclRw11CntlRK11.cpp index 200f56f2..aeb54ca8 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlRK11.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlRK11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlRK11.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclRw11CntlRK11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CntlRK11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlRK11.hpp b/tools/src/librwxxtpp/RtclRw11CntlRK11.hpp index 293a27e7..5ade23d9 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlRK11.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlRK11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlRK11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlRK11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlRK11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlRL11.cpp b/tools/src/librwxxtpp/RtclRw11CntlRL11.cpp index 64dc4319..3ac446a4 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlRL11.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlRL11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlRL11.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclRw11CntlRL11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CntlRL11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlRL11.hpp b/tools/src/librwxxtpp/RtclRw11CntlRL11.hpp index 0b8deeb3..84e0201d 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlRL11.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlRL11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlRL11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlRL11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlRL11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlRdmaBase.hpp b/tools/src/librwxxtpp/RtclRw11CntlRdmaBase.hpp index c40a0b6e..978d9238 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlRdmaBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlRdmaBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlRdmaBase.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11CntlRdmaBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlRdmaBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlRdmaBase.ipp b/tools/src/librwxxtpp/RtclRw11CntlRdmaBase.ipp index c36011f2..e7dff19c 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlRdmaBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11CntlRdmaBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlRdmaBase.ipp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11CntlRdmaBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11CntlRdmaBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlStreamBase.hpp b/tools/src/librwxxtpp/RtclRw11CntlStreamBase.hpp index 31bc8e34..8664fdcc 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlStreamBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlStreamBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlStreamBase.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11CntlStreamBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlStreamBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlStreamBase.ipp b/tools/src/librwxxtpp/RtclRw11CntlStreamBase.ipp index 48358ec1..1b60e9df 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlStreamBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11CntlStreamBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlStreamBase.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlStreamBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11CntlStreamBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlTM11.cpp b/tools/src/librwxxtpp/RtclRw11CntlTM11.cpp index 3174947a..1dce3fd6 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlTM11.cpp +++ b/tools/src/librwxxtpp/RtclRw11CntlTM11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlTM11.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclRw11CntlTM11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CntlTM11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlTM11.hpp b/tools/src/librwxxtpp/RtclRw11CntlTM11.hpp index 6a12f5a2..e108a46d 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlTM11.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlTM11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlTM11.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlTM11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlTM11. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlTapeBase.hpp b/tools/src/librwxxtpp/RtclRw11CntlTapeBase.hpp index 9a391716..b887ca0f 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlTapeBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlTapeBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlTapeBase.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11CntlTapeBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlTapeBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlTapeBase.ipp b/tools/src/librwxxtpp/RtclRw11CntlTapeBase.ipp index df08d398..111c7a0c 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlTapeBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11CntlTapeBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlTapeBase.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlTapeBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11CntlTapeBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlTermBase.hpp b/tools/src/librwxxtpp/RtclRw11CntlTermBase.hpp index 1ab07e8f..8423dba0 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlTermBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11CntlTermBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlTermBase.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11CntlTermBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11CntlTermBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CntlTermBase.ipp b/tools/src/librwxxtpp/RtclRw11CntlTermBase.ipp index ce93ddc8..84df8c80 100644 --- a/tools/src/librwxxtpp/RtclRw11CntlTermBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11CntlTermBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CntlTermBase.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CntlTermBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11CntlTermBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11Cpu.hpp b/tools/src/librwxxtpp/RtclRw11Cpu.hpp index 6df340f5..51a22e24 100644 --- a/tools/src/librwxxtpp/RtclRw11Cpu.hpp +++ b/tools/src/librwxxtpp/RtclRw11Cpu.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Cpu.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11Cpu.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ /*! - \file \brief Declaration of class RtclRw11Cpu. */ diff --git a/tools/src/librwxxtpp/RtclRw11Cpu.ipp b/tools/src/librwxxtpp/RtclRw11Cpu.ipp index 7daf1c07..884ea953 100644 --- a/tools/src/librwxxtpp/RtclRw11Cpu.ipp +++ b/tools/src/librwxxtpp/RtclRw11Cpu.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Cpu.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11Cpu.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RtclRw11Cpu. */ diff --git a/tools/src/librwxxtpp/RtclRw11CpuBase.hpp b/tools/src/librwxxtpp/RtclRw11CpuBase.hpp index 39d9cc48..55d093c7 100644 --- a/tools/src/librwxxtpp/RtclRw11CpuBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11CpuBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CpuBase.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11CpuBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11CpuBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CpuBase.ipp b/tools/src/librwxxtpp/RtclRw11CpuBase.ipp index b6ba0ae0..3f03590e 100644 --- a/tools/src/librwxxtpp/RtclRw11CpuBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11CpuBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CpuBase.ipp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11CpuBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11CpuBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11CpuW11a.cpp b/tools/src/librwxxtpp/RtclRw11CpuW11a.cpp index 5a1509f9..72b896e3 100644 --- a/tools/src/librwxxtpp/RtclRw11CpuW11a.cpp +++ b/tools/src/librwxxtpp/RtclRw11CpuW11a.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CpuW11a.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CpuW11a.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11CpuW11a. */ diff --git a/tools/src/librwxxtpp/RtclRw11CpuW11a.hpp b/tools/src/librwxxtpp/RtclRw11CpuW11a.hpp index ad133247..b1b063d1 100644 --- a/tools/src/librwxxtpp/RtclRw11CpuW11a.hpp +++ b/tools/src/librwxxtpp/RtclRw11CpuW11a.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11CpuW11a.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11CpuW11a.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclRw11CpuW11a. */ diff --git a/tools/src/librwxxtpp/RtclRw11Unit.cpp b/tools/src/librwxxtpp/RtclRw11Unit.cpp index 252ff0be..97276862 100644 --- a/tools/src/librwxxtpp/RtclRw11Unit.cpp +++ b/tools/src/librwxxtpp/RtclRw11Unit.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Unit.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11Unit.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -25,7 +16,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11Unit. */ diff --git a/tools/src/librwxxtpp/RtclRw11Unit.hpp b/tools/src/librwxxtpp/RtclRw11Unit.hpp index 950b87e9..0f8e8184 100644 --- a/tools/src/librwxxtpp/RtclRw11Unit.hpp +++ b/tools/src/librwxxtpp/RtclRw11Unit.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Unit.hpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: RtclRw11Unit.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -23,7 +14,6 @@ /*! - \file \brief Declaration of class RtclRw11Unit. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitBase.hpp b/tools/src/librwxxtpp/RtclRw11UnitBase.hpp index a4835df4..834e0d52 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitBase.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitBase.ipp b/tools/src/librwxxtpp/RtclRw11UnitBase.ipp index 3d2307e1..34358301 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11UnitBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitBase.ipp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclRw11UnitBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -28,7 +19,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11UnitBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitDEUNA.cpp b/tools/src/librwxxtpp/RtclRw11UnitDEUNA.cpp index 25bc4e2f..5c4723c1 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitDEUNA.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitDEUNA.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitDEUNA.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitDEUNA.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitDEUNA. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitDEUNA.hpp b/tools/src/librwxxtpp/RtclRw11UnitDEUNA.hpp index 2789d4f4..ab5410a7 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitDEUNA.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitDEUNA.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitDEUNA.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitDEUNA.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitDEUNA. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitDL11.cpp b/tools/src/librwxxtpp/RtclRw11UnitDL11.cpp index 710ebc06..e3c34454 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitDL11.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitDL11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitDL11.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitDL11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitDL11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitDL11.hpp b/tools/src/librwxxtpp/RtclRw11UnitDL11.hpp index 716527d9..195c3560 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitDL11.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitDL11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitDL11.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitDL11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitDL11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitDZ11.cpp b/tools/src/librwxxtpp/RtclRw11UnitDZ11.cpp index 7d04395d..5f8dd703 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitDZ11.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitDZ11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitDZ11.cpp 1146 2019-05-05 06:25:13Z mueller $ -// +// $Id: RtclRw11UnitDZ11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitDZ11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitDZ11.hpp b/tools/src/librwxxtpp/RtclRw11UnitDZ11.hpp index 8768880d..ccf4d42c 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitDZ11.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitDZ11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitDZ11.hpp 1146 2019-05-05 06:25:13Z mueller $ -// +// $Id: RtclRw11UnitDZ11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2019- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitDZ11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitDisk.cpp b/tools/src/librwxxtpp/RtclRw11UnitDisk.cpp index ffa19952..ac02f100 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitDisk.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitDisk.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitDisk.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11UnitDisk.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitDisk. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitDisk.hpp b/tools/src/librwxxtpp/RtclRw11UnitDisk.hpp index 5a489134..46ffa3e9 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitDisk.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitDisk.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitDisk.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11UnitDisk.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitDisk. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitLP11.cpp b/tools/src/librwxxtpp/RtclRw11UnitLP11.cpp index e89df555..3fa7f3e3 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitLP11.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitLP11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitLP11.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitLP11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitLP11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitLP11.hpp b/tools/src/librwxxtpp/RtclRw11UnitLP11.hpp index 40a53001..af19bfd8 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitLP11.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitLP11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitLP11.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitLP11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitLP11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitPC11.cpp b/tools/src/librwxxtpp/RtclRw11UnitPC11.cpp index 401f0cff..932e9e93 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitPC11.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitPC11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitPC11.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitPC11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitPC11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitPC11.hpp b/tools/src/librwxxtpp/RtclRw11UnitPC11.hpp index 75c8d74f..9ab62856 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitPC11.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitPC11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitPC11.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitPC11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitPC11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitRHRP.cpp b/tools/src/librwxxtpp/RtclRw11UnitRHRP.cpp index 932dd2ea..ae5e1e74 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitRHRP.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitRHRP.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitRHRP.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitRHRP.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitRHRP. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitRHRP.hpp b/tools/src/librwxxtpp/RtclRw11UnitRHRP.hpp index 1e68a001..a31871dd 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitRHRP.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitRHRP.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitRHRP.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitRHRP.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitRHRP. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitRK11.cpp b/tools/src/librwxxtpp/RtclRw11UnitRK11.cpp index 221ef319..afc3c486 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitRK11.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitRK11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitRK11.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitRK11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitRK11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitRK11.hpp b/tools/src/librwxxtpp/RtclRw11UnitRK11.hpp index 12a7e4f0..09dbde54 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitRK11.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitRK11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitRK11.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitRK11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitRK11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitRL11.cpp b/tools/src/librwxxtpp/RtclRw11UnitRL11.cpp index 0840dc28..b2609b0c 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitRL11.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitRL11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitRL11.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitRL11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitRL11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitRL11.hpp b/tools/src/librwxxtpp/RtclRw11UnitRL11.hpp index 5cda0402..a487c5c2 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitRL11.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitRL11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitRL11.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitRL11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitRL11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitStream.cpp b/tools/src/librwxxtpp/RtclRw11UnitStream.cpp index 7904f0e4..48dfce37 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitStream.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitStream.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitStream.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11UnitStream.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitStream. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitStream.hpp b/tools/src/librwxxtpp/RtclRw11UnitStream.hpp index 44bf9003..7d758538 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitStream.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitStream.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitStream.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11UnitStream.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitStream. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitTM11.cpp b/tools/src/librwxxtpp/RtclRw11UnitTM11.cpp index b0f813f0..aecf39e4 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitTM11.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitTM11.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitTM11.cpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitTM11.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitTM11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitTM11.hpp b/tools/src/librwxxtpp/RtclRw11UnitTM11.hpp index 38597c23..5f1045b9 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitTM11.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitTM11.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitTM11.hpp 1078 2018-12-08 14:19:03Z mueller $ -// +// $Id: RtclRw11UnitTM11.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitTM11. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitTape.cpp b/tools/src/librwxxtpp/RtclRw11UnitTape.cpp index d71a1ae8..93743235 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitTape.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitTape.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitTape.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11UnitTape.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitTape. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitTape.hpp b/tools/src/librwxxtpp/RtclRw11UnitTape.hpp index 1a07b928..0c5f2d73 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitTape.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitTape.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitTape.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11UnitTape.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2015-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitTape. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitTerm.cpp b/tools/src/librwxxtpp/RtclRw11UnitTerm.cpp index 2a4a7dcb..2b549d49 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitTerm.cpp +++ b/tools/src/librwxxtpp/RtclRw11UnitTerm.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitTerm.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11UnitTerm.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -24,7 +15,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11UnitTerm. */ diff --git a/tools/src/librwxxtpp/RtclRw11UnitTerm.hpp b/tools/src/librwxxtpp/RtclRw11UnitTerm.hpp index a371f5e2..e0060cb1 100644 --- a/tools/src/librwxxtpp/RtclRw11UnitTerm.hpp +++ b/tools/src/librwxxtpp/RtclRw11UnitTerm.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11UnitTerm.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11UnitTerm.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2017 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -21,7 +12,6 @@ /*! - \file \brief Declaration of class RtclRw11UnitTerm. */ diff --git a/tools/src/librwxxtpp/RtclRw11Virt.cpp b/tools/src/librwxxtpp/RtclRw11Virt.cpp index c49bc596..f486a076 100644 --- a/tools/src/librwxxtpp/RtclRw11Virt.cpp +++ b/tools/src/librwxxtpp/RtclRw11Virt.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Virt.cpp 1160 2019-06-07 17:30:17Z mueller $ -// +// $Id: RtclRw11Virt.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -22,7 +13,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11Virt. */ diff --git a/tools/src/librwxxtpp/RtclRw11Virt.hpp b/tools/src/librwxxtpp/RtclRw11Virt.hpp index 72fb1754..db22f89f 100644 --- a/tools/src/librwxxtpp/RtclRw11Virt.hpp +++ b/tools/src/librwxxtpp/RtclRw11Virt.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Virt.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11Virt.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11Virt. */ diff --git a/tools/src/librwxxtpp/RtclRw11Virt.ipp b/tools/src/librwxxtpp/RtclRw11Virt.ipp index e5beea43..fabd296a 100644 --- a/tools/src/librwxxtpp/RtclRw11Virt.ipp +++ b/tools/src/librwxxtpp/RtclRw11Virt.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11Virt.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11Virt.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (inline) of RtclRw11Virt. */ diff --git a/tools/src/librwxxtpp/RtclRw11VirtBase.hpp b/tools/src/librwxxtpp/RtclRw11VirtBase.hpp index af2256bc..c654d38d 100644 --- a/tools/src/librwxxtpp/RtclRw11VirtBase.hpp +++ b/tools/src/librwxxtpp/RtclRw11VirtBase.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11VirtBase.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11VirtBase.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11VirtBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11VirtBase.ipp b/tools/src/librwxxtpp/RtclRw11VirtBase.ipp index f78c1e54..72f44824 100644 --- a/tools/src/librwxxtpp/RtclRw11VirtBase.ipp +++ b/tools/src/librwxxtpp/RtclRw11VirtBase.ipp @@ -1,15 +1,6 @@ -// $Id: RtclRw11VirtBase.ipp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11VirtBase.ipp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -17,7 +8,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation (all inline) of RtclRw11VirtBase. */ diff --git a/tools/src/librwxxtpp/RtclRw11VirtDiskOver.cpp b/tools/src/librwxxtpp/RtclRw11VirtDiskOver.cpp index f8495de8..03440d4d 100644 --- a/tools/src/librwxxtpp/RtclRw11VirtDiskOver.cpp +++ b/tools/src/librwxxtpp/RtclRw11VirtDiskOver.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11VirtDiskOver.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11VirtDiskOver.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11VirtDiskOver. */ diff --git a/tools/src/librwxxtpp/RtclRw11VirtDiskOver.hpp b/tools/src/librwxxtpp/RtclRw11VirtDiskOver.hpp index f48bada5..87b7d046 100644 --- a/tools/src/librwxxtpp/RtclRw11VirtDiskOver.hpp +++ b/tools/src/librwxxtpp/RtclRw11VirtDiskOver.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11VirtDiskOver.hpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: RtclRw11VirtDiskOver.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11VirtDiskOver. */ diff --git a/tools/src/librwxxtpp/RtclRw11VirtDiskRam.cpp b/tools/src/librwxxtpp/RtclRw11VirtDiskRam.cpp index dbcf7ed5..fc90f5ea 100644 --- a/tools/src/librwxxtpp/RtclRw11VirtDiskRam.cpp +++ b/tools/src/librwxxtpp/RtclRw11VirtDiskRam.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11VirtDiskRam.cpp 1114 2019-02-23 18:01:55Z mueller $ -// +// $Id: RtclRw11VirtDiskRam.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2018-2019 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -20,7 +11,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of RtclRw11VirtDiskRam. */ diff --git a/tools/src/librwxxtpp/RtclRw11VirtDiskRam.hpp b/tools/src/librwxxtpp/RtclRw11VirtDiskRam.hpp index c0db6e1a..998384b5 100644 --- a/tools/src/librwxxtpp/RtclRw11VirtDiskRam.hpp +++ b/tools/src/librwxxtpp/RtclRw11VirtDiskRam.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11VirtDiskRam.hpp 1063 2018-10-29 18:37:42Z mueller $ -// +// $Id: RtclRw11VirtDiskRam.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2018- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ /*! - \file \brief Declaration of class RtclRw11VirtDiskRam. */ diff --git a/tools/src/librwxxtpp/RtclRw11VirtFactory.cpp b/tools/src/librwxxtpp/RtclRw11VirtFactory.cpp index e405e411..38612cd7 100644 --- a/tools/src/librwxxtpp/RtclRw11VirtFactory.cpp +++ b/tools/src/librwxxtpp/RtclRw11VirtFactory.cpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11VirtFactory.cpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: RtclRw11VirtFactory.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -18,7 +9,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of global function RtclRw11VirtFactory. */ diff --git a/tools/src/librwxxtpp/RtclRw11VirtFactory.hpp b/tools/src/librwxxtpp/RtclRw11VirtFactory.hpp index cd23ce75..9f451e7a 100644 --- a/tools/src/librwxxtpp/RtclRw11VirtFactory.hpp +++ b/tools/src/librwxxtpp/RtclRw11VirtFactory.hpp @@ -1,15 +1,6 @@ -// $Id: RtclRw11VirtFactory.hpp 1076 2018-12-02 12:45:49Z mueller $ -// +// $Id: RtclRw11VirtFactory.hpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2017-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ /*! - \file \brief Declaration of global function RtclRw11VirtFactory. */ diff --git a/tools/src/librwxxtpp/Rwxxtpp_Init.cpp b/tools/src/librwxxtpp/Rwxxtpp_Init.cpp index fcbfdda4..180db39a 100644 --- a/tools/src/librwxxtpp/Rwxxtpp_Init.cpp +++ b/tools/src/librwxxtpp/Rwxxtpp_Init.cpp @@ -1,15 +1,6 @@ -// $Id: Rwxxtpp_Init.cpp 1061 2018-10-27 17:39:11Z mueller $ -// +// $Id: Rwxxtpp_Init.cpp 1186 2019-07-12 17:49:59Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment @@ -19,7 +10,6 @@ // --------------------------------------------------------------------------- /*! - \file \brief Implemenation of Rwxxtpp_Init . */ diff --git a/tools/src/tclshcpp/tclshcpp.cpp b/tools/src/tclshcpp/tclshcpp.cpp index 5c51d249..11d7d4fd 100644 --- a/tools/src/tclshcpp/tclshcpp.cpp +++ b/tools/src/tclshcpp/tclshcpp.cpp @@ -1,15 +1,6 @@ -// $Id: tclshcpp.cpp 983 2018-01-02 20:35:59Z mueller $ -// +// $Id: tclshcpp.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2014- by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment diff --git a/tools/src/testtclsh/testtclsh.cpp b/tools/src/testtclsh/testtclsh.cpp index f2e5d465..58761635 100644 --- a/tools/src/testtclsh/testtclsh.cpp +++ b/tools/src/testtclsh/testtclsh.cpp @@ -1,15 +1,6 @@ -// $Id: testtclsh.cpp 1049 2018-09-22 13:56:52Z mueller $ -// +// $Id: testtclsh.cpp 1185 2019-07-12 17:29:12Z mueller $ +// SPDX-License-Identifier: GPL-3.0-or-later // Copyright 2013-2018 by Walter F.J. Mueller -// -// This program is free software; you may redistribute and/or modify it under -// the terms of the GNU General Public License as published by the Free -// Software Foundation, either version 3, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY -// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -// for complete details. // // Revision History: // Date Rev Version Comment