diff --git a/isis/src/base/objs/AbstractPlate/AbstractPlate.cpp b/isis/src/base/objs/AbstractPlate/AbstractPlate.cpp index 737c1c20524e84aeffcc5b041a5edb46725da9c7..80c53da3bf2f042a7b9dcdfab856deb9774e4c0b 100755 --- a/isis/src/base/objs/AbstractPlate/AbstractPlate.cpp +++ b/isis/src/base/objs/AbstractPlate/AbstractPlate.cpp @@ -1,27 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "AbstractPlate.h" diff --git a/isis/src/base/objs/AbstractPlate/AbstractPlate.h b/isis/src/base/objs/AbstractPlate/AbstractPlate.h index 5849935934689cb6de2a8360afccda2ac625e931..50eaa74e418538decfe815feec0f06515a2d24fc 100755 --- a/isis/src/base/objs/AbstractPlate/AbstractPlate.h +++ b/isis/src/base/objs/AbstractPlate/AbstractPlate.h @@ -1,26 +1,12 @@ #ifndef AbstractPlate_h #define AbstractPlate_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ + +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/AbstractPlate/unitTest.cpp b/isis/src/base/objs/AbstractPlate/unitTest.cpp index 8f9ae2c19e3056c34c42849e75aa7bc592c879ff..1f4c0204c2c626aa55344687c67b275f67a39158 100755 --- a/isis/src/base/objs/AbstractPlate/unitTest.cpp +++ b/isis/src/base/objs/AbstractPlate/unitTest.cpp @@ -1,22 +1,10 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include "AbstractPlate.h" diff --git a/isis/src/base/objs/AbstractShape/AbstractShape.h b/isis/src/base/objs/AbstractShape/AbstractShape.h index 4ea8eb9a44d7a0fafa092bec60557582538a4568..f2f5272e888853106f5c61e6f7f31868f9e94dbe 100755 --- a/isis/src/base/objs/AbstractShape/AbstractShape.h +++ b/isis/src/base/objs/AbstractShape/AbstractShape.h @@ -1,26 +1,12 @@ #ifndef AbstractShape_h #define AbstractShape_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ + +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AbstractPlate.h" diff --git a/isis/src/base/objs/AbstractShape/unitTest.cpp b/isis/src/base/objs/AbstractShape/unitTest.cpp index 7975db14216691c3f61eb55a6f887e77d9c0fb8b..c3c5f38a8c0714d8bdad15a027e8cee0b0cbb502 100755 --- a/isis/src/base/objs/AbstractShape/unitTest.cpp +++ b/isis/src/base/objs/AbstractShape/unitTest.cpp @@ -1,22 +1,10 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include "AbstractShape.h" diff --git a/isis/src/base/objs/AdaptiveGruen/AdaptiveGruen.cpp b/isis/src/base/objs/AdaptiveGruen/AdaptiveGruen.cpp index 841f44e480a9a02118855c6ff0e9c61462e974c8..5897ec2c971e656374809919c093fc7bbc426a53 100644 --- a/isis/src/base/objs/AdaptiveGruen/AdaptiveGruen.cpp +++ b/isis/src/base/objs/AdaptiveGruen/AdaptiveGruen.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:42:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AdaptiveGruen.h" diff --git a/isis/src/base/objs/AdaptiveGruen/AdaptiveGruen.h b/isis/src/base/objs/AdaptiveGruen/AdaptiveGruen.h index a97a18cb49f810cde1727242f672ae60f4b744fc..b33998b86175d298bc29e26cc5853ecf18f83ce3 100644 --- a/isis/src/base/objs/AdaptiveGruen/AdaptiveGruen.h +++ b/isis/src/base/objs/AdaptiveGruen/AdaptiveGruen.h @@ -1,27 +1,11 @@ #ifndef AdaptiveGruen_h #define AdaptiveGruen_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:42:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Gruen.h" diff --git a/isis/src/base/objs/AdaptiveGruen/unitTest.cpp b/isis/src/base/objs/AdaptiveGruen/unitTest.cpp index 55c6fb6127f35867ddd54fa60bde4d4a1407a1b5..42e80c9e9823e08930ce1152ec773b29747efb11 100644 --- a/isis/src/base/objs/AdaptiveGruen/unitTest.cpp +++ b/isis/src/base/objs/AdaptiveGruen/unitTest.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include #include diff --git a/isis/src/base/objs/Affine/Affine.cpp b/isis/src/base/objs/Affine/Affine.cpp index 117d4dc26f58153f46bc10c586c64bd70ee39041..9f386cc99a766bae6881a1fe9b9eec54b3372afa 100644 --- a/isis/src/base/objs/Affine/Affine.cpp +++ b/isis/src/base/objs/Affine/Affine.cpp @@ -1,24 +1,10 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include "Affine.h" #include diff --git a/isis/src/base/objs/Affine/Affine.h b/isis/src/base/objs/Affine/Affine.h index 9a27459bbf06b012c211f59f2100bd4ad8afa979..555fe17010adbb2c5a1b5b3e93a905f33993b4ad 100644 --- a/isis/src/base/objs/Affine/Affine.h +++ b/isis/src/base/objs/Affine/Affine.h @@ -1,26 +1,11 @@ #ifndef Affine_h #define Affine_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "tnt/tnt_array2d.h" diff --git a/isis/src/base/objs/Affine/unitTest.cpp b/isis/src/base/objs/Affine/unitTest.cpp index d4a92255808db74eed8c42b485eb1722b85303ba..ab1d5844a785f3621d434057f5e1d8701e881a24 100644 --- a/isis/src/base/objs/Affine/unitTest.cpp +++ b/isis/src/base/objs/Affine/unitTest.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include diff --git a/isis/src/base/objs/Albedo/Albedo.cpp b/isis/src/base/objs/Albedo/Albedo.cpp index c98f84e73674d87970cd2f72cbf9b31cc197cc4c..e766736eb0e0d4a457139692c9809e9905d7b5ba 100644 --- a/isis/src/base/objs/Albedo/Albedo.cpp +++ b/isis/src/base/objs/Albedo/Albedo.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include "Albedo.h" #include "SpecialPixel.h" #include "IException.h" diff --git a/isis/src/base/objs/Albedo/Albedo.h b/isis/src/base/objs/Albedo/Albedo.h index 693df399eef8566ffc7d9d51d53ddfb44fa182b9..b782a995f3038f5da0492de2d227ed452dc4d605 100644 --- a/isis/src/base/objs/Albedo/Albedo.h +++ b/isis/src/base/objs/Albedo/Albedo.h @@ -1,27 +1,11 @@ #ifndef Albedo_h #define Albedo_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/06/18 17:26:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/Albedo/unitTest.cpp b/isis/src/base/objs/Albedo/unitTest.cpp index 90b85e387196d3943255de1fad86428f5afd138a..98e1d0cac2e712c70ff5c2dd24cdb4b1115007a8 100644 --- a/isis/src/base/objs/Albedo/unitTest.cpp +++ b/isis/src/base/objs/Albedo/unitTest.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/AlbedoAtm/AlbedoAtm.h b/isis/src/base/objs/AlbedoAtm/AlbedoAtm.h index 9657e82647c23db5ed7d69b91d0e1d7a22a3b7e8..d585e0fbda5895236b195a7129579c7b5cd31728 100644 --- a/isis/src/base/objs/AlbedoAtm/AlbedoAtm.h +++ b/isis/src/base/objs/AlbedoAtm/AlbedoAtm.h @@ -1,27 +1,11 @@ #ifndef AlbedoAtm_h #define AlbedoAtm_h -/** - * @file - * $Revision: 1.7 $ - * $Date: 2009/05/11 21:53:32 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/AlbedoAtm/unitTest.cpp b/isis/src/base/objs/AlbedoAtm/unitTest.cpp index e078db1821cec9bf20fd2cd068cf32d191dd2241..f3c89d1d9728d0ff9713194bacf48e407abf194d 100644 --- a/isis/src/base/objs/AlbedoAtm/unitTest.cpp +++ b/isis/src/base/objs/AlbedoAtm/unitTest.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/AlphaCube/AlphaCube.cpp b/isis/src/base/objs/AlphaCube/AlphaCube.cpp index 10b5b3906c3ef859208e5b19c68baa120fea6753..f94c64a072dd82deff6dd00d930e64b9de73b1aa 100644 --- a/isis/src/base/objs/AlphaCube/AlphaCube.cpp +++ b/isis/src/base/objs/AlphaCube/AlphaCube.cpp @@ -1,25 +1,10 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include "AlphaCube.h" #include "Cube.h" diff --git a/isis/src/base/objs/AlphaCube/AlphaCube.h b/isis/src/base/objs/AlphaCube/AlphaCube.h index 9ef6e857d18d71edaa5a2c6fe3756c6c2c2d2062..4cc9ba67eb996b63af197d3aee2f91392daf93a3 100644 --- a/isis/src/base/objs/AlphaCube/AlphaCube.h +++ b/isis/src/base/objs/AlphaCube/AlphaCube.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef AlphaCube_h #define AlphaCube_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Pvl.h" diff --git a/isis/src/base/objs/AlphaCube/unitTest.cpp b/isis/src/base/objs/AlphaCube/unitTest.cpp index d8a1abcb5a7c1c04424ab114c73f4611429bc47a..e60159a0641d147907583d61f5040e9377b3596c 100644 --- a/isis/src/base/objs/AlphaCube/unitTest.cpp +++ b/isis/src/base/objs/AlphaCube/unitTest.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include "AlphaCube.h" #include "Cube.h" diff --git a/isis/src/base/objs/Angle/Angle.cpp b/isis/src/base/objs/Angle/Angle.cpp index 98e35b5ad6013d13c2d34f7e742c5b28685a04cb..352ba15b3bf5a9aeb245455ef3a3c1ec317a9dd2 100644 --- a/isis/src/base/objs/Angle/Angle.cpp +++ b/isis/src/base/objs/Angle/Angle.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.15 $ - * $Date: 2010/03/19 20:38:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Angle.h" #include diff --git a/isis/src/base/objs/Angle/Angle.h b/isis/src/base/objs/Angle/Angle.h index d26901bed555baa1a9e2772d541b92b5d0a69d49..d26ab287b92707494565476b98a3112a3e2572e8 100644 --- a/isis/src/base/objs/Angle/Angle.h +++ b/isis/src/base/objs/Angle/Angle.h @@ -1,30 +1,13 @@ #ifndef Angle_h #define Angle_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -#include - -/** - * @file - * $Revision: 1.14 $ - * $Date: 2010/03/19 20:38:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ +#include #include class QString; diff --git a/isis/src/base/objs/Angle/unitTest.cpp b/isis/src/base/objs/Angle/unitTest.cpp index fe54d9bc13fbb2385c8805060a66f8d8a3fec010..b3a1c7f65c92676aa2bd4be0d208191d9207abbd 100644 --- a/isis/src/base/objs/Angle/unitTest.cpp +++ b/isis/src/base/objs/Angle/unitTest.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include #include diff --git a/isis/src/base/objs/Anisotropic1/Anisotropic1.cpp b/isis/src/base/objs/Anisotropic1/Anisotropic1.cpp index fa80617b9eba8303764f17cc3b8cbde630c84e51..bed366790e69830cb89fcea8c5485e8eca3d1e99 100644 --- a/isis/src/base/objs/Anisotropic1/Anisotropic1.cpp +++ b/isis/src/base/objs/Anisotropic1/Anisotropic1.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Anisotropic1.h" #include "AtmosModel.h" diff --git a/isis/src/base/objs/Anisotropic1/Anisotropic1.h b/isis/src/base/objs/Anisotropic1/Anisotropic1.h index cde68af8a9e03582c289c316e1d1a74fec890f61..581ac66cb7b077eb6fae3a09fb26ff955da844a8 100644 --- a/isis/src/base/objs/Anisotropic1/Anisotropic1.h +++ b/isis/src/base/objs/Anisotropic1/Anisotropic1.h @@ -1,27 +1,11 @@ #if !defined(Anisotropic1_h) #define Anisotropic1_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/11/05 23:36:30 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AtmosModel.h" diff --git a/isis/src/base/objs/Anisotropic1/unitTest.cpp b/isis/src/base/objs/Anisotropic1/unitTest.cpp index 2e9c596a9fdf13b4aff1e4e024f96f76de113e21..3f71b253cf98f4c4fa36b017ed08a4fc90e8e94f 100644 --- a/isis/src/base/objs/Anisotropic1/unitTest.cpp +++ b/isis/src/base/objs/Anisotropic1/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/Anisotropic2/Anisotropic2.cpp b/isis/src/base/objs/Anisotropic2/Anisotropic2.cpp index a15cc56c0d8928b229aa9a89ce6d5c49177d2268..945558f6fcc48414d372a5ccbd3a3d9cb2afe497 100644 --- a/isis/src/base/objs/Anisotropic2/Anisotropic2.cpp +++ b/isis/src/base/objs/Anisotropic2/Anisotropic2.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include "Anisotropic2.h" #include "AtmosModel.h" diff --git a/isis/src/base/objs/Anisotropic2/Anisotropic2.h b/isis/src/base/objs/Anisotropic2/Anisotropic2.h index 4bb5c8455e3c63bedb8119f9a706ec77bfbbbff5..82d585aa41939e023d4d72d5252f1e81ff3de9d4 100644 --- a/isis/src/base/objs/Anisotropic2/Anisotropic2.h +++ b/isis/src/base/objs/Anisotropic2/Anisotropic2.h @@ -1,27 +1,11 @@ #if !defined(Anisotropic2_h) #define Anisotropic2_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/11/05 23:36:47 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AtmosModel.h" diff --git a/isis/src/base/objs/Anisotropic2/unitTest.cpp b/isis/src/base/objs/Anisotropic2/unitTest.cpp index 6cfef45476adf6f5845b4dd03ab401d5f8693793..5591df9538888119b950f1bcda1a1479b4e1e40c 100644 --- a/isis/src/base/objs/Anisotropic2/unitTest.cpp +++ b/isis/src/base/objs/Anisotropic2/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/Application/Application.cpp b/isis/src/base/objs/Application/Application.cpp index c5373f2e293345248d6b07473cd879730d870a18..942e573f55a332913df419c99a72183d344ec545 100644 --- a/isis/src/base/objs/Application/Application.cpp +++ b/isis/src/base/objs/Application/Application.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.22 $ - * $Date: 2010/06/29 23:42:18 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include diff --git a/isis/src/base/objs/Application/Application.h b/isis/src/base/objs/Application/Application.h index 0aad90ff8c1c5e5c9505cbeb0ca601fe26b21c50..102469d7eaae651359da14bf401e933e7d1ee44f 100644 --- a/isis/src/base/objs/Application/Application.h +++ b/isis/src/base/objs/Application/Application.h @@ -1,28 +1,12 @@ #ifndef Application_h #define Application_h -/** - * @file - * $Revision: 1.16 $ - * $Date: 2010/06/29 23:42:18 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Environment.h" diff --git a/isis/src/base/objs/Application/unitTest.cpp b/isis/src/base/objs/Application/unitTest.cpp index 6d75b8ea91ece20f90fd49f4d175ae4438d1aca8..cdcf33155c0d20c1946f9f10b3a1aec0179b6a06 100644 --- a/isis/src/base/objs/Application/unitTest.cpp +++ b/isis/src/base/objs/Application/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Application.h" diff --git a/isis/src/base/objs/Area3D/Area3D.cpp b/isis/src/base/objs/Area3D/Area3D.cpp index 1dc1db21669ba19bfe4904c07e9fe9bf69c20d1e..b9642106494f5442435850872a4d7b97008451aa 100644 --- a/isis/src/base/objs/Area3D/Area3D.cpp +++ b/isis/src/base/objs/Area3D/Area3D.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2008/09/03 16:21:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Area3D.h" diff --git a/isis/src/base/objs/Area3D/Area3D.h b/isis/src/base/objs/Area3D/Area3D.h index 31a998872518787f7f7b2973e47a55fd5003dbcf..f65c169ac1fe407bdd1ad93656c693ed3d8b5a9c 100644 --- a/isis/src/base/objs/Area3D/Area3D.h +++ b/isis/src/base/objs/Area3D/Area3D.h @@ -1,24 +1,12 @@ #ifndef Area3D_h #define Area3D_h -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Displacement; diff --git a/isis/src/base/objs/Area3D/unitTest.cpp b/isis/src/base/objs/Area3D/unitTest.cpp index d79517217cdb617eb9e3504dd1a242e7ebff934e..f26aaa0d38e92fc1b9e2edd2f2c6477b83a591ad 100644 --- a/isis/src/base/objs/Area3D/unitTest.cpp +++ b/isis/src/base/objs/Area3D/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Area3D.h" #include diff --git a/isis/src/base/objs/AtmosModel/AtmosModel.cpp b/isis/src/base/objs/AtmosModel/AtmosModel.cpp index c53c453671709c74a6df80f8f4bf19b9e5aa7407..7b3bb7a0ee4bc6b6c8e02d7e2c46e56d933314f9 100644 --- a/isis/src/base/objs/AtmosModel/AtmosModel.cpp +++ b/isis/src/base/objs/AtmosModel/AtmosModel.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Pvl.h" diff --git a/isis/src/base/objs/AtmosModel/AtmosModel.h b/isis/src/base/objs/AtmosModel/AtmosModel.h index bc182b568aaa1281913cc566468d982f791bc371..1bce3822339980653d990874fbf6c00bfa00b6aa 100644 --- a/isis/src/base/objs/AtmosModel/AtmosModel.h +++ b/isis/src/base/objs/AtmosModel/AtmosModel.h @@ -1,27 +1,11 @@ #ifndef AtmosModel_h #define AtmosModel_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2008/11/07 23:48:13 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/AtmosModel/NumericalAtmosApprox.cpp b/isis/src/base/objs/AtmosModel/NumericalAtmosApprox.cpp index d548c4ed92213ea059b3c626ca41c68692492765..c5d1853dcf220c23498bb65d400ad1c1c3fd7e24 100644 --- a/isis/src/base/objs/AtmosModel/NumericalAtmosApprox.cpp +++ b/isis/src/base/objs/AtmosModel/NumericalAtmosApprox.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/11/07 23:48:13 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "AtmosModel.h" #include "NumericalAtmosApprox.h" diff --git a/isis/src/base/objs/AtmosModel/NumericalAtmosApprox.h b/isis/src/base/objs/AtmosModel/NumericalAtmosApprox.h index ba938d4b6ca97d53fd80b407f010582ae8505d6b..94e904bb96c070de484255b4e386932f9c108d18 100644 --- a/isis/src/base/objs/AtmosModel/NumericalAtmosApprox.h +++ b/isis/src/base/objs/AtmosModel/NumericalAtmosApprox.h @@ -1,27 +1,11 @@ #ifndef NUMERICALATMOSAPPROX_H #define NUMERICALATMOSAPPROX_H -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/11/07 23:48:13 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/AtmosModel/unitTest.cpp b/isis/src/base/objs/AtmosModel/unitTest.cpp index b81c7f77c8ad0f923a0dfde8e983ef6b61f0fd9b..9841535b488f3c4dec767bc7b257de216451ec0c 100644 --- a/isis/src/base/objs/AtmosModel/unitTest.cpp +++ b/isis/src/base/objs/AtmosModel/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "NumericalApproximation.h" diff --git a/isis/src/base/objs/AtmosModelFactory/AtmosModelFactory.cpp b/isis/src/base/objs/AtmosModelFactory/AtmosModelFactory.cpp index 457798556b55e61e5d8c33b247dc3cc545c2e6bb..ec749757eb5106520231af244b31d13744d49a66 100644 --- a/isis/src/base/objs/AtmosModelFactory/AtmosModelFactory.cpp +++ b/isis/src/base/objs/AtmosModelFactory/AtmosModelFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/18 18:53:56 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AtmosModelFactory.h" #include "AtmosModel.h" diff --git a/isis/src/base/objs/AtmosModelFactory/AtmosModelFactory.h b/isis/src/base/objs/AtmosModelFactory/AtmosModelFactory.h index 3d8f6bdf9f1c099e50e2a7f23557afe99a141d4b..e2310561121bdfc8d209fb87cc89b1d00896cd83 100644 --- a/isis/src/base/objs/AtmosModelFactory/AtmosModelFactory.h +++ b/isis/src/base/objs/AtmosModelFactory/AtmosModelFactory.h @@ -1,27 +1,11 @@ #ifndef AtmosModelFactory_h #define AtmosModelFactory_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/18 18:53:56 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Pvl; diff --git a/isis/src/base/objs/AtmosModelFactory/unitTest.cpp b/isis/src/base/objs/AtmosModelFactory/unitTest.cpp index b11bce4985d86d98d0fd182b77f8845752d03621..ca12ce9263202aa049bb8f0ef75d81c2f13e2749 100644 --- a/isis/src/base/objs/AtmosModelFactory/unitTest.cpp +++ b/isis/src/base/objs/AtmosModelFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Preference.h" diff --git a/isis/src/base/objs/AutoReg/AutoReg.cpp b/isis/src/base/objs/AutoReg/AutoReg.cpp index 76bd3a2d86625e3985224ca02949889bd096af53..3dc47a2cec7ae9ba754082bf3cc412807aced40d 100644 --- a/isis/src/base/objs/AutoReg/AutoReg.cpp +++ b/isis/src/base/objs/AutoReg/AutoReg.cpp @@ -1,22 +1,9 @@ -/** - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "AutoReg.h" #include "Buffer.h" #include "Centroid.h" diff --git a/isis/src/base/objs/AutoReg/AutoReg.h b/isis/src/base/objs/AutoReg/AutoReg.h index 093cf5cbcb6d0d99078d43e66dd9fa2c18ab2e76..2a095eb39493fcfd3dd2fa8f9f4f49b4dc3ab685 100644 --- a/isis/src/base/objs/AutoReg/AutoReg.h +++ b/isis/src/base/objs/AutoReg/AutoReg.h @@ -1,28 +1,12 @@ #ifndef AutoReg_h #define AutoReg_h -/** - * @file - * $Revision: 1.27 $ - * $Date: 2010/06/15 19:37:51 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/AutoReg/unitTest.cpp b/isis/src/base/objs/AutoReg/unitTest.cpp index 13f549abc112935ce70bb550ae200967b3b727e7..c540edffd4f19f066f72a41409b84d7f14b1bf48 100644 --- a/isis/src/base/objs/AutoReg/unitTest.cpp +++ b/isis/src/base/objs/AutoReg/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "AutoReg.h" diff --git a/isis/src/base/objs/AutoRegFactory/AutoRegFactory.cpp b/isis/src/base/objs/AutoRegFactory/AutoRegFactory.cpp index f2640197e2cb628d08af598ea5c1cdc8fd81db8d..43b409d8af6777a7784fee1e7cc809dbed5877be 100644 --- a/isis/src/base/objs/AutoRegFactory/AutoRegFactory.cpp +++ b/isis/src/base/objs/AutoRegFactory/AutoRegFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/19 23:35:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AutoRegFactory.h" #include "AutoReg.h" diff --git a/isis/src/base/objs/AutoRegFactory/AutoRegFactory.h b/isis/src/base/objs/AutoRegFactory/AutoRegFactory.h index f497db062875cc79e0d4e25091e50009a20ff3b3..195bac5282d023cae42df1d3852a8edf60bae250 100644 --- a/isis/src/base/objs/AutoRegFactory/AutoRegFactory.h +++ b/isis/src/base/objs/AutoRegFactory/AutoRegFactory.h @@ -1,27 +1,11 @@ #ifndef AutoRegFactory_h #define AutoRegFactory_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/19 23:35:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { diff --git a/isis/src/base/objs/AutoRegFactory/unitTest.cpp b/isis/src/base/objs/AutoRegFactory/unitTest.cpp index 6b8ae7ba2d8f2b2d4b5fb91fb007a0567739091d..f8841de55b9a89fffeac6940567e0a524a2b3202 100644 --- a/isis/src/base/objs/AutoRegFactory/unitTest.cpp +++ b/isis/src/base/objs/AutoRegFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Preference.h" diff --git a/isis/src/base/objs/BandManager/BandManager.cpp b/isis/src/base/objs/BandManager/BandManager.cpp index 0d2afa9cf037fef095c4a7e728449c3942a95a6f..cf3be9d137878e416e15774688a14d52b8855463 100644 --- a/isis/src/base/objs/BandManager/BandManager.cpp +++ b/isis/src/base/objs/BandManager/BandManager.cpp @@ -1,27 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ - -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/18 19:05:48 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - +/* SPDX-License-Identifier: CC0-1.0 */ #include "BandManager.h" #include "IException.h" diff --git a/isis/src/base/objs/BandManager/BandManager.h b/isis/src/base/objs/BandManager/BandManager.h index d11ec6d6a1bff6dc746521f5e7679c1e2c75fedd..9d322ba9d73966062a647536c4ad201dfbcf3974 100644 --- a/isis/src/base/objs/BandManager/BandManager.h +++ b/isis/src/base/objs/BandManager/BandManager.h @@ -1,26 +1,11 @@ #ifndef BandManager_h #define BandManager_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/18 19:05:48 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "BufferManager.h" #include "Cube.h" diff --git a/isis/src/base/objs/Basis1VariableFunction/Basis1VariableFunction.cpp b/isis/src/base/objs/Basis1VariableFunction/Basis1VariableFunction.cpp index c5759fefd4767e29c3c6b72594333207cd4cbcb8..7b045d9372b4f6df9d15adacdf75967c41bcffb5 100644 --- a/isis/src/base/objs/Basis1VariableFunction/Basis1VariableFunction.cpp +++ b/isis/src/base/objs/Basis1VariableFunction/Basis1VariableFunction.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/01/11 23:18:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Basis1VariableFunction.h" diff --git a/isis/src/base/objs/Basis1VariableFunction/Basis1VariableFunction.h b/isis/src/base/objs/Basis1VariableFunction/Basis1VariableFunction.h index bad7f361f1bbd3c18ef30c37eaf0cbc735fe61b5..8d045021d9773b7140333c2f45438ddca90a365d 100644 --- a/isis/src/base/objs/Basis1VariableFunction/Basis1VariableFunction.h +++ b/isis/src/base/objs/Basis1VariableFunction/Basis1VariableFunction.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/01/11 23:18:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef Basis1VariableFunction_h #define Basis1VariableFunction_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Basis1VariableFunction/unitTest.cpp b/isis/src/base/objs/Basis1VariableFunction/unitTest.cpp index 3a974aabb46a0b1a7df44269b4611a08e37ea0c6..615e96f226fb12d6e2db71c0254b58e9f8ea8d4d 100644 --- a/isis/src/base/objs/Basis1VariableFunction/unitTest.cpp +++ b/isis/src/base/objs/Basis1VariableFunction/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include using namespace std; diff --git a/isis/src/base/objs/BasisFunction/BasisFunction.cpp b/isis/src/base/objs/BasisFunction/BasisFunction.cpp index 6d3ff0470c09984f3d343abf2ab561a3373d4b4a..89acb88054a5fd4882e53cc8f778a41bd63467ed 100644 --- a/isis/src/base/objs/BasisFunction/BasisFunction.cpp +++ b/isis/src/base/objs/BasisFunction/BasisFunction.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "BasisFunction.h" #include "IException.h" diff --git a/isis/src/base/objs/BasisFunction/BasisFunction.h b/isis/src/base/objs/BasisFunction/BasisFunction.h index 88bb533da42560697521dad95be28b600e1cd016..8ccbd4ebc1658b5574bd570ac8fbc9b4a8962339 100644 --- a/isis/src/base/objs/BasisFunction/BasisFunction.h +++ b/isis/src/base/objs/BasisFunction/BasisFunction.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef BasisFunction_h #define BasisFunction_h diff --git a/isis/src/base/objs/Blob/Blob.cpp b/isis/src/base/objs/Blob/Blob.cpp index 1f058d9abaf453c56f5fa0b0af6267847d9091c7..439d2b378f07b4edc1c6a15d40871fc54c6c28c3 100644 --- a/isis/src/base/objs/Blob/Blob.cpp +++ b/isis/src/base/objs/Blob/Blob.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2010/05/14 19:16:39 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Blob.h" #include diff --git a/isis/src/base/objs/Blob/Blob.h b/isis/src/base/objs/Blob/Blob.h index d4648b62d574bb03d50dc34867aaeba14b34e49c..94e11f9a66ba3e66e5d52f815c1159d8740a537e 100644 --- a/isis/src/base/objs/Blob/Blob.h +++ b/isis/src/base/objs/Blob/Blob.h @@ -1,27 +1,11 @@ #ifndef Blob_h #define Blob_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/05/14 19:16:39 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Blob/unitTest.cpp b/isis/src/base/objs/Blob/unitTest.cpp index 2f2bbf4a989174ad0a0bd2804873033c7c7eba47..56113ace38951da7f56ee740e5f85c13caca3b81 100644 --- a/isis/src/base/objs/Blob/unitTest.cpp +++ b/isis/src/base/objs/Blob/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Blob.h" #include "IException.h" diff --git a/isis/src/base/objs/Blobber/Blobber.cpp b/isis/src/base/objs/Blobber/Blobber.cpp index 21f5f2cb8af5d9602e52b5d275b3587aa19c31bd..a447acc0c5854f943174f09395a564591dcb9907 100644 --- a/isis/src/base/objs/Blobber/Blobber.cpp +++ b/isis/src/base/objs/Blobber/Blobber.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/14 21:07:10 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Blobber.h" #include diff --git a/isis/src/base/objs/Blobber/Blobber.h b/isis/src/base/objs/Blobber/Blobber.h index 12fa24ba49fb6611450d13af734ffb48bfb55a37..4d3e83a372700da4008cd212df77a01c8a0016bd 100644 --- a/isis/src/base/objs/Blobber/Blobber.h +++ b/isis/src/base/objs/Blobber/Blobber.h @@ -1,27 +1,11 @@ #ifndef Blobber_h #define Blobber_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Blobber/unitTest.cpp b/isis/src/base/objs/Blobber/unitTest.cpp index a42168f165734866e61cca06a3b4c99bd971a6a2..1b6614ab19284d524b82a15324ffb65192b807f6 100644 --- a/isis/src/base/objs/Blobber/unitTest.cpp +++ b/isis/src/base/objs/Blobber/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" #include "SpecialPixel.h" diff --git a/isis/src/base/objs/BoxcarCachingAlgorithm/BoxcarCachingAlgorithm.cpp b/isis/src/base/objs/BoxcarCachingAlgorithm/BoxcarCachingAlgorithm.cpp index 637e4f92739b5714630f8324d1778fb85a0fe86a..493dc690962d3b120270c1b2bab91cbac9c385d0 100644 --- a/isis/src/base/objs/BoxcarCachingAlgorithm/BoxcarCachingAlgorithm.cpp +++ b/isis/src/base/objs/BoxcarCachingAlgorithm/BoxcarCachingAlgorithm.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "BoxcarCachingAlgorithm.h" diff --git a/isis/src/base/objs/BoxcarCachingAlgorithm/BoxcarCachingAlgorithm.h b/isis/src/base/objs/BoxcarCachingAlgorithm/BoxcarCachingAlgorithm.h index 3fc64655a13a364550916919f61fa824fdce815d..a8c7ae9b1fb8240550ecdca4c03aaba6c0d218e8 100644 --- a/isis/src/base/objs/BoxcarCachingAlgorithm/BoxcarCachingAlgorithm.h +++ b/isis/src/base/objs/BoxcarCachingAlgorithm/BoxcarCachingAlgorithm.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef BoxcarCachingAlgorithm_h #define BoxcarCachingAlgorithm_h diff --git a/isis/src/base/objs/BoxcarCachingAlgorithm/unitTest.cpp b/isis/src/base/objs/BoxcarCachingAlgorithm/unitTest.cpp index 4d68adb559dc0f9ef5c56fbbded381b9f4f5ccbe..bd819634eec45fc25c63d60fff67f65c31c2b10b 100644 --- a/isis/src/base/objs/BoxcarCachingAlgorithm/unitTest.cpp +++ b/isis/src/base/objs/BoxcarCachingAlgorithm/unitTest.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/BoxcarManager/BoxcarManager.cpp b/isis/src/base/objs/BoxcarManager/BoxcarManager.cpp index 0832780a74b217acf29f850946f883eb0b10efb2..5b3076527be0bbf8778bab78e90ccbc4f2d1608a 100644 --- a/isis/src/base/objs/BoxcarManager/BoxcarManager.cpp +++ b/isis/src/base/objs/BoxcarManager/BoxcarManager.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "BoxcarManager.h" diff --git a/isis/src/base/objs/BoxcarManager/BoxcarManager.h b/isis/src/base/objs/BoxcarManager/BoxcarManager.h index 95249c96ad0072dbe113a7984e6245688f7886ac..90d414cb92bb395b4eca20faf4a39c0f6d3f50db 100644 --- a/isis/src/base/objs/BoxcarManager/BoxcarManager.h +++ b/isis/src/base/objs/BoxcarManager/BoxcarManager.h @@ -1,28 +1,11 @@ #ifndef BoxcarManager_h #define BoxcarManager_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "BufferManager.h" #include "Cube.h" diff --git a/isis/src/base/objs/BoxcarManager/unitTest.cpp b/isis/src/base/objs/BoxcarManager/unitTest.cpp index a3d06c548c13ec2c386ae7d86e10608c1e942ca7..7fb73df2cfbfade2568f9197cff829c08b60c17c 100644 --- a/isis/src/base/objs/BoxcarManager/unitTest.cpp +++ b/isis/src/base/objs/BoxcarManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Brick/Brick.cpp b/isis/src/base/objs/Brick/Brick.cpp index 940cb1a7446b6363bcb8a25b1025d4786e718f8d..630458f0d0a3f04cb681ac6b0b5f360abf419604 100644 --- a/isis/src/base/objs/Brick/Brick.cpp +++ b/isis/src/base/objs/Brick/Brick.cpp @@ -1,26 +1,9 @@ -/** - * - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Brick.h" #include "IException.h" diff --git a/isis/src/base/objs/Brick/Brick.h b/isis/src/base/objs/Brick/Brick.h index 7be83a406bd881829c1ae52adf1de340ffaac94c..29ce6c54ccdee36dd7952b6beed6078bbf6b9092 100644 --- a/isis/src/base/objs/Brick/Brick.h +++ b/isis/src/base/objs/Brick/Brick.h @@ -1,27 +1,11 @@ #ifndef Brick_h #define Brick_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PixelType.h" #include "BufferManager.h" diff --git a/isis/src/base/objs/Brick/unitTest.cpp b/isis/src/base/objs/Brick/unitTest.cpp index a740e5d9371511d755b843e762b67282341f42c0..486eb9a77ed530caa73161b3c8d2ddea6ecba362 100644 --- a/isis/src/base/objs/Brick/unitTest.cpp +++ b/isis/src/base/objs/Brick/unitTest.cpp @@ -1,4 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Buffer.h" #include "Brick.h" diff --git a/isis/src/base/objs/Buffer/Buffer.cpp b/isis/src/base/objs/Buffer/Buffer.cpp index 518b9af892b924d3d76f8e54add5393003cc5245..0757c99bc306afba8fe0ecc3ef814b9df679a877 100644 --- a/isis/src/base/objs/Buffer/Buffer.cpp +++ b/isis/src/base/objs/Buffer/Buffer.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/06/26 01:05:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PixelType.h" #include "Buffer.h" diff --git a/isis/src/base/objs/Buffer/Buffer.h b/isis/src/base/objs/Buffer/Buffer.h index 7befcc68954a5e06ab8909df6d3998ae49b85421..f0e52986024ee31fec29a9d3837bdfe49232fc7c 100644 --- a/isis/src/base/objs/Buffer/Buffer.h +++ b/isis/src/base/objs/Buffer/Buffer.h @@ -1,27 +1,11 @@ #ifndef Buffer_h #define Buffer_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/06/22 17:47:56 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PixelType.h" diff --git a/isis/src/base/objs/Buffer/unitTest.cpp b/isis/src/base/objs/Buffer/unitTest.cpp index 9453b4efa95461ae5e9016a0a5c9596fc465405f..2babf6da8e240686cd49b5221e465bc631650d23 100644 --- a/isis/src/base/objs/Buffer/unitTest.cpp +++ b/isis/src/base/objs/Buffer/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Buffer.h" #include "IException.h" diff --git a/isis/src/base/objs/BufferManager/BufferManager.cpp b/isis/src/base/objs/BufferManager/BufferManager.cpp index 91f67d187f1aef0f5559cc2ed91ab8a8b7aec367..705702a88db69ad50f49a071c9a7bf086057e938 100644 --- a/isis/src/base/objs/BufferManager/BufferManager.cpp +++ b/isis/src/base/objs/BufferManager/BufferManager.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/18 19:35:16 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include "BufferManager.h" diff --git a/isis/src/base/objs/BufferManager/BufferManager.h b/isis/src/base/objs/BufferManager/BufferManager.h index 21f4d6148bb4d6748b7e35f5aa1ac8ec47dcabbe..b034f146e2e0a1f03fd4712106a10aaeb9268e2e 100644 --- a/isis/src/base/objs/BufferManager/BufferManager.h +++ b/isis/src/base/objs/BufferManager/BufferManager.h @@ -1,27 +1,11 @@ #ifndef BufferManager_h #define BufferManager_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/18 19:35:16 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Constants.h" #include "PixelType.h" diff --git a/isis/src/base/objs/BufferManager/unitTest.cpp b/isis/src/base/objs/BufferManager/unitTest.cpp index 097b4368bec1e20b8fa278e8149e0a6468c14661..69a68409ad13d2935b8640f2cb7f5b3afbcf774a 100644 --- a/isis/src/base/objs/BufferManager/unitTest.cpp +++ b/isis/src/base/objs/BufferManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "BufferManager.h" #include "Preference.h" diff --git a/isis/src/base/objs/BulletDskShape/BulletDskShape.cpp b/isis/src/base/objs/BulletDskShape/BulletDskShape.cpp index 52d5f68f8ec51af4c9f7d635dc5b9195b27e232f..148ab168095de86c5b608c3553448f85135ee8cc 100644 --- a/isis/src/base/objs/BulletDskShape/BulletDskShape.cpp +++ b/isis/src/base/objs/BulletDskShape/BulletDskShape.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "BulletDskShape.h" diff --git a/isis/src/base/objs/BulletDskShape/BulletDskShape.h b/isis/src/base/objs/BulletDskShape/BulletDskShape.h index 64673272c02d6b5598df752f8738bc623ced26f5..b9df86b988aaad6f724757ceac8e8a59c45f58b5 100644 --- a/isis/src/base/objs/BulletDskShape/BulletDskShape.h +++ b/isis/src/base/objs/BulletDskShape/BulletDskShape.h @@ -1,27 +1,11 @@ #ifndef BulletDskShape_h #define BulletDskShape_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/BulletShapeModel/BulletAllHitsRayCallback.cpp b/isis/src/base/objs/BulletShapeModel/BulletAllHitsRayCallback.cpp index c2039f20e16f9523cf3f307070980751c7f952fe..76e74b79ca6c1430f14d3ef35e16e06661773ef3 100644 --- a/isis/src/base/objs/BulletShapeModel/BulletAllHitsRayCallback.cpp +++ b/isis/src/base/objs/BulletShapeModel/BulletAllHitsRayCallback.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/BulletShapeModel/BulletAllHitsRayCallback.h b/isis/src/base/objs/BulletShapeModel/BulletAllHitsRayCallback.h index 52667c3f6ab200449fb17b9be3e20f8cb5cf1df8..a85cac69d392ca3d002074f93f39f15432fbdc3c 100644 --- a/isis/src/base/objs/BulletShapeModel/BulletAllHitsRayCallback.h +++ b/isis/src/base/objs/BulletShapeModel/BulletAllHitsRayCallback.h @@ -1,27 +1,11 @@ #ifndef BulletAllHitsRayCallback_h #define BulletAllHitsRayCallback_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/BulletShapeModel/BulletClosestRayCallback.cpp b/isis/src/base/objs/BulletShapeModel/BulletClosestRayCallback.cpp index 994dcad38c827099bb24ca55dbc7d955c2fae615..a9b142795e4cb954ad8ca46a72db1d37e77ea534 100644 --- a/isis/src/base/objs/BulletShapeModel/BulletClosestRayCallback.cpp +++ b/isis/src/base/objs/BulletShapeModel/BulletClosestRayCallback.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/BulletShapeModel/BulletClosestRayCallback.h b/isis/src/base/objs/BulletShapeModel/BulletClosestRayCallback.h index 4fe1232fc89d9e7ffb8c610834a80246e33e93f2..c2088d4d99916927dfda668b8114846657284a00 100644 --- a/isis/src/base/objs/BulletShapeModel/BulletClosestRayCallback.h +++ b/isis/src/base/objs/BulletShapeModel/BulletClosestRayCallback.h @@ -1,27 +1,11 @@ #ifndef BulletClosestRayCallback_h #define BulletClosestRayCallback_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/BulletShapeModel/BulletShapeModel.h b/isis/src/base/objs/BulletShapeModel/BulletShapeModel.h index 13bdfefa0b38ac9d1d8719bbc7ca3c0450bc41d8..2b3780c2ec33c75807e98aa8035b2fd346f22156 100644 --- a/isis/src/base/objs/BulletShapeModel/BulletShapeModel.h +++ b/isis/src/base/objs/BulletShapeModel/BulletShapeModel.h @@ -1,27 +1,11 @@ #ifndef BulletShapeModel_h #define BulletShapeModel_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ShapeModel.h" #include diff --git a/isis/src/base/objs/BulletShapeModel/IsisBullet.h b/isis/src/base/objs/BulletShapeModel/IsisBullet.h index dde017ec91d1d791924841b8f1d89262647deab8..f1586f5576a710161e353e0395f2f4c03d62280a 100644 --- a/isis/src/base/objs/BulletShapeModel/IsisBullet.h +++ b/isis/src/base/objs/BulletShapeModel/IsisBullet.h @@ -1,24 +1,11 @@ #ifndef IsisBullet_h #define IsisBullet_h -/** - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ /** * @brief Bullet Physics ISIS-specific include file diff --git a/isis/src/base/objs/BulletShapeModel/unitTest.cpp b/isis/src/base/objs/BulletShapeModel/unitTest.cpp index 7435e33f8d49d0c1dd0d8edac421dfe519d9fedd..9c11035b8d315a198a8f39820b728b9624ef22b9 100644 --- a/isis/src/base/objs/BulletShapeModel/unitTest.cpp +++ b/isis/src/base/objs/BulletShapeModel/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/BulletTargetShape/BulletTargetShape.cpp b/isis/src/base/objs/BulletTargetShape/BulletTargetShape.cpp index e1edb0b38f8a9d4af6d788e206ad59eeeff01396..32920c2ceceff219c9dbd26401bbbe237b5e7255 100644 --- a/isis/src/base/objs/BulletTargetShape/BulletTargetShape.cpp +++ b/isis/src/base/objs/BulletTargetShape/BulletTargetShape.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "BulletTargetShape.h" #include "BulletDskShape.h" diff --git a/isis/src/base/objs/BulletTargetShape/BulletTargetShape.h b/isis/src/base/objs/BulletTargetShape/BulletTargetShape.h index 285adf9cf659704b2db6134cefe06cffde789637..4cf7d562d56af6c847b07d877204d448fde76eae 100644 --- a/isis/src/base/objs/BulletTargetShape/BulletTargetShape.h +++ b/isis/src/base/objs/BulletTargetShape/BulletTargetShape.h @@ -1,27 +1,11 @@ #ifndef BulletTargetShape_h #define BulletTargetShape_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/BulletTargetShape/unitTest.cpp b/isis/src/base/objs/BulletTargetShape/unitTest.cpp index c141ce730cf5f2de38107a7784e35ae35c9f15b5..6684a99d6b63fafe400a97926f1d227be84b6b1d 100644 --- a/isis/src/base/objs/BulletTargetShape/unitTest.cpp +++ b/isis/src/base/objs/BulletTargetShape/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/BulletWorldManager/BulletWorldManager.cpp b/isis/src/base/objs/BulletWorldManager/BulletWorldManager.cpp index 5f2b60786b8fb6248c4599922658355f349a2060..c612302d3f3bf12f080ed034ab9f822dc77f4f28 100644 --- a/isis/src/base/objs/BulletWorldManager/BulletWorldManager.cpp +++ b/isis/src/base/objs/BulletWorldManager/BulletWorldManager.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "BulletWorldManager.h" diff --git a/isis/src/base/objs/BulletWorldManager/BulletWorldManager.h b/isis/src/base/objs/BulletWorldManager/BulletWorldManager.h index 5ce0b67244311ec828d15d175cf34efcbb37e2dc..30165d003d47b6b435e2eb65ad5fa644aa415115 100644 --- a/isis/src/base/objs/BulletWorldManager/BulletWorldManager.h +++ b/isis/src/base/objs/BulletWorldManager/BulletWorldManager.h @@ -1,27 +1,11 @@ #ifndef BulletWorldManager_h #define BulletWorldManager_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/BulletWorldManager/unitTest.cpp b/isis/src/base/objs/BulletWorldManager/unitTest.cpp index 67885d5d858b609638449b898a3434372e956f51..2c0684373f5c8a15e2b8f28d2e776f48f7bcb26d 100644 --- a/isis/src/base/objs/BulletWorldManager/unitTest.cpp +++ b/isis/src/base/objs/BulletWorldManager/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/CSVReader/CSVReader.cpp b/isis/src/base/objs/CSVReader/CSVReader.cpp index 89905723304f3ac3a613c057a92c5ee4724c3cea..086f88fe2df30f71fcbd20079d12c0b2b912b7b9 100644 --- a/isis/src/base/objs/CSVReader/CSVReader.cpp +++ b/isis/src/base/objs/CSVReader/CSVReader.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/04/09 21:11:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/CSVReader/CSVReader.h b/isis/src/base/objs/CSVReader/CSVReader.h index 592d3ca986ed322f1d089ce37cfe17a5e0c10afd..6b282f0ecaa370186f8ff96ecb5f3e6ffaf8bae6 100644 --- a/isis/src/base/objs/CSVReader/CSVReader.h +++ b/isis/src/base/objs/CSVReader/CSVReader.h @@ -1,27 +1,11 @@ #ifndef CSVReader_h #define CSVReader_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/04/09 21:11:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/CSVReader/unitTest.cpp b/isis/src/base/objs/CSVReader/unitTest.cpp index 86ce1207f165cb477c748f37521a6f6e8b2eda80..dac669abad11075b8650a48eff19235566c4eb39 100644 --- a/isis/src/base/objs/CSVReader/unitTest.cpp +++ b/isis/src/base/objs/CSVReader/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Calculator/Calculator.cpp b/isis/src/base/objs/Calculator/Calculator.cpp index 569203a5b7e6878b2944ddb6ba7eaa1f8b9cf34c..5fb2e151617bb622ee1e7b983acfa657dff2c0bf 100644 --- a/isis/src/base/objs/Calculator/Calculator.cpp +++ b/isis/src/base/objs/Calculator/Calculator.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.14 $ - * $Date: 2010/04/08 15:05:24 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Calculator/Calculator.h b/isis/src/base/objs/Calculator/Calculator.h index 9f2dc9be89db119743bb1908bcf79b122930acab..75124785a6daab38eefc2a0509dff4fe7c1168a1 100644 --- a/isis/src/base/objs/Calculator/Calculator.h +++ b/isis/src/base/objs/Calculator/Calculator.h @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.11 $ - * $Date: 2010/04/16 19:10:14 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // Calculator.h #ifndef CALCULATOR_H_ diff --git a/isis/src/base/objs/Calculator/unitTest.cpp b/isis/src/base/objs/Calculator/unitTest.cpp index f1ce12890f71764eb74104f021f87eb8f87052d2..dc31a837a806d2117b9dd8ed716354735f08a76f 100644 --- a/isis/src/base/objs/Calculator/unitTest.cpp +++ b/isis/src/base/objs/Calculator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Calculator.h" #include diff --git a/isis/src/base/objs/Camera/Camera.cpp b/isis/src/base/objs/Camera/Camera.cpp index cb06ddc03f9369f27849f2c7cb29223b12d65f3f..b33d3011c62666cf18dbaa4607d846a33643f7e6 100644 --- a/isis/src/base/objs/Camera/Camera.cpp +++ b/isis/src/base/objs/Camera/Camera.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 7229 $ - * $Date: 2016-11-10 21:04:46 -0700 (Thu, 10 Nov 2016) $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/Camera/Camera.h b/isis/src/base/objs/Camera/Camera.h index 8faeaccafe9fb2975211f433ae4e4668933f8aba..6813033249f5f732c2098bdd8e96182f43512894 100644 --- a/isis/src/base/objs/Camera/Camera.h +++ b/isis/src/base/objs/Camera/Camera.h @@ -1,27 +1,11 @@ #ifndef Camera_h #define Camera_h -/** - * @file - * $Revision: 7234 $ - * $Date: 2016-11-12 14:04:38 -0700 (Sat, 12 Nov 2016) $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Sensor.h" diff --git a/isis/src/base/objs/Camera/unitTest.cpp b/isis/src/base/objs/Camera/unitTest.cpp index e7b2bcb639578552eaffa55f1e2517867b960785..469fb8ba6de1e568e529ad5ce35841ed8d85face 100644 --- a/isis/src/base/objs/Camera/unitTest.cpp +++ b/isis/src/base/objs/Camera/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/CameraDetectorMap/CameraDetectorMap.cpp b/isis/src/base/objs/CameraDetectorMap/CameraDetectorMap.cpp index a23dae43e7ca6c7ffc47821049110f839d685618..af2deec360ccb5133716577db1ccfd93109c48cc 100644 --- a/isis/src/base/objs/CameraDetectorMap/CameraDetectorMap.cpp +++ b/isis/src/base/objs/CameraDetectorMap/CameraDetectorMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/04/08 02:32:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraDetectorMap.h" #include "iTime.h" diff --git a/isis/src/base/objs/CameraDetectorMap/CameraDetectorMap.h b/isis/src/base/objs/CameraDetectorMap/CameraDetectorMap.h index 7c25655e6a8f38900696be4f01dbbb42992477bb..57f12a3ec1ba831a0c8fd8d03b2c22945d31d96c 100644 --- a/isis/src/base/objs/CameraDetectorMap/CameraDetectorMap.h +++ b/isis/src/base/objs/CameraDetectorMap/CameraDetectorMap.h @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/04/08 02:32:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the - * USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef CameraDetectorMap_h #define CameraDetectorMap_h diff --git a/isis/src/base/objs/CameraDetectorMap/unitTest.cpp b/isis/src/base/objs/CameraDetectorMap/unitTest.cpp index fad11f57ed1d784ad9fa4a119ec690b54285e402..5ab415446dbb4485aada8cb84843334280e6d27e 100644 --- a/isis/src/base/objs/CameraDetectorMap/unitTest.cpp +++ b/isis/src/base/objs/CameraDetectorMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "CameraDetectorMap.h" diff --git a/isis/src/base/objs/CameraDistortionMap/CameraDistortionMap.cpp b/isis/src/base/objs/CameraDistortionMap/CameraDistortionMap.cpp index 7cbc2c060b97ee3948cfe0abd899385a105f1ae7..46958d4962b1d5c6ab4fa976fb402fcef9a97e94 100644 --- a/isis/src/base/objs/CameraDistortionMap/CameraDistortionMap.cpp +++ b/isis/src/base/objs/CameraDistortionMap/CameraDistortionMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/02/21 16:04:33 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IString.h" #include "CameraDistortionMap.h" diff --git a/isis/src/base/objs/CameraDistortionMap/CameraDistortionMap.h b/isis/src/base/objs/CameraDistortionMap/CameraDistortionMap.h index 28c7bd056772717a9b340ec74d048a47430a10e2..2739a374f18c8b8702b6cf2ceacbf29202b7c023 100644 --- a/isis/src/base/objs/CameraDistortionMap/CameraDistortionMap.h +++ b/isis/src/base/objs/CameraDistortionMap/CameraDistortionMap.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/02/21 16:04:33 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef CameraDistortionMap_h #define CameraDistortionMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Camera.h" diff --git a/isis/src/base/objs/CameraDistortionMap/unitTest.cpp b/isis/src/base/objs/CameraDistortionMap/unitTest.cpp index d29f6a0a3117f27e7834dbb1f64a8b2014ea3d9d..d98be66475379df5405d1d56306992d05df00741 100644 --- a/isis/src/base/objs/CameraDistortionMap/unitTest.cpp +++ b/isis/src/base/objs/CameraDistortionMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/CameraFactory/CameraFactory.cpp b/isis/src/base/objs/CameraFactory/CameraFactory.cpp index 3b946152e70a35869c05ee18f40cf8e4d6e54552..47f1f7dd92b6269d0198aa2d401c30ee63c97b70 100644 --- a/isis/src/base/objs/CameraFactory/CameraFactory.cpp +++ b/isis/src/base/objs/CameraFactory/CameraFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/05/12 20:07:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/CameraFactory/CameraFactory.h b/isis/src/base/objs/CameraFactory/CameraFactory.h index 46248ea2c88c636ac694263b1a153c525a23b0e7..7f6a04a81727e923dd20cdeee60cc37be59151e9 100644 --- a/isis/src/base/objs/CameraFactory/CameraFactory.h +++ b/isis/src/base/objs/CameraFactory/CameraFactory.h @@ -1,26 +1,11 @@ #ifndef CameraFactory_h #define CameraFactory_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/05/12 19:31:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Plugin.h" namespace Isis { diff --git a/isis/src/base/objs/CameraFactory/unitTest.cpp b/isis/src/base/objs/CameraFactory/unitTest.cpp index 18d0f3fe98970ff4cef0a9a5d7fb86b8ff687ac4..b6f1a8f9a56000541d713b50418aacf774627970 100644 --- a/isis/src/base/objs/CameraFactory/unitTest.cpp +++ b/isis/src/base/objs/CameraFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" #include "CameraFactory.h" diff --git a/isis/src/base/objs/CameraFocalPlaneMap/CameraFocalPlaneMap.cpp b/isis/src/base/objs/CameraFocalPlaneMap/CameraFocalPlaneMap.cpp index f498c9eca0bee1eed45c5d7e7a1f32be7f5eab18..9b4ac43824a4c7e60ec71b7a8db5795f76bb49a4 100644 --- a/isis/src/base/objs/CameraFocalPlaneMap/CameraFocalPlaneMap.cpp +++ b/isis/src/base/objs/CameraFocalPlaneMap/CameraFocalPlaneMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2008/06/17 16:10:40 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraFocalPlaneMap.h" #include diff --git a/isis/src/base/objs/CameraFocalPlaneMap/CameraFocalPlaneMap.h b/isis/src/base/objs/CameraFocalPlaneMap/CameraFocalPlaneMap.h index 830d1665b94fb3168e243cb1a2221179c251109e..fc93da349f828b797258b300de646f8a628494a3 100644 --- a/isis/src/base/objs/CameraFocalPlaneMap/CameraFocalPlaneMap.h +++ b/isis/src/base/objs/CameraFocalPlaneMap/CameraFocalPlaneMap.h @@ -1,27 +1,11 @@ #ifndef CameraFocalPlaneMap_h #define CameraFocalPlaneMap_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2007/02/13 23:03:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ template class QVector; diff --git a/isis/src/base/objs/CameraFocalPlaneMap/unitTest.cpp b/isis/src/base/objs/CameraFocalPlaneMap/unitTest.cpp index 101d1918aea3422d0dc3be5c7acff579e373a36f..784f497d9ef2e3cc9845b2f8acdefc72e739d06a 100644 --- a/isis/src/base/objs/CameraFocalPlaneMap/unitTest.cpp +++ b/isis/src/base/objs/CameraFocalPlaneMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/CameraGroundMap/CameraGroundMap.cpp b/isis/src/base/objs/CameraGroundMap/CameraGroundMap.cpp index 02554c08977deb7edb11260fbb61d04e7c8bdfea..a6e26550b5b98c4de1f719318da5871dc7847947 100644 --- a/isis/src/base/objs/CameraGroundMap/CameraGroundMap.cpp +++ b/isis/src/base/objs/CameraGroundMap/CameraGroundMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2010/03/27 06:36:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraGroundMap.h" #include diff --git a/isis/src/base/objs/CameraGroundMap/CameraGroundMap.h b/isis/src/base/objs/CameraGroundMap/CameraGroundMap.h index 7af347730cd44089bf43ad04c0574016d2d53548..fb505219ebfa0c3af3948b3cbc593535ed3bd524 100644 --- a/isis/src/base/objs/CameraGroundMap/CameraGroundMap.h +++ b/isis/src/base/objs/CameraGroundMap/CameraGroundMap.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2010/03/27 06:36:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef CameraGroundMap_h #define CameraGroundMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" #include "CameraDistortionMap.h" diff --git a/isis/src/base/objs/CameraGroundMap/unitTest.cpp b/isis/src/base/objs/CameraGroundMap/unitTest.cpp index d29f6a0a3117f27e7834dbb1f64a8b2014ea3d9d..d98be66475379df5405d1d56306992d05df00741 100644 --- a/isis/src/base/objs/CameraGroundMap/unitTest.cpp +++ b/isis/src/base/objs/CameraGroundMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/CameraPointInfo/CameraPointInfo.cpp b/isis/src/base/objs/CameraPointInfo/CameraPointInfo.cpp index dd7504ecf57fb1a6ebe3f85ad8d4d8540664c203..2b8da642210fea4bb33919c8ce1662fefc99112f 100644 --- a/isis/src/base/objs/CameraPointInfo/CameraPointInfo.cpp +++ b/isis/src/base/objs/CameraPointInfo/CameraPointInfo.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2010/06/07 22:42:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraPointInfo.h" #include diff --git a/isis/src/base/objs/CameraPointInfo/CameraPointInfo.h b/isis/src/base/objs/CameraPointInfo/CameraPointInfo.h index 3dae8a36e3559948ce03654c9be5922b9c563f37..f55bcc164608487a2b2820da62d4e56f248992c7 100644 --- a/isis/src/base/objs/CameraPointInfo/CameraPointInfo.h +++ b/isis/src/base/objs/CameraPointInfo/CameraPointInfo.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/06/07 22:42:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef CameraPointInfo_h #define CameraPointInfo_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/CameraPointInfo/unitTest.cpp b/isis/src/base/objs/CameraPointInfo/unitTest.cpp index 0da557325126f8aee02d1a4d357f295815262caf..f67e0f9293ef1706173ef08a62aa653a7fbca5f4 100644 --- a/isis/src/base/objs/CameraPointInfo/unitTest.cpp +++ b/isis/src/base/objs/CameraPointInfo/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraPointInfo.h" #include "Preference.h" #include "PvlGroup.h" diff --git a/isis/src/base/objs/CameraSkyMap/CameraSkyMap.cpp b/isis/src/base/objs/CameraSkyMap/CameraSkyMap.cpp index 6482780f58a2cd6f3b2465944611faa9ec4317ac..97ed9943e947aaa16a347805d0be0461d8aeda15 100644 --- a/isis/src/base/objs/CameraSkyMap/CameraSkyMap.cpp +++ b/isis/src/base/objs/CameraSkyMap/CameraSkyMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/07/15 15:07:19 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraSkyMap.h" #include "NaifStatus.h" diff --git a/isis/src/base/objs/CameraSkyMap/CameraSkyMap.h b/isis/src/base/objs/CameraSkyMap/CameraSkyMap.h index 26b36e01925ec494443c53f052ffeb624aafd57d..34078e0e5a16edcaac319435dc062202a2b806d8 100644 --- a/isis/src/base/objs/CameraSkyMap/CameraSkyMap.h +++ b/isis/src/base/objs/CameraSkyMap/CameraSkyMap.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/07/15 15:07:19 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef CameraSkyMap_h #define CameraSkyMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/CameraSkyMap/unitTest.cpp b/isis/src/base/objs/CameraSkyMap/unitTest.cpp index d29f6a0a3117f27e7834dbb1f64a8b2014ea3d9d..d98be66475379df5405d1d56306992d05df00741 100644 --- a/isis/src/base/objs/CameraSkyMap/unitTest.cpp +++ b/isis/src/base/objs/CameraSkyMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/CameraStatistics/CameraStatistics.cpp b/isis/src/base/objs/CameraStatistics/CameraStatistics.cpp index a9f3f2fcb4c25752ce22b2269c0a88aca7e86952..e06cb53a8769b8e26132844ae5dd7c2eaf8fb933 100644 --- a/isis/src/base/objs/CameraStatistics/CameraStatistics.cpp +++ b/isis/src/base/objs/CameraStatistics/CameraStatistics.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include "CameraStatistics.h" diff --git a/isis/src/base/objs/CameraStatistics/CameraStatistics.h b/isis/src/base/objs/CameraStatistics/CameraStatistics.h index beb4f70da66adacf1b5b9ba0b8f232c695578411..4ff2582ddf2c9954bc2cce61c3946bc9fdeaf895 100644 --- a/isis/src/base/objs/CameraStatistics/CameraStatistics.h +++ b/isis/src/base/objs/CameraStatistics/CameraStatistics.h @@ -1,28 +1,12 @@ #ifndef CameraStatistics_h #define CameraStatistics_h -/** - * @file - * $Revision: 1.16 $ - * $Date: 2010/06/15 18:27:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/CameraStatistics/unitTest.cpp b/isis/src/base/objs/CameraStatistics/unitTest.cpp index 064d5a25ff0acbd45691037369946b8ed47d4fc9..ca4530269510d73bae5994bf64ee26941be02e41 100644 --- a/isis/src/base/objs/CameraStatistics/unitTest.cpp +++ b/isis/src/base/objs/CameraStatistics/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Camera.h" diff --git a/isis/src/base/objs/Centroid/Centroid.cpp b/isis/src/base/objs/Centroid/Centroid.cpp index bfa3a96efaff0ba41f2955ca1e46a1725f9be5ac..0f93c84c8714063417d2544f4b57126bf7d87959 100644 --- a/isis/src/base/objs/Centroid/Centroid.cpp +++ b/isis/src/base/objs/Centroid/Centroid.cpp @@ -1,23 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ - -/** - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Centroid.h" diff --git a/isis/src/base/objs/Centroid/Centroid.h b/isis/src/base/objs/Centroid/Centroid.h index 03713cc1355665876972f57dac84ad170aa8c33f..b741cf174dfc270d83bba724d4faf798114acb6f 100644 --- a/isis/src/base/objs/Centroid/Centroid.h +++ b/isis/src/base/objs/Centroid/Centroid.h @@ -1,27 +1,11 @@ #ifndef Centroid_h #define Centroid_h -/** - * @file - * $Revision: 1.0 $ - * $Date: 2011/10/12 12:52:30 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Chip.h" #include "Selection.h" diff --git a/isis/src/base/objs/Centroid/unitTest.cpp b/isis/src/base/objs/Centroid/unitTest.cpp index 89bf2898efbf246a37af91c465bf79e54b30e586..1bc342b285c0f5918788ac6b93e54cc6c8a7d4df 100644 --- a/isis/src/base/objs/Centroid/unitTest.cpp +++ b/isis/src/base/objs/Centroid/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Centroid.h" diff --git a/isis/src/base/objs/Chip/Chip.cpp b/isis/src/base/objs/Chip/Chip.cpp index cebb64289ac3cc5be30ad5cbdf00cb06e340add7..d42eedfdb5b8d5f50e74e13622bb576f278d48e8 100644 --- a/isis/src/base/objs/Chip/Chip.cpp +++ b/isis/src/base/objs/Chip/Chip.cpp @@ -1,31 +1,11 @@ -/** - * @file - * $Revision: 1.18 $ - * $Date: 2010/06/15 19:39:56 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - -#include "Chip.h" - - +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ +#include "Chip.h" #include "Camera.h" #include "Cube.h" #include "IException.h" @@ -46,8 +26,6 @@ #include #include - - using namespace std; namespace Isis { diff --git a/isis/src/base/objs/Chip/Chip.h b/isis/src/base/objs/Chip/Chip.h index 0bd73ae88c4123767d9ce7fb3823ed200c5644fd..ee3e5bb77a5d778532d572f95afeb81966f9d831 100644 --- a/isis/src/base/objs/Chip/Chip.h +++ b/isis/src/base/objs/Chip/Chip.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.16 $ - * $Date: 2010/06/15 18:27:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef Chip_h #define Chip_h diff --git a/isis/src/base/objs/Chip/unitTest.cpp b/isis/src/base/objs/Chip/unitTest.cpp index c09c76a0f56f3ee289111419ce8072dc72492d0e..b67ec54e3c7a76894a3f338ad63fb286ce61479e 100644 --- a/isis/src/base/objs/Chip/unitTest.cpp +++ b/isis/src/base/objs/Chip/unitTest.cpp @@ -1,4 +1,9 @@ -#include +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */#include #include #include diff --git a/isis/src/base/objs/CollectorMap/CollectorMap.h b/isis/src/base/objs/CollectorMap/CollectorMap.h index 5189dff9059e3c9747f217096c5ed781a46af943..50fd0a1dae81a492d261d69c95fc3bf4a7d0414b 100644 --- a/isis/src/base/objs/CollectorMap/CollectorMap.h +++ b/isis/src/base/objs/CollectorMap/CollectorMap.h @@ -1,27 +1,11 @@ #ifndef CollectorMap_h #define CollectorMap_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/18 21:57:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/CollectorMap/unitTest.cpp b/isis/src/base/objs/CollectorMap/unitTest.cpp index 8b50ba027c06c8c1d6f83fa8737dce37e16e52f8..67385d1b138b03d20d03323bc20072f3cdcadfcd 100644 --- a/isis/src/base/objs/CollectorMap/unitTest.cpp +++ b/isis/src/base/objs/CollectorMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Color/Color.cpp b/isis/src/base/objs/Color/Color.cpp index 4ed8d78ccfe4cd7a27f7d9d1204bae4c073d22ad..d174881b53655cff93708a48c29d8c8b04d951a1 100644 --- a/isis/src/base/objs/Color/Color.cpp +++ b/isis/src/base/objs/Color/Color.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Color.h" #include diff --git a/isis/src/base/objs/Color/Color.h b/isis/src/base/objs/Color/Color.h index 56fe86a4764dfd45fbdbc05ca378f8cc6f3b3bf8..41cff0e2144809ffe0ddf023a1cd09ecbf3dc0c5 100644 --- a/isis/src/base/objs/Color/Color.h +++ b/isis/src/base/objs/Color/Color.h @@ -1,5 +1,11 @@ #ifndef Color_H #define Color_H +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ class QColor; class QRegExp; diff --git a/isis/src/base/objs/Color/unitTest.cpp b/isis/src/base/objs/Color/unitTest.cpp index 41b167683e8fc405c7a3ecb6bae1e87cdbad0fc6..d559b808e32596f45b1ba0757024dd5dc88823e8 100644 --- a/isis/src/base/objs/Color/unitTest.cpp +++ b/isis/src/base/objs/Color/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Column/Column.cpp b/isis/src/base/objs/Column/Column.cpp index ed1eb9ad8f2490302a8ca1b544a716485004046c..628dedec435576d835f3f8b88f179461f38b34d7 100644 --- a/isis/src/base/objs/Column/Column.cpp +++ b/isis/src/base/objs/Column/Column.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/10/14 18:15:36 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Column/Column.h b/isis/src/base/objs/Column/Column.h index 9f48ba04e6355c95c7dfc1eaad6453a570973ca5..6deb51ce8d6b17f560c94645bef7759fa0ccbcde 100644 --- a/isis/src/base/objs/Column/Column.h +++ b/isis/src/base/objs/Column/Column.h @@ -1,27 +1,12 @@ #ifndef Column_h #define Column_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/10/14 18:15:36 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Constants/Constants.h b/isis/src/base/objs/Constants/Constants.h index ce6abc982e0a75b5160e23ca5df852d5db88e650..e42331e278ca5cc76433a68830a03e55af1faf09 100644 --- a/isis/src/base/objs/Constants/Constants.h +++ b/isis/src/base/objs/Constants/Constants.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.43 $ - * $Date: 2010/05/24 22:57:44 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef Constants_h #define Constants_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Cube/Cube.cpp b/isis/src/base/objs/Cube/Cube.cpp index 9e93efd8ab0e415b175e83c02a5f97838c1a37ec..b641bb7d9dc3a513ecb5f24cb168da85c5589167 100644 --- a/isis/src/base/objs/Cube/Cube.cpp +++ b/isis/src/base/objs/Cube/Cube.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.19 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include "Cube.h" diff --git a/isis/src/base/objs/Cube/Cube.h b/isis/src/base/objs/Cube/Cube.h index 56943e8094cb2f66c53292d2ba8ad00e6037bdcf..4d00d1e46f0977ec27b695be5597a75a56343c4b 100644 --- a/isis/src/base/objs/Cube/Cube.h +++ b/isis/src/base/objs/Cube/Cube.h @@ -1,27 +1,11 @@ #ifndef Cube_h #define Cube_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Cube/CubeBsqHandler.cpp b/isis/src/base/objs/Cube/CubeBsqHandler.cpp index 183bac492b19184c3b60994ceef8dca31464328a..949188e326ff84630901d9ebce8959c12224866f 100644 --- a/isis/src/base/objs/Cube/CubeBsqHandler.cpp +++ b/isis/src/base/objs/Cube/CubeBsqHandler.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2008/09/03 16:21:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeBsqHandler.h" diff --git a/isis/src/base/objs/Cube/CubeBsqHandler.h b/isis/src/base/objs/Cube/CubeBsqHandler.h index d38c43c44f8bcba95d0d4048c8a113060d1fed46..734605d1887894300ad8b0877d47c080142c4189 100644 --- a/isis/src/base/objs/Cube/CubeBsqHandler.h +++ b/isis/src/base/objs/Cube/CubeBsqHandler.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/09/03 16:21:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef CubeBsqHandler_h #define CubeBsqHandler_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeIoHandler.h" diff --git a/isis/src/base/objs/Cube/CubeIoHandler.cpp b/isis/src/base/objs/Cube/CubeIoHandler.cpp index bc671b478d5a33178e1d01165c7317d7d67ba4c9..7cb7c1d4869bb727846cf7219794258f89784280 100644 --- a/isis/src/base/objs/Cube/CubeIoHandler.cpp +++ b/isis/src/base/objs/Cube/CubeIoHandler.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include "CubeIoHandler.h" diff --git a/isis/src/base/objs/Cube/CubeIoHandler.h b/isis/src/base/objs/Cube/CubeIoHandler.h index 42c025c6464fafef53575fc6cc8fb9ca21949f4b..d25f15345a5846a785cd62d23f365bfcc2686d79 100644 --- a/isis/src/base/objs/Cube/CubeIoHandler.h +++ b/isis/src/base/objs/Cube/CubeIoHandler.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef CubeIoHandler_h #define CubeIoHandler_h diff --git a/isis/src/base/objs/Cube/CubeTileHandler.cpp b/isis/src/base/objs/Cube/CubeTileHandler.cpp index 678bc3a9afb0cd4a5eab008dab5645e1a2cdba60..d01d7d422ba333d62e2433d6fd5c66818a0c4bfb 100644 --- a/isis/src/base/objs/Cube/CubeTileHandler.cpp +++ b/isis/src/base/objs/Cube/CubeTileHandler.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2007/09/14 16:44:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeTileHandler.h" diff --git a/isis/src/base/objs/Cube/CubeTileHandler.h b/isis/src/base/objs/Cube/CubeTileHandler.h index b5436cbf8bab99af9316cbe46b5fb068dd3b9c3a..15b22de67585f7414b249d45d77176e80a0da9fd 100644 --- a/isis/src/base/objs/Cube/CubeTileHandler.h +++ b/isis/src/base/objs/Cube/CubeTileHandler.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/09/03 16:21:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef CubeTileHandler_h #define CubeTileHandler_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeIoHandler.h" diff --git a/isis/src/base/objs/Cube/RawCubeChunk.cpp b/isis/src/base/objs/Cube/RawCubeChunk.cpp index 3fcc00ba16d229a21f21355bbbf8cb37e5aa8ec7..b29cba2042c10f465fc90997d8722fcbf77d36b2 100644 --- a/isis/src/base/objs/Cube/RawCubeChunk.cpp +++ b/isis/src/base/objs/Cube/RawCubeChunk.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include "RawCubeChunk.h" diff --git a/isis/src/base/objs/Cube/RawCubeChunk.h b/isis/src/base/objs/Cube/RawCubeChunk.h index 972b204f401f4f1933fd79f68b058997674c0b92..3ff547713e23ba20c9995f1ff0dc5e1ed5119004 100644 --- a/isis/src/base/objs/Cube/RawCubeChunk.h +++ b/isis/src/base/objs/Cube/RawCubeChunk.h @@ -1,28 +1,13 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef RawCubeChunk_h #define RawCubeChunk_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -class QByteArray; +/* SPDX-License-Identifier: CC0-1.0 */ +class QByteArray; namespace Isis { class Area3D; diff --git a/isis/src/base/objs/Cube/RegionalCachingAlgorithm.cpp b/isis/src/base/objs/Cube/RegionalCachingAlgorithm.cpp index 185bd1ae6ed0df538073bb5f7b52a2eaa4ff1606..fd10086b6d198f42958348a757e58483caf4f394 100644 --- a/isis/src/base/objs/Cube/RegionalCachingAlgorithm.cpp +++ b/isis/src/base/objs/Cube/RegionalCachingAlgorithm.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RegionalCachingAlgorithm.h" diff --git a/isis/src/base/objs/Cube/RegionalCachingAlgorithm.h b/isis/src/base/objs/Cube/RegionalCachingAlgorithm.h index e60e797023c280fe8cb1f415947d2c5b10e71c32..0ae55aa7715410e16357d6658db25f6c8d1702bd 100644 --- a/isis/src/base/objs/Cube/RegionalCachingAlgorithm.h +++ b/isis/src/base/objs/Cube/RegionalCachingAlgorithm.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef RegionalCachingAlgorithm_h #define RegionalCachingAlgorithm_h diff --git a/isis/src/base/objs/Cube/unitTest.cpp b/isis/src/base/objs/Cube/unitTest.cpp index e64734ca6346a7ddce2e00678fa25041e05e4463..bdb62221e9891544cfad8b2fbdbfc656bfc8dfcc 100644 --- a/isis/src/base/objs/Cube/unitTest.cpp +++ b/isis/src/base/objs/Cube/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/CubeAttribute/CubeAttribute.cpp b/isis/src/base/objs/CubeAttribute/CubeAttribute.cpp index 1485e301c3013892863d813ace99b4f9868c0a13..3c81ebab6be515734d1a859daafd86a10f67ca97 100644 --- a/isis/src/base/objs/CubeAttribute/CubeAttribute.cpp +++ b/isis/src/base/objs/CubeAttribute/CubeAttribute.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeAttribute.h" #include diff --git a/isis/src/base/objs/CubeAttribute/CubeAttribute.h b/isis/src/base/objs/CubeAttribute/CubeAttribute.h index fed66b3b531690c1a4a1542a79bfe7f43038d034..eca1058ebfbf7fa96f2b315cf97b29a07c452070 100644 --- a/isis/src/base/objs/CubeAttribute/CubeAttribute.h +++ b/isis/src/base/objs/CubeAttribute/CubeAttribute.h @@ -1,27 +1,11 @@ #ifndef CubeAttribute_h #define CubeAttribute_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/CubeAttribute/unitTest.cpp b/isis/src/base/objs/CubeAttribute/unitTest.cpp index c5ae8060d0bab5efc81da5c050e9bb4d7a22b6bc..1892e65209b2e7cdf2585023dae63b4a9c9ac6dc 100644 --- a/isis/src/base/objs/CubeAttribute/unitTest.cpp +++ b/isis/src/base/objs/CubeAttribute/unitTest.cpp @@ -1,13 +1,9 @@ -/** - * @file - * - * Test driver that tests this Object for accuracy and correct behavior. - * $Revision: 1.1.1.1 $ - * $Id: unitTest.cpp,v 1.1.1.1 2006/10/31 23:18:06 isis3mgr Exp $ - * $Author: isis3mgr $ - * $Date: 2006/10/31 23:18:06 $ - * - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ /*********************************************************************** * PLEASE NOTE * diff --git a/isis/src/base/objs/CubeCachingAlgorithm/CubeCachingAlgorithm.cpp b/isis/src/base/objs/CubeCachingAlgorithm/CubeCachingAlgorithm.cpp index c7b62a1150519dd3922d9a4f100883c5af3f42a9..75720391cb5903c578b929b3d261019d99a37ab7 100644 --- a/isis/src/base/objs/CubeCachingAlgorithm/CubeCachingAlgorithm.cpp +++ b/isis/src/base/objs/CubeCachingAlgorithm/CubeCachingAlgorithm.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeCachingAlgorithm.h" diff --git a/isis/src/base/objs/CubeCachingAlgorithm/CubeCachingAlgorithm.h b/isis/src/base/objs/CubeCachingAlgorithm/CubeCachingAlgorithm.h index 30ae631a9c62c7f75bd6d952482917a74c3d337f..2b59979616d834aedc86bb027ef8605571d95719 100644 --- a/isis/src/base/objs/CubeCachingAlgorithm/CubeCachingAlgorithm.h +++ b/isis/src/base/objs/CubeCachingAlgorithm/CubeCachingAlgorithm.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef CubeCachingAlgorithm_h #define CubeCachingAlgorithm_h diff --git a/isis/src/base/objs/CubeCachingAlgorithm/unitTest.cpp b/isis/src/base/objs/CubeCachingAlgorithm/unitTest.cpp index c1142676e25e007fc307fbd785f19eb23ed8518d..689be6e4d4512c23adf4e141d14d638e7ab81a8c 100644 --- a/isis/src/base/objs/CubeCachingAlgorithm/unitTest.cpp +++ b/isis/src/base/objs/CubeCachingAlgorithm/unitTest.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/CubeCalculator/CubeCalculator.cpp b/isis/src/base/objs/CubeCalculator/CubeCalculator.cpp index fd9e02c45f5868690785b3788bf3894a5c45f739..1b51e276f18dd66f352e37be3c3e08fcb8b3b7e4 100644 --- a/isis/src/base/objs/CubeCalculator/CubeCalculator.cpp +++ b/isis/src/base/objs/CubeCalculator/CubeCalculator.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/04/08 15:03:37 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeCalculator.h" #include diff --git a/isis/src/base/objs/CubeCalculator/CubeCalculator.h b/isis/src/base/objs/CubeCalculator/CubeCalculator.h index c708321ee652cfee30b3abedff72a1fafe4815c8..e625f86abd507963b73a893db0562ea33475c52f 100644 --- a/isis/src/base/objs/CubeCalculator/CubeCalculator.h +++ b/isis/src/base/objs/CubeCalculator/CubeCalculator.h @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/04/08 15:03:37 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // Calculator.h #ifndef CUBE_CALCULATOR_H_ diff --git a/isis/src/base/objs/CubeCalculator/unitTest.cpp b/isis/src/base/objs/CubeCalculator/unitTest.cpp index 1acb16138ab5cd5d4b4e5bf58508526c41275273..399b46143b429beea0b5d2da95266a5c13e557e3 100644 --- a/isis/src/base/objs/CubeCalculator/unitTest.cpp +++ b/isis/src/base/objs/CubeCalculator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "CubeCalculator.h" diff --git a/isis/src/base/objs/CubeDataThread/CubeDataThread.cpp b/isis/src/base/objs/CubeDataThread/CubeDataThread.cpp index 445d2ad0b825269dd915c5d963ace930d460efde..0ffb396ee488beb8508003871b9061e8beacc75e 100644 --- a/isis/src/base/objs/CubeDataThread/CubeDataThread.cpp +++ b/isis/src/base/objs/CubeDataThread/CubeDataThread.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include "CubeDataThread.h" diff --git a/isis/src/base/objs/CubeDataThread/CubeDataThread.h b/isis/src/base/objs/CubeDataThread/CubeDataThread.h index df8e754656cfa28a45cba38faf63a075bdbc9d3b..4c3af01b7145364089a69016593eb760c17bbb19 100644 --- a/isis/src/base/objs/CubeDataThread/CubeDataThread.h +++ b/isis/src/base/objs/CubeDataThread/CubeDataThread.h @@ -1,5 +1,11 @@ #ifndef CubeDataThread_h #define CubeDataThread_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/CubeDataThread/CubeDataThreadTester.cpp b/isis/src/base/objs/CubeDataThread/CubeDataThreadTester.cpp index e7267cbabe07a0de1bfd951b0858ee687638703d..8399b3bcef12decb1f7040af7ebf2bcb427776f8 100644 --- a/isis/src/base/objs/CubeDataThread/CubeDataThreadTester.cpp +++ b/isis/src/base/objs/CubeDataThread/CubeDataThreadTester.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeDataThreadTester.h" #include diff --git a/isis/src/base/objs/CubeDataThread/CubeDataThreadTester.h b/isis/src/base/objs/CubeDataThread/CubeDataThreadTester.h index 6502efb1c8a043ecc812cd7d4c5e722cb95bb451..8134df48d7919991bb52be105279ce6a4e93f77c 100644 --- a/isis/src/base/objs/CubeDataThread/CubeDataThreadTester.h +++ b/isis/src/base/objs/CubeDataThread/CubeDataThreadTester.h @@ -1,5 +1,11 @@ #ifndef CubeDataThreadTester_h #define CubeDataThreadTester_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/CubeDataThread/unitTest.cpp b/isis/src/base/objs/CubeDataThread/unitTest.cpp index c6264b1284023d6c26edca110f12db91fe69d219..e7be181cb80ed704f058149e9344a0bf7728357c 100644 --- a/isis/src/base/objs/CubeDataThread/unitTest.cpp +++ b/isis/src/base/objs/CubeDataThread/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/CubeInfixToPostfix/CubeInfixToPostfix.cpp b/isis/src/base/objs/CubeInfixToPostfix/CubeInfixToPostfix.cpp index 13ee742a5710f9d43eb21eb56800f0324793bc20..4be50ca595d192bb87b2b9fedeb9652dd333f82e 100644 --- a/isis/src/base/objs/CubeInfixToPostfix/CubeInfixToPostfix.cpp +++ b/isis/src/base/objs/CubeInfixToPostfix/CubeInfixToPostfix.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/02/23 17:09:44 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeInfixToPostfix.h" #include "IException.h" diff --git a/isis/src/base/objs/CubeInfixToPostfix/CubeInfixToPostfix.h b/isis/src/base/objs/CubeInfixToPostfix/CubeInfixToPostfix.h index e4ba19940ba48a21ef47096050c8f41ff4793a53..4f341f9da2cd2939449af6ea6e3d1e4e33b09aff 100644 --- a/isis/src/base/objs/CubeInfixToPostfix/CubeInfixToPostfix.h +++ b/isis/src/base/objs/CubeInfixToPostfix/CubeInfixToPostfix.h @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/02/23 17:09:44 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef CUBEINFIXTOPOSTFIX_H_ #define CUBEINFIXTOPOSTFIX_H_ diff --git a/isis/src/base/objs/CubeInfixToPostfix/unitTest.cpp b/isis/src/base/objs/CubeInfixToPostfix/unitTest.cpp index 1d930a60bd025a7fc3ad96ac7a168bd3077f5443..1d19a147327e7e7498a68901d142d66618a493ab 100644 --- a/isis/src/base/objs/CubeInfixToPostfix/unitTest.cpp +++ b/isis/src/base/objs/CubeInfixToPostfix/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeInfixToPostfix.h" #include diff --git a/isis/src/base/objs/CubeManager/CubeManager.cpp b/isis/src/base/objs/CubeManager/CubeManager.cpp index d8e3623f1b2d6f449b62e8518f1406d77c41b797..0f93b7997e0a88b874d87dd618c3adc54581b681 100644 --- a/isis/src/base/objs/CubeManager/CubeManager.cpp +++ b/isis/src/base/objs/CubeManager/CubeManager.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeManager.h" #include diff --git a/isis/src/base/objs/CubeManager/CubeManager.h b/isis/src/base/objs/CubeManager/CubeManager.h index e841f5e3e2c166c20512cbe31cf790039588aa52..595e0637d7600684147f0461521ef3e463736acf 100644 --- a/isis/src/base/objs/CubeManager/CubeManager.h +++ b/isis/src/base/objs/CubeManager/CubeManager.h @@ -1,5 +1,11 @@ #ifndef CubeManager_h #define CubeManager_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IException.h" diff --git a/isis/src/base/objs/CubeManager/unitTest.cpp b/isis/src/base/objs/CubeManager/unitTest.cpp index cb70c5a7167575b3d028dee248fbf121c03b3db7..5f782ef31dfde994b9756d81509b255e3eaa7e99 100644 --- a/isis/src/base/objs/CubeManager/unitTest.cpp +++ b/isis/src/base/objs/CubeManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeManager.h" #include "FileName.h" #include "Cube.h" diff --git a/isis/src/base/objs/DemShape/DemShape.cpp b/isis/src/base/objs/DemShape/DemShape.cpp index 2a699f251b14f2e527167e58cc13d7dd4a0c983c..d6cc67d745c595bfcbc09c88f9ee5be675967255 100644 --- a/isis/src/base/objs/DemShape/DemShape.cpp +++ b/isis/src/base/objs/DemShape/DemShape.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "DemShape.h" // Qt third party includes diff --git a/isis/src/base/objs/DemShape/DemShape.h b/isis/src/base/objs/DemShape/DemShape.h index b06592c26f0898e07b7485b013bfe9fb6ff6ec1e..72aa1d67d6a76025c5ab6061af039b0462897810 100644 --- a/isis/src/base/objs/DemShape/DemShape.h +++ b/isis/src/base/objs/DemShape/DemShape.h @@ -1,26 +1,11 @@ #ifndef DemShape_h #define DemShape_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ShapeModel.h" diff --git a/isis/src/base/objs/DemShape/unitTest.cpp b/isis/src/base/objs/DemShape/unitTest.cpp index d58c60ce66923bb8f7bc9d3193abdf4d2a43f720..3c3183c347fda48d9524a45479981522800966d0 100644 --- a/isis/src/base/objs/DemShape/unitTest.cpp +++ b/isis/src/base/objs/DemShape/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Displacement/Displacement.cpp b/isis/src/base/objs/Displacement/Displacement.cpp index 8629d60259326676c53ee2787c9daeb167d65557..819d3373594f60056f134a67eb71a8f32b24872a 100644 --- a/isis/src/base/objs/Displacement/Displacement.cpp +++ b/isis/src/base/objs/Displacement/Displacement.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Displacement.h" #include "Distance.h" diff --git a/isis/src/base/objs/Displacement/Displacement.h b/isis/src/base/objs/Displacement/Displacement.h index 07bf73a6f81557f0815374fb6cdcc380db223ef9..eadcfc3ce95e355b31f49ba8625f6f540930eecc 100644 --- a/isis/src/base/objs/Displacement/Displacement.h +++ b/isis/src/base/objs/Displacement/Displacement.h @@ -1,24 +1,12 @@ #ifndef Displacement_h #define Displacement_h -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Distance; diff --git a/isis/src/base/objs/Distance/Distance.cpp b/isis/src/base/objs/Distance/Distance.cpp index 83d708e8a7dfc43ea0205fb9036acf1a9f607357..eb06230a00ecb642d94cfb26672f38fee1be8c7c 100644 --- a/isis/src/base/objs/Distance/Distance.cpp +++ b/isis/src/base/objs/Distance/Distance.cpp @@ -1,21 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Distance.h" diff --git a/isis/src/base/objs/Distance/Distance.h b/isis/src/base/objs/Distance/Distance.h index 599bd2db3bfada4bb7f648f9046ad37c5a690ff2..551092c77e69a10f04368900fee80c21fd90ecc6 100644 --- a/isis/src/base/objs/Distance/Distance.h +++ b/isis/src/base/objs/Distance/Distance.h @@ -1,24 +1,11 @@ #ifndef Distance_h #define Distance_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ class QString; diff --git a/isis/src/base/objs/Distance/unitTest.cpp b/isis/src/base/objs/Distance/unitTest.cpp index 85f522a8b506291f68b1dbe2486df704f9fd0cb2..42a4a536bad2a595a33db0ccc0e6b919d2786576 100644 --- a/isis/src/base/objs/Distance/unitTest.cpp +++ b/isis/src/base/objs/Distance/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Distance.h" #include diff --git a/isis/src/base/objs/EllipsoidShape/EllipsoidShape.cpp b/isis/src/base/objs/EllipsoidShape/EllipsoidShape.cpp index 5dd6fd2efe87a63f3808dfaf0e9db875bb1d3ae1..305fcd2741631896877a21358a7327bcba9393ab 100644 --- a/isis/src/base/objs/EllipsoidShape/EllipsoidShape.cpp +++ b/isis/src/base/objs/EllipsoidShape/EllipsoidShape.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "EllipsoidShape.h" #include diff --git a/isis/src/base/objs/EllipsoidShape/EllipsoidShape.h b/isis/src/base/objs/EllipsoidShape/EllipsoidShape.h index e33abd0d391d4f4cf2d17afd8a09f19126729be3..58f8984c93e4534e4c428a9f39adbbbd190cb723 100644 --- a/isis/src/base/objs/EllipsoidShape/EllipsoidShape.h +++ b/isis/src/base/objs/EllipsoidShape/EllipsoidShape.h @@ -1,26 +1,11 @@ #ifndef EllipsoidShape_h #define EllipsoidShape_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ShapeModel.h" diff --git a/isis/src/base/objs/EllipsoidShape/unitTest.cpp b/isis/src/base/objs/EllipsoidShape/unitTest.cpp index 04b05896154538b20a0158ac3a597171de95c62d..fd06abd9f976c31d2dd8961a50dfcea302db00e0 100644 --- a/isis/src/base/objs/EllipsoidShape/unitTest.cpp +++ b/isis/src/base/objs/EllipsoidShape/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - *i - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/EmbreeShapeModel/EmbreeShapeModel.cpp b/isis/src/base/objs/EmbreeShapeModel/EmbreeShapeModel.cpp index ca78a550ed5cc83cee8ac067c5853fdcc15540ed..a4862d4280a226aabc3b7ab4d3b28c61c8d89649 100644 --- a/isis/src/base/objs/EmbreeShapeModel/EmbreeShapeModel.cpp +++ b/isis/src/base/objs/EmbreeShapeModel/EmbreeShapeModel.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "EmbreeShapeModel.h" diff --git a/isis/src/base/objs/EmbreeShapeModel/EmbreeShapeModel.h b/isis/src/base/objs/EmbreeShapeModel/EmbreeShapeModel.h index e11f615b77ff036d862da99ded9c26900e4469e2..59b3378dc5e6006e47e8858da52d9fe599def5a3 100644 --- a/isis/src/base/objs/EmbreeShapeModel/EmbreeShapeModel.h +++ b/isis/src/base/objs/EmbreeShapeModel/EmbreeShapeModel.h @@ -1,27 +1,11 @@ #ifndef EmbreeShapeModel_h #define EmbreeShapeModel_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ShapeModel.h" #include diff --git a/isis/src/base/objs/EmbreeShapeModel/unitTest.cpp b/isis/src/base/objs/EmbreeShapeModel/unitTest.cpp index aa93115fc9c977ad0287c2112065095da331fed4..3984973684d11501e2c5da478cb5d9f5fe7516c3 100644 --- a/isis/src/base/objs/EmbreeShapeModel/unitTest.cpp +++ b/isis/src/base/objs/EmbreeShapeModel/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/EmbreeTargetManager/EmbreeTargetManager.cpp b/isis/src/base/objs/EmbreeTargetManager/EmbreeTargetManager.cpp index 60182629c699ebfcfd90b85144ad2ef124fda109..2c59e7c88239c559be7a11c1a67fdef3799772cc 100644 --- a/isis/src/base/objs/EmbreeTargetManager/EmbreeTargetManager.cpp +++ b/isis/src/base/objs/EmbreeTargetManager/EmbreeTargetManager.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/EmbreeTargetManager/EmbreeTargetManager.h b/isis/src/base/objs/EmbreeTargetManager/EmbreeTargetManager.h index 89d06f49ef7bda4660db90151b2e8a0023316518..bf0ba004764f89d755f0015495f11c908a808540 100644 --- a/isis/src/base/objs/EmbreeTargetManager/EmbreeTargetManager.h +++ b/isis/src/base/objs/EmbreeTargetManager/EmbreeTargetManager.h @@ -1,27 +1,11 @@ #ifndef EmbreeTargetManager_h #define EmbreeTargetManager_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/EmbreeTargetManager/unitTest.cpp b/isis/src/base/objs/EmbreeTargetManager/unitTest.cpp index 183df93600120edcc92cee177a72e8f87e8b9ab1..32f3e6f576874895ea174b0da47c1ce5db24dd2f 100644 --- a/isis/src/base/objs/EmbreeTargetManager/unitTest.cpp +++ b/isis/src/base/objs/EmbreeTargetManager/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.cpp b/isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.cpp index f3e0d6f4ca626006d62be76d6c22b41363450014..1eabdb6f25f1560116ba3b2314922f6f9d47b5a0 100644 --- a/isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.cpp +++ b/isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "EmbreeTargetShape.h" diff --git a/isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.h b/isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.h index 7888bc3dd9b7394fd512e9160042fa188a5f1164..5238f7191ef025be68d38e0949ddbc8ebcb91d1d 100644 --- a/isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.h +++ b/isis/src/base/objs/EmbreeTargetShape/EmbreeTargetShape.h @@ -1,27 +1,11 @@ #ifndef EmbreeTargetShape_h #define EmbreeTargetShape_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/EmbreeTargetShape/unitTest.cpp b/isis/src/base/objs/EmbreeTargetShape/unitTest.cpp index cf2b6d71dcc6b34e001bb25552a2a93d3ce6bd99..01de5196837cb5984b1c49f63355bd4943e35671 100644 --- a/isis/src/base/objs/EmbreeTargetShape/unitTest.cpp +++ b/isis/src/base/objs/EmbreeTargetShape/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Endian/Endian.h b/isis/src/base/objs/Endian/Endian.h index adbf2c6bfaef32d156ab04d0f92b2789685075b7..cb44df41a1abccef1127097475c16a426ac36b38 100644 --- a/isis/src/base/objs/Endian/Endian.h +++ b/isis/src/base/objs/Endian/Endian.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef Endian_h #define Endian_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Endian/unitTest.cpp b/isis/src/base/objs/Endian/unitTest.cpp index 5927d4af3b99868fa858105c8b1ad104f55b2d62..8da2eb26fdd8caac05f950dbd575514c49e1d973 100644 --- a/isis/src/base/objs/Endian/unitTest.cpp +++ b/isis/src/base/objs/Endian/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Endian.h" #include "IString.h" diff --git a/isis/src/base/objs/EndianSwapper/EndianSwapper.cpp b/isis/src/base/objs/EndianSwapper/EndianSwapper.cpp index a60f297a937fb6efd16ee6433448612f4584d21a..525bb12c684d6d9f66e90d5f7d30f42f79e8f15c 100644 --- a/isis/src/base/objs/EndianSwapper/EndianSwapper.cpp +++ b/isis/src/base/objs/EndianSwapper/EndianSwapper.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/04/16 17:37:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Endian.h" #include "EndianSwapper.h" #include "IException.h" diff --git a/isis/src/base/objs/EndianSwapper/EndianSwapper.h b/isis/src/base/objs/EndianSwapper/EndianSwapper.h index bd6dc89ba63c30781af207c1d41406d68845db3b..bfe3ac11576470dfda1dd29e102970255ff415f6 100644 --- a/isis/src/base/objs/EndianSwapper/EndianSwapper.h +++ b/isis/src/base/objs/EndianSwapper/EndianSwapper.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/04/16 17:37:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef EndianSwapper_h #define EndianSwapper_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IException.h" diff --git a/isis/src/base/objs/EndianSwapper/unitTest.cpp b/isis/src/base/objs/EndianSwapper/unitTest.cpp index 55583a7784a99305ea998f222f6d795bccd56157..35b73afd360a9288de976c9815165e0e2208189a 100644 --- a/isis/src/base/objs/EndianSwapper/unitTest.cpp +++ b/isis/src/base/objs/EndianSwapper/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "EndianSwapper.h" diff --git a/isis/src/base/objs/Enlarge/Enlarge.cpp b/isis/src/base/objs/Enlarge/Enlarge.cpp index e915f2bb4b5c83982c6e331e3e23fcd855ad71df..bae8608458b53dad3279dc2643d16d614295a015 100644 --- a/isis/src/base/objs/Enlarge/Enlarge.cpp +++ b/isis/src/base/objs/Enlarge/Enlarge.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Enlarge.h" #include diff --git a/isis/src/base/objs/Enlarge/Enlarge.h b/isis/src/base/objs/Enlarge/Enlarge.h index 46095ad5a6b08759ef3955b7013cdc5c56a7d601..9f9f7a0da184458ddbd4ce9abd3f0162ce9cb004 100644 --- a/isis/src/base/objs/Enlarge/Enlarge.h +++ b/isis/src/base/objs/Enlarge/Enlarge.h @@ -1,25 +1,11 @@ #ifndef _Enlarge_h_ #define _Enlarge_h_ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Transform.h" diff --git a/isis/src/base/objs/Enlarge/unitTest.cpp b/isis/src/base/objs/Enlarge/unitTest.cpp index 3e411d1497d68c7872fc73aa6592280c4ebc5679..383d58f98e4e6bb4a59db360b09d22371165ca87 100644 --- a/isis/src/base/objs/Enlarge/unitTest.cpp +++ b/isis/src/base/objs/Enlarge/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/Environment/Environment.cpp b/isis/src/base/objs/Environment/Environment.cpp index c84d1557c41d1a3c5d1cf30c33f834943329c2b9..65ab76b606f97b3f7bcbf6752ee9279e8e67c5f1 100644 --- a/isis/src/base/objs/Environment/Environment.cpp +++ b/isis/src/base/objs/Environment/Environment.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Environment.h" #include diff --git a/isis/src/base/objs/Environment/Environment.h b/isis/src/base/objs/Environment/Environment.h index d9789e4201cb7b9a50986f74f48e783b5da41dcb..654e296c2ed8aa6486500495125c0042a96e62b7 100644 --- a/isis/src/base/objs/Environment/Environment.h +++ b/isis/src/base/objs/Environment/Environment.h @@ -1,28 +1,12 @@ #ifndef Environment_h #define Environment_h -/** - * @file - * $Revision: 1.16 $ - * $Date: 2010/06/29 23:42:18 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ class QString; diff --git a/isis/src/base/objs/Environment/unitTest.cpp b/isis/src/base/objs/Environment/unitTest.cpp index 9d97d3c710de1875d704072a429e4d9ee3a35ba4..bdf47b8f67fd0aae02393f5c88367e1cec733270 100644 --- a/isis/src/base/objs/Environment/unitTest.cpp +++ b/isis/src/base/objs/Environment/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Environment.h" #include diff --git a/isis/src/base/objs/Equalization/Equalization.cpp b/isis/src/base/objs/Equalization/Equalization.cpp index d1bad329ff2ae74a967f688d798b8580aa09d37e..ae212cf1e3c99aba4f285109df08bbdd88c6dcf2 100644 --- a/isis/src/base/objs/Equalization/Equalization.cpp +++ b/isis/src/base/objs/Equalization/Equalization.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Equalization.h" #include diff --git a/isis/src/base/objs/Equalization/Equalization.h b/isis/src/base/objs/Equalization/Equalization.h index b2a55b68ff3117ff5ac5fca4427f3dd5191486e4..52e69432f929b3670d81e5009ad3a5ae1da81c51 100644 --- a/isis/src/base/objs/Equalization/Equalization.h +++ b/isis/src/base/objs/Equalization/Equalization.h @@ -1,28 +1,12 @@ #ifndef Equalization_h #define Equalization_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/11/25 22:09:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Equalization/unitTest.cpp b/isis/src/base/objs/Equalization/unitTest.cpp index 3ff4182aff0bd029908a675f6ffbf796ce693752..f6c2dbea3a685d19b2fab47080e3b556dcd89915 100644 --- a/isis/src/base/objs/Equalization/unitTest.cpp +++ b/isis/src/base/objs/Equalization/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/EquatorialCylindricalShape/EquatorialCylindricalShape.cpp b/isis/src/base/objs/EquatorialCylindricalShape/EquatorialCylindricalShape.cpp index d05f540e2909cfc257cbdc895f4922d00eafc351..ba969599db46b231beaf5b1a58ee31cfa3c9b679 100644 --- a/isis/src/base/objs/EquatorialCylindricalShape/EquatorialCylindricalShape.cpp +++ b/isis/src/base/objs/EquatorialCylindricalShape/EquatorialCylindricalShape.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "EquatorialCylindricalShape.h" #include diff --git a/isis/src/base/objs/EquatorialCylindricalShape/EquatorialCylindricalShape.h b/isis/src/base/objs/EquatorialCylindricalShape/EquatorialCylindricalShape.h index bddf9f072e1f31d86dc5f80aac52194d68be9d29..b511011c58e5a09d189811ba1360949a15d73401 100644 --- a/isis/src/base/objs/EquatorialCylindricalShape/EquatorialCylindricalShape.h +++ b/isis/src/base/objs/EquatorialCylindricalShape/EquatorialCylindricalShape.h @@ -1,26 +1,11 @@ #ifndef EquatorialCylindricalShape_h #define EquatorialCylindricalShape_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "DemShape.h" diff --git a/isis/src/base/objs/EquatorialCylindricalShape/unitTest.cpp b/isis/src/base/objs/EquatorialCylindricalShape/unitTest.cpp index d6c2e2b06ef2b760d2109745aafabca0f9c174aa..952e8beb79fbbef947ec228634ecf307b3608ebe 100644 --- a/isis/src/base/objs/EquatorialCylindricalShape/unitTest.cpp +++ b/isis/src/base/objs/EquatorialCylindricalShape/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Equirectangular/Equirectangular.cpp b/isis/src/base/objs/Equirectangular/Equirectangular.cpp index a5e4e0c99222dc8d0e2d9c7b60b432a5ac0f7aa4..8b949b288280fc7de1c1492a38014c5adcac142f 100644 --- a/isis/src/base/objs/Equirectangular/Equirectangular.cpp +++ b/isis/src/base/objs/Equirectangular/Equirectangular.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2008/11/13 15:56:27 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Equirectangular.h" #include diff --git a/isis/src/base/objs/Equirectangular/Equirectangular.h b/isis/src/base/objs/Equirectangular/Equirectangular.h index 449d75090faab47ba41b5a398ae431141ca1b046..aedba0c138949f0101d28efa121f59ae99391792 100644 --- a/isis/src/base/objs/Equirectangular/Equirectangular.h +++ b/isis/src/base/objs/Equirectangular/Equirectangular.h @@ -1,27 +1,11 @@ #ifndef Equirectangular_h #define Equirectangular_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/11/13 15:56:28 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" diff --git a/isis/src/base/objs/Equirectangular/unitTest.cpp b/isis/src/base/objs/Equirectangular/unitTest.cpp index 9ed660bbf824c66b85c4e0cb5626ebf857c00e08..ca8a6a1cd104e3a7144d1672a5be643d2e599d04 100644 --- a/isis/src/base/objs/Equirectangular/unitTest.cpp +++ b/isis/src/base/objs/Equirectangular/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/ExportDescription/ExportDescription.cpp b/isis/src/base/objs/ExportDescription/ExportDescription.cpp index f3b2a97ca8e969a57a67d8593d269a64c3b15509..d982a2c157b8edfd46856207c61912568ff85521 100644 --- a/isis/src/base/objs/ExportDescription/ExportDescription.cpp +++ b/isis/src/base/objs/ExportDescription/ExportDescription.cpp @@ -1,7 +1,12 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ExportDescription.h" #include - #include #include "CubeAttribute.h" diff --git a/isis/src/base/objs/ExportDescription/ExportDescription.h b/isis/src/base/objs/ExportDescription/ExportDescription.h index 4d10ce65a4cd7748b9e896c4cafb86604a2e2920..58b73bca3e82eb95c9c4b83dbe6876accc2163ee 100644 --- a/isis/src/base/objs/ExportDescription/ExportDescription.h +++ b/isis/src/base/objs/ExportDescription/ExportDescription.h @@ -1,28 +1,12 @@ #ifndef ExportDescription_h #define ExportDescription_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeAttribute.h" #include "FileName.h" diff --git a/isis/src/base/objs/ExportDescription/unitTest.cpp b/isis/src/base/objs/ExportDescription/unitTest.cpp index 58f0867fac4323da5a9200a4fac7f8b5d2c83659..b20b6af09b77349cbc26b6f10f2d6e429051edb4 100644 --- a/isis/src/base/objs/ExportDescription/unitTest.cpp +++ b/isis/src/base/objs/ExportDescription/unitTest.cpp @@ -1,5 +1,10 @@ -#include +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ +#include #include #include "ExportDescription.h" diff --git a/isis/src/base/objs/ExportPdsTable/ExportPdsTable.cpp b/isis/src/base/objs/ExportPdsTable/ExportPdsTable.cpp index e13c7350394444b670bd2a6b41bfbe882e972c92..551ee43ca5e0d8abec89be2dc44788c8d89fcbc6 100644 --- a/isis/src/base/objs/ExportPdsTable/ExportPdsTable.cpp +++ b/isis/src/base/objs/ExportPdsTable/ExportPdsTable.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2005/08/18 23:00:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ExportPdsTable.h" #include diff --git a/isis/src/base/objs/ExportPdsTable/ExportPdsTable.h b/isis/src/base/objs/ExportPdsTable/ExportPdsTable.h index ad0ac326be89d36c72549ff49c022f8d78d4ffd1..a787bf97f9d4a4d2cb63ca577faa4f85340aefe9 100644 --- a/isis/src/base/objs/ExportPdsTable/ExportPdsTable.h +++ b/isis/src/base/objs/ExportPdsTable/ExportPdsTable.h @@ -1,26 +1,11 @@ #ifndef ExportPdsTable_h #define ExportPdsTable_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/ExportPdsTable/unitTest.cpp b/isis/src/base/objs/ExportPdsTable/unitTest.cpp index 12f2dc4ce3b4597e5ea6a0490bef3bf6fc4852f6..53ec31aba55bba05512ed96fbf667c88620d70ba 100644 --- a/isis/src/base/objs/ExportPdsTable/unitTest.cpp +++ b/isis/src/base/objs/ExportPdsTable/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ExportPdsTable.h" #include diff --git a/isis/src/base/objs/FileList/FileList.cpp b/isis/src/base/objs/FileList/FileList.cpp index d2c696188407c7fad42be06406960644976ae599..b5420079c9a57adc8ae5d6966d5e299e9068e0d5 100644 --- a/isis/src/base/objs/FileList/FileList.cpp +++ b/isis/src/base/objs/FileList/FileList.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/02/20 16:28:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "FileList.h" #include "IException.h" #include "Message.h" diff --git a/isis/src/base/objs/FileList/FileList.h b/isis/src/base/objs/FileList/FileList.h index 0fc20bf1741cd1a34b044131796713fcef9907c1..8ac0d80e84f8441a7816278f4a021cdee96de6ee 100644 --- a/isis/src/base/objs/FileList/FileList.h +++ b/isis/src/base/objs/FileList/FileList.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/02/20 16:28:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef FileList_h #define FileList_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/FileName/FileName.cpp b/isis/src/base/objs/FileName/FileName.cpp index a451310e0f2e9edf127ea266ffa04cce8b432245..5c61d0545b77f3a76453377c6436e9a1ad86fc91 100644 --- a/isis/src/base/objs/FileName/FileName.cpp +++ b/isis/src/base/objs/FileName/FileName.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/01/07 18:33:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "FileName.h" diff --git a/isis/src/base/objs/FileName/FileName.h b/isis/src/base/objs/FileName/FileName.h index 3fe22dcd123e1b03d4be2c10557a4a82687be454..0867f549c7b2e281e62ee2d6cf2a5d6abc12b847 100644 --- a/isis/src/base/objs/FileName/FileName.h +++ b/isis/src/base/objs/FileName/FileName.h @@ -1,27 +1,11 @@ #ifndef FileName_h #define FileName_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/01/07 18:55:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/FileName/unitTest.cpp b/isis/src/base/objs/FileName/unitTest.cpp index 3cf67d1439ea950136f37460611751b823469c9f..c553c745d7ff775211e19c3b46768b68f623eaa3 100644 --- a/isis/src/base/objs/FileName/unitTest.cpp +++ b/isis/src/base/objs/FileName/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/FilterCachingAlgorithm/FilterCachingAlgorithm.cpp b/isis/src/base/objs/FilterCachingAlgorithm/FilterCachingAlgorithm.cpp index 273606594fdd39794de7f05ddc7c7cfeaf7ec03c..825a19a1c5d6bbf88d3f4b41351db3bfcadff6a2 100644 --- a/isis/src/base/objs/FilterCachingAlgorithm/FilterCachingAlgorithm.cpp +++ b/isis/src/base/objs/FilterCachingAlgorithm/FilterCachingAlgorithm.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "FilterCachingAlgorithm.h" diff --git a/isis/src/base/objs/FilterCachingAlgorithm/FilterCachingAlgorithm.h b/isis/src/base/objs/FilterCachingAlgorithm/FilterCachingAlgorithm.h index 69f5c02ddfd3a0dca2d7d7d4060d7f6800b8b6b0..037980ca875163072c87a1ab8b1b7dfa91273f62 100644 --- a/isis/src/base/objs/FilterCachingAlgorithm/FilterCachingAlgorithm.h +++ b/isis/src/base/objs/FilterCachingAlgorithm/FilterCachingAlgorithm.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef RegionalCachingAlgorithm_h #define RegionalCachingAlgorithm_h diff --git a/isis/src/base/objs/FilterCachingAlgorithm/unitTest.cpp b/isis/src/base/objs/FilterCachingAlgorithm/unitTest.cpp index c8f4c410df708d567541a1348c79a27f4f33b8f8..aa2b89220145c6bececa5c1244421ca47599f29a 100644 --- a/isis/src/base/objs/FilterCachingAlgorithm/unitTest.cpp +++ b/isis/src/base/objs/FilterCachingAlgorithm/unitTest.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/ForstnerOperator/ForstnerOperator.cpp b/isis/src/base/objs/ForstnerOperator/ForstnerOperator.cpp index 4866df64fd55ef784f31db524aea7acc2567f0e0..b957bbe65ca3c7de10972bdb871e05cb3a3ec3b1 100644 --- a/isis/src/base/objs/ForstnerOperator/ForstnerOperator.cpp +++ b/isis/src/base/objs/ForstnerOperator/ForstnerOperator.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ForstnerOperator.h" #include "Chip.h" #include "FourierTransform.h" diff --git a/isis/src/base/objs/ForstnerOperator/ForstnerOperator.h b/isis/src/base/objs/ForstnerOperator/ForstnerOperator.h index 27e913d95424bcfc9779ec0a4de32bbbfa61f7a2..d6d6b1951b7a8695c613a071b929edbc66d16414 100644 --- a/isis/src/base/objs/ForstnerOperator/ForstnerOperator.h +++ b/isis/src/base/objs/ForstnerOperator/ForstnerOperator.h @@ -1,27 +1,11 @@ #ifndef ForstnerOperator_h #define ForstnerOperator_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/08/02 23:21:03 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "InterestOperator.h" diff --git a/isis/src/base/objs/ForstnerOperator/unitTest.cpp b/isis/src/base/objs/ForstnerOperator/unitTest.cpp index 198346a3f171caa719f9e3637be632ed26fca462..99b99cb87a22e333978cd40a4d3c111b255910cb 100644 --- a/isis/src/base/objs/ForstnerOperator/unitTest.cpp +++ b/isis/src/base/objs/ForstnerOperator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "InterestOperator.h" diff --git a/isis/src/base/objs/FourierTransform/FourierTransform.cpp b/isis/src/base/objs/FourierTransform/FourierTransform.cpp index 209e81f816b20c9ba158a69b6b23a78660ef6e14..059777f5f1327462ffcba7613701300f694c0cdb 100644 --- a/isis/src/base/objs/FourierTransform/FourierTransform.cpp +++ b/isis/src/base/objs/FourierTransform/FourierTransform.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "FourierTransform.h" diff --git a/isis/src/base/objs/FourierTransform/FourierTransform.h b/isis/src/base/objs/FourierTransform/FourierTransform.h index 806d7a1520363ab4c2e5cf72943aa0950f089560..1d4cd06c0ad482f9f60041349ccf92bcb9a12eaf 100644 --- a/isis/src/base/objs/FourierTransform/FourierTransform.h +++ b/isis/src/base/objs/FourierTransform/FourierTransform.h @@ -1,26 +1,11 @@ #ifndef FourierTransform_h #define FourierTransform_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/FourierTransform/unitTest.cpp b/isis/src/base/objs/FourierTransform/unitTest.cpp index 2feea687473f3fce6011ad39c67b72a948c5ac5d..5398687d631b23c8da1c0caf587141cb95dee091 100644 --- a/isis/src/base/objs/FourierTransform/unitTest.cpp +++ b/isis/src/base/objs/FourierTransform/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "FourierTransform.h" diff --git a/isis/src/base/objs/FramingCamera/FramingCamera.cpp b/isis/src/base/objs/FramingCamera/FramingCamera.cpp index 852a9692793ee83ba9d519fea3202eed4e513c94..de94a4a578a7d361a0ca0c55a6073a4928d51866 100644 --- a/isis/src/base/objs/FramingCamera/FramingCamera.cpp +++ b/isis/src/base/objs/FramingCamera/FramingCamera.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "FramingCamera.h" #include "iTime.h" diff --git a/isis/src/base/objs/FramingCamera/FramingCamera.h b/isis/src/base/objs/FramingCamera/FramingCamera.h index 5a18b76db92f223a3cb0cb6b54d7ffc262cb2946..1a9978fcd25482d150f714f133881ccd1d0eab5d 100644 --- a/isis/src/base/objs/FramingCamera/FramingCamera.h +++ b/isis/src/base/objs/FramingCamera/FramingCamera.h @@ -1,27 +1,11 @@ #ifndef FramingCamera_h #define FramingCamera_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/08/31 15:11:48 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/FramingCamera/unitTest.cpp b/isis/src/base/objs/FramingCamera/unitTest.cpp index 71125cad0a81436cdd75146f5c785c9bba6854e8..0f586ddb2e48a067ac5548705a1a72ef7c4d9257 100644 --- a/isis/src/base/objs/FramingCamera/unitTest.cpp +++ b/isis/src/base/objs/FramingCamera/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "FramingCamera.h" diff --git a/isis/src/base/objs/FunctionTools/FunctionTools.h b/isis/src/base/objs/FunctionTools/FunctionTools.h index c5fb9eea4b9690741693625867c44d093f21f95b..b6bc02858b78ac33216b1287b23fa14120e9f7eb 100644 --- a/isis/src/base/objs/FunctionTools/FunctionTools.h +++ b/isis/src/base/objs/FunctionTools/FunctionTools.h @@ -1,28 +1,12 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/06/17 18:59:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef FunctionTools_h #define FunctionTools_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + #include #include diff --git a/isis/src/base/objs/FunctionTools/unitTest.cpp b/isis/src/base/objs/FunctionTools/unitTest.cpp index 5b5f723a18a23ea90171de7a4d181c6681c10b7d..5904311ba619ba50aaf3a14e42ef3a03a883afb3 100644 --- a/isis/src/base/objs/FunctionTools/unitTest.cpp +++ b/isis/src/base/objs/FunctionTools/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "FunctionTools.h" #include #include diff --git a/isis/src/base/objs/GSLUtility/GSLUtility.cpp b/isis/src/base/objs/GSLUtility/GSLUtility.cpp index 0dcef4eda680062461cbb2492064b2bc02f05154..72d6c172168d456bfda2c9b7c9142c314a40ed7e 100644 --- a/isis/src/base/objs/GSLUtility/GSLUtility.cpp +++ b/isis/src/base/objs/GSLUtility/GSLUtility.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/06/26 01:08:24 $ - * $Id: GSLUtility.cpp,v 1.2 2010/06/26 01:08:24 ehyer Exp $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/GSLUtility/GSLUtility.h b/isis/src/base/objs/GSLUtility/GSLUtility.h index 55f0c6ffba36c7fa4833e3e5226244eab3f16143..3a69856878857e8e3873db45682b483242dfffd0 100644 --- a/isis/src/base/objs/GSLUtility/GSLUtility.h +++ b/isis/src/base/objs/GSLUtility/GSLUtility.h @@ -1,28 +1,11 @@ #ifndef GSLUtility_h #define GSLUtility_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/12/22 02:09:54 $ - * $Id: GSLUtility.h,v 1.2 2009/12/22 02:09:54 ehyer Exp $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/GSLUtility/unitTest.cpp b/isis/src/base/objs/GSLUtility/unitTest.cpp index 05cc6bad3ca20c14d826355977e213244b2bb729..691e8ba4118a2d123e048adb57ef3d1a2aa7fa7e 100644 --- a/isis/src/base/objs/GSLUtility/unitTest.cpp +++ b/isis/src/base/objs/GSLUtility/unitTest.cpp @@ -1,4 +1,9 @@ -// $Id: unitTest.cpp,v 1.1 2009/08/21 01:04:57 kbecker Exp $ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/GaussianDistribution/GaussianDistribution.cpp b/isis/src/base/objs/GaussianDistribution/GaussianDistribution.cpp index 9fd30e7d132b51c83b4161fdfba9cada39fd110c..0704504b492def7754f217db9c7e3847d1a16f8a 100644 --- a/isis/src/base/objs/GaussianDistribution/GaussianDistribution.cpp +++ b/isis/src/base/objs/GaussianDistribution/GaussianDistribution.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/07/09 16:58:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GaussianDistribution.h" #include "Message.h" #include diff --git a/isis/src/base/objs/GaussianDistribution/GaussianDistribution.h b/isis/src/base/objs/GaussianDistribution/GaussianDistribution.h index 4b7306f72681797d19229b4c3de694b2fc450034..b1a264cb1040d73651a1ef44bbe36e9821fd92f0 100644 --- a/isis/src/base/objs/GaussianDistribution/GaussianDistribution.h +++ b/isis/src/base/objs/GaussianDistribution/GaussianDistribution.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/07/09 16:58:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef GaussianDistribution_h #define GaussianDistribution_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Statistics.h" #include "IException.h" diff --git a/isis/src/base/objs/GaussianStretch/GaussianStretch.cpp b/isis/src/base/objs/GaussianStretch/GaussianStretch.cpp index 47cef4938ef413fe2a543a1200739825c07a286e..96cd6a48e5dd45b95f6035ee44d68be05353662c 100644 --- a/isis/src/base/objs/GaussianStretch/GaussianStretch.cpp +++ b/isis/src/base/objs/GaussianStretch/GaussianStretch.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/09/09 17:07:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GaussianStretch.h" #include "GaussianDistribution.h" #include "Stretch.h" diff --git a/isis/src/base/objs/GaussianStretch/GaussianStretch.h b/isis/src/base/objs/GaussianStretch/GaussianStretch.h index d194954b90633c88ea26777386abcf0c3d8f8e1e..eda3c76092033e82b93328bc9a812ebd356276c0 100644 --- a/isis/src/base/objs/GaussianStretch/GaussianStretch.h +++ b/isis/src/base/objs/GaussianStretch/GaussianStretch.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/09/09 17:07:44 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef GaussianStretch_h #define GaussianStretch_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Statistics.h" #include "Histogram.h" diff --git a/isis/src/base/objs/GaussianStretch/unitTest.cpp b/isis/src/base/objs/GaussianStretch/unitTest.cpp index 9c5d61ae91825a12295f048fd493f08e0c771a32..cfdb51c6af75747c0559f6774e0211a6fc407fd8 100644 --- a/isis/src/base/objs/GaussianStretch/unitTest.cpp +++ b/isis/src/base/objs/GaussianStretch/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "GaussianStretch.h" diff --git a/isis/src/base/objs/GisBlob/GisBlob.cpp b/isis/src/base/objs/GisBlob/GisBlob.cpp index 334a3a1805401b4d2c7562849c5fca171bb05cce..db6f6d0edcf8d4b669cba27c483d3e86291c97dc 100644 --- a/isis/src/base/objs/GisBlob/GisBlob.cpp +++ b/isis/src/base/objs/GisBlob/GisBlob.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 6084 $ - * $Date: 2015-03-04 18:17:45 -0700 (Wed, 04 Mar 2015) $ - * $Id: GisBlob.h 6084 2015-03-05 01:17:45Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GisBlob.h" // Qt library diff --git a/isis/src/base/objs/GisBlob/GisBlob.h b/isis/src/base/objs/GisBlob/GisBlob.h index 3d09f508371524441ea2a1a158a7616fd955027d..6ca28e62429523eb82117d8a1a3f00a49765b5e1 100644 --- a/isis/src/base/objs/GisBlob/GisBlob.h +++ b/isis/src/base/objs/GisBlob/GisBlob.h @@ -1,27 +1,11 @@ #ifndef GisBlob_h #define GisBlob_h -/** - * @file - * $Revision: 6150 $ - * $Date: 2015-04-19 23:40:55 -0700 (Sun, 19 Apr 2015) $ - * $Id: GisBlob.h 6150 2015-04-20 06:40:55Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // parent class #include "Blob.h" diff --git a/isis/src/base/objs/GisBlob/unitTest.cpp b/isis/src/base/objs/GisBlob/unitTest.cpp index aef5685cea06ef5070ed354dd82ac095c50deb1e..69d28618709c6d5ed335da3e41c828914084140c 100644 --- a/isis/src/base/objs/GisBlob/unitTest.cpp +++ b/isis/src/base/objs/GisBlob/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/GisGeometry/GisGeometry.cpp b/isis/src/base/objs/GisGeometry/GisGeometry.cpp index f564830b398b9e26d5c223085f6c1e6d138b7177..5524746c351406d622e524a80df7653823fda43d 100644 --- a/isis/src/base/objs/GisGeometry/GisGeometry.cpp +++ b/isis/src/base/objs/GisGeometry/GisGeometry.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 6513 $ - * $Date: 2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016) $ - * $Id: GisGeometry.cpp 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GisGeometry.h" // Qt library diff --git a/isis/src/base/objs/GisGeometry/GisGeometry.h b/isis/src/base/objs/GisGeometry/GisGeometry.h index 8c9b53c8fbd63692f99ddf00d8017fd454fe0e5c..f8cad42e5925bb0f8481354ca0454cc25807e05b 100644 --- a/isis/src/base/objs/GisGeometry/GisGeometry.h +++ b/isis/src/base/objs/GisGeometry/GisGeometry.h @@ -1,28 +1,11 @@ #ifndef GisGeometry_h #define GisGeometry_h -/** - * @file - * $Revision: 6513 $ - * $Date: 2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016) $ - * $Id: GisGeometry.h 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // GEOSGeometry, GEOSPreparedGeometry types #include diff --git a/isis/src/base/objs/GisGeometry/unitTest.cpp b/isis/src/base/objs/GisGeometry/unitTest.cpp index 63325a31d7cd077c8d4c5af93834941763cf3853..92b31de53eeffe0961b089924274ceb6219a8fec 100644 --- a/isis/src/base/objs/GisGeometry/unitTest.cpp +++ b/isis/src/base/objs/GisGeometry/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/GisTopology/GisTopology.cpp b/isis/src/base/objs/GisTopology/GisTopology.cpp index 3be13eb41f3f6543dd4d7513cff67775e6209566..9b356f7e7cbac274dd9ee3d7b1931eccc98d74ee 100644 --- a/isis/src/base/objs/GisTopology/GisTopology.cpp +++ b/isis/src/base/objs/GisTopology/GisTopology.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 6153 $ - * $Date: 2015-04-22 18:48:58 -0700 (Wed, 22 Apr 2015) $ - * $Id: GisTopology.cpp 6153 2015-04-23 01:48:58Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GisTopology.h" // std library diff --git a/isis/src/base/objs/GisTopology/GisTopology.h b/isis/src/base/objs/GisTopology/GisTopology.h index 913de6f79024dcbf51b6992ed0e718f7ebbc04d5..25557f1256f431488399e5f4c17ec5e3ebb535fa 100644 --- a/isis/src/base/objs/GisTopology/GisTopology.h +++ b/isis/src/base/objs/GisTopology/GisTopology.h @@ -1,28 +1,11 @@ #ifndef GisTopology_h #define GisTopology_h -/** - * @file - * $Revision: 6163 $ - * $Date: 2015-05-01 18:04:34 -0700 (Fri, 01 May 2015) $ - * $Id: GisTopology.h 6163 2015-05-02 01:04:34Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ // geos library for types GEOSGeometry, GEOSPreparedGeometry, GEOSCoordSequence, // GEOSWKTReader, GEOSWKTWriter, GEOSWKBReader, GEOSWKBWriter diff --git a/isis/src/base/objs/GisTopology/unitTest.cpp b/isis/src/base/objs/GisTopology/unitTest.cpp index d6cbf2cebdfb264e4d4e185bd1d1eb9a8e5adf20..7cbd8133a97b23aba92402037a74f50bcc3ccaa8 100644 --- a/isis/src/base/objs/GisTopology/unitTest.cpp +++ b/isis/src/base/objs/GisTopology/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/GradientOperator/GradientOperator.cpp b/isis/src/base/objs/GradientOperator/GradientOperator.cpp index d6f0cb0af470cc5fe56c9395a19f952ed957b180..b3ace56f248e6205c826d2be4840e5247cbb73bf 100644 --- a/isis/src/base/objs/GradientOperator/GradientOperator.cpp +++ b/isis/src/base/objs/GradientOperator/GradientOperator.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GradientOperator.h" #include "Chip.h" diff --git a/isis/src/base/objs/GradientOperator/GradientOperator.h b/isis/src/base/objs/GradientOperator/GradientOperator.h index b9a34c31a8446693a4c7b8e7713a9cbd9ca00c82..d46a97d3f44c360a1420b06317250d8a807bec44 100644 --- a/isis/src/base/objs/GradientOperator/GradientOperator.h +++ b/isis/src/base/objs/GradientOperator/GradientOperator.h @@ -1,27 +1,11 @@ #ifndef GradientOperator_h #define GradientOperator_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/06/10 23:40:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "InterestOperator.h" diff --git a/isis/src/base/objs/GradientOperator/unitTest.cpp b/isis/src/base/objs/GradientOperator/unitTest.cpp index 0f28a2bbd6d77d1c2dcb3bf26371810eadab441e..6d3537c24bb273ab7a4be775b134ebefe493c536 100644 --- a/isis/src/base/objs/GradientOperator/unitTest.cpp +++ b/isis/src/base/objs/GradientOperator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "InterestOperator.h" diff --git a/isis/src/base/objs/GridPolygonSeeder/GridPolygonSeeder.cpp b/isis/src/base/objs/GridPolygonSeeder/GridPolygonSeeder.cpp index 98cd04afc60cf72d7abeea00a97fc6c45beee61e..87da7947304dcb9c6f462a8123754c33bc95bd35 100644 --- a/isis/src/base/objs/GridPolygonSeeder/GridPolygonSeeder.cpp +++ b/isis/src/base/objs/GridPolygonSeeder/GridPolygonSeeder.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.15 $ - * $Date: 2010/05/05 21:24:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/GridPolygonSeeder/GridPolygonSeeder.h b/isis/src/base/objs/GridPolygonSeeder/GridPolygonSeeder.h index 3bc3a8478be475e4cb4c1f279cf081512510c15c..6b38995b28af24cb5ec7d9fc3f07b9f50392cdb0 100644 --- a/isis/src/base/objs/GridPolygonSeeder/GridPolygonSeeder.h +++ b/isis/src/base/objs/GridPolygonSeeder/GridPolygonSeeder.h @@ -1,27 +1,11 @@ #ifndef GridPolygonSeeder_h #define GridPolygonSeeder_h -/** - * @file - * $Revision: 1.11 $ - * $Date: 2010/05/05 21:24:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "geos/geom/Point.h" #include "geos/geom/MultiPolygon.h" diff --git a/isis/src/base/objs/GridPolygonSeeder/unitTest.cpp b/isis/src/base/objs/GridPolygonSeeder/unitTest.cpp index 2b30ada26e695044100d65ff475ffcacb41a028c..42c7ea742a79d4819a254e17ab02a08745c4b451 100644 --- a/isis/src/base/objs/GridPolygonSeeder/unitTest.cpp +++ b/isis/src/base/objs/GridPolygonSeeder/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/GroundGrid/GroundGrid.cpp b/isis/src/base/objs/GroundGrid/GroundGrid.cpp index eb81b2ab23045523972e7664e2c1d53a4bbfe39f..4088741c82851ae80db01972ae9c84cef0576f23 100644 --- a/isis/src/base/objs/GroundGrid/GroundGrid.cpp +++ b/isis/src/base/objs/GroundGrid/GroundGrid.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GroundGrid.h" #include diff --git a/isis/src/base/objs/GroundGrid/GroundGrid.h b/isis/src/base/objs/GroundGrid/GroundGrid.h index d91fe525d4cfdc21cf27a2f496911fa9a249b308..5c9ad63fbf4c173370420666370da12dd377e93c 100644 --- a/isis/src/base/objs/GroundGrid/GroundGrid.h +++ b/isis/src/base/objs/GroundGrid/GroundGrid.h @@ -1,26 +1,11 @@ #ifndef GroundGrid_h #define GroundGrid_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/06/22 23:57:57 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Angle; diff --git a/isis/src/base/objs/GroundGrid/unitTest.cpp b/isis/src/base/objs/GroundGrid/unitTest.cpp index 1710160698f20072a26e78cde8b4911c699779ff..c25a8bf0cb8bf725913b4bcd485db8c4d9681158 100644 --- a/isis/src/base/objs/GroundGrid/unitTest.cpp +++ b/isis/src/base/objs/GroundGrid/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/GroupedStatistics/GroupedStatistics.cpp b/isis/src/base/objs/GroupedStatistics/GroupedStatistics.cpp index 5118b11aaaeec4230e1514b1f61c84ce15832a84..96187d17fb735abd4f280abb0934a472e1aad952 100644 --- a/isis/src/base/objs/GroupedStatistics/GroupedStatistics.cpp +++ b/isis/src/base/objs/GroupedStatistics/GroupedStatistics.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GroupedStatistics.h" #include "Statistics.h" diff --git a/isis/src/base/objs/GroupedStatistics/GroupedStatistics.h b/isis/src/base/objs/GroupedStatistics/GroupedStatistics.h index 5625fcdd6227438a9d07566e32bb7726e4899403..6c3f9753ac615a301e4b3cf65b454a8a4ff55456 100644 --- a/isis/src/base/objs/GroupedStatistics/GroupedStatistics.h +++ b/isis/src/base/objs/GroupedStatistics/GroupedStatistics.h @@ -1,25 +1,12 @@ #ifndef GroupedStatistics_h #define GroupedStatistics_h -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // Global forward declarations template< class A, class B > class QMap; diff --git a/isis/src/base/objs/GroupedStatistics/unitTest.cpp b/isis/src/base/objs/GroupedStatistics/unitTest.cpp index 254f67e5f3f45058a6c4994232715751902ffde5..1e73108a238bb78a70ecbc8003858a9c57061251 100644 --- a/isis/src/base/objs/GroupedStatistics/unitTest.cpp +++ b/isis/src/base/objs/GroupedStatistics/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gruen/Gruen.cpp b/isis/src/base/objs/Gruen/Gruen.cpp index a3056b9fa70f60286fc84132dec7eaefbc3b2cbf..35d920a63994661fde04e0d15155785f0fb3f6b6 100644 --- a/isis/src/base/objs/Gruen/Gruen.cpp +++ b/isis/src/base/objs/Gruen/Gruen.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/06/14 20:45:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Chip.h" #include "GruenTypes.h" #include "Gruen.h" diff --git a/isis/src/base/objs/Gruen/Gruen.h b/isis/src/base/objs/Gruen/Gruen.h index b6ba4fa9f6529fb65464b213f8347249e061aae7..69adc61f48c36de360b4655e5d953fe9435a3d33 100644 --- a/isis/src/base/objs/Gruen/Gruen.h +++ b/isis/src/base/objs/Gruen/Gruen.h @@ -1,27 +1,11 @@ #ifndef Gruen_h #define Gruen_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/06/14 20:45:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AutoReg.h" diff --git a/isis/src/base/objs/Gruen/GruenTypes.h b/isis/src/base/objs/Gruen/GruenTypes.h index abb423ff23cb576d62436daed6e485f87f2300a1..5e4394ca7f1f46b8e3c710f496b2e43e377cf45a 100644 --- a/isis/src/base/objs/Gruen/GruenTypes.h +++ b/isis/src/base/objs/Gruen/GruenTypes.h @@ -1,27 +1,11 @@ #ifndef GruenTypes_h #define GruenTypes_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:15:18 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gruen/unitTest.cpp b/isis/src/base/objs/Gruen/unitTest.cpp index 42856e0fcaa5d6ca9eb80d999e229dfc4a0dc344..89a7bd8899ab577537b7cdb091b01fa43033ebe7 100644 --- a/isis/src/base/objs/Gruen/unitTest.cpp +++ b/isis/src/base/objs/Gruen/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/Gui.cpp b/isis/src/base/objs/Gui/Gui.cpp index 4b3309dd8189b2049605f79404510f9f6a5aa969..b186680d0046b2348e02a671ea88d693b90ec789 100644 --- a/isis/src/base/objs/Gui/Gui.cpp +++ b/isis/src/base/objs/Gui/Gui.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Gui.h" #include diff --git a/isis/src/base/objs/Gui/Gui.h b/isis/src/base/objs/Gui/Gui.h index 6f3ce1c3179bc1ed87ba430653273624a68b7735..fec2049d20eb4a06e50a086480cad10d9ba0c0b5 100644 --- a/isis/src/base/objs/Gui/Gui.h +++ b/isis/src/base/objs/Gui/Gui.h @@ -1,29 +1,12 @@ #ifndef Isis_GuiMainWindow_h #define Isis_GuiMainWindow_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/03/17 15:50:24 $ - - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiBooleanParameter.cpp b/isis/src/base/objs/Gui/GuiBooleanParameter.cpp index 57869ac9b452a8b782485be66722579c7aafff8f..e47215275300e1b85a333582b7730753d4228430 100644 --- a/isis/src/base/objs/Gui/GuiBooleanParameter.cpp +++ b/isis/src/base/objs/Gui/GuiBooleanParameter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "UserInterface.h" diff --git a/isis/src/base/objs/Gui/GuiBooleanParameter.h b/isis/src/base/objs/Gui/GuiBooleanParameter.h index 9c2a9f816baacb4b64464ac809b997130c70a5a6..ea64ff169dbaa8d567186baa284a6dc293503da6 100644 --- a/isis/src/base/objs/Gui/GuiBooleanParameter.h +++ b/isis/src/base/objs/Gui/GuiBooleanParameter.h @@ -1,6 +1,11 @@ - #ifndef Isis_GuiBooleanParameter_h #define Isis_GuiBooleanParameter_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Gui/GuiComboBoxParameter.cpp b/isis/src/base/objs/Gui/GuiComboBoxParameter.cpp index e7858807c077f954a59bdb2ebc84342a9801dd6d..1557495797cd9322549b6a499f4329f8504659a6 100644 --- a/isis/src/base/objs/Gui/GuiComboBoxParameter.cpp +++ b/isis/src/base/objs/Gui/GuiComboBoxParameter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Gui/GuiComboBoxParameter.h b/isis/src/base/objs/Gui/GuiComboBoxParameter.h index 1cd0cbb0e4732902fb11ef3ce857de48193ba8c9..693269da4884565526853732cbc6b2a9631e2194 100644 --- a/isis/src/base/objs/Gui/GuiComboBoxParameter.h +++ b/isis/src/base/objs/Gui/GuiComboBoxParameter.h @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef Isis_GuiComboBoxParameter_h #define Isis_GuiComboBoxParameter_h diff --git a/isis/src/base/objs/Gui/GuiCubeParameter.cpp b/isis/src/base/objs/Gui/GuiCubeParameter.cpp index 34eca24fad0cf45e459855a7b4e745f5b63b29dc..8f42af672d54dfd800bcc91efc2b0398649334a6 100644 --- a/isis/src/base/objs/Gui/GuiCubeParameter.cpp +++ b/isis/src/base/objs/Gui/GuiCubeParameter.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.12 $ - * $Date: 2010/01/06 19:40:17 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Gui/GuiCubeParameter.h b/isis/src/base/objs/Gui/GuiCubeParameter.h index 71e21766addfce10ae2b3d3d01c9cdbcb0794340..a342701fe1b5f298ee6c3d0d238ddc19ad5c58e7 100644 --- a/isis/src/base/objs/Gui/GuiCubeParameter.h +++ b/isis/src/base/objs/Gui/GuiCubeParameter.h @@ -1,28 +1,12 @@ #ifndef Isis_GuiCubeParameter_h #define Isis_GuiCubeParameter_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/12/15 20:44:57 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GuiFilenameParameter.h" //parent diff --git a/isis/src/base/objs/Gui/GuiDoubleParameter.cpp b/isis/src/base/objs/Gui/GuiDoubleParameter.cpp index 213ca86742d4d30936d0aa05c1837647c9bec247..33a9d6ba5cb33284c2515e3987b04b5986688863 100644 --- a/isis/src/base/objs/Gui/GuiDoubleParameter.cpp +++ b/isis/src/base/objs/Gui/GuiDoubleParameter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Gui/GuiDoubleParameter.h b/isis/src/base/objs/Gui/GuiDoubleParameter.h index 1bd22a270f06b6101ef25c2630187d25977e62b3..f4f5fb41b5245402342f43ec07d7c41b7cda2802 100644 --- a/isis/src/base/objs/Gui/GuiDoubleParameter.h +++ b/isis/src/base/objs/Gui/GuiDoubleParameter.h @@ -1,5 +1,11 @@ #ifndef Isis_GuiDoubleParameter_h #define Isis_GuiDoubleParameter_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Gui/GuiEditFile.cpp b/isis/src/base/objs/Gui/GuiEditFile.cpp index e25fd83af3071a2692ce15d8bfaa0400a966c32c..f6a428101584bf603e87978fab80b68b5650e8ba 100644 --- a/isis/src/base/objs/Gui/GuiEditFile.cpp +++ b/isis/src/base/objs/Gui/GuiEditFile.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "FileName.h" #include "GuiEditFile.h" #include "UserInterface.h" diff --git a/isis/src/base/objs/Gui/GuiEditFile.h b/isis/src/base/objs/Gui/GuiEditFile.h index 379a02450a77726c9af5fd06be6df428145aac8a..16fad084ad4712b28c0c9c6fbc7805ce8038519e 100644 --- a/isis/src/base/objs/Gui/GuiEditFile.h +++ b/isis/src/base/objs/Gui/GuiEditFile.h @@ -1,6 +1,11 @@ #ifndef _GuiEditFile_h_ #define _GuiEditFile_h_ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Gui/GuiFilenameParameter.cpp b/isis/src/base/objs/Gui/GuiFilenameParameter.cpp index 55b5c6ffae863d50e26ee5faa9046228e865b8f6..c7e918d675f5483b0645283e86c2b2b9dba522f2 100644 --- a/isis/src/base/objs/Gui/GuiFilenameParameter.cpp +++ b/isis/src/base/objs/Gui/GuiFilenameParameter.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.11 $ - * $Date: 2009/12/15 20:44:57 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiFilenameParameter.h b/isis/src/base/objs/Gui/GuiFilenameParameter.h index 55e694324ebd94a8563713383930bced11da7ca2..e8a88caedd432229354eeabe196dc6a6b576ee9a 100644 --- a/isis/src/base/objs/Gui/GuiFilenameParameter.h +++ b/isis/src/base/objs/Gui/GuiFilenameParameter.h @@ -1,28 +1,12 @@ #ifndef Isis_GuiFileNameParameter_h #define Isis_GuiFileNameParameter_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/12/15 20:44:57 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GuiParameter.h" // parent diff --git a/isis/src/base/objs/Gui/GuiHelperAction.cpp b/isis/src/base/objs/Gui/GuiHelperAction.cpp index f19104ea015114853accd61e725a35da66cbbd91..af77b04298ac870c812a88e3536a56eb4519c664 100644 --- a/isis/src/base/objs/Gui/GuiHelperAction.cpp +++ b/isis/src/base/objs/Gui/GuiHelperAction.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GuiHelperAction.h" #include diff --git a/isis/src/base/objs/Gui/GuiHelperAction.h b/isis/src/base/objs/Gui/GuiHelperAction.h index 6477c1295ee77c097b39dc44641007c5cdbf5f9d..569b6d41ff6f59c80182febcef11559a9c324b3c 100644 --- a/isis/src/base/objs/Gui/GuiHelperAction.h +++ b/isis/src/base/objs/Gui/GuiHelperAction.h @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiInputAttribute.cpp b/isis/src/base/objs/Gui/GuiInputAttribute.cpp index e24986bb510b848ad6a34e80b2b112210c861a58..7e6872800d9f0bacb9731750cd57368f83034ce9 100644 --- a/isis/src/base/objs/Gui/GuiInputAttribute.cpp +++ b/isis/src/base/objs/Gui/GuiInputAttribute.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/07/11 20:16:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiInputAttribute.h b/isis/src/base/objs/Gui/GuiInputAttribute.h index 212926ff0ace81f3cf3519252b57d2159ee77994..224dd3577ce95b9f4d34c415caf3b50e51478108 100644 --- a/isis/src/base/objs/Gui/GuiInputAttribute.h +++ b/isis/src/base/objs/Gui/GuiInputAttribute.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef IsisGuiInputAttribute_h #define IsisGuiInputAttribute_h diff --git a/isis/src/base/objs/Gui/GuiIntegerParameter.cpp b/isis/src/base/objs/Gui/GuiIntegerParameter.cpp index 16f4d783b39500a933ade298577247e6ece7d0fd..1a230ca79575214a9490b5549d6dc30316f63a76 100644 --- a/isis/src/base/objs/Gui/GuiIntegerParameter.cpp +++ b/isis/src/base/objs/Gui/GuiIntegerParameter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiIntegerParameter.h b/isis/src/base/objs/Gui/GuiIntegerParameter.h index 62266c857861cef799035eb11b9310e3d4eb0321..58e2a9e946f191f570ed9d4bd67e3abfea156d08 100644 --- a/isis/src/base/objs/Gui/GuiIntegerParameter.h +++ b/isis/src/base/objs/Gui/GuiIntegerParameter.h @@ -1,6 +1,11 @@ - #ifndef Isis_GuiIntegerParameter_h #define Isis_GuiIntegerParameter_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Gui/GuiListParameter.cpp b/isis/src/base/objs/Gui/GuiListParameter.cpp index 342f08387a91c29992379d077b4e18791c62f87c..b6617983ffbecc702a5a60c96491540f9a3d2144 100644 --- a/isis/src/base/objs/Gui/GuiListParameter.cpp +++ b/isis/src/base/objs/Gui/GuiListParameter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Gui/GuiListParameter.h b/isis/src/base/objs/Gui/GuiListParameter.h index 471989d362ed05d32faa67a48e5f78ed273df392..4c5c2e331e647d16ff08e564d666ddbada5c5eb4 100644 --- a/isis/src/base/objs/Gui/GuiListParameter.h +++ b/isis/src/base/objs/Gui/GuiListParameter.h @@ -1,5 +1,11 @@ #ifndef Isis_GuiListParameter_h #define Isis_GuiListParameter_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Gui/GuiLog.cpp b/isis/src/base/objs/Gui/GuiLog.cpp index 225bde34db961aa10936a38c8905e907acb95b87..ab463cff93e7941b312da2bb45471d91b8d8b828 100644 --- a/isis/src/base/objs/Gui/GuiLog.cpp +++ b/isis/src/base/objs/Gui/GuiLog.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Gui/GuiLog.h b/isis/src/base/objs/Gui/GuiLog.h index 313221c1b6a30dab62092ebfcf702c4b9caeb88d..48a586fb349bac9e2e937c83c74ff54f3cc48451 100644 --- a/isis/src/base/objs/Gui/GuiLog.h +++ b/isis/src/base/objs/Gui/GuiLog.h @@ -1,6 +1,11 @@ - #ifndef Isis_GuiLog_h #define Isis_GuiLog_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Gui/GuiOutputAttribute.cpp b/isis/src/base/objs/Gui/GuiOutputAttribute.cpp index 06931322fae92cc376e1c0472b8b36098a8307c8..cff2ed9119b7e9dd7b4964080ba741b614eff2cc 100644 --- a/isis/src/base/objs/Gui/GuiOutputAttribute.cpp +++ b/isis/src/base/objs/Gui/GuiOutputAttribute.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/07/11 20:16:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiOutputAttribute.h b/isis/src/base/objs/Gui/GuiOutputAttribute.h index 968b3e03bd1ab60e7f66f7f4cc1ab8b671c65a80..22000aec31bfe9c9a7d5f6df0a9bff9699c785be 100644 --- a/isis/src/base/objs/Gui/GuiOutputAttribute.h +++ b/isis/src/base/objs/Gui/GuiOutputAttribute.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisGuiOutputAttribute_h #define IsisGuiOutputAttribute_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiParameter.cpp b/isis/src/base/objs/Gui/GuiParameter.cpp index 1672f5eba32ddbaf60f462193f26ffda03afad5d..bcd42aafa02c44eb888ef7a8c1a91730c103050c 100644 --- a/isis/src/base/objs/Gui/GuiParameter.cpp +++ b/isis/src/base/objs/Gui/GuiParameter.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/12/15 20:44:57 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiParameter.h b/isis/src/base/objs/Gui/GuiParameter.h index 5af6cf2b260d1888851a25b1742567429b7c6272..bb77cfd6028eabfc702e7a3d17e2d94052416bb9 100644 --- a/isis/src/base/objs/Gui/GuiParameter.h +++ b/isis/src/base/objs/Gui/GuiParameter.h @@ -1,28 +1,12 @@ #ifndef Isis_GuiParameter_h #define Isis_GuiParameter_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/12/15 20:44:57 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Gui/GuiParameterFactory.cpp b/isis/src/base/objs/Gui/GuiParameterFactory.cpp index cff9ef21a4c3510714881f24eeb369b2158895e3..a931a59733a797fb75e89019363906a7f64144aa 100644 --- a/isis/src/base/objs/Gui/GuiParameterFactory.cpp +++ b/isis/src/base/objs/Gui/GuiParameterFactory.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "GuiListParameter.h" #include "GuiComboBoxParameter.h" #include "GuiCubeParameter.h" diff --git a/isis/src/base/objs/Gui/GuiParameterFactory.h b/isis/src/base/objs/Gui/GuiParameterFactory.h index 9c6e97fbd022e5b01a408107200ec60355a203e8..162da8a3936aec33b3019bdc0f9d2c718272585f 100644 --- a/isis/src/base/objs/Gui/GuiParameterFactory.h +++ b/isis/src/base/objs/Gui/GuiParameterFactory.h @@ -1,5 +1,11 @@ #ifndef Isis_GuiParameterFactory_h #define Isis_GuiParameterFactory_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "GuiParameter.h" diff --git a/isis/src/base/objs/Gui/GuiStringParameter.cpp b/isis/src/base/objs/Gui/GuiStringParameter.cpp index 6abc6ff15f4deb5f641bf3f258cf1b08f55c5ce7..911ef8d21b752d62816aabf8b8041b2a3c53a6df 100644 --- a/isis/src/base/objs/Gui/GuiStringParameter.cpp +++ b/isis/src/base/objs/Gui/GuiStringParameter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "GuiStringParameter.h" diff --git a/isis/src/base/objs/Gui/GuiStringParameter.h b/isis/src/base/objs/Gui/GuiStringParameter.h index cbbea692cb9b3982073535d85f1b64313febf9d9..5f316200d1d776763f212fe1e78c79a73cd901ec 100644 --- a/isis/src/base/objs/Gui/GuiStringParameter.h +++ b/isis/src/base/objs/Gui/GuiStringParameter.h @@ -1,5 +1,11 @@ #ifndef Isis_GuQStringParameter_h #define Isis_GuQStringParameter_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Gui/unitTest.cpp b/isis/src/base/objs/Gui/unitTest.cpp index 80280fad020d17b226de0abc342f10b53ece9c08..fb4e971cb17242192c277755dfcdfb597312b69d 100644 --- a/isis/src/base/objs/Gui/unitTest.cpp +++ b/isis/src/base/objs/Gui/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" #include "Preference.h" diff --git a/isis/src/base/objs/Hapke/Hapke.cpp b/isis/src/base/objs/Hapke/Hapke.cpp index cc06646c2759ad0ea2dff7193c650ce173bf2f2a..b55864a4cefd80e8e479868899ac543c47f9b82a 100644 --- a/isis/src/base/objs/Hapke/Hapke.cpp +++ b/isis/src/base/objs/Hapke/Hapke.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Constants.h" #include "Hapke.h" diff --git a/isis/src/base/objs/Hapke/Hapke.h b/isis/src/base/objs/Hapke/Hapke.h index 5805244dd9639fdf789c7e5b1a04c8d6c656a19d..accf80ef2861a8b150c201f1ad43a536014a3f6c 100644 --- a/isis/src/base/objs/Hapke/Hapke.h +++ b/isis/src/base/objs/Hapke/Hapke.h @@ -1,27 +1,11 @@ #ifndef Hapke_h #define Hapke_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/11/05 23:38:50 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/Hapke/unitTest.cpp b/isis/src/base/objs/Hapke/unitTest.cpp index 9763534927c08be243687babeb0119d01d4d9ed5..16282d055f9c32a54f1c07a8918d42513e318b93 100644 --- a/isis/src/base/objs/Hapke/unitTest.cpp +++ b/isis/src/base/objs/Hapke/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Hapke.h" diff --git a/isis/src/base/objs/HapkeAtm1/HapkeAtm1.cpp b/isis/src/base/objs/HapkeAtm1/HapkeAtm1.cpp index dc1dd1e7457868df019763829fc3ea996f612966..78e30185807d970930c1b827a1279adaa2fd5992 100644 --- a/isis/src/base/objs/HapkeAtm1/HapkeAtm1.cpp +++ b/isis/src/base/objs/HapkeAtm1/HapkeAtm1.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "AtmosModel.h" #include "Constants.h" diff --git a/isis/src/base/objs/HapkeAtm1/HapkeAtm1.h b/isis/src/base/objs/HapkeAtm1/HapkeAtm1.h index abd1a0a5103a9dc5d555d116e4f82ad9a2da951d..20f88d2a4be41bd659ae2d99af0d9c1df997dfe5 100644 --- a/isis/src/base/objs/HapkeAtm1/HapkeAtm1.h +++ b/isis/src/base/objs/HapkeAtm1/HapkeAtm1.h @@ -1,27 +1,11 @@ #if !defined(HapkeAtm1_h) #define HapkeAtm1_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/11/05 23:38:28 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AtmosModel.h" diff --git a/isis/src/base/objs/HapkeAtm1/unitTest.cpp b/isis/src/base/objs/HapkeAtm1/unitTest.cpp index e7a47a4ca17268c982373607cb94540eb8e982b5..ef7fb42c17dcbaa965a0da83b5817038e17230c1 100644 --- a/isis/src/base/objs/HapkeAtm1/unitTest.cpp +++ b/isis/src/base/objs/HapkeAtm1/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/HapkeAtm2/HapkeAtm2.cpp b/isis/src/base/objs/HapkeAtm2/HapkeAtm2.cpp index 19f8a9486ad5691422f183a704f020e70b4b1de3..2d1cc13cca9e9d0b6db6fde52f6714b465eed89d 100644 --- a/isis/src/base/objs/HapkeAtm2/HapkeAtm2.cpp +++ b/isis/src/base/objs/HapkeAtm2/HapkeAtm2.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "AtmosModel.h" #include "Constants.h" diff --git a/isis/src/base/objs/HapkeAtm2/HapkeAtm2.h b/isis/src/base/objs/HapkeAtm2/HapkeAtm2.h index f082b3f73a58ce6d9bc2b0fe01dcb8ad67638cbc..5ebe8337df3ba8fcbccb61a52b37490b9b0b40f5 100644 --- a/isis/src/base/objs/HapkeAtm2/HapkeAtm2.h +++ b/isis/src/base/objs/HapkeAtm2/HapkeAtm2.h @@ -1,27 +1,11 @@ #if !defined(HapkeAtm2_h) #define HapkeAtm2_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/11/05 23:38:39 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AtmosModel.h" diff --git a/isis/src/base/objs/HapkeAtm2/unitTest.cpp b/isis/src/base/objs/HapkeAtm2/unitTest.cpp index 2505127ef4ca84073397ae3556597cb2ede5feba..d05c45baa276a01254cca347c620755697ff50bd 100644 --- a/isis/src/base/objs/HapkeAtm2/unitTest.cpp +++ b/isis/src/base/objs/HapkeAtm2/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/Hillshade/Hillshade.cpp b/isis/src/base/objs/Hillshade/Hillshade.cpp index c7e1056f082407f588d7bfabb8c53d1a86cb3af9..da7b9c70df6e6e8ec79fba4523e20cd22bce008a 100644 --- a/isis/src/base/objs/Hillshade/Hillshade.cpp +++ b/isis/src/base/objs/Hillshade/Hillshade.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Hillshade.h" #include diff --git a/isis/src/base/objs/Hillshade/Hillshade.h b/isis/src/base/objs/Hillshade/Hillshade.h index 2e3fbe9366c60d6e8eba149661ebf117570264a3..0ac084d71069b1edb4c42a46ef865eac7b0f5969 100644 --- a/isis/src/base/objs/Hillshade/Hillshade.h +++ b/isis/src/base/objs/Hillshade/Hillshade.h @@ -1,5 +1,11 @@ #ifndef Hillshade_H #define Hillshade_H +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ class QDebug; class QString; diff --git a/isis/src/base/objs/Hillshade/unitTest.cpp b/isis/src/base/objs/Hillshade/unitTest.cpp index f3abf6da3fdcc1cf366b2cbc47139c0f6e6f4764..0ed1eca4d77f7d717ab44c6710644e4bed1f1bc4 100644 --- a/isis/src/base/objs/Hillshade/unitTest.cpp +++ b/isis/src/base/objs/Hillshade/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Histogram/Histogram.cpp b/isis/src/base/objs/Histogram/Histogram.cpp index 65519b098c5baf82b400a4180f1978786b0458c0..94e5a9dcb6c99e3c82a6fbfa79ac90218e1167d2 100644 --- a/isis/src/base/objs/Histogram/Histogram.cpp +++ b/isis/src/base/objs/Histogram/Histogram.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/08/15 22:03:32 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Histogram.h" #include "ControlMeasure.h" diff --git a/isis/src/base/objs/Histogram/Histogram.h b/isis/src/base/objs/Histogram/Histogram.h index c7fbb6d4d7dadde83a50d0ec268988ed27035028..5708d56c037d6ea7ad7d19cd12580ec4ae819445 100644 --- a/isis/src/base/objs/Histogram/Histogram.h +++ b/isis/src/base/objs/Histogram/Histogram.h @@ -1,27 +1,10 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/08/15 22:03:32 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef Histogram_h #define Histogram_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + #include "Cube.h" #include "Constants.h" diff --git a/isis/src/base/objs/Histogram/unitTest.cpp b/isis/src/base/objs/Histogram/unitTest.cpp index 3bf4a88bbb3c38fed65dc66dacafd3bbd858f2c4..e67cef2797e4b0c42be9ecd13b4ec411894f17a3 100644 --- a/isis/src/base/objs/Histogram/unitTest.cpp +++ b/isis/src/base/objs/Histogram/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "QRegularExpression" diff --git a/isis/src/base/objs/History/History.cpp b/isis/src/base/objs/History/History.cpp index 9c71c5de46c7e90203932ddbcea04d8f11fafc0a..9ff2bdcc6b03b00ad156d1deee3af0dedbc68095 100644 --- a/isis/src/base/objs/History/History.cpp +++ b/isis/src/base/objs/History/History.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/05/14 19:17:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "History.h" #include diff --git a/isis/src/base/objs/History/History.h b/isis/src/base/objs/History/History.h index c97c1b076f5289d5c84c1cf1b2240552f5b4b653..e0b1afbcbf7dcc57dfc7781ac2d6fc04a3cccabc 100644 --- a/isis/src/base/objs/History/History.h +++ b/isis/src/base/objs/History/History.h @@ -1,28 +1,12 @@ #ifndef History_h #define History_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/05/14 19:17:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Blob.h" #include "Pvl.h" diff --git a/isis/src/base/objs/History/unitTest.cpp b/isis/src/base/objs/History/unitTest.cpp index 1de575195ea54e1cf1f4c9120f74bcbd11cf7f09..67c0297365414b7f0e8fa2741cec20fadc06a579 100644 --- a/isis/src/base/objs/History/unitTest.cpp +++ b/isis/src/base/objs/History/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ID/ID.cpp b/isis/src/base/objs/ID/ID.cpp index 48b583bdce94010b4b559598ac1b4ea1da053d06..856064b735cc57ae93fc76225327fc26e20c36a9 100644 --- a/isis/src/base/objs/ID/ID.cpp +++ b/isis/src/base/objs/ID/ID.cpp @@ -1,20 +1,9 @@ -/** - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ID.h" #include "IException.h" diff --git a/isis/src/base/objs/ID/ID.h b/isis/src/base/objs/ID/ID.h index a08d17d7f97640ad5533a199ec12c55157e4f041..e2df13fcef578999160659b191410a473c7a7c48 100644 --- a/isis/src/base/objs/ID/ID.h +++ b/isis/src/base/objs/ID/ID.h @@ -1,28 +1,11 @@ #ifndef ID_h #define ID_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - +/* SPDX-License-Identifier: CC0-1.0 */ #include namespace Isis { diff --git a/isis/src/base/objs/ID/unitTest.cpp b/isis/src/base/objs/ID/unitTest.cpp index e82af292676e0b38fc557bc5186778a509d46a4d..2ac77b073adc6853aa532865666f74da36792373 100644 --- a/isis/src/base/objs/ID/unitTest.cpp +++ b/isis/src/base/objs/ID/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IException/IException.cpp b/isis/src/base/objs/IException/IException.cpp index 0d6ef5c4406287a804e11f4b40cd14366645a9b9..4ddf0a93f6e36a6bff32aba2c50e419eabc2ebe0 100644 --- a/isis/src/base/objs/IException/IException.cpp +++ b/isis/src/base/objs/IException/IException.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.13 $ - * $Date: 2009/07/29 21:16:39 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include "IException.h" diff --git a/isis/src/base/objs/IException/IException.h b/isis/src/base/objs/IException/IException.h index 8bb73ca2437e6697f6e52287841141ccaa861ade..17c0c84fac20db572b8a62ed53fec208687f104f 100644 --- a/isis/src/base/objs/IException/IException.h +++ b/isis/src/base/objs/IException/IException.h @@ -1,28 +1,12 @@ #ifndef IException_h #define IException_h -/** - * @file - * $Revision: 1.11 $ - * $Date: 2009/07/29 21:16:39 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IException/unitTest.cpp b/isis/src/base/objs/IException/unitTest.cpp index ebfee0db1479294cb5f382ebe767df61be1a5fb4..b08b76a1498ff219f310a81eae0742f8bc4c051c 100644 --- a/isis/src/base/objs/IException/unitTest.cpp +++ b/isis/src/base/objs/IException/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/IString/IString.cpp b/isis/src/base/objs/IString/IString.cpp index 721bd534fb8236bdc7b6fe4ca96093fc7806c0f5..93b9e4389832a5648857cd73812544d06b55dd21 100644 --- a/isis/src/base/objs/IString/IString.cpp +++ b/isis/src/base/objs/IString/IString.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.15 $ - * $Date: 2010/03/19 20:38:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IString.h" #include diff --git a/isis/src/base/objs/IString/IString.h b/isis/src/base/objs/IString/IString.h index 413e1b2b8679bdc27ecf70fc3a7fe535424971e4..4c06c47af0b70b5f80f3ca58f22b9682dcaae479 100644 --- a/isis/src/base/objs/IString/IString.h +++ b/isis/src/base/objs/IString/IString.h @@ -1,27 +1,11 @@ #ifndef IString_h #define IString_h -/** - * @file - * $Revision: 1.14 $ - * $Date: 2010/03/19 20:38:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IString/unitTest.cpp b/isis/src/base/objs/IString/unitTest.cpp index a24fc439870a90071b5f7667b47f41c18575f7cf..1ee2c6bdb9ddd75c5f1a9800156d4d958f80b471 100644 --- a/isis/src/base/objs/IString/unitTest.cpp +++ b/isis/src/base/objs/IString/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IString.h" #include diff --git a/isis/src/base/objs/IdealCamera/IdealCamera.cpp b/isis/src/base/objs/IdealCamera/IdealCamera.cpp index e88abdd6a7af4471e58cde1977d87d6023f047b1..7c28ee11b814ba2b9ea569897e104b44f1089013 100644 --- a/isis/src/base/objs/IdealCamera/IdealCamera.cpp +++ b/isis/src/base/objs/IdealCamera/IdealCamera.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/31 15:12:28 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IdealCamera.h" diff --git a/isis/src/base/objs/IdealCamera/IdealCamera.h b/isis/src/base/objs/IdealCamera/IdealCamera.h index cd1cdd549099b554c061ac263e9f1637827ae69e..cdff529c02833d263e38b7fdb2650c8ce9dc2364 100644 --- a/isis/src/base/objs/IdealCamera/IdealCamera.h +++ b/isis/src/base/objs/IdealCamera/IdealCamera.h @@ -1,26 +1,11 @@ #ifndef IdealCamera_h #define IdealCamera_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/08/31 15:12:28 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/IdealCamera/unitTest.cpp b/isis/src/base/objs/IdealCamera/unitTest.cpp index bb0e6587cb8170e080567daa1e941f66df23eaed..d31816b6a903a5add9533eed0de415719682f995 100644 --- a/isis/src/base/objs/IdealCamera/unitTest.cpp +++ b/isis/src/base/objs/IdealCamera/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ImageExporter/ImageExporter.cpp b/isis/src/base/objs/ImageExporter/ImageExporter.cpp index cdbaf5a9a7b7c385be901b25957d810188fdfb17..737b5c95f236db7b314587115e106f945044e807 100644 --- a/isis/src/base/objs/ImageExporter/ImageExporter.cpp +++ b/isis/src/base/objs/ImageExporter/ImageExporter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImageExporter.h" #include "Buffer.h" diff --git a/isis/src/base/objs/ImageExporter/ImageExporter.h b/isis/src/base/objs/ImageExporter/ImageExporter.h index 68143e9d948eced3d0f7103263869d41428a1e33..7fc2bdd8fbccbfdb22b95c1636484899c05236d6 100644 --- a/isis/src/base/objs/ImageExporter/ImageExporter.h +++ b/isis/src/base/objs/ImageExporter/ImageExporter.h @@ -1,28 +1,12 @@ #ifndef ImageExporter_h #define ImageExporter_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/ImageExporter/unitTest.cpp b/isis/src/base/objs/ImageExporter/unitTest.cpp index d0e6d15bafe2ad5a48abb876bfad671d58df6376..425fa4613640f3e772d767387e584f9040026ae5 100644 --- a/isis/src/base/objs/ImageExporter/unitTest.cpp +++ b/isis/src/base/objs/ImageExporter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/ImageHistogram/ImageHistogram.cpp b/isis/src/base/objs/ImageHistogram/ImageHistogram.cpp index 4c32892be1800d99a21906ceee83dfffae32529e..68b1a0418d645a65517821393b63ce1634820f61 100644 --- a/isis/src/base/objs/ImageHistogram/ImageHistogram.cpp +++ b/isis/src/base/objs/ImageHistogram/ImageHistogram.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/08/15 22:03:32 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImageHistogram.h" #include "Brick.h" diff --git a/isis/src/base/objs/ImageHistogram/ImageHistogram.h b/isis/src/base/objs/ImageHistogram/ImageHistogram.h index 058a6bdc9895146c656814ec317383cbe8bf36a9..43066b4dd6d0002fa0e8eaf56905130d78376363 100644 --- a/isis/src/base/objs/ImageHistogram/ImageHistogram.h +++ b/isis/src/base/objs/ImageHistogram/ImageHistogram.h @@ -1,27 +1,10 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/08/15 22:03:32 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef ImageHistogram_h #define ImageHistogram_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + #include "Cube.h" #include "Message.h" diff --git a/isis/src/base/objs/ImageHistogram/unitTest.cpp b/isis/src/base/objs/ImageHistogram/unitTest.cpp index 40b362e11f740276d49c841fbf247d0f003a1760..115fa5806f71975511d0932f97e6cc17826fa7cd 100644 --- a/isis/src/base/objs/ImageHistogram/unitTest.cpp +++ b/isis/src/base/objs/ImageHistogram/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "QRegularExpression" diff --git a/isis/src/base/objs/ImageImporter/ImageImporter.cpp b/isis/src/base/objs/ImageImporter/ImageImporter.cpp index c82c39f64ed7ef47580b952ebdd2b0e842a6b23f..a314619fefb66183ba50ed79e8785209e4e16a76 100644 --- a/isis/src/base/objs/ImageImporter/ImageImporter.cpp +++ b/isis/src/base/objs/ImageImporter/ImageImporter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImageImporter.h" #include diff --git a/isis/src/base/objs/ImageImporter/ImageImporter.h b/isis/src/base/objs/ImageImporter/ImageImporter.h index b52f60cb2efe4a0d152713cbf21c9d00c2dd872b..efecef806c0a9801a217c7073fc00c73d29c5d89 100644 --- a/isis/src/base/objs/ImageImporter/ImageImporter.h +++ b/isis/src/base/objs/ImageImporter/ImageImporter.h @@ -1,28 +1,12 @@ #ifndef ImageImporter_h #define ImageImporter_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Buffer; diff --git a/isis/src/base/objs/ImageOverlap/ImageOverlap.cpp b/isis/src/base/objs/ImageOverlap/ImageOverlap.cpp index 45ee98ae31ffc06758fb893cfa0504927b8d8518..fce3bd26f8bc3f677ea0a217695ba4c039ea51d7 100644 --- a/isis/src/base/objs/ImageOverlap/ImageOverlap.cpp +++ b/isis/src/base/objs/ImageOverlap/ImageOverlap.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ImageOverlap/ImageOverlap.h b/isis/src/base/objs/ImageOverlap/ImageOverlap.h index 7915bb7c01e375c2d33ee5804097b18167ae0e7e..8fda62d0c7b18ba1113fe1f6a8284062108f238a 100644 --- a/isis/src/base/objs/ImageOverlap/ImageOverlap.h +++ b/isis/src/base/objs/ImageOverlap/ImageOverlap.h @@ -1,27 +1,11 @@ #ifndef ImageOverlap_h #define ImageOverlap_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/05/25 22:49:35 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc/documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/ImageOverlap/unitTest.cpp b/isis/src/base/objs/ImageOverlap/unitTest.cpp index 39cb87e2fb2b5854fb626a0c95c814f608ecf989..b72e17be038266df463c930cd3b7a84d03a3ed84 100644 --- a/isis/src/base/objs/ImageOverlap/unitTest.cpp +++ b/isis/src/base/objs/ImageOverlap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ImageOverlapSet/ImageOverlapSet.cpp b/isis/src/base/objs/ImageOverlapSet/ImageOverlapSet.cpp index 3f52ba48b8169429da2fd9c69590b570882f94b3..982e37462fe6e25e912d71af29d44d8d6c9dddea 100644 --- a/isis/src/base/objs/ImageOverlapSet/ImageOverlapSet.cpp +++ b/isis/src/base/objs/ImageOverlapSet/ImageOverlapSet.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/ImageOverlapSet/ImageOverlapSet.h b/isis/src/base/objs/ImageOverlapSet/ImageOverlapSet.h index 94a6032fe47813fb6614b63ae22e34e037fc23fc..19c1606ab43f779e288ebb156a11cca269a811fc 100644 --- a/isis/src/base/objs/ImageOverlapSet/ImageOverlapSet.h +++ b/isis/src/base/objs/ImageOverlapSet/ImageOverlapSet.h @@ -1,27 +1,11 @@ #ifndef ImageOverlapSet_h #define ImageOverlapSet_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2009/06/01 15:18:11 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc/documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ImageOverlapSet/unitTest.cpp b/isis/src/base/objs/ImageOverlapSet/unitTest.cpp index eb560274eca25b8466b134c129eb6d5fdcd2eec1..ca0898e27f49136f438bb1f617c8ce85e98be258 100644 --- a/isis/src/base/objs/ImageOverlapSet/unitTest.cpp +++ b/isis/src/base/objs/ImageOverlapSet/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ImagePolygon/ImagePolygon.cpp b/isis/src/base/objs/ImagePolygon/ImagePolygon.cpp index 1e9564bc0db92f34e5d2e2516005d329f2106a31..6f36cf4d5ed37327b0bd66a0e48812fa78903567 100644 --- a/isis/src/base/objs/ImagePolygon/ImagePolygon.cpp +++ b/isis/src/base/objs/ImagePolygon/ImagePolygon.cpp @@ -1,25 +1,9 @@ -/** -* @file -* $Revision: 1.37 $ -* $Date: 2010/05/14 19:17:43 $ -* -* Unless noted otherwise, the portions of Isis written by the USGS are -* public domain. See individual third-party library and package descriptions -* for intellectual property information, user agreements, and related -* information. -* -* Although Isis has been used by the USGS, no warranty, expressed or -* implied, is made by the USGS as to the accuracy and functioning of such -* software and related material nor shall the fact of distribution -* constitute any such warranty, and no responsibility is assumed by the -* USGS in connection therewith. -* -* For additional information, launch -* $ISISROOT/doc//documents/Disclaimers/Disclaimers.html -* in a browser or see the Privacy & Disclaimers page on the Isis website, -* http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on -* http://www.usgs.gov/privacy.html. -*/ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" diff --git a/isis/src/base/objs/ImagePolygon/ImagePolygon.h b/isis/src/base/objs/ImagePolygon/ImagePolygon.h index 27b4e1273f8c5a193396838f28dc40dc40eaf83b..b12cc408f5a3f4c3671f23ba38f2851847f1f616 100644 --- a/isis/src/base/objs/ImagePolygon/ImagePolygon.h +++ b/isis/src/base/objs/ImagePolygon/ImagePolygon.h @@ -1,26 +1,11 @@ #ifndef ImagePolygon_h #define ImagePolygon_h -/** - * @file - * $Revision: 1.33 $ - * $Date: 2010/05/14 19:17:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ImportPdsTable/ImportPdsTable.cpp b/isis/src/base/objs/ImportPdsTable/ImportPdsTable.cpp index f5a86c7e87d13c027221a2775292246391d8868e..b905e3655aacefb906090610b4c9c513684e1a15 100644 --- a/isis/src/base/objs/ImportPdsTable/ImportPdsTable.cpp +++ b/isis/src/base/objs/ImportPdsTable/ImportPdsTable.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2005/08/18 23:00:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImportPdsTable.h" #include diff --git a/isis/src/base/objs/ImportPdsTable/ImportPdsTable.h b/isis/src/base/objs/ImportPdsTable/ImportPdsTable.h index 2fe6d6daa7b1a3995fab23b55d16009ebde3a8b5..43218af8c201a513894b0cbeff02161e12ab7efc 100644 --- a/isis/src/base/objs/ImportPdsTable/ImportPdsTable.h +++ b/isis/src/base/objs/ImportPdsTable/ImportPdsTable.h @@ -1,26 +1,11 @@ #ifndef ImportPdsTable_h #define ImportPdsTable_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ImportPdsTable/unitTest.cpp b/isis/src/base/objs/ImportPdsTable/unitTest.cpp index 0e59535441494a459f784ce8a0baa8fb277f44f0..e6658c1fada89da7ddd6f82ab0e77c145f65d003 100644 --- a/isis/src/base/objs/ImportPdsTable/unitTest.cpp +++ b/isis/src/base/objs/ImportPdsTable/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/InfixToPostfix/InfixToPostfix.cpp b/isis/src/base/objs/InfixToPostfix/InfixToPostfix.cpp index d8c22feceff687ea2bc021b6a8e8496b18d8e67f..83629046bebd2bd5f0995a3c3d8ee8c4f57ee60f 100644 --- a/isis/src/base/objs/InfixToPostfix/InfixToPostfix.cpp +++ b/isis/src/base/objs/InfixToPostfix/InfixToPostfix.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/04/08 15:14:13 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "InfixToPostfix.h" diff --git a/isis/src/base/objs/InfixToPostfix/InfixToPostfix.h b/isis/src/base/objs/InfixToPostfix/InfixToPostfix.h index b221b9dc9c2a2404bd4d670b77765a3bfaa2c723..ab4da893c5348b86375aee3213809432bd2f9b84 100644 --- a/isis/src/base/objs/InfixToPostfix/InfixToPostfix.h +++ b/isis/src/base/objs/InfixToPostfix/InfixToPostfix.h @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/04/08 15:14:13 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef INFIXTOPOSTFIX_H_ #define INFIXTOPOSTFIX_H_ diff --git a/isis/src/base/objs/InfixToPostfix/unitTest.cpp b/isis/src/base/objs/InfixToPostfix/unitTest.cpp index edbd0c0e427aae04b47287d06a661c8f0454b35f..679babefe5d005f8aa1e339c03410ed19304101f 100644 --- a/isis/src/base/objs/InfixToPostfix/unitTest.cpp +++ b/isis/src/base/objs/InfixToPostfix/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "InfixToPostfix.h" #include diff --git a/isis/src/base/objs/InlineCalculator/InlineCalculator.cpp b/isis/src/base/objs/InlineCalculator/InlineCalculator.cpp index 1e2e38eeee23ffe90b6c869d248d432c54121fd3..8661a689d2b856ac86555ffde3f12b5470c4072a 100644 --- a/isis/src/base/objs/InlineCalculator/InlineCalculator.cpp +++ b/isis/src/base/objs/InlineCalculator/InlineCalculator.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 6513 $ - * $Date: 2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016) $ - * $Id: InlineCalculator.cpp 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "InlineCalculator.h" // std library diff --git a/isis/src/base/objs/InlineCalculator/InlineCalculator.h b/isis/src/base/objs/InlineCalculator/InlineCalculator.h index 3f16fcbdf58ac609c9ed50391cf2de85bf77fc80..c89679ec8f3e637c2cda8525afebe22ad36c514c 100644 --- a/isis/src/base/objs/InlineCalculator/InlineCalculator.h +++ b/isis/src/base/objs/InlineCalculator/InlineCalculator.h @@ -1,29 +1,11 @@ #ifndef InlineCalculator_h #define InlineCalculator_h -/** - * @file - * $Revision: 6129 $ - * $Date: 2015-04-02 10:42:32 -0700 (Thu, 02 Apr 2015) $ - * $Id: InlineCalculator.h 6129 2015-04-02 17:42:32Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ // parent class #include "Calculator.h" diff --git a/isis/src/base/objs/InlineCalculator/unitTest.cpp b/isis/src/base/objs/InlineCalculator/unitTest.cpp index 5f76b2af8a63d4bc5258b149a8b8d67d741b2a55..1e70ca1104b370c8051faaa1b1d2eaae70fb9a17 100644 --- a/isis/src/base/objs/InlineCalculator/unitTest.cpp +++ b/isis/src/base/objs/InlineCalculator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "InlineCalculator.h" diff --git a/isis/src/base/objs/InlineInfixToPostfix/InlineInfixToPostfix.cpp b/isis/src/base/objs/InlineInfixToPostfix/InlineInfixToPostfix.cpp index bd08a20f0e4081fa758860d31e06fd4c2130dc2c..92249532b5e24c4a8efe658b16daacb8c488f873 100644 --- a/isis/src/base/objs/InlineInfixToPostfix/InlineInfixToPostfix.cpp +++ b/isis/src/base/objs/InlineInfixToPostfix/InlineInfixToPostfix.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 6084 $ - * $Date: 2015-03-04 18:17:45 -0700 (Wed, 04 Mar 2015) $ - * $Id: InlineInfixToPostfix.h 6084 2015-03-05 01:17:45Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "InlineInfixToPostfix.h" diff --git a/isis/src/base/objs/InlineInfixToPostfix/InlineInfixToPostfix.h b/isis/src/base/objs/InlineInfixToPostfix/InlineInfixToPostfix.h index f9f7c80a45dbb7354a87ac4049c45dda45e9a233..11a494e11616725df90b3942ce9794baf573c05f 100644 --- a/isis/src/base/objs/InlineInfixToPostfix/InlineInfixToPostfix.h +++ b/isis/src/base/objs/InlineInfixToPostfix/InlineInfixToPostfix.h @@ -1,28 +1,11 @@ #ifndef InlineInfixToPostfix_h #define InlineInfixToPostfix_h -/** - * @file - * $Revision: 6129 $ - * $Date: 2015-04-02 10:42:32 -0700 (Thu, 02 Apr 2015) $ - * $Id: InlineInfixToPostfix.h 6129 2015-04-02 17:42:32Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // parent class, has InfixOperator type #include "InfixToPostfix.h" diff --git a/isis/src/base/objs/InlineInfixToPostfix/unitTest.cpp b/isis/src/base/objs/InlineInfixToPostfix/unitTest.cpp index 9a4e387f5df64ac9cc34f01aa596397c6b64c99f..eba365f5ebbc919f67d8a12ea86eb662e3b41c39 100644 --- a/isis/src/base/objs/InlineInfixToPostfix/unitTest.cpp +++ b/isis/src/base/objs/InlineInfixToPostfix/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "InlineInfixToPostfix.h" diff --git a/isis/src/base/objs/Intercept/Intercept.cpp b/isis/src/base/objs/Intercept/Intercept.cpp index e097a895c7e4a4b05140030af1b8b71ba8fc660a..198c9b588a1f513dfa7fc88e5f690ce8a0d4c356 100755 --- a/isis/src/base/objs/Intercept/Intercept.cpp +++ b/isis/src/base/objs/Intercept/Intercept.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Intercept.h" diff --git a/isis/src/base/objs/Intercept/Intercept.h b/isis/src/base/objs/Intercept/Intercept.h index 1737e1d07778fd28093e60aa34eb9e1392d414d3..53ed1f55052c6e82ea50baa83f7005f70d7c28c4 100755 --- a/isis/src/base/objs/Intercept/Intercept.h +++ b/isis/src/base/objs/Intercept/Intercept.h @@ -1,26 +1,11 @@ #ifndef Intercept_h #define Intercept_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Intercept/unitTest.cpp b/isis/src/base/objs/Intercept/unitTest.cpp index 47f1e274e59673c64a50707c0657e899fda278a9..93eba538630924173bd7b735d3f90968da974d51 100755 --- a/isis/src/base/objs/Intercept/unitTest.cpp +++ b/isis/src/base/objs/Intercept/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Interpolator/Interpolator.cpp b/isis/src/base/objs/Interpolator/Interpolator.cpp index 6b542f693413dfde30bdd10488d76fe383d4c6ff..435f846f4227ddc02505bc5737cea406ed396909 100644 --- a/isis/src/base/objs/Interpolator/Interpolator.cpp +++ b/isis/src/base/objs/Interpolator/Interpolator.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/11/06 15:53:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/Interpolator/Interpolator.h b/isis/src/base/objs/Interpolator/Interpolator.h index 97ebebcc9841f42725805927b1bcf73ece45aa39..c39ed3434ab6de2b4ebe3e13fa17b462fb088885 100644 --- a/isis/src/base/objs/Interpolator/Interpolator.h +++ b/isis/src/base/objs/Interpolator/Interpolator.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef Interpolator_h #define Interpolator_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpecialPixel.h" namespace Isis { diff --git a/isis/src/base/objs/Interpolator/unitTest.cpp b/isis/src/base/objs/Interpolator/unitTest.cpp index 9abe0f11a7a95969465f5fd460881aea39d14b07..eb8425eacbc6317e4542cf68d346cdf732ffc620 100644 --- a/isis/src/base/objs/Interpolator/unitTest.cpp +++ b/isis/src/base/objs/Interpolator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Isis/Isis.h b/isis/src/base/objs/Isis/Isis.h index 7fc07640fc044839768fc0c9a9db46baf6e74070..9ce3650cdb14487e6ed5ef12f8de9ef176692317 100644 --- a/isis/src/base/objs/Isis/Isis.h +++ b/isis/src/base/objs/Isis/Isis.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2009/07/29 21:14:35 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifdef __GTHREADS #error *****Isis.h MUST be included before any other files!***** diff --git a/isis/src/base/objs/Isis/IsisDebug.h b/isis/src/base/objs/Isis/IsisDebug.h index 55b61007c99d47a764e3fdfdfea7535faf52876b..0b3e845f4477ce5e17e5652c90191abd925e7d24 100644 --- a/isis/src/base/objs/Isis/IsisDebug.h +++ b/isis/src/base/objs/Isis/IsisDebug.h @@ -1,5 +1,11 @@ #ifndef IsisDebug_h #define IsisDebug_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifdef __GTHREADS #error *****IsisDebug.h MUST be included before any system header files!***** diff --git a/isis/src/base/objs/Isis/unitTest.cpp b/isis/src/base/objs/Isis/unitTest.cpp index 162fa17fc3cb051d076fdf0a930897150554bed5..d6af910b00cfc4bfc0d18b63a319dd93766eae56 100644 --- a/isis/src/base/objs/Isis/unitTest.cpp +++ b/isis/src/base/objs/Isis/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "Preference.h" diff --git a/isis/src/base/objs/IsisAml/IsisAml.cpp b/isis/src/base/objs/IsisAml/IsisAml.cpp index 0335d26413d7b2f9b35c6d5cfeb3556c95e9bb20..6168663f7a25b4737d2dfa34d7dd23b18576e7cd 100644 --- a/isis/src/base/objs/IsisAml/IsisAml.cpp +++ b/isis/src/base/objs/IsisAml/IsisAml.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2007/10/17 22:45:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IsisAml/IsisAml.h b/isis/src/base/objs/IsisAml/IsisAml.h index bf0e4057da4eca1de0c933be6fb24075bd995b59..067808b8524e3f32d36a611dfb461ef2a56e7e2c 100644 --- a/isis/src/base/objs/IsisAml/IsisAml.h +++ b/isis/src/base/objs/IsisAml/IsisAml.h @@ -1,28 +1,12 @@ #ifndef IsisAml_h #define IsisAml_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2007/10/17 22:45:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IsisAml/IsisAmlData.cpp b/isis/src/base/objs/IsisAml/IsisAmlData.cpp index 851f9c67a13d8264a9b04844450c1b17688e28a4..0cc696191b643287eff0836d69c17e67547cce13 100644 --- a/isis/src/base/objs/IsisAml/IsisAmlData.cpp +++ b/isis/src/base/objs/IsisAml/IsisAmlData.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IException.h" #include "IsisAmlData.h" diff --git a/isis/src/base/objs/IsisAml/IsisAmlData.h b/isis/src/base/objs/IsisAml/IsisAmlData.h index 7e9ab731574c2c59c3b470f0623899f6aca409d1..f5b181e53e3f5f03ac0abb071b9ee32a715e7e6f 100644 --- a/isis/src/base/objs/IsisAml/IsisAmlData.h +++ b/isis/src/base/objs/IsisAml/IsisAmlData.h @@ -1,29 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisAmlData_h #define IsisAmlData_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLApplication.cpp b/isis/src/base/objs/IsisAml/IsisXMLApplication.cpp index 4682477fb1e897f287b69be09975efcc5e5dc17b..56bfb2dacbc0d361cd2f710bf8b4259d55915123 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLApplication.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLApplication.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLApplication.h b/isis/src/base/objs/IsisAml/IsisXMLApplication.h index cf46b91c59b489de823d6be6628c2b5a029e35be..3d965b6d477fdfb3974f328e3589fa3f4ae8c682 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLApplication.h +++ b/isis/src/base/objs/IsisAml/IsisXMLApplication.h @@ -1,31 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLApplication_h #define IsisXMLApplication_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -//#include - +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisAmlData.h" #include "IsisXMLGroups.h" #include "IsisXMLHandler.h" diff --git a/isis/src/base/objs/IsisAml/IsisXMLChTrans.h b/isis/src/base/objs/IsisAml/IsisXMLChTrans.h index 342d0e9cc9f916a6acf3f79695781120e304efa9..58b2b1a313919de43e3dfaaa7c0f9ed42fdfb80a 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLChTrans.h +++ b/isis/src/base/objs/IsisAml/IsisXMLChTrans.h @@ -1,29 +1,12 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef IsisXMLChTrans_h #define IsisXMLChTrans_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLGroup.cpp b/isis/src/base/objs/IsisAml/IsisXMLGroup.cpp index b293ecb0df7ea788fb91868782cc4edfe39414b4..33d0f7a80e045f430d379ad0b3bfe18e906b4954 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLGroup.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLGroup.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLGroup.h b/isis/src/base/objs/IsisAml/IsisXMLGroup.h index 1a3f0952ed9911bf9d0f29b31833e68604023934..f0189729bafcfc3d59c39a6d3a5afd466f483f4a 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLGroup.h +++ b/isis/src/base/objs/IsisAml/IsisXMLGroup.h @@ -1,29 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLGroup_h #define IsisXMLGroup_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ //#include #include "IsisAmlData.h" diff --git a/isis/src/base/objs/IsisAml/IsisXMLGroups.cpp b/isis/src/base/objs/IsisAml/IsisXMLGroups.cpp index 9e96579b2cef56a9cf4f01305840500002c3c8e3..fe505432df17be2a168e03a63f4b0f9e5ecf1ba5 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLGroups.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLGroups.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLGroups.h b/isis/src/base/objs/IsisAml/IsisXMLGroups.h index 107136b609d85ceeaadb7ebca160fd754a2d5c59..ada4e5d7a9dab6cc1c567121024b9d22eb703235 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLGroups.h +++ b/isis/src/base/objs/IsisAml/IsisXMLGroups.h @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef IsisXMLGroups_h #define IsisXMLGroups_h diff --git a/isis/src/base/objs/IsisAml/IsisXMLHandler.cpp b/isis/src/base/objs/IsisAml/IsisXMLHandler.cpp index 2559358cf8261a02ab4e99abe2787f6e8adec855..b1ca6ccc1ae759f48a8ab0139ce6aad30b6d90b5 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLHandler.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLHandler.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLHandler.h b/isis/src/base/objs/IsisAml/IsisXMLHandler.h index 199432dd42fe1ca9e2c8add25b405b3a7b0ede5a..83f5ff9db8da0aba566fb58eeedcc7c69448f5fe 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLHandler.h +++ b/isis/src/base/objs/IsisAml/IsisXMLHandler.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLHandler_h #define IsisXMLHandler_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLHelper.cpp b/isis/src/base/objs/IsisAml/IsisXMLHelper.cpp index d2e5c21e5b3e60c7a09fe7c5dbd384ccd49761b7..eda32c016b122b9058c8cb5034c434aaddd61b6f 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLHelper.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLHelper.cpp @@ -1,26 +1,10 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLHelper.h b/isis/src/base/objs/IsisAml/IsisXMLHelper.h index 18592c25b03b59a45bece432c6dba9b609a84ebf..596581cafae0fe1267935d71ff57d1609ed0acdb 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLHelper.h +++ b/isis/src/base/objs/IsisAml/IsisXMLHelper.h @@ -1,30 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLHelper_h #define IsisXMLHelper_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -//#include +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisAmlData.h" #include "IsisXMLIgnore.h" diff --git a/isis/src/base/objs/IsisAml/IsisXMLHelpers.cpp b/isis/src/base/objs/IsisAml/IsisXMLHelpers.cpp index 3e365986505aab3240b9aac194ad4e9de7bad1ad..ee2920fec53a961095a2755f546a53de7587faf4 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLHelpers.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLHelpers.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLHelpers.h b/isis/src/base/objs/IsisAml/IsisXMLHelpers.h index 63db04c8dc407ac134d834857fa06cce631055c8..79ab263f0e04e9b3c13027a9973fd4c11054b5ac 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLHelpers.h +++ b/isis/src/base/objs/IsisAml/IsisXMLHelpers.h @@ -1,31 +1,11 @@ - -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLHelpers_h #define IsisXMLHelpers_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -//#include +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisAmlData.h" #include "IsisXMLHelper.h" diff --git a/isis/src/base/objs/IsisAml/IsisXMLHistory.cpp b/isis/src/base/objs/IsisAml/IsisXMLHistory.cpp index b257460db29b49cdce8ab0b2338d52e640a419b4..414e1d98bf2a88af6d70030be0156706f7f489a8 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLHistory.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLHistory.cpp @@ -1,27 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLHistory.h b/isis/src/base/objs/IsisAml/IsisXMLHistory.h index 71b3b0701db7a896ed9bae0b9747255748856833..992d82c377e0fa74f0693fa983d83e0f54ce8887 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLHistory.h +++ b/isis/src/base/objs/IsisAml/IsisXMLHistory.h @@ -1,30 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLHistory_h #define IsisXMLHistory_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -//#include +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisAmlData.h" #include "IsisXMLHandler.h" diff --git a/isis/src/base/objs/IsisAml/IsisXMLIgnore.cpp b/isis/src/base/objs/IsisAml/IsisXMLIgnore.cpp index a1dcb1bc5772bcf25f8441ee4aa3953fae1cdb67..5fb0b6c18cfd264df73b15aaa1fec09940850270 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLIgnore.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLIgnore.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLIgnore.h b/isis/src/base/objs/IsisAml/IsisXMLIgnore.h index c449d95b33d048838ba6195a7664ff35c6836f70..e5375e252a9db498658a90df8731946897f41bb4 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLIgnore.h +++ b/isis/src/base/objs/IsisAml/IsisXMLIgnore.h @@ -1,30 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLIgnore_h #define IsisXMLIgnore_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -//#include +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisAmlData.h" #include "IsisXMLHandler.h" diff --git a/isis/src/base/objs/IsisAml/IsisXMLList.cpp b/isis/src/base/objs/IsisAml/IsisXMLList.cpp index 027903c768f6adb22195946b52bc670d46915e5d..e969179875ea6322aad1d99c1bd274907ec69fdd 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLList.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLList.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLList.h b/isis/src/base/objs/IsisAml/IsisXMLList.h index 1fddeae594259160b7a4f6cdd686354ccb1786bb..cf9c4a7ea0749d04d6903c143ba77c05061906ba 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLList.h +++ b/isis/src/base/objs/IsisAml/IsisXMLList.h @@ -1,31 +1,12 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLList_h #define IsisXMLList_h -//#include +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisAmlData.h" #include "IsisXMLMultipleValues.h" #include "IsisXMLIgnore.h" diff --git a/isis/src/base/objs/IsisAml/IsisXMLMultipleValues.cpp b/isis/src/base/objs/IsisAml/IsisXMLMultipleValues.cpp index 20f4b9ed6f08e98553f6a1b74d437656c0ced048..41e38ae1587c8c9732de2641587f3ef3f0afc214 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLMultipleValues.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLMultipleValues.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLMultipleValues.h b/isis/src/base/objs/IsisAml/IsisXMLMultipleValues.h index e7555055b10b931e0000ac2579dd255fc8a61730..f3e73a0b22ecd70a15ad969906a5934319d814fb 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLMultipleValues.h +++ b/isis/src/base/objs/IsisAml/IsisXMLMultipleValues.h @@ -1,31 +1,12 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLMultipleValues_h #define IsisXMLMultipleValues_h -//#include +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisAmlData.h" #include "IsisXMLHandler.h" #include "IsisXMLIgnore.h" diff --git a/isis/src/base/objs/IsisAml/IsisXMLParameter.cpp b/isis/src/base/objs/IsisAml/IsisXMLParameter.cpp index 7fea4504bd7745940ef15a910f9aecfb37bd9147..463512041373b681013320fe6d9dfd77d9167687 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLParameter.cpp +++ b/isis/src/base/objs/IsisAml/IsisXMLParameter.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/IsisAml/IsisXMLParameter.h b/isis/src/base/objs/IsisAml/IsisXMLParameter.h index d220bf65843df454be1fb6b08b1270927050606d..ec3b2e614c4dc625587545536c7a2e489a04d1e0 100644 --- a/isis/src/base/objs/IsisAml/IsisXMLParameter.h +++ b/isis/src/base/objs/IsisAml/IsisXMLParameter.h @@ -1,31 +1,12 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef IsisXMLParameter_h #define IsisXMLParameter_h -//#include +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisAmlData.h" #include "IsisXMLHandler.h" #include "IsisXMLMultipleValues.h" diff --git a/isis/src/base/objs/IsisAml/unitTest.cpp b/isis/src/base/objs/IsisAml/unitTest.cpp index 9dead56b05b09a1e5f4966832244f34c2b1ad409..1f4ed3591bf1b1a163020dc915eea9a8b55786b7 100644 --- a/isis/src/base/objs/IsisAml/unitTest.cpp +++ b/isis/src/base/objs/IsisAml/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Isotropic1/Isotropic1.cpp b/isis/src/base/objs/Isotropic1/Isotropic1.cpp index 268a7a949343d9d7e317168460f064ea72b91430..4589edef371d6daa461116a59d734c3e393371d7 100644 --- a/isis/src/base/objs/Isotropic1/Isotropic1.cpp +++ b/isis/src/base/objs/Isotropic1/Isotropic1.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "AtmosModel.h" #include "Constants.h" diff --git a/isis/src/base/objs/Isotropic1/Isotropic1.h b/isis/src/base/objs/Isotropic1/Isotropic1.h index 2ece3c3f494edc7745bc6f4f96f402d15efd3744..5a5b7a204ecd5b252b7971c4703d4def5080ede3 100644 --- a/isis/src/base/objs/Isotropic1/Isotropic1.h +++ b/isis/src/base/objs/Isotropic1/Isotropic1.h @@ -1,27 +1,11 @@ #ifndef Isotropic1_h #define Isotropic1_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/11/05 23:37:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AtmosModel.h" diff --git a/isis/src/base/objs/Isotropic1/unitTest.cpp b/isis/src/base/objs/Isotropic1/unitTest.cpp index c56fbbb5dd1eb5e7e113e4fd04fa3d15bb3aab8f..12130e8bdc24c8deb6684cfe6a31ec4ed061eb0c 100644 --- a/isis/src/base/objs/Isotropic1/unitTest.cpp +++ b/isis/src/base/objs/Isotropic1/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/Isotropic2/Isotropic2.cpp b/isis/src/base/objs/Isotropic2/Isotropic2.cpp index 7c7787f8241d1b2c2ac63725b5a9b1458a72fff4..a1f97ef99927b2531d3427338ebfbbb38515eda4 100644 --- a/isis/src/base/objs/Isotropic2/Isotropic2.cpp +++ b/isis/src/base/objs/Isotropic2/Isotropic2.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "AtmosModel.h" #include "Isotropic2.h" diff --git a/isis/src/base/objs/Isotropic2/Isotropic2.h b/isis/src/base/objs/Isotropic2/Isotropic2.h index 774e292203b46a60eba2eed6c59d0cefabfc739e..b0449bb89d69379928cf19791710146b16dbad0e 100644 --- a/isis/src/base/objs/Isotropic2/Isotropic2.h +++ b/isis/src/base/objs/Isotropic2/Isotropic2.h @@ -1,27 +1,11 @@ #ifndef Isotropic2_h #define Isotropic2_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/11/05 23:37:17 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AtmosModel.h" diff --git a/isis/src/base/objs/Isotropic2/unitTest.cpp b/isis/src/base/objs/Isotropic2/unitTest.cpp index c7b0d57d8653451c83e7a83fe4c3bfb53c92e92c..8649683730b6f3b55126afda5f31668521a0ff9a 100644 --- a/isis/src/base/objs/Isotropic2/unitTest.cpp +++ b/isis/src/base/objs/Isotropic2/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/JP2Decoder/JP2Decoder.cpp b/isis/src/base/objs/JP2Decoder/JP2Decoder.cpp index c6b1e1930ddcd0861b6625ec3596bf388ff04c32..2353a864bedb2244f21a9bbb6cb676b4011ae069 100644 --- a/isis/src/base/objs/JP2Decoder/JP2Decoder.cpp +++ b/isis/src/base/objs/JP2Decoder/JP2Decoder.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/02/22 02:14:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/JP2Decoder/JP2Decoder.h b/isis/src/base/objs/JP2Decoder/JP2Decoder.h index d3bc9b29703ff74cb1a6d0109acca419af74c6e6..e6f79de5474a8afd015ae0c68d46d2b0d2913ca5 100644 --- a/isis/src/base/objs/JP2Decoder/JP2Decoder.h +++ b/isis/src/base/objs/JP2Decoder/JP2Decoder.h @@ -1,26 +1,11 @@ #ifndef JP2Decoder_h #define JP2Decoder_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/02/22 02:15:24 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/JP2Decoder/unitTest.cpp b/isis/src/base/objs/JP2Decoder/unitTest.cpp index 527de9cefc383289b79354b0ad30b2687a7aa3eb..a044de63751d78479bc52a683e8828fe70ae1283 100644 --- a/isis/src/base/objs/JP2Decoder/unitTest.cpp +++ b/isis/src/base/objs/JP2Decoder/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/JP2Encoder/JP2Encoder.cpp b/isis/src/base/objs/JP2Encoder/JP2Encoder.cpp index 9d241ac7e2c68399cc26776802a2c9027e1a7925..baffc96fda8946a974d7c34c3716723285857cb8 100644 --- a/isis/src/base/objs/JP2Encoder/JP2Encoder.cpp +++ b/isis/src/base/objs/JP2Encoder/JP2Encoder.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/02/22 02:16:56 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/JP2Encoder/JP2Encoder.h b/isis/src/base/objs/JP2Encoder/JP2Encoder.h index 83ac97c68305bae2b6c29c527dd4a970a2188cb1..01ee0b0e151b9c4a7edb5dbd53f575687987250c 100644 --- a/isis/src/base/objs/JP2Encoder/JP2Encoder.h +++ b/isis/src/base/objs/JP2Encoder/JP2Encoder.h @@ -1,27 +1,11 @@ #ifndef JP2Encoder_h #define JP2Encoder_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/02/22 02:17:32 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PixelType.h" diff --git a/isis/src/base/objs/JP2Encoder/unitTest.cpp b/isis/src/base/objs/JP2Encoder/unitTest.cpp index 2b2b6fb8a01baff843a58b8d1eff7467d3660088..34b91443c00243ba9c1ee3f4586928204e5ac2bc 100644 --- a/isis/src/base/objs/JP2Encoder/unitTest.cpp +++ b/isis/src/base/objs/JP2Encoder/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/JP2Error/JP2Error.cpp b/isis/src/base/objs/JP2Error/JP2Error.cpp index d7b3b88199a0c363ef0f14fe2463b3e373fcf7f4..807ac299580615cdc7e4c0df4f2fd73a32c03b53 100644 --- a/isis/src/base/objs/JP2Error/JP2Error.cpp +++ b/isis/src/base/objs/JP2Error/JP2Error.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2010/02/08 22:48:32 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/JP2Error/JP2Error.h b/isis/src/base/objs/JP2Error/JP2Error.h index 4e79b4cf376fd07cd05cfde61a1500bf2908418c..56d6a499487b1d8140e50522efbf77c43b15d090 100644 --- a/isis/src/base/objs/JP2Error/JP2Error.h +++ b/isis/src/base/objs/JP2Error/JP2Error.h @@ -1,27 +1,11 @@ #ifndef JP2Error_h #define JP2Error_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/02/22 02:12:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #if ENABLEJP2K diff --git a/isis/src/base/objs/JP2Error/unitTest.cpp b/isis/src/base/objs/JP2Error/unitTest.cpp index f672fb4d43abd3d846f3b6830d02834def4d8059..e302b9462ce79405ea2b0d88badeef967a945e29 100644 --- a/isis/src/base/objs/JP2Error/unitTest.cpp +++ b/isis/src/base/objs/JP2Error/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/JP2Exporter/JP2Exporter.cpp b/isis/src/base/objs/JP2Exporter/JP2Exporter.cpp index 090df203a9a76717d1a93b7624355737436d60a7..35c367d2ea7edf433fb5a6ac92c54bcf6dfa5589 100644 --- a/isis/src/base/objs/JP2Exporter/JP2Exporter.cpp +++ b/isis/src/base/objs/JP2Exporter/JP2Exporter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "JP2Exporter.h" #include "Buffer.h" diff --git a/isis/src/base/objs/JP2Exporter/JP2Exporter.h b/isis/src/base/objs/JP2Exporter/JP2Exporter.h index a7a0aa07ac667653888a190602a239ce25590547..6a8f6259614b8f39c2ba8e9a08fda5cabd87d95b 100644 --- a/isis/src/base/objs/JP2Exporter/JP2Exporter.h +++ b/isis/src/base/objs/JP2Exporter/JP2Exporter.h @@ -1,28 +1,12 @@ #ifndef JP2Exporter_h #define JP2Exporter_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "StreamExporter.h" diff --git a/isis/src/base/objs/JP2Exporter/unitTest.cpp b/isis/src/base/objs/JP2Exporter/unitTest.cpp index 653e13af05963cbc7a966f1a4a786e4c3acddbd0..d460f85c1c078c389a376de18fdd07d4da43ba0f 100644 --- a/isis/src/base/objs/JP2Exporter/unitTest.cpp +++ b/isis/src/base/objs/JP2Exporter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/JP2Importer/JP2Importer.cpp b/isis/src/base/objs/JP2Importer/JP2Importer.cpp index f3be1039d57835773d1e1576325bf3c14530ccc7..c7355283d4fbcc264ec9511dc093f1b71638b9d2 100644 --- a/isis/src/base/objs/JP2Importer/JP2Importer.cpp +++ b/isis/src/base/objs/JP2Importer/JP2Importer.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "JP2Importer.h" #include "FileName.h" diff --git a/isis/src/base/objs/JP2Importer/JP2Importer.h b/isis/src/base/objs/JP2Importer/JP2Importer.h index 78513a88cd1e0bc43f7e284f73701890187d37ad..49ba7388ed2a7665c933325fd2d15f174c541dd1 100644 --- a/isis/src/base/objs/JP2Importer/JP2Importer.h +++ b/isis/src/base/objs/JP2Importer/JP2Importer.h @@ -1,28 +1,12 @@ #ifndef JP2Importer_h #define JP2Importer_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImageImporter.h" #include "PixelType.h" diff --git a/isis/src/base/objs/JP2Importer/unitTest.cpp b/isis/src/base/objs/JP2Importer/unitTest.cpp index fd1e3b59c708b1540fde6cb1eb0f5a3e8754da7d..25aefe19704895d3d2440c46e5c5a89fc33a4ed6 100644 --- a/isis/src/base/objs/JP2Importer/unitTest.cpp +++ b/isis/src/base/objs/JP2Importer/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Kernels/Kernels.cpp b/isis/src/base/objs/Kernels/Kernels.cpp index 42bc2bb4beeee6b8133e75d0601da2d6d5452fb1..95030a443ad56002ad9307151239105d8584c191 100644 --- a/isis/src/base/objs/Kernels/Kernels.cpp +++ b/isis/src/base/objs/Kernels/Kernels.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 6715 $ - * $Date: 2016-04-28 10:58:43 -0700 (Thu, 28 Apr 2016) $ - * $Id: Kernels.cpp 6715 2016-04-28 17:58:43Z tsucharski@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Kernels.h" #include diff --git a/isis/src/base/objs/Kernels/Kernels.h b/isis/src/base/objs/Kernels/Kernels.h index 58bb65426ce3ac553048dc0370439dd9224970e9..0c1576ff64677f04e3171fed1720cfd2fefa54cf 100644 --- a/isis/src/base/objs/Kernels/Kernels.h +++ b/isis/src/base/objs/Kernels/Kernels.h @@ -1,28 +1,11 @@ #ifndef Kernels_h #define Kernels_h -/** - * @file - * $Revision: 6314 $ - * $Date: 2015-08-12 15:30:27 -0700 (Wed, 12 Aug 2015) $ - * $Id: Kernels.h 6314 2015-08-12 22:30:27Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Kernels/unitTest.cpp b/isis/src/base/objs/Kernels/unitTest.cpp index 5d4c498bc180cd65850cbf4b832cf7120e5884f5..56c66d98885dd445d19ba141f1a88f1c88ef4fd6 100644 --- a/isis/src/base/objs/Kernels/unitTest.cpp +++ b/isis/src/base/objs/Kernels/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Preference.h" #include diff --git a/isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.cpp b/isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.cpp index d925633480b80b2e138ce5b0b57e18d7d5b740dd..2f565443ce14932024fb3487cb19710666c2450b 100644 --- a/isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.cpp +++ b/isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2010/01/04 18:01:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlTranslationTable.h" #include "IException.h" diff --git a/isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.h b/isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.h index fd1a580a2a5f2e7db9d7a9ffff90c10c6accf7d7..eacd749c952da7713b69890fef54db6e07ac1ab7 100644 --- a/isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.h +++ b/isis/src/base/objs/LabelTranslationManager/LabelTranslationManager.h @@ -1,27 +1,11 @@ #ifndef LabelTranslationManager_h #define LabelTranslationManager_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/01/04 18:01:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/LabelTranslationManager/unitTest.cpp b/isis/src/base/objs/LabelTranslationManager/unitTest.cpp index b87406c76bb83651b61f9919782e03f889bfd21c..c0279e8adf194c81ac73640f79583e3fd5def779 100644 --- a/isis/src/base/objs/LabelTranslationManager/unitTest.cpp +++ b/isis/src/base/objs/LabelTranslationManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "LabelTranslationManager.h" #include "Preference.h" diff --git a/isis/src/base/objs/Lambert/Lambert.cpp b/isis/src/base/objs/Lambert/Lambert.cpp index f7d58ad82811a4b7543e4858e06db825cbd62ca1..939adf115054d1027df3da429a89fe8ed96e7bdc 100644 --- a/isis/src/base/objs/Lambert/Lambert.cpp +++ b/isis/src/base/objs/Lambert/Lambert.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Lambert.h" diff --git a/isis/src/base/objs/Lambert/Lambert.h b/isis/src/base/objs/Lambert/Lambert.h index f75174a671bb29bc4c8a181bbbb2f3a131b68247..2e164d5efad3ffdcb49409e19885284fa256afe8 100644 --- a/isis/src/base/objs/Lambert/Lambert.h +++ b/isis/src/base/objs/Lambert/Lambert.h @@ -1,27 +1,11 @@ #ifndef Lambert_h #define Lambert_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2007/02/20 16:55:11 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PhotoModel.h" diff --git a/isis/src/base/objs/Lambert/unitTest.cpp b/isis/src/base/objs/Lambert/unitTest.cpp index 5843a1ee4d8fc6638094bbc87df0c0f5f7a02ad1..8af4aaac6ff93e1a90951a18598d3a7f4541a10f 100644 --- a/isis/src/base/objs/Lambert/unitTest.cpp +++ b/isis/src/base/objs/Lambert/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Preference.h" diff --git a/isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.cpp b/isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.cpp index 6201c31ebf917b3c56456e2768af8f8f401242bd..a2542c5ba583b84a59e71e664cb1e0c7d78b9fbb 100644 --- a/isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.cpp +++ b/isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.8 $ - * $Date: 2009/03/20 22:30:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "LambertAzimuthalEqualArea.h" #include diff --git a/isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.h b/isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.h index 782c7514ecb48d31633d64270ebd6e7e83f7c4c8..49de7c0d359e6dbec4bc9f71d51dcdd3658ecbc1 100644 --- a/isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.h +++ b/isis/src/base/objs/LambertAzimuthalEqualArea/LambertAzimuthalEqualArea.h @@ -1,27 +1,11 @@ #ifndef LambertAzimuthalEqualArea_h #define LambertAzimuthalEqualArea_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/03/20 22:30:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/LambertAzimuthalEqualArea/unitTest.cpp b/isis/src/base/objs/LambertAzimuthalEqualArea/unitTest.cpp index 9e158a7e97259d5c6241707ced70a06cb094e158..cf240860b0873fe59f7e7e8e838bbb7909138588 100644 --- a/isis/src/base/objs/LambertAzimuthalEqualArea/unitTest.cpp +++ b/isis/src/base/objs/LambertAzimuthalEqualArea/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/LambertConformal/LambertConformal.cpp b/isis/src/base/objs/LambertConformal/LambertConformal.cpp index 6dabde8f691ed17e33f8f5d75ce7158ee6afa97c..9b2ad36d4685aa551ded0233c681780b66e45225 100644 --- a/isis/src/base/objs/LambertConformal/LambertConformal.cpp +++ b/isis/src/base/objs/LambertConformal/LambertConformal.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.8 $ - * $Date: 2009/03/20 22:30:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "LambertConformal.h" #include diff --git a/isis/src/base/objs/LambertConformal/LambertConformal.h b/isis/src/base/objs/LambertConformal/LambertConformal.h index 289030558f186eece89d969c3e5d699515d1a787..c9bafea8711652981a27bc39e864083611350605 100644 --- a/isis/src/base/objs/LambertConformal/LambertConformal.h +++ b/isis/src/base/objs/LambertConformal/LambertConformal.h @@ -1,27 +1,11 @@ #ifndef LambertConformal_h #define LambertConformal_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/03/20 22:30:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/LambertConformal/unitTest.cpp b/isis/src/base/objs/LambertConformal/unitTest.cpp index c59d2ceb65fd4e56cb0498e56c41535f4f6c4854..aa520b0ef25b97ca8222f1ed23b28df426cbdc88 100644 --- a/isis/src/base/objs/LambertConformal/unitTest.cpp +++ b/isis/src/base/objs/LambertConformal/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "LambertConformal.h" diff --git a/isis/src/base/objs/Latitude/Latitude.cpp b/isis/src/base/objs/Latitude/Latitude.cpp index 394dab3a2347c7e3f6a359743a5416f71953f137..20097b17b3e844b6d4fbab33eee6cc53c01322d0 100644 --- a/isis/src/base/objs/Latitude/Latitude.cpp +++ b/isis/src/base/objs/Latitude/Latitude.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Latitude.h" #include diff --git a/isis/src/base/objs/Latitude/Latitude.h b/isis/src/base/objs/Latitude/Latitude.h index b48695e1e40725e38aa75464962e6ecc6f75b6cc..2f98b2e786e8b7331b1c704f825e7e776581a977 100644 --- a/isis/src/base/objs/Latitude/Latitude.h +++ b/isis/src/base/objs/Latitude/Latitude.h @@ -1,24 +1,12 @@ #ifndef Latitude_h #define Latitude_h -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Angle.h" diff --git a/isis/src/base/objs/Latitude/unitTest.cpp b/isis/src/base/objs/Latitude/unitTest.cpp index 737500cd4953dda7399e841223cac317dfa75e8f..cbbae19e6e2a1766e042fd4513d04015b546be44 100644 --- a/isis/src/base/objs/Latitude/unitTest.cpp +++ b/isis/src/base/objs/Latitude/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Latitude.h" #include diff --git a/isis/src/base/objs/LeastSquares/LeastSquares.cpp b/isis/src/base/objs/LeastSquares/LeastSquares.cpp index 8d073195cc297214fb1b79b607fb0708050af26f..f3a1a406d5749b08b85b8ed006c63e64d8b669b1 100644 --- a/isis/src/base/objs/LeastSquares/LeastSquares.cpp +++ b/isis/src/base/objs/LeastSquares/LeastSquares.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.11 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "jama/jama_svd.h" #include "jama/jama_qr.h" diff --git a/isis/src/base/objs/LeastSquares/LeastSquares.h b/isis/src/base/objs/LeastSquares/LeastSquares.h index d3d3ccc5f986da38136d42a749dea3a91e924a76..28977a8fd3c10c07d4674adbf0b0f4b90447091b 100644 --- a/isis/src/base/objs/LeastSquares/LeastSquares.h +++ b/isis/src/base/objs/LeastSquares/LeastSquares.h @@ -1,27 +1,11 @@ #ifndef LeastSquares_h #define LeastSquares_h -/** - * @file - * $Revision: 1.9 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "tnt/tnt_array2d.h" diff --git a/isis/src/base/objs/LeastSquares/unitTest.cpp b/isis/src/base/objs/LeastSquares/unitTest.cpp index 02e5e0633fbd74b1adb2451216b98706c5f06e3e..157a7ffe45cc6f71ff778b33a6f988c9889dfeec 100644 --- a/isis/src/base/objs/LeastSquares/unitTest.cpp +++ b/isis/src/base/objs/LeastSquares/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" #include "LeastSquares.h" diff --git a/isis/src/base/objs/LimitPolygonSeeder/LimitPolygonSeeder.cpp b/isis/src/base/objs/LimitPolygonSeeder/LimitPolygonSeeder.cpp index a9a21ab6a7b4429161917ee09a6bcf22d7fa5d9d..6ffcd8b3d6ecf50f8a78468fd91ede96f6dbf8eb 100644 --- a/isis/src/base/objs/LimitPolygonSeeder/LimitPolygonSeeder.cpp +++ b/isis/src/base/objs/LimitPolygonSeeder/LimitPolygonSeeder.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.11 $ - * $Date: 2010/05/05 21:24:30 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/LimitPolygonSeeder/LimitPolygonSeeder.h b/isis/src/base/objs/LimitPolygonSeeder/LimitPolygonSeeder.h index 6d36316270307ad265f04d50dcf931650fa8bf2e..4835c359eab570407f3019296dc396cda287744e 100644 --- a/isis/src/base/objs/LimitPolygonSeeder/LimitPolygonSeeder.h +++ b/isis/src/base/objs/LimitPolygonSeeder/LimitPolygonSeeder.h @@ -1,27 +1,11 @@ #ifndef LimitPolygonSeeder_h #define LimitPolygonSeeder_h -/** - * @file - * $Revision: 1.8 $ - * $Date: 2010/05/05 21:24:30 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/LimitPolygonSeeder/unitTest.cpp b/isis/src/base/objs/LimitPolygonSeeder/unitTest.cpp index 539fe8f42f2e5dfc9e6cfaa41f0159e3e0debf76..73f39542879afac2a72605d820b7b3eaf800c402 100644 --- a/isis/src/base/objs/LimitPolygonSeeder/unitTest.cpp +++ b/isis/src/base/objs/LimitPolygonSeeder/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/LineEquation/LineEquation.cpp b/isis/src/base/objs/LineEquation/LineEquation.cpp index 04efba3a22a58f23602675975aa096e4a82ec9b7..12e5e26118e55c4de91403d1d6ea9217428b8bc3 100644 --- a/isis/src/base/objs/LineEquation/LineEquation.cpp +++ b/isis/src/base/objs/LineEquation/LineEquation.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/19 14:33:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LineEquation.h" #include "IException.h" #include "IString.h" diff --git a/isis/src/base/objs/LineEquation/LineEquation.h b/isis/src/base/objs/LineEquation/LineEquation.h index 7f37ebc94ff2b3b393a9f59f7088345896587898..df1ecc69a6b2c889645f32797ffeab29867e76c6 100644 --- a/isis/src/base/objs/LineEquation/LineEquation.h +++ b/isis/src/base/objs/LineEquation/LineEquation.h @@ -1,26 +1,11 @@ #ifndef LineEquation_h #define LineEquation_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/LineManager/LineManager.cpp b/isis/src/base/objs/LineManager/LineManager.cpp index 5aa4073c56b3e71d0f24850f855f89b593a9f5e5..d2a28620fdb68e55e1c307e1f954aec07b4e4dd2 100644 --- a/isis/src/base/objs/LineManager/LineManager.cpp +++ b/isis/src/base/objs/LineManager/LineManager.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/12/06 23:51:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "LineManager.h" #include "IException.h" diff --git a/isis/src/base/objs/LineManager/LineManager.h b/isis/src/base/objs/LineManager/LineManager.h index d507edf309e195540f5564089ebdb7c095c8c5ea..19522c108d99d52c1ce56eaf8514eee04fd052a9 100644 --- a/isis/src/base/objs/LineManager/LineManager.h +++ b/isis/src/base/objs/LineManager/LineManager.h @@ -1,27 +1,11 @@ #ifndef LineManager_h #define LineManager_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/12/06 23:51:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "BufferManager.h" #include "Cube.h" diff --git a/isis/src/base/objs/LineManager/unitTest.cpp b/isis/src/base/objs/LineManager/unitTest.cpp index 9c9255f6cf8f1d7a60d8cecbfd294dbd8c6f816d..10e7e2ff1f3a4e5e9ea6ef5ca815c0acfd41652d 100644 --- a/isis/src/base/objs/LineManager/unitTest.cpp +++ b/isis/src/base/objs/LineManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/LineScanCamera/LineScanCamera.cpp b/isis/src/base/objs/LineScanCamera/LineScanCamera.cpp index 7e0dc0d6d9c7364f61d10531676a255657f238f2..bceb8a0c710bf7a05a5f1049476a5d20b1642d3f 100644 --- a/isis/src/base/objs/LineScanCamera/LineScanCamera.cpp +++ b/isis/src/base/objs/LineScanCamera/LineScanCamera.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/08/31 15:11:49 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LineScanCamera.h" diff --git a/isis/src/base/objs/LineScanCamera/LineScanCamera.h b/isis/src/base/objs/LineScanCamera/LineScanCamera.h index a10a04a9ae5eabb03a4d1145232f492e25340d0e..f245a4869c67ab659f983c7933617125b4088980 100644 --- a/isis/src/base/objs/LineScanCamera/LineScanCamera.h +++ b/isis/src/base/objs/LineScanCamera/LineScanCamera.h @@ -1,27 +1,11 @@ #ifndef LINESCANCAMERA_H #define LINESCANCAMERA_H -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/08/31 15:11:49 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/LineScanCameraDetectorMap/LineScanCameraDetectorMap.cpp b/isis/src/base/objs/LineScanCameraDetectorMap/LineScanCameraDetectorMap.cpp index b01e7cfc6f265efc0d60727dc3d2bad70537bec0..4464000b85704b144e5ae75319301d85e4558abb 100644 --- a/isis/src/base/objs/LineScanCameraDetectorMap/LineScanCameraDetectorMap.cpp +++ b/isis/src/base/objs/LineScanCameraDetectorMap/LineScanCameraDetectorMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LineScanCameraDetectorMap.h" diff --git a/isis/src/base/objs/LineScanCameraDetectorMap/LineScanCameraDetectorMap.h b/isis/src/base/objs/LineScanCameraDetectorMap/LineScanCameraDetectorMap.h index eedb1f1028c27c237fc3905fabf1f41e83c88059..ec621d9a4ddc1745266832081f41daa59b322c11 100644 --- a/isis/src/base/objs/LineScanCameraDetectorMap/LineScanCameraDetectorMap.h +++ b/isis/src/base/objs/LineScanCameraDetectorMap/LineScanCameraDetectorMap.h @@ -1,28 +1,10 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/03/07 17:57:27 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef LineScanCameraDetectorMap_h #define LineScanCameraDetectorMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + #include "CameraDetectorMap.h" diff --git a/isis/src/base/objs/LineScanCameraDetectorMap/unitTest.cpp b/isis/src/base/objs/LineScanCameraDetectorMap/unitTest.cpp index c2ebdb6d39a6365de5ff195d7c076e9db489e7fb..6539ad13e83fa370579dfb84fcbe6713dbcd22eb 100644 --- a/isis/src/base/objs/LineScanCameraDetectorMap/unitTest.cpp +++ b/isis/src/base/objs/LineScanCameraDetectorMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "LineScanCameraDetectorMap.h" diff --git a/isis/src/base/objs/LineScanCameraGroundMap/LineScanCameraGroundMap.cpp b/isis/src/base/objs/LineScanCameraGroundMap/LineScanCameraGroundMap.cpp index 6b7056bbbcedb84f12353591d0a74c4bbf4f1232..a8468a25447ec7909a90ed548e5ffda4699e2aac 100644 --- a/isis/src/base/objs/LineScanCameraGroundMap/LineScanCameraGroundMap.cpp +++ b/isis/src/base/objs/LineScanCameraGroundMap/LineScanCameraGroundMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2010/06/17 18:59:11 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LineScanCameraGroundMap.h" diff --git a/isis/src/base/objs/LineScanCameraGroundMap/LineScanCameraGroundMap.h b/isis/src/base/objs/LineScanCameraGroundMap/LineScanCameraGroundMap.h index 7d6f3e74c87ee416ab706daea05941173a659ea0..62d7c97bd2eff29dffd04a8013b40ddeef4feac6 100644 --- a/isis/src/base/objs/LineScanCameraGroundMap/LineScanCameraGroundMap.h +++ b/isis/src/base/objs/LineScanCameraGroundMap/LineScanCameraGroundMap.h @@ -1,29 +1,11 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/06/17 18:59:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef LineScanCameraGroundMap_h #define LineScanCameraGroundMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + #include "CameraGroundMap.h" namespace Isis { diff --git a/isis/src/base/objs/LineScanCameraGroundMap/unitTest.cpp b/isis/src/base/objs/LineScanCameraGroundMap/unitTest.cpp index 39fcb590ec64b5c942d0e1e12505ed6ae6790ad2..e84d1bc7fbe276e7974df17dee52818b383be7eb 100644 --- a/isis/src/base/objs/LineScanCameraGroundMap/unitTest.cpp +++ b/isis/src/base/objs/LineScanCameraGroundMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Preference.h" #include #include "Preference.h" diff --git a/isis/src/base/objs/LineScanCameraSkyMap/LineScanCameraSkyMap.cpp b/isis/src/base/objs/LineScanCameraSkyMap/LineScanCameraSkyMap.cpp index f5eb37fd5cf257b1a1dcc77e9005308994215247..c03adc7900401ffbcdf82818daf1ee76cee2bb0f 100644 --- a/isis/src/base/objs/LineScanCameraSkyMap/LineScanCameraSkyMap.cpp +++ b/isis/src/base/objs/LineScanCameraSkyMap/LineScanCameraSkyMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LineScanCameraSkyMap.h" #include "CameraFocalPlaneMap.h" diff --git a/isis/src/base/objs/LineScanCameraSkyMap/LineScanCameraSkyMap.h b/isis/src/base/objs/LineScanCameraSkyMap/LineScanCameraSkyMap.h index 59f636cfd660c5f7255a954d00936656063f3bfc..a287c506dc312acb17ef295f2eb74b4ead848b8a 100644 --- a/isis/src/base/objs/LineScanCameraSkyMap/LineScanCameraSkyMap.h +++ b/isis/src/base/objs/LineScanCameraSkyMap/LineScanCameraSkyMap.h @@ -1,29 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef LineScanCameraSkyMap_h #define LineScanCameraSkyMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraSkyMap.h" namespace Isis { diff --git a/isis/src/base/objs/LineScanCameraSkyMap/unitTest.cpp b/isis/src/base/objs/LineScanCameraSkyMap/unitTest.cpp index eddcf72b5c1d9bf5af9385cff2ee61cac3e8428d..9843da850341e3192d0a4bda6d65e3a6f569f395 100644 --- a/isis/src/base/objs/LineScanCameraSkyMap/unitTest.cpp +++ b/isis/src/base/objs/LineScanCameraSkyMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Preference.h" #include diff --git a/isis/src/base/objs/LinearAlgebra/LinearAlgebra.cpp b/isis/src/base/objs/LinearAlgebra/LinearAlgebra.cpp index fe6635e3878e3f0e7a18b04b50b7f79d376e85d0..3567e61f4050ca07f84ce3116cff03fb8b434fdf 100644 --- a/isis/src/base/objs/LinearAlgebra/LinearAlgebra.cpp +++ b/isis/src/base/objs/LinearAlgebra/LinearAlgebra.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:15:18 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LinearAlgebra.h" // std library diff --git a/isis/src/base/objs/LinearAlgebra/LinearAlgebra.h b/isis/src/base/objs/LinearAlgebra/LinearAlgebra.h index 1bd53eb75c16cee8643640c4696813f99da09671..e46e21fab1a297ff8fe3350c250d469b9d7191a4 100644 --- a/isis/src/base/objs/LinearAlgebra/LinearAlgebra.h +++ b/isis/src/base/objs/LinearAlgebra/LinearAlgebra.h @@ -1,27 +1,11 @@ #ifndef LinearAlgebra_h #define LinearAlgebra_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ // std library #include diff --git a/isis/src/base/objs/LinearAlgebra/unitTest.cpp b/isis/src/base/objs/LinearAlgebra/unitTest.cpp index a02b32a9d9e0df5db6f0c3592cc7a5c8b7a96703..844ca57d27195e571d1d23ddbd4fa2bbc9863596 100644 --- a/isis/src/base/objs/LinearAlgebra/unitTest.cpp +++ b/isis/src/base/objs/LinearAlgebra/unitTest.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + // std library #include diff --git a/isis/src/base/objs/LommelSeeliger/LommelSeeliger.cpp b/isis/src/base/objs/LommelSeeliger/LommelSeeliger.cpp index 4bc2cc875417aeb34f71b9cdc1ce635b3669dd04..c1cfe0d4e61926dc14273f0ab8bad35d400629ad 100644 --- a/isis/src/base/objs/LommelSeeliger/LommelSeeliger.cpp +++ b/isis/src/base/objs/LommelSeeliger/LommelSeeliger.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "LommelSeeliger.h" diff --git a/isis/src/base/objs/LommelSeeliger/LommelSeeliger.h b/isis/src/base/objs/LommelSeeliger/LommelSeeliger.h index 6d85614f70606a8e6d90c66838a0d9f9587fc403..6a49da4928cceda8ed80c1c57158ce3c99866668 100644 --- a/isis/src/base/objs/LommelSeeliger/LommelSeeliger.h +++ b/isis/src/base/objs/LommelSeeliger/LommelSeeliger.h @@ -1,27 +1,11 @@ #ifndef LommelSeeliger_h #define LommelSeeliger_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2007/02/20 16:55:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PhotoModel.h" diff --git a/isis/src/base/objs/LommelSeeliger/unitTest.cpp b/isis/src/base/objs/LommelSeeliger/unitTest.cpp index e98840438843ee67d1541ccaa91bbdcc7b0eab9a..8858f0879603f9b6b39a1ec8019c496b0a317762 100644 --- a/isis/src/base/objs/LommelSeeliger/unitTest.cpp +++ b/isis/src/base/objs/LommelSeeliger/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/Longitude/Longitude.cpp b/isis/src/base/objs/Longitude/Longitude.cpp index fd0db6071d2e234f24e347a818e81643584dfc0c..66ea4ce1a718dd8ebb2978e0061277c94b79efcd 100644 --- a/isis/src/base/objs/Longitude/Longitude.cpp +++ b/isis/src/base/objs/Longitude/Longitude.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Longitude.h" #include diff --git a/isis/src/base/objs/Longitude/Longitude.h b/isis/src/base/objs/Longitude/Longitude.h index 09bf277686364ab82daec6d52a234d5a7591c476..07c3223259efc9ff7a4fe3a1fab3c96977e59eee 100644 --- a/isis/src/base/objs/Longitude/Longitude.h +++ b/isis/src/base/objs/Longitude/Longitude.h @@ -1,24 +1,12 @@ #ifndef Longitude_h #define Longitude_h -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Angle.h" #include diff --git a/isis/src/base/objs/Longitude/LongitudeTests.cpp b/isis/src/base/objs/Longitude/LongitudeTests.cpp index ee718211f5e89f137d34dba726396b8d7010fd1b..e646a72c4acd7d4d321da54a39c1c749ce830bd4 100644 --- a/isis/src/base/objs/Longitude/LongitudeTests.cpp +++ b/isis/src/base/objs/Longitude/LongitudeTests.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Longitude.h" diff --git a/isis/src/base/objs/Longitude/unitTest.cpp b/isis/src/base/objs/Longitude/unitTest.cpp index b1221de1218d725d28bc05b8ee47f9e6d056b485..746ca945c8b59aee7b5f04d172eca92f81e309d4 100644 --- a/isis/src/base/objs/Longitude/unitTest.cpp +++ b/isis/src/base/objs/Longitude/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Longitude.h" #include diff --git a/isis/src/base/objs/LunarAzimuthalEqualArea/LunarAzimuthalEqualArea.cpp b/isis/src/base/objs/LunarAzimuthalEqualArea/LunarAzimuthalEqualArea.cpp index 0dac4c14f7e9e4f29be86389c553d49c822b96fa..37fe3e2403dce11714f3626e20fb34b7f2bc2e83 100644 --- a/isis/src/base/objs/LunarAzimuthalEqualArea/LunarAzimuthalEqualArea.cpp +++ b/isis/src/base/objs/LunarAzimuthalEqualArea/LunarAzimuthalEqualArea.cpp @@ -1,25 +1,9 @@ -/** -* @file -* $Revision: 1.1 $ -* $Date: 2009/08/07 22:52:23 $ -* -* Unless noted otherwise, the portions of Isis written by the USGS are public -* domain. See individual third-party library and package descriptions for -* intellectual property information,user agreements, and related information. -* -* Although Isis has been used by the USGS, no warranty, expressed or implied, -* is made by the USGS as to the accuracy and functioning of such software -* and related material nor shall the fact of distribution constitute any such -* warranty, and no responsibility is assumed by the USGS in connection -* therewith. -* -* For additional information, launch -* $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see -* the Privacy & Disclaimers page on the Isis website, -* http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on -* http://www.usgs.gov/privacy.html. -*/ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "LunarAzimuthalEqualArea.h" #include diff --git a/isis/src/base/objs/LunarAzimuthalEqualArea/LunarAzimuthalEqualArea.h b/isis/src/base/objs/LunarAzimuthalEqualArea/LunarAzimuthalEqualArea.h index 18c136a14aaea86e0883a343936b51bc2bd94f7d..2b5c001449cc463c5a3c4c85dc77880a80b7a644 100644 --- a/isis/src/base/objs/LunarAzimuthalEqualArea/LunarAzimuthalEqualArea.h +++ b/isis/src/base/objs/LunarAzimuthalEqualArea/LunarAzimuthalEqualArea.h @@ -1,28 +1,11 @@ #ifndef LunarAzimuthalEqualArea_h #define LunarAzimuthalEqualArea_h -/** -* @file -* $Revision: 1.1 $ -* $Date: 2009/08/07 22:52:23 $ - -* -* Unless noted otherwise, the portions of Isis written by the USGS are public -* domain. See individual third-party library and package descriptions for -* intellectual property information,user agreements, and related information. -* -* Although Isis has been used by the USGS, no warranty, expressed or implied, -* is made by the USGS as to the accuracy and functioning of such software -* and related material nor shall the fact of distribution constitute any such -* warranty, and no responsibility is assumed by the USGS in connection -* therewith. -* -* For additional information, launch -* $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see -* the Privacy & Disclaimers page on the Isis website, -* http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on -* http://www.usgs.gov/privacy.html. -*/ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/LunarAzimuthalEqualArea/unitTest.cpp b/isis/src/base/objs/LunarAzimuthalEqualArea/unitTest.cpp index 9e364c2e072b9d682e4dfcb9db30d0b6d15bf83f..100375ce88b207a189493974e1c0dfe633a8d2d9 100644 --- a/isis/src/base/objs/LunarAzimuthalEqualArea/unitTest.cpp +++ b/isis/src/base/objs/LunarAzimuthalEqualArea/unitTest.cpp @@ -1,4 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/LunarLambert/LunarLambert.cpp b/isis/src/base/objs/LunarLambert/LunarLambert.cpp index 819df31172fd606a3a707f8df712ec5582ce14a1..316d6517a47514d733c233f5e27e07cd09e2d244 100644 --- a/isis/src/base/objs/LunarLambert/LunarLambert.cpp +++ b/isis/src/base/objs/LunarLambert/LunarLambert.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "LunarLambert.h" diff --git a/isis/src/base/objs/LunarLambert/LunarLambert.h b/isis/src/base/objs/LunarLambert/LunarLambert.h index 04d012c32d5f0685d123d37e6fffe6b5def95539..4f7be14c71ed6415338df528bdd93395d26046c2 100644 --- a/isis/src/base/objs/LunarLambert/LunarLambert.h +++ b/isis/src/base/objs/LunarLambert/LunarLambert.h @@ -1,27 +1,11 @@ #ifndef LunarLambert_h #define LunarLambert_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/19 14:34:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PhotoModel.h" diff --git a/isis/src/base/objs/LunarLambert/unitTest.cpp b/isis/src/base/objs/LunarLambert/unitTest.cpp index f3206c392c980c857b8ccf50a8eb016682410216..93ac27ed799bf4493a1155016d000c7000b2d4f9 100644 --- a/isis/src/base/objs/LunarLambert/unitTest.cpp +++ b/isis/src/base/objs/LunarLambert/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "LunarLambert.h" diff --git a/isis/src/base/objs/LunarLambertEmpirical/LunarLambertEmpirical.cpp b/isis/src/base/objs/LunarLambertEmpirical/LunarLambertEmpirical.cpp index 7eba5ae311b33f51dfbb55343529759eab19c948..b496806331f6826e468dcd2168cde93cda6c792c 100755 --- a/isis/src/base/objs/LunarLambertEmpirical/LunarLambertEmpirical.cpp +++ b/isis/src/base/objs/LunarLambertEmpirical/LunarLambertEmpirical.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "LunarLambertEmpirical.h" #include "IException.h" diff --git a/isis/src/base/objs/LunarLambertEmpirical/LunarLambertEmpirical.h b/isis/src/base/objs/LunarLambertEmpirical/LunarLambertEmpirical.h index e8990a8e71974273adbbe4daed36f9f929793747..40c6d9154815ad4253f4c3a03314e416240a3555 100755 --- a/isis/src/base/objs/LunarLambertEmpirical/LunarLambertEmpirical.h +++ b/isis/src/base/objs/LunarLambertEmpirical/LunarLambertEmpirical.h @@ -1,27 +1,11 @@ #ifndef LunarLambertEmpirical_h #define LunarLambertEmpirical_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/19 15:18:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NumericalApproximation.h" #include "PhotoModel.h" diff --git a/isis/src/base/objs/LunarLambertEmpirical/unitTest.cpp b/isis/src/base/objs/LunarLambertEmpirical/unitTest.cpp index 566704aa1a565cc5722e89f4364676cdd15d8d63..adffef33a4ddfae17d9b72429d4d482314b7376c 100755 --- a/isis/src/base/objs/LunarLambertEmpirical/unitTest.cpp +++ b/isis/src/base/objs/LunarLambertEmpirical/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "LunarLambertEmpirical.h" diff --git a/isis/src/base/objs/LunarLambertMcEwen/LunarLambertMcEwen.cpp b/isis/src/base/objs/LunarLambertMcEwen/LunarLambertMcEwen.cpp index 9dbcef9220a71fca370a6cf2408a639e4c125771..62c1e24c093718ecab2413268a010d0fb8399042 100644 --- a/isis/src/base/objs/LunarLambertMcEwen/LunarLambertMcEwen.cpp +++ b/isis/src/base/objs/LunarLambertMcEwen/LunarLambertMcEwen.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "LunarLambertMcEwen.h" #include "IException.h" diff --git a/isis/src/base/objs/LunarLambertMcEwen/LunarLambertMcEwen.h b/isis/src/base/objs/LunarLambertMcEwen/LunarLambertMcEwen.h index af90e8a76549db4a73a68e17383843359e25b413..fd637be5131e0f704ff830bb7290b313e388d86c 100644 --- a/isis/src/base/objs/LunarLambertMcEwen/LunarLambertMcEwen.h +++ b/isis/src/base/objs/LunarLambertMcEwen/LunarLambertMcEwen.h @@ -1,27 +1,11 @@ #ifndef LunarLambertMcEwen_h #define LunarLambertMcEwen_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/10/24 15:35:42 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PhotoModel.h" diff --git a/isis/src/base/objs/LunarLambertMcEwen/unitTest.cpp b/isis/src/base/objs/LunarLambertMcEwen/unitTest.cpp index 45834bdda92a7d5bb2be0cf510dec66ddd248007..79fa2ac0bd055ed38928767b1b21a29e0cfee650 100644 --- a/isis/src/base/objs/LunarLambertMcEwen/unitTest.cpp +++ b/isis/src/base/objs/LunarLambertMcEwen/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "LunarLambertMcEwen.h" diff --git a/isis/src/base/objs/Matrix/Matrix.cpp b/isis/src/base/objs/Matrix/Matrix.cpp index 9dfd27bc2277937dfa58a06d955dc25932146f40..17a385f58be1eb9fc47e5d45580e4814c84250e2 100644 --- a/isis/src/base/objs/Matrix/Matrix.cpp +++ b/isis/src/base/objs/Matrix/Matrix.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Matrix/Matrix.h b/isis/src/base/objs/Matrix/Matrix.h index b33aefc1b3b730c3886139848134003c5a2e8fd3..abee809684623b9dba7fec3306dc07ef17d6c289 100644 --- a/isis/src/base/objs/Matrix/Matrix.h +++ b/isis/src/base/objs/Matrix/Matrix.h @@ -1,27 +1,11 @@ #ifndef Matrix_h #define Matrix_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "tnt/tnt_array2d.h" diff --git a/isis/src/base/objs/Matrix/unitTest.cpp b/isis/src/base/objs/Matrix/unitTest.cpp index 26d704ecb1250cf6eed476a6a81ddb7ecb68ad10..3a418cd72fe23eda51769a22e02b4e041ec84a4e 100644 --- a/isis/src/base/objs/Matrix/unitTest.cpp +++ b/isis/src/base/objs/Matrix/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Matrix.h" #include #include diff --git a/isis/src/base/objs/MaximumCorrelation/MaximumCorrelation.cpp b/isis/src/base/objs/MaximumCorrelation/MaximumCorrelation.cpp index 75eda4967d89e921eaefafd1c544aed9c184481b..02ed26455a38c3d4f84e329dfb3c34e0c20dce5d 100644 --- a/isis/src/base/objs/MaximumCorrelation/MaximumCorrelation.cpp +++ b/isis/src/base/objs/MaximumCorrelation/MaximumCorrelation.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "MaximumCorrelation.h" #include "Chip.h" #include "MultivariateStatistics.h" diff --git a/isis/src/base/objs/MaximumCorrelation/MaximumCorrelation.h b/isis/src/base/objs/MaximumCorrelation/MaximumCorrelation.h index c426e97b3db4a91fd70eadef4af8cd9d93935283..d30356208032f6e6960e471d26226f760def7bb7 100644 --- a/isis/src/base/objs/MaximumCorrelation/MaximumCorrelation.h +++ b/isis/src/base/objs/MaximumCorrelation/MaximumCorrelation.h @@ -1,27 +1,11 @@ #ifndef MaximumCorrelation_h #define MaximumCorrelation_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/06/16 16:12:10 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AutoReg.h" diff --git a/isis/src/base/objs/MaximumCorrelation/unitTest.cpp b/isis/src/base/objs/MaximumCorrelation/unitTest.cpp index 6ea5be1b92465b806227f060e3d76957038ab2ba..3f9528994eb6b0edaadcffac6f6da0bf5711515b 100644 --- a/isis/src/base/objs/MaximumCorrelation/unitTest.cpp +++ b/isis/src/base/objs/MaximumCorrelation/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "AutoReg.h" diff --git a/isis/src/base/objs/Mercator/Mercator.cpp b/isis/src/base/objs/Mercator/Mercator.cpp index e4049919b102cd05a94c84273741ddc4d42afc89..f4f0066968336007f00f16d80eadd2740e79f91a 100644 --- a/isis/src/base/objs/Mercator/Mercator.cpp +++ b/isis/src/base/objs/Mercator/Mercator.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Mercator.h" #include diff --git a/isis/src/base/objs/Mercator/Mercator.h b/isis/src/base/objs/Mercator/Mercator.h index e7f12352598ad01f7e7ab0ba238721911444920b..20186df8b54b9866738fae0e18e4a71d1e4cfd01 100644 --- a/isis/src/base/objs/Mercator/Mercator.h +++ b/isis/src/base/objs/Mercator/Mercator.h @@ -1,27 +1,11 @@ #ifndef Mercator_h #define Mercator_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/Mercator/unitTest.cpp b/isis/src/base/objs/Mercator/unitTest.cpp index d600d7b0cf59a9da579b05fe6d1a35dddae380e6..674fe9f7806425dd8f0e9869d7a9321b4e3c352b 100644 --- a/isis/src/base/objs/Mercator/unitTest.cpp +++ b/isis/src/base/objs/Mercator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Mercator.h" diff --git a/isis/src/base/objs/Message/FileCreate.cpp b/isis/src/base/objs/Message/FileCreate.cpp index 66bf43cf9528ca93bab816f419aeaa00b77b9cd3..dcdcb477291071a1fc36db486193f1c9835afb77 100644 --- a/isis/src/base/objs/Message/FileCreate.cpp +++ b/isis/src/base/objs/Message/FileCreate.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/FileOpen.cpp b/isis/src/base/objs/Message/FileOpen.cpp index bd5a70e050edbb484ebb41545d7c2572172a73e4..02472775c2579d84280b81c0131cd02a1c36306d 100644 --- a/isis/src/base/objs/Message/FileOpen.cpp +++ b/isis/src/base/objs/Message/FileOpen.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" using namespace std; diff --git a/isis/src/base/objs/Message/FileRead.cpp b/isis/src/base/objs/Message/FileRead.cpp index b43b80285bfe5003c9b3ad0511193dab120bfb7f..7e5bef6848aae2f6a29b65056a0f28c1a043dd36 100644 --- a/isis/src/base/objs/Message/FileRead.cpp +++ b/isis/src/base/objs/Message/FileRead.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/FileWrite.cpp b/isis/src/base/objs/Message/FileWrite.cpp index fda2ec2314ef598b02aa31596368414aea06d639..66f7a36637b8cb95b7382a1851dfa7936ad5d0f1 100644 --- a/isis/src/base/objs/Message/FileWrite.cpp +++ b/isis/src/base/objs/Message/FileWrite.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" using namespace std; diff --git a/isis/src/base/objs/Message/KeywordAmbiguous.cpp b/isis/src/base/objs/Message/KeywordAmbiguous.cpp index cc6f075838d06b00aade19acbf057656e9edf83d..4d7d56480abe0c01f900e9bcaf7c73bddc91a6fc 100644 --- a/isis/src/base/objs/Message/KeywordAmbiguous.cpp +++ b/isis/src/base/objs/Message/KeywordAmbiguous.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" using namespace std; diff --git a/isis/src/base/objs/Message/KeywordBlockEndMissing.cpp b/isis/src/base/objs/Message/KeywordBlockEndMissing.cpp index 07f966366ac220a2254de6bf32d0f54c90c98216..da323fdfe1fa15949529b096ec70a26f6c24a30f 100644 --- a/isis/src/base/objs/Message/KeywordBlockEndMissing.cpp +++ b/isis/src/base/objs/Message/KeywordBlockEndMissing.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" using namespace std; diff --git a/isis/src/base/objs/Message/KeywordBlockInvalid.cpp b/isis/src/base/objs/Message/KeywordBlockInvalid.cpp index 3c7a25b7c2fe8b870fca22a38430152152c7b77d..93876aff7c8bfcacd6d98fd5eaf6c08578ab1f7f 100644 --- a/isis/src/base/objs/Message/KeywordBlockInvalid.cpp +++ b/isis/src/base/objs/Message/KeywordBlockInvalid.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/KeywordBlockStartMissing.cpp b/isis/src/base/objs/Message/KeywordBlockStartMissing.cpp index e9ed9ccbd762a4039a8416e78f108b635edb96dd..8582af59bc2648ec05b61430b2cc0650dca3f3a0 100644 --- a/isis/src/base/objs/Message/KeywordBlockStartMissing.cpp +++ b/isis/src/base/objs/Message/KeywordBlockStartMissing.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/KeywordDuplicated.cpp b/isis/src/base/objs/Message/KeywordDuplicated.cpp index 2e7fda95b21115fc4aaae0e00dcac63fafd160cb..3a05e2078e5cd4f27802608669aa324b943599c5 100644 --- a/isis/src/base/objs/Message/KeywordDuplicated.cpp +++ b/isis/src/base/objs/Message/KeywordDuplicated.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/KeywordNotArray.cpp b/isis/src/base/objs/Message/KeywordNotArray.cpp index 76697ba6d67d02e1c91fddf9213cbe0bff555751..9b5895cd1dad1191ac192fab8e30690f43dde9e6 100644 --- a/isis/src/base/objs/Message/KeywordNotArray.cpp +++ b/isis/src/base/objs/Message/KeywordNotArray.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/KeywordNotFound.cpp b/isis/src/base/objs/Message/KeywordNotFound.cpp index e634cf8dacc49c410691bada12e28fd6f794552e..c5e62e63c5813c6ff857bdb3b06ad04fbd28fea9 100644 --- a/isis/src/base/objs/Message/KeywordNotFound.cpp +++ b/isis/src/base/objs/Message/KeywordNotFound.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/KeywordUnrecognized.cpp b/isis/src/base/objs/Message/KeywordUnrecognized.cpp index 083c6b1ececb05fe963bfbda19bf434f244f0842..dc887d7658c9e94f3128f7a7c41f2a9929435d3d 100644 --- a/isis/src/base/objs/Message/KeywordUnrecognized.cpp +++ b/isis/src/base/objs/Message/KeywordUnrecognized.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/KeywordValueBad.cpp b/isis/src/base/objs/Message/KeywordValueBad.cpp index 2f0ffa897124c978fc670e95b01674719a3f3b8b..fa974c29d8783eef24c4b7054ce1f708d6b89a36 100644 --- a/isis/src/base/objs/Message/KeywordValueBad.cpp +++ b/isis/src/base/objs/Message/KeywordValueBad.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" using namespace std; diff --git a/isis/src/base/objs/Message/KeywordValueExpected.cpp b/isis/src/base/objs/Message/KeywordValueExpected.cpp index e7fccaaaba6dce9aa0dec082799a3faaa64bff47..6fbd197340e758a0fb12a87c2ee44f91c0b0e8d6 100644 --- a/isis/src/base/objs/Message/KeywordValueExpected.cpp +++ b/isis/src/base/objs/Message/KeywordValueExpected.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/KeywordValueNotInList.cpp b/isis/src/base/objs/Message/KeywordValueNotInList.cpp index 5da098508ba5b42eacb2ace41d908ecb6e97b2da..4942c5a52f8865c2af2500146aa7b76e2d357958 100644 --- a/isis/src/base/objs/Message/KeywordValueNotInList.cpp +++ b/isis/src/base/objs/Message/KeywordValueNotInList.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/KeywordValueNotInRange.cpp b/isis/src/base/objs/Message/KeywordValueNotInRange.cpp index 8adb394ca7ad7842bdf89df83573b3b45a0e89f8..b7f3b309bc8352e5f9200c19fb750c4ee6e97941 100644 --- a/isis/src/base/objs/Message/KeywordValueNotInRange.cpp +++ b/isis/src/base/objs/Message/KeywordValueNotInRange.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/MemoryAllocationFailed.cpp b/isis/src/base/objs/Message/MemoryAllocationFailed.cpp index 421bfa93223bbb20561dbcc9b3c5303b7bfa3e29..24ef183d1af44f360a8290fab08dd6019d134b57 100644 --- a/isis/src/base/objs/Message/MemoryAllocationFailed.cpp +++ b/isis/src/base/objs/Message/MemoryAllocationFailed.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Message.h" diff --git a/isis/src/base/objs/Message/Message.h b/isis/src/base/objs/Message/Message.h index b76f23cafa07cd78a46bdddf796c183a0448af2d..e8647acb9f1fa89068776ecbcac82d510a3e0a03 100644 --- a/isis/src/base/objs/Message/Message.h +++ b/isis/src/base/objs/Message/Message.h @@ -1,29 +1,11 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/19 15:56:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef Message_h #define Message_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + #include #include diff --git a/isis/src/base/objs/Message/MissingDelimiter.cpp b/isis/src/base/objs/Message/MissingDelimiter.cpp index dbbd69bcfa6973a1ff7c3bedfc80ea313f479c5a..5227ecffe4c8852e8b517e058fcfa8ba0fa7a956 100644 --- a/isis/src/base/objs/Message/MissingDelimiter.cpp +++ b/isis/src/base/objs/Message/MissingDelimiter.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Message/unitTest.cpp b/isis/src/base/objs/Message/unitTest.cpp index 05b37412386f4819a853c5016026cf268aa86f49..b7c74661a079e7eb372cd579c16702f79f26ab08 100644 --- a/isis/src/base/objs/Message/unitTest.cpp +++ b/isis/src/base/objs/Message/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Message.h" diff --git a/isis/src/base/objs/MinimumDifference/MinimumDifference.cpp b/isis/src/base/objs/MinimumDifference/MinimumDifference.cpp index d61695df79803d82d740c81f873a0ec7c2e1b101..478032135212d8815bc8037cde34aa4b6b4d25ff 100644 --- a/isis/src/base/objs/MinimumDifference/MinimumDifference.cpp +++ b/isis/src/base/objs/MinimumDifference/MinimumDifference.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/08/20 21:38:00 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "MinimumDifference.h" #include "Chip.h" diff --git a/isis/src/base/objs/MinimumDifference/MinimumDifference.h b/isis/src/base/objs/MinimumDifference/MinimumDifference.h index d628d0a3d50880e98affe687560217e575105a8d..3470ab0324dbf92b2d02612438d407d093927956 100644 --- a/isis/src/base/objs/MinimumDifference/MinimumDifference.h +++ b/isis/src/base/objs/MinimumDifference/MinimumDifference.h @@ -1,27 +1,11 @@ #ifndef MinimumDifference_h #define MinimumDifference_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/06/16 16:12:40 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "AutoReg.h" diff --git a/isis/src/base/objs/MinimumDifference/unitTest.cpp b/isis/src/base/objs/MinimumDifference/unitTest.cpp index 887e20301f602ee14b26bc6ab2086d033ed11994..ca095806c3da980ec1b4937d28748b3898f3aba0 100644 --- a/isis/src/base/objs/MinimumDifference/unitTest.cpp +++ b/isis/src/base/objs/MinimumDifference/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "AutoReg.h" diff --git a/isis/src/base/objs/Minnaert/Minnaert.cpp b/isis/src/base/objs/Minnaert/Minnaert.cpp index eb885e7a35d9040a2281cfe7753db04a972ff922..36484b5e9f4686885ea31c4194876a26d9b1735a 100644 --- a/isis/src/base/objs/Minnaert/Minnaert.cpp +++ b/isis/src/base/objs/Minnaert/Minnaert.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Minnaert.h" #include "IException.h" diff --git a/isis/src/base/objs/Minnaert/Minnaert.h b/isis/src/base/objs/Minnaert/Minnaert.h index 8b5ddc06be5d3d68bba50f0a5918b5a9860e3125..44a79b5c42c17635ab580d52bbd75a8c6cff30e8 100644 --- a/isis/src/base/objs/Minnaert/Minnaert.h +++ b/isis/src/base/objs/Minnaert/Minnaert.h @@ -1,27 +1,11 @@ #ifndef Minnaert_h #define Minnaert_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/19 15:18:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PhotoModel.h" diff --git a/isis/src/base/objs/Minnaert/unitTest.cpp b/isis/src/base/objs/Minnaert/unitTest.cpp index d3fad3f71e8d5dfd0ab2eaae83cc137d542a8c6d..eaf39ff3f4dc76f5a2bd3605f344daf5c2420843 100644 --- a/isis/src/base/objs/Minnaert/unitTest.cpp +++ b/isis/src/base/objs/Minnaert/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Minnaert.h" diff --git a/isis/src/base/objs/MinnaertEmpirical/MinnaertEmpirical.cpp b/isis/src/base/objs/MinnaertEmpirical/MinnaertEmpirical.cpp index 09d36b1eca5ca427275d0bfeaa64633e78a2e631..f39610a6ea27b7d917719bf87afb6fdf4b09fe06 100755 --- a/isis/src/base/objs/MinnaertEmpirical/MinnaertEmpirical.cpp +++ b/isis/src/base/objs/MinnaertEmpirical/MinnaertEmpirical.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "MinnaertEmpirical.h" #include "IException.h" diff --git a/isis/src/base/objs/MinnaertEmpirical/MinnaertEmpirical.h b/isis/src/base/objs/MinnaertEmpirical/MinnaertEmpirical.h index 525e644ecacc1e5229cfa79f443f5a91933deca0..5d8399e8af43bb21eed50aaa6fc843cd7c992edf 100755 --- a/isis/src/base/objs/MinnaertEmpirical/MinnaertEmpirical.h +++ b/isis/src/base/objs/MinnaertEmpirical/MinnaertEmpirical.h @@ -1,27 +1,11 @@ #ifndef MinnaertEmpirical_h #define MinnaertEmpirical_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/19 15:18:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NumericalApproximation.h" #include "PhotoModel.h" diff --git a/isis/src/base/objs/MinnaertEmpirical/unitTest.cpp b/isis/src/base/objs/MinnaertEmpirical/unitTest.cpp index bc6d7d7f6f8cf76a5fa00b6a24ef7c04812e743f..d0570514f335b11d903629eb5dc99f35cfac0bc7 100755 --- a/isis/src/base/objs/MinnaertEmpirical/unitTest.cpp +++ b/isis/src/base/objs/MinnaertEmpirical/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "MinnaertEmpirical.h" diff --git a/isis/src/base/objs/Mixed/Mixed.cpp b/isis/src/base/objs/Mixed/Mixed.cpp index 64b279d5ec57970886e8af0edc273f338eabef23..819acc2cc1bb29dd5b00d4adc2884f9dea578446 100644 --- a/isis/src/base/objs/Mixed/Mixed.cpp +++ b/isis/src/base/objs/Mixed/Mixed.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Mixed.h" #include "SpecialPixel.h" diff --git a/isis/src/base/objs/Mixed/Mixed.h b/isis/src/base/objs/Mixed/Mixed.h index 5196c66ae1b0466ee55b72eb30f92ef36c1000f5..ff00b91d4eac1312aa6f7e65f182e5985df79b97 100644 --- a/isis/src/base/objs/Mixed/Mixed.h +++ b/isis/src/base/objs/Mixed/Mixed.h @@ -1,27 +1,11 @@ #ifndef Mixed_h #define Mixed_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2008/07/08 18:43:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/Mixed/unitTest.cpp b/isis/src/base/objs/Mixed/unitTest.cpp index c84c07889a96aaddd0b14b6c29aac1f1c525b305..2a1e54743fbe198199c16e93187f2cfc42654901 100644 --- a/isis/src/base/objs/Mixed/unitTest.cpp +++ b/isis/src/base/objs/Mixed/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/Mollweide/Mollweide.cpp b/isis/src/base/objs/Mollweide/Mollweide.cpp index 6c66906cce546fbeed256a1570f422660c21a5f5..5139e4a6321acf75ff6b4a6408e6b1ea6397cfa4 100644 --- a/isis/src/base/objs/Mollweide/Mollweide.cpp +++ b/isis/src/base/objs/Mollweide/Mollweide.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Mollweide.h" diff --git a/isis/src/base/objs/Mollweide/Mollweide.h b/isis/src/base/objs/Mollweide/Mollweide.h index 71e72c57701f244afe4e23a03fb2760fd3886a44..7e6a341995fa8fdacba2ab7f344f040970c85d7e 100644 --- a/isis/src/base/objs/Mollweide/Mollweide.h +++ b/isis/src/base/objs/Mollweide/Mollweide.h @@ -1,27 +1,11 @@ #ifndef Mollweide_h #define Mollweide_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/Mollweide/unitTest.cpp b/isis/src/base/objs/Mollweide/unitTest.cpp index df9ceb559eab45b11c8bff0d1813795404dbddc4..f10f22cd4962583cbc7507ddb722bde67e4c300a 100644 --- a/isis/src/base/objs/Mollweide/unitTest.cpp +++ b/isis/src/base/objs/Mollweide/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/MoonAlbedo/MoonAlbedo.cpp b/isis/src/base/objs/MoonAlbedo/MoonAlbedo.cpp index ac4aaff6938f7936317a4abd0545d41a6a961c71..b61e36a1a1e054ca41c5ba42478b2a9b7a2fd9f8 100644 --- a/isis/src/base/objs/MoonAlbedo/MoonAlbedo.cpp +++ b/isis/src/base/objs/MoonAlbedo/MoonAlbedo.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "MoonAlbedo.h" #include "SpecialPixel.h" diff --git a/isis/src/base/objs/MoonAlbedo/MoonAlbedo.h b/isis/src/base/objs/MoonAlbedo/MoonAlbedo.h index 87b47e27a66debb490d75cd5a857f04a477814d2..82ce69ac7192b6d169fe3ba8ec8fef9b330e61f6 100644 --- a/isis/src/base/objs/MoonAlbedo/MoonAlbedo.h +++ b/isis/src/base/objs/MoonAlbedo/MoonAlbedo.h @@ -1,27 +1,11 @@ #ifndef MoonAlbedo_h #define MoonAlbedo_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/19 15:25:40 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/MoonAlbedo/unitTest.cpp b/isis/src/base/objs/MoonAlbedo/unitTest.cpp index 8e0c956b5581c25d243d7fe86ad09d72c5e13943..b521f63c192524ad1ee53a039b0fca0f3b4e422e 100644 --- a/isis/src/base/objs/MoonAlbedo/unitTest.cpp +++ b/isis/src/base/objs/MoonAlbedo/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/MoravecOperator/MoravecOperator.cpp b/isis/src/base/objs/MoravecOperator/MoravecOperator.cpp index 2d8a4a522c15bbd7845ac96e76817e48cf116378..86fb90cd24dfb92cc59e6d4c335b1a0d8a4001be 100644 --- a/isis/src/base/objs/MoravecOperator/MoravecOperator.cpp +++ b/isis/src/base/objs/MoravecOperator/MoravecOperator.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "MoravecOperator.h" #include "Chip.h" diff --git a/isis/src/base/objs/MoravecOperator/MoravecOperator.h b/isis/src/base/objs/MoravecOperator/MoravecOperator.h index 95c7383a24e9b220dd3fb37faa29b4b238a829e1..5aff5dbccdaa3af06f1025d9da11ad7961eff540 100644 --- a/isis/src/base/objs/MoravecOperator/MoravecOperator.h +++ b/isis/src/base/objs/MoravecOperator/MoravecOperator.h @@ -1,6 +1,11 @@ #ifndef MoravecOperator_h #define MoravecOperator_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "InterestOperator.h" namespace Isis { diff --git a/isis/src/base/objs/MoravecOperator/unitTest.cpp b/isis/src/base/objs/MoravecOperator/unitTest.cpp index a7db41d767782b578e25e027519f1136b6674a99..a44890424d106f81164ea6dc95cf3c66dd9bc719 100644 --- a/isis/src/base/objs/MoravecOperator/unitTest.cpp +++ b/isis/src/base/objs/MoravecOperator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "InterestOperator.h" diff --git a/isis/src/base/objs/MultivariateStatistics/MultivariateStatistics.cpp b/isis/src/base/objs/MultivariateStatistics/MultivariateStatistics.cpp index f385e74f9a1e095608f1221d60519198cc86eb9e..5caf94b4b810590a5f9072f5740a404e12099c14 100644 --- a/isis/src/base/objs/MultivariateStatistics/MultivariateStatistics.cpp +++ b/isis/src/base/objs/MultivariateStatistics/MultivariateStatistics.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/05/14 20:41:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/MultivariateStatistics/MultivariateStatistics.h b/isis/src/base/objs/MultivariateStatistics/MultivariateStatistics.h index d644197482f31958a1f267981702a27d253f5b4f..90349ce10338fbccbb2d68e612ffb75c0ac3da24 100644 --- a/isis/src/base/objs/MultivariateStatistics/MultivariateStatistics.h +++ b/isis/src/base/objs/MultivariateStatistics/MultivariateStatistics.h @@ -1,29 +1,12 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef MultivariateStatistics_h #define MultivariateStatistics_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Constants.h" #include "PvlObject.h" #include "SpecialPixel.h" diff --git a/isis/src/base/objs/MultivariateStatistics/unitTest.cpp b/isis/src/base/objs/MultivariateStatistics/unitTest.cpp index 983be1189eeaadc5fc928aa4c616cfcdd5f40ef3..bea40b5b659d8bc2c9281cd11075bb2df139303b 100644 --- a/isis/src/base/objs/MultivariateStatistics/unitTest.cpp +++ b/isis/src/base/objs/MultivariateStatistics/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "MultivariateStatistics.h" #include "IException.h" diff --git a/isis/src/base/objs/NaifDskApi/NaifDskApi.cpp b/isis/src/base/objs/NaifDskApi/NaifDskApi.cpp index 1273c622893f5582bb2ddab6c54bdcacbb4b541c..e23a812dec6fb9d6b06b9caad6c62912678c4589 100755 --- a/isis/src/base/objs/NaifDskApi/NaifDskApi.cpp +++ b/isis/src/base/objs/NaifDskApi/NaifDskApi.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NaifDskApi.h" // Specs for convenient NAIF vectors and matrices diff --git a/isis/src/base/objs/NaifDskApi/NaifDskApi.h b/isis/src/base/objs/NaifDskApi/NaifDskApi.h index fbc3efe9d1e427dd6fee8f22636d97fa21842970..b795a9b27b0220f4bebebf2d6743df2ae2463cbc 100755 --- a/isis/src/base/objs/NaifDskApi/NaifDskApi.h +++ b/isis/src/base/objs/NaifDskApi/NaifDskApi.h @@ -1,26 +1,11 @@ #ifndef NaifDskApi_h #define NaifDskApi_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // These are the current set of NAIF DSK include files. Note that the // extern "C" wrapper is required as those files are not yet C++ ready. diff --git a/isis/src/base/objs/NaifDskApi/unitTest.cpp b/isis/src/base/objs/NaifDskApi/unitTest.cpp index bbb772372cef34363e00d0aa99b5436ec939aefd..918f819a6645b3b7c9abbacdef052182bf9bb45c 100755 --- a/isis/src/base/objs/NaifDskApi/unitTest.cpp +++ b/isis/src/base/objs/NaifDskApi/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/NaifDskPlateModel/NaifDskPlateModel.cpp b/isis/src/base/objs/NaifDskPlateModel/NaifDskPlateModel.cpp index 426efeff742c33d1f47ebe044488c358911ce33d..bb49a8dd725b2cca8a1493581b5f62d8c99f58e5 100755 --- a/isis/src/base/objs/NaifDskPlateModel/NaifDskPlateModel.cpp +++ b/isis/src/base/objs/NaifDskPlateModel/NaifDskPlateModel.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // Uncomment this definition and you get thread-safe methods. Note this is not // done in the header as it would change the header footprint and require a diff --git a/isis/src/base/objs/NaifDskPlateModel/NaifDskPlateModel.h b/isis/src/base/objs/NaifDskPlateModel/NaifDskPlateModel.h index 193613d641071194bc1c9c3807e9bc3715ab3809..3b92d8213dd2cff78dac02924b983ed1b433ae68 100755 --- a/isis/src/base/objs/NaifDskPlateModel/NaifDskPlateModel.h +++ b/isis/src/base/objs/NaifDskPlateModel/NaifDskPlateModel.h @@ -1,27 +1,11 @@ #ifndef NaifDskPlateModel_h #define NaifDskPlateModel_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/08/25 01:37:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/NaifDskPlateModel/unitTest.cpp b/isis/src/base/objs/NaifDskPlateModel/unitTest.cpp index df84e7d1e57e5a8afcff56ed187af4bcdd097826..060258f9f83baf60f8a45740271173486e1d22e8 100755 --- a/isis/src/base/objs/NaifDskPlateModel/unitTest.cpp +++ b/isis/src/base/objs/NaifDskPlateModel/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Angle.h" diff --git a/isis/src/base/objs/NaifDskShape/NaifDskShape.cpp b/isis/src/base/objs/NaifDskShape/NaifDskShape.cpp index 393089b60a9ecb322ac7ba35846c0f092babf70c..eb651a2ec62fa2d9eef7276c192982ca5db93b1e 100755 --- a/isis/src/base/objs/NaifDskShape/NaifDskShape.cpp +++ b/isis/src/base/objs/NaifDskShape/NaifDskShape.cpp @@ -1,27 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "NaifDskShape.h" #include diff --git a/isis/src/base/objs/NaifDskShape/NaifDskShape.h b/isis/src/base/objs/NaifDskShape/NaifDskShape.h index 6a8e2272a792fa52826d35cbdd16c7d5c161a0f2..db938b0e8de61ed25b62815c5890c7ec424482aa 100755 --- a/isis/src/base/objs/NaifDskShape/NaifDskShape.h +++ b/isis/src/base/objs/NaifDskShape/NaifDskShape.h @@ -1,27 +1,11 @@ #ifndef NaifDskShape_h #define NaifDskShape_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ShapeModel.h" #include diff --git a/isis/src/base/objs/NaifDskShape/unitTest.cpp b/isis/src/base/objs/NaifDskShape/unitTest.cpp index ae1a2b6392bc8b539e973147577a038c88fc6665..2244f68b23b327be2398bcb74cba30db6abfd6ce 100755 --- a/isis/src/base/objs/NaifDskShape/unitTest.cpp +++ b/isis/src/base/objs/NaifDskShape/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/NaifStatus/NaifStatus.cpp b/isis/src/base/objs/NaifStatus/NaifStatus.cpp index e008f7f41da1a691231486de1d11b4640c8a82a4..4cd6678d510e72eb11796d95fb6f4ca58be6af61 100644 --- a/isis/src/base/objs/NaifStatus/NaifStatus.cpp +++ b/isis/src/base/objs/NaifStatus/NaifStatus.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/12/28 20:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NaifStatus.h" #include diff --git a/isis/src/base/objs/NaifStatus/NaifStatus.h b/isis/src/base/objs/NaifStatus/NaifStatus.h index 1f755092f89792f8a1a5ea5bc867fdee431456dc..3c4d4632403765be89c8ac0f40878b5eb3d38c94 100644 --- a/isis/src/base/objs/NaifStatus/NaifStatus.h +++ b/isis/src/base/objs/NaifStatus/NaifStatus.h @@ -1,28 +1,12 @@ #ifndef NaifStatus_h #define NaifStatus_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/06/17 21:26:19 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { /** * @brief Class for checking for errors in the NAIF library diff --git a/isis/src/base/objs/NaifStatus/unitTest.cpp b/isis/src/base/objs/NaifStatus/unitTest.cpp index 459de40bc1675ccc139aaffd86f3d6308f21f8b0..c57e6b0ffccd5ddaea5a8839b78c6cd4ad02f662 100644 --- a/isis/src/base/objs/NaifStatus/unitTest.cpp +++ b/isis/src/base/objs/NaifStatus/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/NoNormalization/NoNormalization.cpp b/isis/src/base/objs/NoNormalization/NoNormalization.cpp index f562f257d590bb10aa0bfb2f485bdf76a8482e90..6a5d02a549db231878ca890fd32b12e491aaa2d2 100644 --- a/isis/src/base/objs/NoNormalization/NoNormalization.cpp +++ b/isis/src/base/objs/NoNormalization/NoNormalization.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "NoNormalization.h" #include "SpecialPixel.h" diff --git a/isis/src/base/objs/NoNormalization/NoNormalization.h b/isis/src/base/objs/NoNormalization/NoNormalization.h index 5ec63b8c189b1fbc8354ce386252f2fa3fadcc99..4cad52ab83b73f39ab9dfb389170c72a43dc4dc5 100644 --- a/isis/src/base/objs/NoNormalization/NoNormalization.h +++ b/isis/src/base/objs/NoNormalization/NoNormalization.h @@ -1,27 +1,11 @@ #ifndef NoNormalization_h #define NoNormalization_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/05/18 18:10:58 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/NoNormalization/unitTest.cpp b/isis/src/base/objs/NoNormalization/unitTest.cpp index d2b4e88787c22b4e212da73557dc4b6e335d3099..e4471163a223517f5a21b931a7312f45cc141f24 100644 --- a/isis/src/base/objs/NoNormalization/unitTest.cpp +++ b/isis/src/base/objs/NoNormalization/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/NoOperator/NoOperator.cpp b/isis/src/base/objs/NoOperator/NoOperator.cpp index 26941fe4e951be461ab2078af77fdbeaf5dc0f82..8cca66a649983967b832d2d5c15f35fc3b23d3a5 100644 --- a/isis/src/base/objs/NoOperator/NoOperator.cpp +++ b/isis/src/base/objs/NoOperator/NoOperator.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NoOperator.h" #include "Chip.h" #include "Statistics.h" diff --git a/isis/src/base/objs/NoOperator/NoOperator.h b/isis/src/base/objs/NoOperator/NoOperator.h index 5abb0503fbbd3d60c49cc6fa5c6a6db8b20ef1ad..1bfbbaccab9571addfade68b58f99c07dd9f5327 100644 --- a/isis/src/base/objs/NoOperator/NoOperator.h +++ b/isis/src/base/objs/NoOperator/NoOperator.h @@ -1,27 +1,11 @@ #ifndef NoOperator_h #define NoOperator_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/12/12 21:55:56 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "InterestOperator.h" diff --git a/isis/src/base/objs/NoOperator/unitTest.cpp b/isis/src/base/objs/NoOperator/unitTest.cpp index b825e0ebc4ceb9c48b13acd750914312c0a7ee7c..565ea61e9896296393df8dc68080a5bfe13076a6 100644 --- a/isis/src/base/objs/NoOperator/unitTest.cpp +++ b/isis/src/base/objs/NoOperator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "InterestOperator.h" diff --git a/isis/src/base/objs/NormModel/NormModel.cpp b/isis/src/base/objs/NormModel/NormModel.cpp index 90dbc863a9518235c9f360b5e720925d922d72f9..99e27d61a79eb239258dc7e3a12d9739787090e3 100644 --- a/isis/src/base/objs/NormModel/NormModel.cpp +++ b/isis/src/base/objs/NormModel/NormModel.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Pvl.h" #include "NormModel.h" #include "PhotoModel.h" diff --git a/isis/src/base/objs/NormModel/NormModel.h b/isis/src/base/objs/NormModel/NormModel.h index e40215a0555c19cb7adcc3f6c6adac0550c335e5..3e6e7ecc2be2820910ae15e00e2d886a8e1440b4 100644 --- a/isis/src/base/objs/NormModel/NormModel.h +++ b/isis/src/base/objs/NormModel/NormModel.h @@ -1,27 +1,11 @@ #ifndef NormModel_h #define NormModel_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2008/07/09 20:06:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/NormModel/unitTest.cpp b/isis/src/base/objs/NormModel/unitTest.cpp index c81d91464a95b442c1e7e06be5a5fa1a3a166750..74110f2251e5bdfc3818a26fe3cb9b147806509d 100644 --- a/isis/src/base/objs/NormModel/unitTest.cpp +++ b/isis/src/base/objs/NormModel/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/NormModelFactory/NormModelFactory.cpp b/isis/src/base/objs/NormModelFactory/NormModelFactory.cpp index 9a043a7729620836e0706e66550613f35206ebe8..aec2eecda2a5aa5be8b5e9e4f642df0680a1f6db 100644 --- a/isis/src/base/objs/NormModelFactory/NormModelFactory.cpp +++ b/isis/src/base/objs/NormModelFactory/NormModelFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2007/02/20 16:55:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModelFactory.h" #include "NormModel.h" diff --git a/isis/src/base/objs/NormModelFactory/NormModelFactory.h b/isis/src/base/objs/NormModelFactory/NormModelFactory.h index 8745c4bd06ffa1f2e6afa42b0a43c9563fccc33a..4114a894cdd12ae55a6fbd116c6f1c89d779e8f1 100644 --- a/isis/src/base/objs/NormModelFactory/NormModelFactory.h +++ b/isis/src/base/objs/NormModelFactory/NormModelFactory.h @@ -1,28 +1,12 @@ #ifndef NormModelFactory_h #define NormModelFactory_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/18 17:35:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Pvl; diff --git a/isis/src/base/objs/NormModelFactory/unitTest.cpp b/isis/src/base/objs/NormModelFactory/unitTest.cpp index 81f726a6c12106cae3ec3638dee8e7958ff85b5b..cc4b38081757304fe8bf0e3de18e75a0a5585ee5 100644 --- a/isis/src/base/objs/NormModelFactory/unitTest.cpp +++ b/isis/src/base/objs/NormModelFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/NthOrderPolynomial/NthOrderPolynomial.cpp b/isis/src/base/objs/NthOrderPolynomial/NthOrderPolynomial.cpp index 303d82e327485ad2b98141bef951624305683020..74b0b368abb1e3d9f80096ac3db9fcd62e0bd169 100644 --- a/isis/src/base/objs/NthOrderPolynomial/NthOrderPolynomial.cpp +++ b/isis/src/base/objs/NthOrderPolynomial/NthOrderPolynomial.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/NthOrderPolynomial/NthOrderPolynomial.h b/isis/src/base/objs/NthOrderPolynomial/NthOrderPolynomial.h index dcc6d12619039601d194f25c9216448ccf712031..58096b3d2f02cb7274c47c1ae1662173ff094505 100644 --- a/isis/src/base/objs/NthOrderPolynomial/NthOrderPolynomial.h +++ b/isis/src/base/objs/NthOrderPolynomial/NthOrderPolynomial.h @@ -1,28 +1,12 @@ #ifndef NthOrderPolynomial_h #define NthOrderPolynomial_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "BasisFunction.h" diff --git a/isis/src/base/objs/NthOrderPolynomial/unitTest.cpp b/isis/src/base/objs/NthOrderPolynomial/unitTest.cpp index ecbdd836d50ec161f817e8fa182b1f26f33fe6c8..6439ac112fa36c4004151216d3ad791b613a9de2 100644 --- a/isis/src/base/objs/NthOrderPolynomial/unitTest.cpp +++ b/isis/src/base/objs/NthOrderPolynomial/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NthOrderPolynomial.h" #include #include "Preference.h" diff --git a/isis/src/base/objs/NumericalApproximation/NumericalApproximation.cpp b/isis/src/base/objs/NumericalApproximation/NumericalApproximation.cpp index 7d830d5b268d194e2d718be748977fc267259032..443b5c7ce73036950c9d498d532b8ed96f1b3877 100644 --- a/isis/src/base/objs/NumericalApproximation/NumericalApproximation.cpp +++ b/isis/src/base/objs/NumericalApproximation/NumericalApproximation.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NumericalApproximation.h" #include diff --git a/isis/src/base/objs/NumericalApproximation/NumericalApproximation.h b/isis/src/base/objs/NumericalApproximation/NumericalApproximation.h index 9d951f305d2cae06d0be6cc235a4b5cc762da4ab..d6a6f7060fb097a14169d99d5d010efb5689b22c 100644 --- a/isis/src/base/objs/NumericalApproximation/NumericalApproximation.h +++ b/isis/src/base/objs/NumericalApproximation/NumericalApproximation.h @@ -1,5 +1,11 @@ #ifndef NumericalApproximation_h #define NumericalApproximation_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/NumericalApproximation/unitTest.cpp b/isis/src/base/objs/NumericalApproximation/unitTest.cpp index 5ce37cf3df75d136916a0fb75a7ad7b3b302ea0c..bf982e6c2be886d90c39e17d10548e76fe3513d7 100644 --- a/isis/src/base/objs/NumericalApproximation/unitTest.cpp +++ b/isis/src/base/objs/NumericalApproximation/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/ObliqueCylindrical/ObliqueCylindrical.cpp b/isis/src/base/objs/ObliqueCylindrical/ObliqueCylindrical.cpp index 9e72078ed0a19be62b964149b7d7fe2c8b89a13f..0bd01522844c15755f28997b9f92a8436a8964c1 100644 --- a/isis/src/base/objs/ObliqueCylindrical/ObliqueCylindrical.cpp +++ b/isis/src/base/objs/ObliqueCylindrical/ObliqueCylindrical.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/02/08 19:02:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ObliqueCylindrical.h" #include diff --git a/isis/src/base/objs/ObliqueCylindrical/ObliqueCylindrical.h b/isis/src/base/objs/ObliqueCylindrical/ObliqueCylindrical.h index 6654f86db8eb83dd4e833e788eb0c446a11c3e35..8a5ec8b05c85ac392b6cbc2376fd1a81594588ef 100644 --- a/isis/src/base/objs/ObliqueCylindrical/ObliqueCylindrical.h +++ b/isis/src/base/objs/ObliqueCylindrical/ObliqueCylindrical.h @@ -1,27 +1,11 @@ #ifndef ObliqueCylindrical_h #define ObliqueCylindrical_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/02/08 19:02:07 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/ObliqueCylindrical/unitTest.cpp b/isis/src/base/objs/ObliqueCylindrical/unitTest.cpp index 34b963e3d797857de42d22b15fe7bfd70c37bcdf..44e99816f83a2df0996e319225932923103db092 100644 --- a/isis/src/base/objs/ObliqueCylindrical/unitTest.cpp +++ b/isis/src/base/objs/ObliqueCylindrical/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/ObservationNumber/ObservationNumber.cpp b/isis/src/base/objs/ObservationNumber/ObservationNumber.cpp index 2c8b68834e5f8ee175d357bdc85c48575e77872e..afaf471ae3c0c073dd480c905eaf24bab522f76c 100644 --- a/isis/src/base/objs/ObservationNumber/ObservationNumber.cpp +++ b/isis/src/base/objs/ObservationNumber/ObservationNumber.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ObservationNumber.h" #include "IException.h" #include "Pvl.h" diff --git a/isis/src/base/objs/ObservationNumber/ObservationNumber.h b/isis/src/base/objs/ObservationNumber/ObservationNumber.h index 147491e07b452c5e88589d12af9830af579e66e1..94b017d1115132fe03fda832122d3593e9bd1cdf 100644 --- a/isis/src/base/objs/ObservationNumber/ObservationNumber.h +++ b/isis/src/base/objs/ObservationNumber/ObservationNumber.h @@ -2,28 +2,12 @@ #ifndef ObservationNumber_h #define ObservationNumber_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/05/09 16:30:19 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "SerialNumber.h" diff --git a/isis/src/base/objs/ObservationNumber/unitTest.cpp b/isis/src/base/objs/ObservationNumber/unitTest.cpp index e7f6d315542c6491a5b725f992f044f9abff3c66..252cfbd6ada176b1f765d03b132a20164b14ecbd 100644 --- a/isis/src/base/objs/ObservationNumber/unitTest.cpp +++ b/isis/src/base/objs/ObservationNumber/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "FileName.h" #include "Pvl.h" diff --git a/isis/src/base/objs/ObservationNumberList/ObservationNumberList.cpp b/isis/src/base/objs/ObservationNumberList/ObservationNumberList.cpp index d0726a92fcf55c1f4212d37ea4f4206dc32966df..093cdb5a9efdff5929bb7f3fdb592af0a17a4331 100644 --- a/isis/src/base/objs/ObservationNumberList/ObservationNumberList.cpp +++ b/isis/src/base/objs/ObservationNumberList/ObservationNumberList.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ObservationNumberList.h" #include "FileName.h" diff --git a/isis/src/base/objs/ObservationNumberList/ObservationNumberList.h b/isis/src/base/objs/ObservationNumberList/ObservationNumberList.h index 798b42e23c666ebc892ccbb0ca17c63f9f3e0b8f..00d3982902a3e547a17c002997af407d70c1b7fb 100644 --- a/isis/src/base/objs/ObservationNumberList/ObservationNumberList.h +++ b/isis/src/base/objs/ObservationNumberList/ObservationNumberList.h @@ -1,28 +1,11 @@ #ifndef ObservationNumberList_h #define ObservationNumberList_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/10/30 16:19:46 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - * - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ObservationNumberList/unitTest.cpp b/isis/src/base/objs/ObservationNumberList/unitTest.cpp index 484c10ae6d8796debedfa9c81797a879dab54e78..13099c51b107a90fe042cf1b442e78a2c8455efa 100644 --- a/isis/src/base/objs/ObservationNumberList/unitTest.cpp +++ b/isis/src/base/objs/ObservationNumberList/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/OriginalLabel/OriginalLabel.cpp b/isis/src/base/objs/OriginalLabel/OriginalLabel.cpp index 28027b079746ff1c34d9e54e4ac74c6d597955ed..ac5ff7f54ed24822b23c3ec377ffdbaaf5889795 100644 --- a/isis/src/base/objs/OriginalLabel/OriginalLabel.cpp +++ b/isis/src/base/objs/OriginalLabel/OriginalLabel.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/05/14 19:20:28 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/OriginalLabel/OriginalLabel.h b/isis/src/base/objs/OriginalLabel/OriginalLabel.h index 5c653cd51e0c5e5bbef4d303a9b266a1fc8fda4e..a953f713a02397beb69d630878d7554529f540e7 100644 --- a/isis/src/base/objs/OriginalLabel/OriginalLabel.h +++ b/isis/src/base/objs/OriginalLabel/OriginalLabel.h @@ -1,28 +1,12 @@ #ifndef OriginalLabel_h #define OriginalLabel_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/05/14 19:20:28 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Blob.h" #include "Pvl.h" diff --git a/isis/src/base/objs/OriginalLabel/unitTest.cpp b/isis/src/base/objs/OriginalLabel/unitTest.cpp index 637374a00e737d0471f1a933ab9ab587a7e097ca..ff1de166dc7f854c429f96be031649c6ff37e90d 100644 --- a/isis/src/base/objs/OriginalLabel/unitTest.cpp +++ b/isis/src/base/objs/OriginalLabel/unitTest.cpp @@ -1,8 +1,9 @@ -/** - * Unit Test for OriginalLabel class. - */ - +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Pvl.h" diff --git a/isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.cpp b/isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.cpp index c466003682c71aa7eed5a88dd719477cb2fec949..2c8873a2d3a4616124489bd4285eb908fff7ac65 100644 --- a/isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.cpp +++ b/isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/05/14 19:20:28 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.h b/isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.h index 878d873b41dadd55a8f8ea2704579102a8ca7ffe..de085b07f4cddfe8670423b1c6960dfa4bd69b11 100644 --- a/isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.h +++ b/isis/src/base/objs/OriginalXmlLabel/OriginalXmlLabel.h @@ -1,28 +1,12 @@ #ifndef OriginalXmlLabel_h #define OriginalXmlLabel_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/05/14 19:20:28 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/OriginalXmlLabel/unitTest.cpp b/isis/src/base/objs/OriginalXmlLabel/unitTest.cpp index 738192577bcc9e4acfcfec65ec09a291480c5b3c..9087e0db0dad4fa55dea902ba4bf9c492d287d73 100644 --- a/isis/src/base/objs/OriginalXmlLabel/unitTest.cpp +++ b/isis/src/base/objs/OriginalXmlLabel/unitTest.cpp @@ -1,8 +1,9 @@ -/** - * Unit Test for OriginalXmlLabel class. - */ - +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Orthographic/Orthographic.cpp b/isis/src/base/objs/Orthographic/Orthographic.cpp index 3bd5d1e0d40c234a0bb7111ffa49dca44d12800d..aa4097e36198d47389e553c8c2822bee567b3721 100644 --- a/isis/src/base/objs/Orthographic/Orthographic.cpp +++ b/isis/src/base/objs/Orthographic/Orthographic.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Orthographic.h" #include diff --git a/isis/src/base/objs/Orthographic/Orthographic.h b/isis/src/base/objs/Orthographic/Orthographic.h index 2ce6d88aed637fef93efb5a85650ef7a395b0c83..5936898d5731665f6a797e3c55d934a1d8c42bfc 100644 --- a/isis/src/base/objs/Orthographic/Orthographic.h +++ b/isis/src/base/objs/Orthographic/Orthographic.h @@ -1,27 +1,11 @@ #ifndef Orthographic_h #define Orthographic_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/Orthographic/unitTest.cpp b/isis/src/base/objs/Orthographic/unitTest.cpp index 29c378691dbef1258b1863b946acfa56923c7342..4ac8800c19bfb117be401a0f066fbd369b252ab2 100644 --- a/isis/src/base/objs/Orthographic/unitTest.cpp +++ b/isis/src/base/objs/Orthographic/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/OverlapNormalization/OverlapNormalization.cpp b/isis/src/base/objs/OverlapNormalization/OverlapNormalization.cpp index 7aa798229f3fee2c0d6b57c76e533ab306670b30..6b6e8b508f3173356214ea638d804d30c78cfeff 100644 --- a/isis/src/base/objs/OverlapNormalization/OverlapNormalization.cpp +++ b/isis/src/base/objs/OverlapNormalization/OverlapNormalization.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/11/25 22:09:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "OverlapNormalization.h" #include diff --git a/isis/src/base/objs/OverlapNormalization/OverlapNormalization.h b/isis/src/base/objs/OverlapNormalization/OverlapNormalization.h index 9d8c307236483a99b3312c3e3d6f8b4c05ad78d2..680df7277cbc26665bf3959986466dae1b078bb5 100644 --- a/isis/src/base/objs/OverlapNormalization/OverlapNormalization.h +++ b/isis/src/base/objs/OverlapNormalization/OverlapNormalization.h @@ -1,27 +1,11 @@ #ifndef OverlapNormalization_h #define OverlapNormalization_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/11/25 22:09:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Statistics.h" #include "LeastSquares.h" diff --git a/isis/src/base/objs/OverlapNormalization/unitTest.cpp b/isis/src/base/objs/OverlapNormalization/unitTest.cpp index 526d0c36bd83ea5eb0e99982b3db7819cd7109fe..1a52dd88ed780495c761e7ac9bda85dc6a1f78b3 100644 --- a/isis/src/base/objs/OverlapNormalization/unitTest.cpp +++ b/isis/src/base/objs/OverlapNormalization/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" #include "Cube.h" diff --git a/isis/src/base/objs/OverlapStatistics/OverlapStatistics.cpp b/isis/src/base/objs/OverlapStatistics/OverlapStatistics.cpp index 367c9fc0729e89bd55fdd3fd0f7a511b219ae03c..5c6e0550ad0f113405765c59fc85a8e5d02386f0 100644 --- a/isis/src/base/objs/OverlapStatistics/OverlapStatistics.cpp +++ b/isis/src/base/objs/OverlapStatistics/OverlapStatistics.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.11 $ - * $Date: 2009/06/26 17:08:30 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "OverlapStatistics.h" #include diff --git a/isis/src/base/objs/OverlapStatistics/OverlapStatistics.h b/isis/src/base/objs/OverlapStatistics/OverlapStatistics.h index 52aa85b01ec0975e891a99d24b47d2d0e861f685..8c08a6b27aa8a349feeb11d434e6049d1dddecfe 100644 --- a/isis/src/base/objs/OverlapStatistics/OverlapStatistics.h +++ b/isis/src/base/objs/OverlapStatistics/OverlapStatistics.h @@ -1,27 +1,11 @@ #ifndef OverlapStatistics_h #define OverlapStatistics_h -/** - * @file - * $Revision: 1.7 $ - * $Date: 2009/06/24 22:03:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Cube.h" #include "FileName.h" #include "MultivariateStatistics.h" diff --git a/isis/src/base/objs/OverlapStatistics/unitTest.cpp b/isis/src/base/objs/OverlapStatistics/unitTest.cpp index be23e15da7810492adf31eb3d28ee39a6d20d1a6..25287bcca1e9410cf181fada8fc44768a37689cf 100644 --- a/isis/src/base/objs/OverlapStatistics/unitTest.cpp +++ b/isis/src/base/objs/OverlapStatistics/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" #include "Cube.h" diff --git a/isis/src/base/objs/PhotoModel/PhotoModel.cpp b/isis/src/base/objs/PhotoModel/PhotoModel.cpp index c09d3439dfb6ff2510850ae047e754371d6068d1..8fada91156851cff7fd5f5af29b8645cb5dd89a6 100644 --- a/isis/src/base/objs/PhotoModel/PhotoModel.cpp +++ b/isis/src/base/objs/PhotoModel/PhotoModel.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "FileName.h" #include "PhotoModel.h" diff --git a/isis/src/base/objs/PhotoModel/PhotoModel.h b/isis/src/base/objs/PhotoModel/PhotoModel.h index 99bc70a76b1fcfa49fdb10d5bbc55666134471a7..cf7043cff2ed01e2a8749e1002b9ff70e07cb1d9 100644 --- a/isis/src/base/objs/PhotoModel/PhotoModel.h +++ b/isis/src/base/objs/PhotoModel/PhotoModel.h @@ -1,27 +1,11 @@ #ifndef PhotoModel_h #define PhotoModel_h -/** - * @file - * $Revision: 1.8 $ - * $Date: 2008/11/05 23:38:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PhotoModel/unitTest.cpp b/isis/src/base/objs/PhotoModel/unitTest.cpp index 9f5cb2e7fc65f6e6cd6ec2dd08122a9ec851d7b4..3d56c2c595160e0633a0d67922822a53bb9b5951 100644 --- a/isis/src/base/objs/PhotoModel/unitTest.cpp +++ b/isis/src/base/objs/PhotoModel/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/PhotoModelFactory/PhotoModelFactory.cpp b/isis/src/base/objs/PhotoModelFactory/PhotoModelFactory.cpp index a550e209e29a601b0b318c25ef66238c954dd3b1..e7d1c116fb54d09066e4ee04d62fd4e3cfdd4348 100644 --- a/isis/src/base/objs/PhotoModelFactory/PhotoModelFactory.cpp +++ b/isis/src/base/objs/PhotoModelFactory/PhotoModelFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2007/02/20 16:55:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PhotoModelFactory.h" #include "PhotoModel.h" diff --git a/isis/src/base/objs/PhotoModelFactory/PhotoModelFactory.h b/isis/src/base/objs/PhotoModelFactory/PhotoModelFactory.h index 7011b69d51c315338464e1d4a405929cefbf2581..e2e726530ebc1f2657db6c260da276a32e0d9db5 100644 --- a/isis/src/base/objs/PhotoModelFactory/PhotoModelFactory.h +++ b/isis/src/base/objs/PhotoModelFactory/PhotoModelFactory.h @@ -1,27 +1,11 @@ #ifndef PhotoModelFactory_h #define PhotoModelFactory_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/18 19:31:34 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Pvl; diff --git a/isis/src/base/objs/PhotoModelFactory/unitTest.cpp b/isis/src/base/objs/PhotoModelFactory/unitTest.cpp index 5aa9c779aff93c7d75759353b74bc4ce1061fc82..4a88aee71123f7ffc5ce7c2a879cb32942918313 100644 --- a/isis/src/base/objs/PhotoModelFactory/unitTest.cpp +++ b/isis/src/base/objs/PhotoModelFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Preference.h" diff --git a/isis/src/base/objs/Photometry/Photometry.cpp b/isis/src/base/objs/Photometry/Photometry.cpp index 2fdbd12c23577fb702de8f1e7457db16d9e96e02..b2cf8d7353e49e8c006b9125df8ae9f941ad3ca4 100644 --- a/isis/src/base/objs/Photometry/Photometry.cpp +++ b/isis/src/base/objs/Photometry/Photometry.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IException.h" #include "IString.h" #include "Pvl.h" diff --git a/isis/src/base/objs/Photometry/Photometry.h b/isis/src/base/objs/Photometry/Photometry.h index 2f781d0b521b4bc39c25d207a95bc232c6fd28f2..2b15c3f213a5380600e57d74aa71c3573312e978 100644 --- a/isis/src/base/objs/Photometry/Photometry.h +++ b/isis/src/base/objs/Photometry/Photometry.h @@ -1,27 +1,11 @@ #ifndef Photometry_h #define Photometry_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/07/09 19:40:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Photometry/unitTest.cpp b/isis/src/base/objs/Photometry/unitTest.cpp index 3117944f267ba737da0b90e3254b34bf84801506..826db7faa0df42036cde7a9f5ea2eef595552d29 100644 --- a/isis/src/base/objs/Photometry/unitTest.cpp +++ b/isis/src/base/objs/Photometry/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Photometry.h" diff --git a/isis/src/base/objs/Pipeline/Pipeline.cpp b/isis/src/base/objs/Pipeline/Pipeline.cpp index a971fee5b74fe311a1fde8cddc96430df1ac9674..8a86964d364bd05539c3bc2c32b1ea9ba83f003d 100644 --- a/isis/src/base/objs/Pipeline/Pipeline.cpp +++ b/isis/src/base/objs/Pipeline/Pipeline.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Pipeline/Pipeline.h b/isis/src/base/objs/Pipeline/Pipeline.h index 2c85bee2acce94c3650cb0845b504f8aff051495..82bb2457994d23117863443adae7b988efae18ef 100644 --- a/isis/src/base/objs/Pipeline/Pipeline.h +++ b/isis/src/base/objs/Pipeline/Pipeline.h @@ -1,27 +1,11 @@ #ifndef Pipeline_h #define Pipeline_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/12/19 21:13:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Pipeline/PipelineApplication.cpp b/isis/src/base/objs/Pipeline/PipelineApplication.cpp index ad82fd3555717c4874b5edac5acca193ea647eb0..4732c8aa62d1b9cf09672dd597f1f91a8b30952b 100644 --- a/isis/src/base/objs/Pipeline/PipelineApplication.cpp +++ b/isis/src/base/objs/Pipeline/PipelineApplication.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PipelineApplication.h" diff --git a/isis/src/base/objs/Pipeline/PipelineApplication.h b/isis/src/base/objs/Pipeline/PipelineApplication.h index 1f7e5b35aa1e2394a51751f13d3b1c96f8563d5e..a8dcbbc99ca9710a15912a636bfab7d4e1edd6d3 100644 --- a/isis/src/base/objs/Pipeline/PipelineApplication.h +++ b/isis/src/base/objs/Pipeline/PipelineApplication.h @@ -1,27 +1,11 @@ #ifndef PipelineApplication_h #define PipelineApplication_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/12/19 21:13:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Pipeline/unitTest.cpp b/isis/src/base/objs/Pipeline/unitTest.cpp index ee53b0cbda0141f9af896ee03bcd808e3c8eab64..ce32f9692ff89c3547ec5c3215b5acf6a99b2132 100644 --- a/isis/src/base/objs/Pipeline/unitTest.cpp +++ b/isis/src/base/objs/Pipeline/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "Pipeline.h" #include "Preference.h" diff --git a/isis/src/base/objs/Pixel/Pixel.cpp b/isis/src/base/objs/Pixel/Pixel.cpp index 25c1e50945b163711b34e65d159d20ac9eaa89e0..bf535d6339990126ea5b477533112740f60e8f11 100644 --- a/isis/src/base/objs/Pixel/Pixel.cpp +++ b/isis/src/base/objs/Pixel/Pixel.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Pixel.h" using namespace std; diff --git a/isis/src/base/objs/Pixel/Pixel.h b/isis/src/base/objs/Pixel/Pixel.h index b3db63156acc981d4ad630837a9a52119fd45264..1f98aabdd3eaee87feda515b9673906fb28e688d 100644 --- a/isis/src/base/objs/Pixel/Pixel.h +++ b/isis/src/base/objs/Pixel/Pixel.h @@ -1,26 +1,11 @@ #ifndef Pixel_h #define Pixel_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/02/03 23:14:47 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpecialPixel.h" namespace Isis { diff --git a/isis/src/base/objs/Pixel/unitTest.cpp b/isis/src/base/objs/Pixel/unitTest.cpp index b3b52862776c8923662cb657807934deaf856e81..31b8a8619482544211b44771b87c7044f08e8f69 100644 --- a/isis/src/base/objs/Pixel/unitTest.cpp +++ b/isis/src/base/objs/Pixel/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/PixelFOV/PixelFOV.cpp b/isis/src/base/objs/PixelFOV/PixelFOV.cpp index c27685cf6753e01a78a8f9d6d528fe78fe0fd89a..9f0c51bde287ac83e2e6df6d5ae0eb23564ba697 100755 --- a/isis/src/base/objs/PixelFOV/PixelFOV.cpp +++ b/isis/src/base/objs/PixelFOV/PixelFOV.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PixelFOV.h" #include diff --git a/isis/src/base/objs/PixelFOV/PixelFOV.h b/isis/src/base/objs/PixelFOV/PixelFOV.h index 6079c4b45899cb01d2307219773b2ed94577f48d..af6adb496cc7354ea80f50fe9e771f2c3c1db89a 100755 --- a/isis/src/base/objs/PixelFOV/PixelFOV.h +++ b/isis/src/base/objs/PixelFOV/PixelFOV.h @@ -1,27 +1,11 @@ #ifndef PixelFOV_h #define PixelFOV_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/04/29 00:54:15 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PixelFOV/unitTest.cpp b/isis/src/base/objs/PixelFOV/unitTest.cpp index a3ca0ef77187303b23d3c221f9821cda8e517691..7b0ecddfa78c29c615f8f5d21bd2e063e4d86ce9 100755 --- a/isis/src/base/objs/PixelFOV/unitTest.cpp +++ b/isis/src/base/objs/PixelFOV/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/PixelType/PixelType.h b/isis/src/base/objs/PixelType/PixelType.h index 6ff24301ca8ffc909a231fa72dfcdf2c24904288..c9f5868fe88850d988a55c5620f2e63068f938a1 100644 --- a/isis/src/base/objs/PixelType/PixelType.h +++ b/isis/src/base/objs/PixelType/PixelType.h @@ -1,27 +1,11 @@ #ifndef PixelType_h #define PixelType_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include namespace Isis { diff --git a/isis/src/base/objs/Planar/Planar.cpp b/isis/src/base/objs/Planar/Planar.cpp index bfb02ff6c6bb7990b5f713ab687018e652e4ce2f..18ac7763dbf78bfc7f589a84d4647357ae1975ce 100644 --- a/isis/src/base/objs/Planar/Planar.cpp +++ b/isis/src/base/objs/Planar/Planar.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Planar.h" #include diff --git a/isis/src/base/objs/Planar/Planar.h b/isis/src/base/objs/Planar/Planar.h index 80e64e409cd83a0ba11f9ff6ebd325311ad4cdbc..ef738eab7562377970a66cb0860ff24ba6ff9912 100644 --- a/isis/src/base/objs/Planar/Planar.h +++ b/isis/src/base/objs/Planar/Planar.h @@ -1,27 +1,11 @@ #ifndef Planar_h #define Planar_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "RingPlaneProjection.h" namespace Isis { diff --git a/isis/src/base/objs/Planar/unitTest.cpp b/isis/src/base/objs/Planar/unitTest.cpp index 1a8cc8893ee2514c8271bae15fea7380af1546a3..1fe10b1b9a42007fdca3e4e6109e40dddf691b18 100644 --- a/isis/src/base/objs/Planar/unitTest.cpp +++ b/isis/src/base/objs/Planar/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PlaneShape/PlaneShape.cpp b/isis/src/base/objs/PlaneShape/PlaneShape.cpp index 9a641639df034b104200386beba34fe613b191da..ba29a95570c4487efb91832c0c46d94504ef3a27 100644 --- a/isis/src/base/objs/PlaneShape/PlaneShape.cpp +++ b/isis/src/base/objs/PlaneShape/PlaneShape.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/PlaneShape/PlaneShape.h b/isis/src/base/objs/PlaneShape/PlaneShape.h index 736a93cc5f00619db4cdbbd22f5b7a0c88282856..4c80aa2ba8ec702db1564562161a6599ad4827e8 100644 --- a/isis/src/base/objs/PlaneShape/PlaneShape.h +++ b/isis/src/base/objs/PlaneShape/PlaneShape.h @@ -1,27 +1,11 @@ #ifndef PlaneShape_h #define PlaneShape_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2012/07/30 16:25:00 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ -#include "ShapeModel.h" +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */#include "ShapeModel.h" #include #include diff --git a/isis/src/base/objs/PlaneShape/unitTest.cpp b/isis/src/base/objs/PlaneShape/unitTest.cpp index f91b10f5a5e43fbd14b780234ef4d069afbcb618..f598d86fceff4eaeb7ff92cda143f1e987448990 100644 --- a/isis/src/base/objs/PlaneShape/unitTest.cpp +++ b/isis/src/base/objs/PlaneShape/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Plugin/Plugin.cpp b/isis/src/base/objs/Plugin/Plugin.cpp index a36ec5b2c123f7c1cf205342f1d429378062165e..a6e6c7197c8345580d31bb945b6078533071eef4 100644 --- a/isis/src/base/objs/Plugin/Plugin.cpp +++ b/isis/src/base/objs/Plugin/Plugin.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/03/16 18:45:00 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Plugin.h" #include diff --git a/isis/src/base/objs/Plugin/Plugin.h b/isis/src/base/objs/Plugin/Plugin.h index c81538f25f644e02f0e704632ae8660d9a6fc0e6..939fd8812a86c6a92eff0f8e9fe74400ca8abc06 100644 --- a/isis/src/base/objs/Plugin/Plugin.h +++ b/isis/src/base/objs/Plugin/Plugin.h @@ -1,27 +1,11 @@ #ifndef Plugin_h #define Plugin_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/07/19 22:49:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Pvl.h" diff --git a/isis/src/base/objs/Plugin/unitTest.cpp b/isis/src/base/objs/Plugin/unitTest.cpp index ac7fd3e15f0eab9a84c4ec8a3a720d66a466d4df..9523a3214caa8d5115f9662d8890502422ff002b 100644 --- a/isis/src/base/objs/Plugin/unitTest.cpp +++ b/isis/src/base/objs/Plugin/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Plugin.h" diff --git a/isis/src/base/objs/PointPerspective/PointPerspective.cpp b/isis/src/base/objs/PointPerspective/PointPerspective.cpp index 39f0d4429dc6c3c58a15c8e4b3b70dc7c23708f9..75528b8af4c001951cc0804ee0248ca7b274d12f 100644 --- a/isis/src/base/objs/PointPerspective/PointPerspective.cpp +++ b/isis/src/base/objs/PointPerspective/PointPerspective.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/06/13 19:35:00 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "PointPerspective.h" #include diff --git a/isis/src/base/objs/PointPerspective/PointPerspective.h b/isis/src/base/objs/PointPerspective/PointPerspective.h index a102712c4e153081000726a4fce04aae5b78816c..f41fe3b21ae18f7d715cf06d01f999e5e846da07 100644 --- a/isis/src/base/objs/PointPerspective/PointPerspective.h +++ b/isis/src/base/objs/PointPerspective/PointPerspective.h @@ -1,27 +1,11 @@ #ifndef PointPerspective_h #define PointPerspective_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/13 20:02:20 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/PointPerspective/unitTest.cpp b/isis/src/base/objs/PointPerspective/unitTest.cpp index 3a7cc5840133b38e5e6838b2f80e5736d38ca719..13074ac14c327064f29d109c55baf720b362e975 100644 --- a/isis/src/base/objs/PointPerspective/unitTest.cpp +++ b/isis/src/base/objs/PointPerspective/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PointPerspective.h" diff --git a/isis/src/base/objs/PolarStereographic/PolarStereographic.cpp b/isis/src/base/objs/PolarStereographic/PolarStereographic.cpp index 50c0d932e102182c414831a41c169417eeb567b6..f8aee647547f2bcd04da919317675edddde37d5b 100644 --- a/isis/src/base/objs/PolarStereographic/PolarStereographic.cpp +++ b/isis/src/base/objs/PolarStereographic/PolarStereographic.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "PolarStereographic.h" #include diff --git a/isis/src/base/objs/PolarStereographic/PolarStereographic.h b/isis/src/base/objs/PolarStereographic/PolarStereographic.h index 788df3a63429d7582fe7890deadd8367aeb4207a..26e59fd7f6482fec603fde5985313af3b3243168 100644 --- a/isis/src/base/objs/PolarStereographic/PolarStereographic.h +++ b/isis/src/base/objs/PolarStereographic/PolarStereographic.h @@ -1,27 +1,11 @@ #ifndef PolarStereographic_h #define PolarStereographic_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/PolarStereographic/unitTest.cpp b/isis/src/base/objs/PolarStereographic/unitTest.cpp index fd502ecfe3d3a06398792ea7d0303a9c797bddc5..3cebff961ef073c3313d3c5a9f514d1c30da837b 100644 --- a/isis/src/base/objs/PolarStereographic/unitTest.cpp +++ b/isis/src/base/objs/PolarStereographic/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/PolygonSeeder/PolygonSeeder.cpp b/isis/src/base/objs/PolygonSeeder/PolygonSeeder.cpp index 2b845397d96c9a00c81f61c5209f8654cc9d26b2..e2afcf936bfedaaefd8b5a38c46c676e3741e2ae 100644 --- a/isis/src/base/objs/PolygonSeeder/PolygonSeeder.cpp +++ b/isis/src/base/objs/PolygonSeeder/PolygonSeeder.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PolygonSeeder.h" #include "IException.h" diff --git a/isis/src/base/objs/PolygonSeeder/PolygonSeeder.h b/isis/src/base/objs/PolygonSeeder/PolygonSeeder.h index bdfac65aa40d8654736af9573f39f3c27a15f0e8..9761494db916225e76eb810bf558d3b1ca3e2627 100644 --- a/isis/src/base/objs/PolygonSeeder/PolygonSeeder.h +++ b/isis/src/base/objs/PolygonSeeder/PolygonSeeder.h @@ -1,27 +1,11 @@ #ifndef PolygonSeeder_h #define PolygonSeeder_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/05/05 21:22:10 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PolygonSeeder/unitTest.cpp b/isis/src/base/objs/PolygonSeeder/unitTest.cpp index 723b27160abc8dcb324210b707c2aa4e5ee86c5d..941deb537fc5ae36931389ac280c3987bb681705 100644 --- a/isis/src/base/objs/PolygonSeeder/unitTest.cpp +++ b/isis/src/base/objs/PolygonSeeder/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PolygonSeederFactory/PolygonSeederFactory.cpp b/isis/src/base/objs/PolygonSeederFactory/PolygonSeederFactory.cpp index 6c527fb2cc142f1b1a6c17e39847ca15be7ea9a4..e649f169edace510cccf5c814274cbf150885ac8 100644 --- a/isis/src/base/objs/PolygonSeederFactory/PolygonSeederFactory.cpp +++ b/isis/src/base/objs/PolygonSeederFactory/PolygonSeederFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/12/17 21:43:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PolygonSeederFactory.h" #include "Plugin.h" diff --git a/isis/src/base/objs/PolygonSeederFactory/PolygonSeederFactory.h b/isis/src/base/objs/PolygonSeederFactory/PolygonSeederFactory.h index 576a7d89e28731a24bbbe186c354e6878d51ff2f..d4c8b2866ef5e18488e4e5c2644a8729dbeb0c96 100644 --- a/isis/src/base/objs/PolygonSeederFactory/PolygonSeederFactory.h +++ b/isis/src/base/objs/PolygonSeederFactory/PolygonSeederFactory.h @@ -1,27 +1,11 @@ #ifndef PolygonSeederFactory_h #define PolygonSeederFactory_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/12/17 21:43:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Pvl; diff --git a/isis/src/base/objs/PolygonSeederFactory/unitTest.cpp b/isis/src/base/objs/PolygonSeederFactory/unitTest.cpp index 73b2ea19bd1179aca9304ff8d8623c001d94693f..72c5271ff1c15855e63ae665eec4432b6c37f7d2 100644 --- a/isis/src/base/objs/PolygonSeederFactory/unitTest.cpp +++ b/isis/src/base/objs/PolygonSeederFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PolygonTools/PolygonTools.cpp b/isis/src/base/objs/PolygonTools/PolygonTools.cpp index 322fcbb61f9d95854e3baa64e31557c2538478e1..881e6b5462b1da2ab00ebbe28819869164489f4d 100644 --- a/isis/src/base/objs/PolygonTools/PolygonTools.cpp +++ b/isis/src/base/objs/PolygonTools/PolygonTools.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.26 $ - * $Date: 2010/02/24 01:11:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PolygonTools/PolygonTools.h b/isis/src/base/objs/PolygonTools/PolygonTools.h index b9669686cba12e386c2786de1aeda478922583c3..51d6bd7be2e127b3d27b1f527e2a18800e22f877 100644 --- a/isis/src/base/objs/PolygonTools/PolygonTools.h +++ b/isis/src/base/objs/PolygonTools/PolygonTools.h @@ -1,27 +1,11 @@ #ifndef Polygontools_h #define Polygontools_h -/** - * @file - * $Revision: 1.23 $ - * $Date: 2009/07/17 16:13:46 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/PolygonTools/unitTest.cpp b/isis/src/base/objs/PolygonTools/unitTest.cpp index cd10e8c27dd28dde899b68218ad84ce1539b771d..3cdc2a6c7a71c0add95d017938456ca6c4ae8b2f 100644 --- a/isis/src/base/objs/PolygonTools/unitTest.cpp +++ b/isis/src/base/objs/PolygonTools/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/PolynomialBivariate/PolynomialBivariate.cpp b/isis/src/base/objs/PolynomialBivariate/PolynomialBivariate.cpp index b4899ec3244f73b7db85d32bf61f4d8c423c20c0..d63f9a45e29dafdc3bf17c30822df624ce3dd3b6 100644 --- a/isis/src/base/objs/PolynomialBivariate/PolynomialBivariate.cpp +++ b/isis/src/base/objs/PolynomialBivariate/PolynomialBivariate.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/02/07 18:53:03 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PolynomialBivariate.h" diff --git a/isis/src/base/objs/PolynomialBivariate/PolynomialBivariate.h b/isis/src/base/objs/PolynomialBivariate/PolynomialBivariate.h index ee340b6dcfb33acfe011746ed7387af822d46d66..def2bd00a5593d7a66eb35dff594c37458d27cc7 100644 --- a/isis/src/base/objs/PolynomialBivariate/PolynomialBivariate.h +++ b/isis/src/base/objs/PolynomialBivariate/PolynomialBivariate.h @@ -1,27 +1,11 @@ #ifndef PolynomialBivariate_h #define PolynomialBivariate_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/02/07 18:53:03 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "BasisFunction.h" diff --git a/isis/src/base/objs/PolynomialBivariate/unitTest.cpp b/isis/src/base/objs/PolynomialBivariate/unitTest.cpp index 60bae80bd5e77bd71ab3a22075a019e02859944c..1fc73d8aee95f140e24c37281378105ab6e7f6eb 100644 --- a/isis/src/base/objs/PolynomialBivariate/unitTest.cpp +++ b/isis/src/base/objs/PolynomialBivariate/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PolynomialBivariate.h" #include #include "Preference.h" diff --git a/isis/src/base/objs/PolynomialUnivariate/PolynomialUnivariate.cpp b/isis/src/base/objs/PolynomialUnivariate/PolynomialUnivariate.cpp index 3c465f32c3aedd7e1a23d86016b238a11d5616f0..8ac7e10d1dc31ecac66dbd850e59ce0d89dfa671 100644 --- a/isis/src/base/objs/PolynomialUnivariate/PolynomialUnivariate.cpp +++ b/isis/src/base/objs/PolynomialUnivariate/PolynomialUnivariate.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/02/07 18:53:03 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PolynomialUnivariate/PolynomialUnivariate.h b/isis/src/base/objs/PolynomialUnivariate/PolynomialUnivariate.h index 6054b8d87d6d0efeb0021e587d48855f58336f54..67788e67ca851c8979eb8a233a4564da4bc9f855 100644 --- a/isis/src/base/objs/PolynomialUnivariate/PolynomialUnivariate.h +++ b/isis/src/base/objs/PolynomialUnivariate/PolynomialUnivariate.h @@ -1,27 +1,11 @@ #ifndef PolynomialUnivariate_h #define PolynomialUnivariate_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2008/02/07 18:53:03 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Basis1VariableFunction.h" diff --git a/isis/src/base/objs/PolynomialUnivariate/unitTest.cpp b/isis/src/base/objs/PolynomialUnivariate/unitTest.cpp index bef988391f14e40c0366db1360d605797f04a173..23f306d8d4ff8938b0c8c398d205883f3fbd56eb 100644 --- a/isis/src/base/objs/PolynomialUnivariate/unitTest.cpp +++ b/isis/src/base/objs/PolynomialUnivariate/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PolynomialUnivariate.h" #include diff --git a/isis/src/base/objs/Portal/Portal.h b/isis/src/base/objs/Portal/Portal.h index 8039baedac15ebd4dfcea78d636e86dc37b2062a..5c220770fc3a78970e2060026d48d749a24ae40b 100644 --- a/isis/src/base/objs/Portal/Portal.h +++ b/isis/src/base/objs/Portal/Portal.h @@ -1,27 +1,11 @@ #ifndef Portal_h #define Portal_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PixelType.h" diff --git a/isis/src/base/objs/Portal/unitTest.cpp b/isis/src/base/objs/Portal/unitTest.cpp index 2bbaa392dfb05d34eedce066a674a3862d9bddbf..faaebb70c7c6f141f53fe98c93e6eb0f17a2257d 100644 --- a/isis/src/base/objs/Portal/unitTest.cpp +++ b/isis/src/base/objs/Portal/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Preference/Preference.cpp b/isis/src/base/objs/Preference/Preference.cpp index ee455a5b7a998fce2fad7c0e49c51eb77561918a..6a010cffadd750c96b9f2942867e1fd5381ba46e 100644 --- a/isis/src/base/objs/Preference/Preference.cpp +++ b/isis/src/base/objs/Preference/Preference.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/05/28 17:57:03 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Preference/Preference.h b/isis/src/base/objs/Preference/Preference.h index 9bce2bf19e610f256d2f4769d3ec1306a84dfb30..2a0e59f6ae97c37c60b6ead075fa5366ca3b81ea 100644 --- a/isis/src/base/objs/Preference/Preference.h +++ b/isis/src/base/objs/Preference/Preference.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/05/28 17:57:03 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef Preference_h #define Preference_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Pvl.h" diff --git a/isis/src/base/objs/Preference/unitTest.cpp b/isis/src/base/objs/Preference/unitTest.cpp index 28355231377e73fdb6c7936256fe8d813504ec78..a4b22f15d09ee761efc03cc949b9d3fd8c77ecba 100644 --- a/isis/src/base/objs/Preference/unitTest.cpp +++ b/isis/src/base/objs/Preference/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.cpp b/isis/src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.cpp index 1f885a69e4ca4ebf9c95309081d8bbb55aa8beed..e52e28546f4933c0958808e20b28ecd4877dc573 100644 --- a/isis/src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.cpp +++ b/isis/src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PrincipalComponentAnalysis.h" diff --git a/isis/src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.h b/isis/src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.h index 1afbe7ba0eb534061ed511e3b55ddd83f23efd7a..67471c18f8df4d5aabe4d7661663191c82b8a1f1 100644 --- a/isis/src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.h +++ b/isis/src/base/objs/PrincipalComponentAnalysis/PrincipalComponentAnalysis.h @@ -1,27 +1,11 @@ #ifndef PrincipalComponentAnalysis_h #define PrincipalComponentAnalysis_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/12/22 02:09:54 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "tnt/tnt_array2d.h" #include "MultivariateStatistics.h" diff --git a/isis/src/base/objs/PrincipalComponentAnalysis/unitTest.cpp b/isis/src/base/objs/PrincipalComponentAnalysis/unitTest.cpp index 6398898050a0be2343b5d84dee818f662871c7b0..952b4ac8e6ffa80d35870589e5017228e25fcf49 100644 --- a/isis/src/base/objs/PrincipalComponentAnalysis/unitTest.cpp +++ b/isis/src/base/objs/PrincipalComponentAnalysis/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PrincipalComponentAnalysis.h" #include "Preference.h" diff --git a/isis/src/base/objs/Process/Process.cpp b/isis/src/base/objs/Process/Process.cpp index 2a05eb2acae4c999355c77fffbd9e1f672e7fb9f..fec9b7274335c4d24076dbb8c8bf98dd844d597e 100644 --- a/isis/src/base/objs/Process/Process.cpp +++ b/isis/src/base/objs/Process/Process.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.11 $ - * $Date: 2009/10/31 00:19:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Process/Process.h b/isis/src/base/objs/Process/Process.h index 4e12d5feb5979ec75074bddaf0e76b03e04c2a47..511eb9c46ae4f4f9239cc36e309e4b5a9d34ab5d 100644 --- a/isis/src/base/objs/Process/Process.h +++ b/isis/src/base/objs/Process/Process.h @@ -1,27 +1,11 @@ #ifndef Process_h #define Process_h -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/10/31 00:19:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Preference.h" #include "Cube.h" diff --git a/isis/src/base/objs/Process/unitTest.cpp b/isis/src/base/objs/Process/unitTest.cpp index 573f872058c9e1643259f6d6af5f2f41e0d6e66c..f2763618e38c04cb6e21b9ed85785f7e22d7fde8 100644 --- a/isis/src/base/objs/Process/unitTest.cpp +++ b/isis/src/base/objs/Process/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProcessByBoxcar/ProcessByBoxcar.cpp b/isis/src/base/objs/ProcessByBoxcar/ProcessByBoxcar.cpp index b36f8cb015ef1de8a14a1a9cdca3b79ff151f373..eb168832efb50afc29b0de99c1ff3ef5d82ee425 100644 --- a/isis/src/base/objs/ProcessByBoxcar/ProcessByBoxcar.cpp +++ b/isis/src/base/objs/ProcessByBoxcar/ProcessByBoxcar.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "BoxcarCachingAlgorithm.h" #include "BoxcarManager.h" #include "Buffer.h" diff --git a/isis/src/base/objs/ProcessByBoxcar/ProcessByBoxcar.h b/isis/src/base/objs/ProcessByBoxcar/ProcessByBoxcar.h index 77e457dcbd7bc7fe256af078976a00ff10c3f13b..8eedfeb66b13025df9f6b04f02da385b9ac17c14 100644 --- a/isis/src/base/objs/ProcessByBoxcar/ProcessByBoxcar.h +++ b/isis/src/base/objs/ProcessByBoxcar/ProcessByBoxcar.h @@ -1,27 +1,11 @@ #ifndef ProcessByBoxcar_h #define ProcessByBoxcar_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:08 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Process.h" #include "Buffer.h" diff --git a/isis/src/base/objs/ProcessByBoxcar/unitTest.cpp b/isis/src/base/objs/ProcessByBoxcar/unitTest.cpp index d0e2b933d611d9cd21db041bef867acbc8beb29c..aa9f0c8a59a9b576b61afa0036a505036e31605d 100644 --- a/isis/src/base/objs/ProcessByBoxcar/unitTest.cpp +++ b/isis/src/base/objs/ProcessByBoxcar/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "ProcessByBoxcar.h" #include diff --git a/isis/src/base/objs/ProcessByBrick/ProcessByBrick.cpp b/isis/src/base/objs/ProcessByBrick/ProcessByBrick.cpp index 2dbe34da319639419464e490f59b3be2070657b6..9d287447e2a22f0b3477793233978169ae9ecce1 100644 --- a/isis/src/base/objs/ProcessByBrick/ProcessByBrick.cpp +++ b/isis/src/base/objs/ProcessByBrick/ProcessByBrick.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/14 21:07:11 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "ProcessByBrick.h" diff --git a/isis/src/base/objs/ProcessByBrick/ProcessByBrick.h b/isis/src/base/objs/ProcessByBrick/ProcessByBrick.h index 0ee0780c674dad05c939271017c93402319c108c..19356a78df45735a8f8851245ecd77fc11d643b4 100644 --- a/isis/src/base/objs/ProcessByBrick/ProcessByBrick.h +++ b/isis/src/base/objs/ProcessByBrick/ProcessByBrick.h @@ -1,27 +1,11 @@ #ifndef ProcessByBrick_h #define ProcessByBrick_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/06/18 20:59:40 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/ProcessByBrick/unitTest.cpp b/isis/src/base/objs/ProcessByBrick/unitTest.cpp index 638bc3c8b9ed847ec7dd2e4b13cc08cdb69a6b68..a4348e4a82658f5d992ca1323600392cdaefd12a 100644 --- a/isis/src/base/objs/ProcessByBrick/unitTest.cpp +++ b/isis/src/base/objs/ProcessByBrick/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "ProcessByBrick.h" #include "Cube.h" diff --git a/isis/src/base/objs/ProcessByLine/ProcessByLine.cpp b/isis/src/base/objs/ProcessByLine/ProcessByLine.cpp index fcdd2d6229d42a15328fd4ba1945e5cdfc884d6c..fe48cc04911064e482d24792b4c85664febe54d4 100644 --- a/isis/src/base/objs/ProcessByLine/ProcessByLine.cpp +++ b/isis/src/base/objs/ProcessByLine/ProcessByLine.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/05/14 21:07:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessByLine.h" diff --git a/isis/src/base/objs/ProcessByLine/ProcessByLine.h b/isis/src/base/objs/ProcessByLine/ProcessByLine.h index 6a4bd830091e05a590c23c9033e5737f3dc06c0c..20b2676b1a241275ffd6b6ffc2db72e772079100 100644 --- a/isis/src/base/objs/ProcessByLine/ProcessByLine.h +++ b/isis/src/base/objs/ProcessByLine/ProcessByLine.h @@ -1,27 +1,11 @@ #ifndef ProcessByLine_h #define ProcessByLine_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/05/14 21:07:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessByBrick.h" #include "Buffer.h" namespace Isis { diff --git a/isis/src/base/objs/ProcessByLine/unitTest.cpp b/isis/src/base/objs/ProcessByLine/unitTest.cpp index 7f43c2d128b27ed5cb2343fbb54899982edddf3a..72c5b735e9d13594c5e0213e92f99b91a172d2c0 100644 --- a/isis/src/base/objs/ProcessByLine/unitTest.cpp +++ b/isis/src/base/objs/ProcessByLine/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "ProcessByLine.h" #include "Cube.h" diff --git a/isis/src/base/objs/ProcessByQuickFilter/ProcessByQuickFilter.cpp b/isis/src/base/objs/ProcessByQuickFilter/ProcessByQuickFilter.cpp index 6cb50894da40e914f591a5f2c0e36db54f137651..9a44d189d9f9ee83e4e3dd7e12ac808840365a8b 100644 --- a/isis/src/base/objs/ProcessByQuickFilter/ProcessByQuickFilter.cpp +++ b/isis/src/base/objs/ProcessByQuickFilter/ProcessByQuickFilter.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2006/12/15 15:58:39 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessByQuickFilter.h" #include "Application.h" diff --git a/isis/src/base/objs/ProcessByQuickFilter/ProcessByQuickFilter.h b/isis/src/base/objs/ProcessByQuickFilter/ProcessByQuickFilter.h index 70ea0b3f188584a4f1cebd529ef4e101cd3d7bb5..a6ec8252a94ec3bfae9d0d97048d33bd20221485 100644 --- a/isis/src/base/objs/ProcessByQuickFilter/ProcessByQuickFilter.h +++ b/isis/src/base/objs/ProcessByQuickFilter/ProcessByQuickFilter.h @@ -1,27 +1,11 @@ #ifndef FilterProcess_h #define FilterProcess_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2006/12/15 15:58:39 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Process.h" #include "Buffer.h" #include "QuickFilter.h" diff --git a/isis/src/base/objs/ProcessByQuickFilter/unitTest.cpp b/isis/src/base/objs/ProcessByQuickFilter/unitTest.cpp index 9848d32e757d06456fe0cd7bbf2a58a11e2b2fd3..a363ec7f8a8cb7d7bf539800837903b163ca5061 100644 --- a/isis/src/base/objs/ProcessByQuickFilter/unitTest.cpp +++ b/isis/src/base/objs/ProcessByQuickFilter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "ProcessByQuickFilter.h" #include "Cube.h" diff --git a/isis/src/base/objs/ProcessBySample/ProcessBySample.cpp b/isis/src/base/objs/ProcessBySample/ProcessBySample.cpp index a04bbbb2ba5d3b0c4f9d09da6649cacf60c0513e..d2740283c2393e0b7f0c1133aa5beaccda40ff4b 100644 --- a/isis/src/base/objs/ProcessBySample/ProcessBySample.cpp +++ b/isis/src/base/objs/ProcessBySample/ProcessBySample.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/05/14 21:07:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessBySample.h" #include "Buffer.h" diff --git a/isis/src/base/objs/ProcessBySample/ProcessBySample.h b/isis/src/base/objs/ProcessBySample/ProcessBySample.h index a49cc83b4e98fc902b5c020350cf7bdc03daf362..c251ae0e920330445d10f50c976478f8ddeb05cf 100644 --- a/isis/src/base/objs/ProcessBySample/ProcessBySample.h +++ b/isis/src/base/objs/ProcessBySample/ProcessBySample.h @@ -1,27 +1,11 @@ #ifndef ProcessBySample_h #define ProcessBySample_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/05/14 21:07:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Buffer.h" #include "ProcessByBrick.h" diff --git a/isis/src/base/objs/ProcessBySample/unitTest.cpp b/isis/src/base/objs/ProcessBySample/unitTest.cpp index 7746a26f4382255c2ea5f1d1931787cda4d4a44e..e3648e5b7eb09461b5ad27d3f473c4acc8905963 100644 --- a/isis/src/base/objs/ProcessBySample/unitTest.cpp +++ b/isis/src/base/objs/ProcessBySample/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "ProcessBySample.h" #include "Cube.h" diff --git a/isis/src/base/objs/ProcessBySpectra/ProcessBySpectra.cpp b/isis/src/base/objs/ProcessBySpectra/ProcessBySpectra.cpp index 4c03db8ef303e552c0ef648a5e6da30ddaa4ad20..418afbed1ea246497a99eec943a624183e57ef56 100644 --- a/isis/src/base/objs/ProcessBySpectra/ProcessBySpectra.cpp +++ b/isis/src/base/objs/ProcessBySpectra/ProcessBySpectra.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/05/14 21:07:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessBySpectra.h" diff --git a/isis/src/base/objs/ProcessBySpectra/ProcessBySpectra.h b/isis/src/base/objs/ProcessBySpectra/ProcessBySpectra.h index 0dbc50336169998e2737259ab6c24373d26ad2c4..b268b826375771efcbe9962637056a5d2923313b 100644 --- a/isis/src/base/objs/ProcessBySpectra/ProcessBySpectra.h +++ b/isis/src/base/objs/ProcessBySpectra/ProcessBySpectra.h @@ -1,27 +1,11 @@ #ifndef ProcessBySpectra_h #define ProcessBySpectra_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/05/14 21:07:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessByBrick.h" #include "Buffer.h" diff --git a/isis/src/base/objs/ProcessBySpectra/unitTest.cpp b/isis/src/base/objs/ProcessBySpectra/unitTest.cpp index 4a7b64707b2c16a114025c384adb81175be6a3ea..6620ac3203ca72d7ed5828d5cdadbc3ee5d35f3e 100644 --- a/isis/src/base/objs/ProcessBySpectra/unitTest.cpp +++ b/isis/src/base/objs/ProcessBySpectra/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "ProcessBySpectra.h" #include "Cube.h" diff --git a/isis/src/base/objs/ProcessByTile/ProcessByTile.cpp b/isis/src/base/objs/ProcessByTile/ProcessByTile.cpp index eb349f38598f31b2dcbf59d79e35e31a5ec609fb..ba363be87083d8f3e0949cfa2197e7aa599257bb 100644 --- a/isis/src/base/objs/ProcessByTile/ProcessByTile.cpp +++ b/isis/src/base/objs/ProcessByTile/ProcessByTile.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessByTile.h" #include "TileManager.h" diff --git a/isis/src/base/objs/ProcessByTile/ProcessByTile.h b/isis/src/base/objs/ProcessByTile/ProcessByTile.h index 882f380842c1dd52e0a156147aad4fe17092df3f..ec94d2f446b3d0d307993755412cb43c2b502e1a 100644 --- a/isis/src/base/objs/ProcessByTile/ProcessByTile.h +++ b/isis/src/base/objs/ProcessByTile/ProcessByTile.h @@ -1,27 +1,11 @@ #ifndef ProcessByTile_h #define ProcessByTile_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessByBrick.h" #include "Buffer.h" diff --git a/isis/src/base/objs/ProcessByTile/unitTest.cpp b/isis/src/base/objs/ProcessByTile/unitTest.cpp index c45f22f4b77a30da7542f8bc2e411d7c4e3a2fe6..2a7b676b87d8ac7d32479dc0026a56c887ca1db5 100644 --- a/isis/src/base/objs/ProcessByTile/unitTest.cpp +++ b/isis/src/base/objs/ProcessByTile/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "ProcessByTile.h" #include "Cube.h" diff --git a/isis/src/base/objs/ProcessExport/ProcessExport.cpp b/isis/src/base/objs/ProcessExport/ProcessExport.cpp index df1253cfd05a834091998f1fda615f7da77ee14c..a763ca8cf8d2fc7bc0bfe641e4474e1dca77f8b5 100644 --- a/isis/src/base/objs/ProcessExport/ProcessExport.cpp +++ b/isis/src/base/objs/ProcessExport/ProcessExport.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2010/03/05 17:47:10 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/ProcessExport/ProcessExport.h b/isis/src/base/objs/ProcessExport/ProcessExport.h index 09a462901601a628c66432656e5cb3ef9bcc1e52..b4c3734971697d2e4ecfb57e0f9e683f8c26bf69 100644 --- a/isis/src/base/objs/ProcessExport/ProcessExport.h +++ b/isis/src/base/objs/ProcessExport/ProcessExport.h @@ -1,26 +1,11 @@ #ifndef ProcessExport_h #define ProcessExport_h -/** - * @file - * $Revision: 1.8 $ - * $Date: 2010/02/24 17:39:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Process.h" #include diff --git a/isis/src/base/objs/ProcessExport/unitTest.cpp b/isis/src/base/objs/ProcessExport/unitTest.cpp index 700174cbf725bd36b49f8cda7b5227c0ee365650..c1e9110a71636a17569263a9e1c9cdd9e0a763f0 100644 --- a/isis/src/base/objs/ProcessExport/unitTest.cpp +++ b/isis/src/base/objs/ProcessExport/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/ProcessExportPds/ProcessExportPds.cpp b/isis/src/base/objs/ProcessExportPds/ProcessExportPds.cpp index 560901bf4cad071d5e547d55f25453f4d2ce9088..5be9098b62448072acf2fbb049867ad598cf2eec 100644 --- a/isis/src/base/objs/ProcessExportPds/ProcessExportPds.cpp +++ b/isis/src/base/objs/ProcessExportPds/ProcessExportPds.cpp @@ -1,21 +1,9 @@ -/** - * Unless noted otherwise, the portions of Isis written by the - * USGS are public domain. See individual third-party library - * and package descriptions for intellectual property - * information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessExportPds.h" #include diff --git a/isis/src/base/objs/ProcessExportPds/ProcessExportPds.h b/isis/src/base/objs/ProcessExportPds/ProcessExportPds.h index 5cc18c5affd516a9db32e92b88b03936d2f8a810..2b16ab588acfaa9995742ed6da80bc9fde1d3e2c 100644 --- a/isis/src/base/objs/ProcessExportPds/ProcessExportPds.h +++ b/isis/src/base/objs/ProcessExportPds/ProcessExportPds.h @@ -1,23 +1,11 @@ #ifndef ProcessExportPds_h #define ProcessExportPds_h -/* - * Unless noted otherwise, the portions of Isis written by the - * USGS are public domain. See individual third-party library - * and package descriptions for intellectual property - * information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessExport.h" #include diff --git a/isis/src/base/objs/ProcessExportPds/unitTest.cpp b/isis/src/base/objs/ProcessExportPds/unitTest.cpp index c2b943a41ad9356774c39d1b90f65807c97971ea..eb3b69ebf173c07cc197bb1895419905335ba427 100644 --- a/isis/src/base/objs/ProcessExportPds/unitTest.cpp +++ b/isis/src/base/objs/ProcessExportPds/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.cpp b/isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.cpp index c4323f1a10c315de10e862ae7e7a86af4053e160..f779b31f5e071db164c1c679f58993ed5733979e 100644 --- a/isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.cpp +++ b/isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.cpp @@ -1,21 +1,9 @@ -/** - * Unless noted otherwise, the portions of Isis written by the - * USGS are public domain. See individual third-party library - * and package descriptions for intellectual property - * information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessExportPds4.h" #include diff --git a/isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.h b/isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.h index 1831956bb70aa0eef5a37ea6ac34ca6ad6fee633..8bd0785591d9cf2f1e58dcc7a78102ed94317318 100644 --- a/isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.h +++ b/isis/src/base/objs/ProcessExportPds4/ProcessExportPds4.h @@ -1,23 +1,11 @@ #ifndef ProcessExportPds4_h #define ProcessExportPds4_h -/* - * Unless noted otherwise, the portions of Isis written by the - * USGS are public domain. See individual third-party library - * and package descriptions for intellectual property - * information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessExport.h" #include diff --git a/isis/src/base/objs/ProcessExportPds4/unitTest.cpp b/isis/src/base/objs/ProcessExportPds4/unitTest.cpp index d12386db776e801224bcfac79b17188e431eea37..cfc583d9c9656d527d2a251ffe77ac0173e20987 100644 --- a/isis/src/base/objs/ProcessExportPds4/unitTest.cpp +++ b/isis/src/base/objs/ProcessExportPds4/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.cpp b/isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.cpp index f8fb2da642880c94a00b70d8b5954f221028e655..c4cbfbe1ed41d8cbffc053a80328a26edc024fab 100644 --- a/isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.cpp +++ b/isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessGroundPolygons.h" #include diff --git a/isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.h b/isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.h index 75d292c7cbe8ba3b79d4b8c0a556a2efbebee5ab..3ccb449308b67c4fceeccbf86439fe89e2581369 100644 --- a/isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.h +++ b/isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.h @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #ifndef ProcessGroundPolygons_h #define ProcessGroundPolygons_h diff --git a/isis/src/base/objs/ProcessGroundPolygons/unitTest.cpp b/isis/src/base/objs/ProcessGroundPolygons/unitTest.cpp index 0a1633dc10a2b675c034b2351fa6afaa1af90bc7..16f9782182cbfd2ee7b063cad6cf4c38c86b5b45 100644 --- a/isis/src/base/objs/ProcessGroundPolygons/unitTest.cpp +++ b/isis/src/base/objs/ProcessGroundPolygons/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProcessImport/ProcessImport.cpp b/isis/src/base/objs/ProcessImport/ProcessImport.cpp index f218aefa04f6b273e5f4f39a403c8cabf2a36812..a2551367aa3d6f85918cebf40f0ff7269ee55f50 100644 --- a/isis/src/base/objs/ProcessImport/ProcessImport.cpp +++ b/isis/src/base/objs/ProcessImport/ProcessImport.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.13 $ - * $Date: 2010/02/22 02:24:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessImport.h" #include diff --git a/isis/src/base/objs/ProcessImport/ProcessImport.h b/isis/src/base/objs/ProcessImport/ProcessImport.h index e18cec280820254838d043f27bc498971250400a..0e439eff7e49e8b0ceb90c5673619284d304547d 100644 --- a/isis/src/base/objs/ProcessImport/ProcessImport.h +++ b/isis/src/base/objs/ProcessImport/ProcessImport.h @@ -1,27 +1,11 @@ #ifndef ProcessImport_h #define ProcessImport_h -/** - * @file - * $Revision: 1.11 $ - * $Date: 2010/02/22 02:25:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Buffer.h" diff --git a/isis/src/base/objs/ProcessImport/unitTest.cpp b/isis/src/base/objs/ProcessImport/unitTest.cpp index fa3d30fe0c3386dedadcb5ef5bc36b1fa3ed7fd4..8f05d0772f9ef923da69ad64bb3f790754472f23 100644 --- a/isis/src/base/objs/ProcessImport/unitTest.cpp +++ b/isis/src/base/objs/ProcessImport/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProcessImportFits/ProcessImportFits.cpp b/isis/src/base/objs/ProcessImportFits/ProcessImportFits.cpp index 2902174a280a99e769c1298dd88a2758c7051b51..18f1da1af7f00ce1a22066db749afc989b488b92 100644 --- a/isis/src/base/objs/ProcessImportFits/ProcessImportFits.cpp +++ b/isis/src/base/objs/ProcessImportFits/ProcessImportFits.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/12/17 21:13:17 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessImportFits.h" #include diff --git a/isis/src/base/objs/ProcessImportFits/ProcessImportFits.h b/isis/src/base/objs/ProcessImportFits/ProcessImportFits.h index 60318e5369e86c732ea466e6cb3025459cc09bac..7da1b57aa257781fc8c4d6d768a9cf1e7635b314 100644 --- a/isis/src/base/objs/ProcessImportFits/ProcessImportFits.h +++ b/isis/src/base/objs/ProcessImportFits/ProcessImportFits.h @@ -1,26 +1,11 @@ #ifndef ProcessImportFits_h #define ProcessImportFits_h -/** - * @file - * $Revision: - * $ $Date: - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessImport.h" diff --git a/isis/src/base/objs/ProcessImportFits/unitTest.cpp b/isis/src/base/objs/ProcessImportFits/unitTest.cpp index dd711badf51c01fb53f9ae889994e6f5f46e3ce5..170e60d14146918a3784d9290886162cbab47441 100644 --- a/isis/src/base/objs/ProcessImportFits/unitTest.cpp +++ b/isis/src/base/objs/ProcessImportFits/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/ProcessImportPds/ProcessImportPds.cpp b/isis/src/base/objs/ProcessImportPds/ProcessImportPds.cpp index b7307b15ad516bf8d8d7f2fbfc284d3f1660ceb9..58e0dfeca8a9610dcc165b2496781d5f690dfe53 100644 --- a/isis/src/base/objs/ProcessImportPds/ProcessImportPds.cpp +++ b/isis/src/base/objs/ProcessImportPds/ProcessImportPds.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.35 $ - * $Date: 2010/02/22 02:26:15 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessImportPds.h" #include diff --git a/isis/src/base/objs/ProcessImportPds/ProcessImportPds.h b/isis/src/base/objs/ProcessImportPds/ProcessImportPds.h index 9730e2b9d62ae6ea81e3b081fa33cb7532ddd5ba..1ea363b6748996b864360a0b4a89d47793ba073b 100644 --- a/isis/src/base/objs/ProcessImportPds/ProcessImportPds.h +++ b/isis/src/base/objs/ProcessImportPds/ProcessImportPds.h @@ -1,27 +1,11 @@ #ifndef ProcessImportPds_h #define ProcessImportPds_h -/** - * @file - * $Revision: 1.24 $ - * $Date: 2010/02/22 02:26:11 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessImport.h" #include diff --git a/isis/src/base/objs/ProcessImportPds/unitTest.cpp b/isis/src/base/objs/ProcessImportPds/unitTest.cpp index 9b96525b7e51706e060595aa227eb162340c2f30..54855c3ea9adec123ad3c90d0f01f86a76a7f0ab 100644 --- a/isis/src/base/objs/ProcessImportPds/unitTest.cpp +++ b/isis/src/base/objs/ProcessImportPds/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProcessImportVicar/ProcessImportVicar.cpp b/isis/src/base/objs/ProcessImportVicar/ProcessImportVicar.cpp index 8cce2f330423f34eb382214d18f0b3e546bcae30..8609f2846ec7218cfa010651d329061c79437356 100644 --- a/isis/src/base/objs/ProcessImportVicar/ProcessImportVicar.cpp +++ b/isis/src/base/objs/ProcessImportVicar/ProcessImportVicar.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/12/17 21:13:17 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessImportVicar.h" #include diff --git a/isis/src/base/objs/ProcessImportVicar/ProcessImportVicar.h b/isis/src/base/objs/ProcessImportVicar/ProcessImportVicar.h index 7d68a592ef2076e216d5c7b146f4438a3303f09e..5006b0bfca1e32d8a32da148e138daa1f824d3c7 100644 --- a/isis/src/base/objs/ProcessImportVicar/ProcessImportVicar.h +++ b/isis/src/base/objs/ProcessImportVicar/ProcessImportVicar.h @@ -1,27 +1,11 @@ #ifndef ProcessImportVicar_h #define ProcessImportVicar_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/12/17 21:13:17 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessImport.h" namespace Isis { diff --git a/isis/src/base/objs/ProcessImportVicar/unitTest.cpp b/isis/src/base/objs/ProcessImportVicar/unitTest.cpp index 5030d7f32a65af40b8491e846c5379560e6ff61d..723f6dff44e3fa67b612c7879943d07bafaf693e 100644 --- a/isis/src/base/objs/ProcessImportVicar/unitTest.cpp +++ b/isis/src/base/objs/ProcessImportVicar/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.cpp b/isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.cpp index 132b3d6e9d9faf85fcbd65502cfd977229cabc0b..cb9be1545adbd6e1b7cd605e3dc0dc5833efe565 100644 --- a/isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.cpp +++ b/isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.11 $ - * $Date: 2010/06/21 18:38:30 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessMapMosaic.h" #include diff --git a/isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.h b/isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.h index ba9a981a1861b1a35c4075af96b1ed5c3700a9ce..cc0317a2c93490445177d90ef814daf2a0b21233 100644 --- a/isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.h +++ b/isis/src/base/objs/ProcessMapMosaic/ProcessMapMosaic.h @@ -1,27 +1,11 @@ #ifndef ProcessMapMosaic_h #define ProcessMapMosaic_h -/** - * @file - * $Revision: 1.9 $ - * $Date: 2010/06/21 18:38:51 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessMosaic.h" #include "Buffer.h" #include "FileList.h" diff --git a/isis/src/base/objs/ProcessMapMosaic/unitTest.cpp b/isis/src/base/objs/ProcessMapMosaic/unitTest.cpp index 4a1b65d817287063cddd79f794fa1e814b41b1da..403007334a86633b9d553f1d3be730b770a2bb96 100644 --- a/isis/src/base/objs/ProcessMapMosaic/unitTest.cpp +++ b/isis/src/base/objs/ProcessMapMosaic/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProcessMosaic/ProcessMosaic.cpp b/isis/src/base/objs/ProcessMosaic/ProcessMosaic.cpp index dde83545e9c36a86138363f27985c63fd7543953..1b602cecc5bb07218e272b01fb98fb5267d7a304 100644 --- a/isis/src/base/objs/ProcessMosaic/ProcessMosaic.cpp +++ b/isis/src/base/objs/ProcessMosaic/ProcessMosaic.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/06/21 18:39:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Preference.h" #include "Application.h" diff --git a/isis/src/base/objs/ProcessMosaic/ProcessMosaic.h b/isis/src/base/objs/ProcessMosaic/ProcessMosaic.h index 2d11ab856ab6744959a9bd57115267d72496169a..fb7e42b199966c271bbec08171f60755ccd79339 100644 --- a/isis/src/base/objs/ProcessMosaic/ProcessMosaic.h +++ b/isis/src/base/objs/ProcessMosaic/ProcessMosaic.h @@ -1,27 +1,11 @@ #ifndef ProcessMosaic_h #define ProcessMosaic_h -/** - * @file - * $Revision: 1.13 $ - * $Date: 2010/06/21 18:39:22 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Process.h" namespace Isis { diff --git a/isis/src/base/objs/ProcessMosaic/unitTest.cpp b/isis/src/base/objs/ProcessMosaic/unitTest.cpp index f70fb30e14e9be5d57a6feae81a7fb1bca3f84ab..80c0d68e98a3408b29f18529decf3469de62e35b 100644 --- a/isis/src/base/objs/ProcessMosaic/unitTest.cpp +++ b/isis/src/base/objs/ProcessMosaic/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "Application.h" diff --git a/isis/src/base/objs/ProcessPolygons/ProcessPolygons.cpp b/isis/src/base/objs/ProcessPolygons/ProcessPolygons.cpp index c1073f437099994e54bad3292de65a38fdd7991c..6b0e1c396a8db6b5556fa5d05389e43d95186c2a 100644 --- a/isis/src/base/objs/ProcessPolygons/ProcessPolygons.cpp +++ b/isis/src/base/objs/ProcessPolygons/ProcessPolygons.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProcessPolygons.h" #include "PolygonTools.h" #include "Application.h" diff --git a/isis/src/base/objs/ProcessPolygons/ProcessPolygons.h b/isis/src/base/objs/ProcessPolygons/ProcessPolygons.h index 1ba307dab7c2a5b2b7fab6e7cb2367304817d46b..62b654d7c5ab625eba6684c697ae3979e7f94e31 100644 --- a/isis/src/base/objs/ProcessPolygons/ProcessPolygons.h +++ b/isis/src/base/objs/ProcessPolygons/ProcessPolygons.h @@ -1,6 +1,11 @@ #ifndef ProcessPolygons_h #define ProcessPolygons_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/ProcessPolygons/unitTest.cpp b/isis/src/base/objs/ProcessPolygons/unitTest.cpp index 87c7be8d4759f74e6323aa746db74be6e3768ed4..2eaebe80370ead4b1dea3b3766b910502731daba 100644 --- a/isis/src/base/objs/ProcessPolygons/unitTest.cpp +++ b/isis/src/base/objs/ProcessPolygons/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProcessRubberSheet/ProcessRubberSheet.cpp b/isis/src/base/objs/ProcessRubberSheet/ProcessRubberSheet.cpp index 06373fc592293b343db18e6e77b8b44ea5922e0b..ff31ab696f369dd1b6c5679aa14dfcf5693aefa3 100644 --- a/isis/src/base/objs/ProcessRubberSheet/ProcessRubberSheet.cpp +++ b/isis/src/base/objs/ProcessRubberSheet/ProcessRubberSheet.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/06/05 16:17:13 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ProcessRubberSheet/ProcessRubberSheet.h b/isis/src/base/objs/ProcessRubberSheet/ProcessRubberSheet.h index 52c81fdf2517d49991028ef1b4dda4a63d48f824..c488c3460a263328017f0e699ad0c7e6f3add6a9 100644 --- a/isis/src/base/objs/ProcessRubberSheet/ProcessRubberSheet.h +++ b/isis/src/base/objs/ProcessRubberSheet/ProcessRubberSheet.h @@ -1,27 +1,11 @@ #ifndef ProcessRubberSheet_h #define ProcessRubberSheet_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/06/05 16:17:13 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Process.h" #include "Buffer.h" #include "Transform.h" diff --git a/isis/src/base/objs/ProcessRubberSheet/unitTest.cpp b/isis/src/base/objs/ProcessRubberSheet/unitTest.cpp index da09f2964a27d0548bdb8c0beb1925edc996eb94..4b1a9f6e315674459af4fe7ec418d668f4fc7cf1 100644 --- a/isis/src/base/objs/ProcessRubberSheet/unitTest.cpp +++ b/isis/src/base/objs/ProcessRubberSheet/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ProgramLauncher/ProgramLauncher.cpp b/isis/src/base/objs/ProgramLauncher/ProgramLauncher.cpp index 0e4f8fd23224d082126d78d8de4047859e0f7015..84af06cadaba78f1d7e754d8d40b45bb367e14e7 100644 --- a/isis/src/base/objs/ProgramLauncher/ProgramLauncher.cpp +++ b/isis/src/base/objs/ProgramLauncher/ProgramLauncher.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.22 $ - * $Date: 2010/06/29 23:42:18 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProgramLauncher.h" #include diff --git a/isis/src/base/objs/ProgramLauncher/ProgramLauncher.h b/isis/src/base/objs/ProgramLauncher/ProgramLauncher.h index 84e912fb9afde45430fef8604843894b15f44ea0..d3d2370847bcba8cc084f771348d980eef552e5c 100644 --- a/isis/src/base/objs/ProgramLauncher/ProgramLauncher.h +++ b/isis/src/base/objs/ProgramLauncher/ProgramLauncher.h @@ -1,28 +1,12 @@ #ifndef ProgramLauncher_h #define ProgramLauncher_h -/** - * @file - * $Revision: 1.16 $ - * $Date: 2010/06/29 23:42:18 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ class QString; diff --git a/isis/src/base/objs/ProgramLauncher/unitTest.cpp b/isis/src/base/objs/ProgramLauncher/unitTest.cpp index b801f9c6831581aecefdafc24d4f25dad242c777..e8ef7fe646b206684ba9152d9872470453cfbdc5 100644 --- a/isis/src/base/objs/ProgramLauncher/unitTest.cpp +++ b/isis/src/base/objs/ProgramLauncher/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/Progress/Progress.cpp b/isis/src/base/objs/Progress/Progress.cpp index 40038c88d3e05d704eb146407044111b5fc72384..138e321cfa3c5c0b1bccfcb2f025c44a8ec52764 100644 --- a/isis/src/base/objs/Progress/Progress.cpp +++ b/isis/src/base/objs/Progress/Progress.cpp @@ -2,28 +2,12 @@ #include #include #include -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/12/12 17:17:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Progress.h" #include "Application.h" #include "Preference.h" diff --git a/isis/src/base/objs/Progress/Progress.h b/isis/src/base/objs/Progress/Progress.h index 43be7dff5ec846260d3a04b4400605b6d644cd75..fc02cb3fecd3af89171621f39518bb73d117dc84 100644 --- a/isis/src/base/objs/Progress/Progress.h +++ b/isis/src/base/objs/Progress/Progress.h @@ -1,27 +1,11 @@ #ifndef Progress_h #define Progress_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/12/12 17:17:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include namespace Isis { diff --git a/isis/src/base/objs/Progress/unitTest.cpp b/isis/src/base/objs/Progress/unitTest.cpp index 47d4d6e02c66b9bad65e5655f00deca7a5236a02..50e2ae0f1d54bb4271eaf22f5d6976e72b629f3e 100644 --- a/isis/src/base/objs/Progress/unitTest.cpp +++ b/isis/src/base/objs/Progress/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/Projection/Projection.cpp b/isis/src/base/objs/Projection/Projection.cpp index 77c614b2ab4e4cc904b922a00155aaf4885210bd..2de62c15e2232a3b475e34ad422aa21e1b913cf3 100644 --- a/isis/src/base/objs/Projection/Projection.cpp +++ b/isis/src/base/objs/Projection/Projection.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/12/28 20:56:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Projection.h" #include diff --git a/isis/src/base/objs/Projection/Projection.h b/isis/src/base/objs/Projection/Projection.h index 6cec18710e0f4cbb68f62df7befa517863d3e01c..93cce3a9c2eb203eaf76946be91519a88fcaed52 100644 --- a/isis/src/base/objs/Projection/Projection.h +++ b/isis/src/base/objs/Projection/Projection.h @@ -1,27 +1,11 @@ #ifndef Projection_h #define Projection_h -/** - * @file - * $Revision: 1.9 $ - * $Date: 2009/01/29 21:21:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Projection/unitTest.cpp b/isis/src/base/objs/Projection/unitTest.cpp index 3972a5b3b99381f9ee44e1dc2931d923f913b050..cd173c28fc5d055a551d882387456b86dfb88f39 100644 --- a/isis/src/base/objs/Projection/unitTest.cpp +++ b/isis/src/base/objs/Projection/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/ProjectionFactory/ProjectionFactory.cpp b/isis/src/base/objs/ProjectionFactory/ProjectionFactory.cpp index d2b8cc7194db6c51bb6a6baf799f481397674b22..b088a734e039ee76fa3773de1478ae77a4fe5371 100644 --- a/isis/src/base/objs/ProjectionFactory/ProjectionFactory.cpp +++ b/isis/src/base/objs/ProjectionFactory/ProjectionFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.9 $ - * $Date: 2009/06/18 21:49:15 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ProjectionFactory.h" diff --git a/isis/src/base/objs/ProjectionFactory/ProjectionFactory.h b/isis/src/base/objs/ProjectionFactory/ProjectionFactory.h index 4d6ae78b4a7b06f5eaf36b363684ffca84f8ea20..4763098844784efcd83e3761f9d4060703d62903 100644 --- a/isis/src/base/objs/ProjectionFactory/ProjectionFactory.h +++ b/isis/src/base/objs/ProjectionFactory/ProjectionFactory.h @@ -1,27 +1,11 @@ #ifndef ProjectionFactory_h #define ProjectionFactory_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/06/18 21:24:00 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Plugin.h" #include "WorldMapper.h" diff --git a/isis/src/base/objs/ProjectionFactory/unitTest.cpp b/isis/src/base/objs/ProjectionFactory/unitTest.cpp index be7297bc8b250d545dbf6e032e47c143b0ee2850..68a575bd9eb396b0dd23449a8a1b13abfd1c3e3e 100644 --- a/isis/src/base/objs/ProjectionFactory/unitTest.cpp +++ b/isis/src/base/objs/ProjectionFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/PushFrameCamera/PushFrameCamera.cpp b/isis/src/base/objs/PushFrameCamera/PushFrameCamera.cpp index cfd77fc229b519f7cc283c971e4e24378f03551e..256ca2bdce9b436144a8d3e7f66bffc55223ec68 100644 --- a/isis/src/base/objs/PushFrameCamera/PushFrameCamera.cpp +++ b/isis/src/base/objs/PushFrameCamera/PushFrameCamera.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/08/31 15:11:49 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PushFrameCamera.h" diff --git a/isis/src/base/objs/PushFrameCamera/PushFrameCamera.h b/isis/src/base/objs/PushFrameCamera/PushFrameCamera.h index 2ae192ea2811788f8e4216692db7a16cfa2323c8..e43b8294834565d99235e7b10b19172d50d975d9 100644 --- a/isis/src/base/objs/PushFrameCamera/PushFrameCamera.h +++ b/isis/src/base/objs/PushFrameCamera/PushFrameCamera.h @@ -1,27 +1,11 @@ #ifndef PUSHFRAMECAMERA_H #define PUSHFRAMECAMERA_H -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/08/31 15:11:49 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/PushFrameCamera/unitTest.cpp b/isis/src/base/objs/PushFrameCamera/unitTest.cpp index 447a476779beabb394efbfb1a7d3d1b7d1e47657..21e4ed25f37fd1ebfb05af771cea80e9b631e237 100644 --- a/isis/src/base/objs/PushFrameCamera/unitTest.cpp +++ b/isis/src/base/objs/PushFrameCamera/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IException.h" #include "FileName.h" #include "PushFrameCamera.h" diff --git a/isis/src/base/objs/PushFrameCameraCcdLayout/PushFrameCameraCcdLayout.cpp b/isis/src/base/objs/PushFrameCameraCcdLayout/PushFrameCameraCcdLayout.cpp index 6c982598efc7ce7a09c1d78fd0b6c98b5cce55f6..caba2152437e1caa05f04f783078b34bb0e66d75 100644 --- a/isis/src/base/objs/PushFrameCameraCcdLayout/PushFrameCameraCcdLayout.cpp +++ b/isis/src/base/objs/PushFrameCameraCcdLayout/PushFrameCameraCcdLayout.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/02/21 16:04:33 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PushFrameCameraCcdLayout/PushFrameCameraCcdLayout.h b/isis/src/base/objs/PushFrameCameraCcdLayout/PushFrameCameraCcdLayout.h index 0a407071a51fb4bab126cdb098ae7c33bae6a9c3..8deff7cd6a64fc7d21b5c83f1cb1516717b54ca5 100644 --- a/isis/src/base/objs/PushFrameCameraCcdLayout/PushFrameCameraCcdLayout.h +++ b/isis/src/base/objs/PushFrameCameraCcdLayout/PushFrameCameraCcdLayout.h @@ -1,27 +1,11 @@ #ifndef PushFrameCameraCcdLayout_h #define PushFrameCameraCcdLayout_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/10/21 18:37:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Kernels.h" diff --git a/isis/src/base/objs/PushFrameCameraCcdLayout/unitTest.cpp b/isis/src/base/objs/PushFrameCameraCcdLayout/unitTest.cpp index b20b76fa6a0c9b7a242e6f3177f992e8032a5dd3..55924d43c0c17fc04a23bb87e162cf3bb32250c0 100644 --- a/isis/src/base/objs/PushFrameCameraCcdLayout/unitTest.cpp +++ b/isis/src/base/objs/PushFrameCameraCcdLayout/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/PushFrameCameraDetectorMap/PushFrameCameraDetectorMap.cpp b/isis/src/base/objs/PushFrameCameraDetectorMap/PushFrameCameraDetectorMap.cpp index 4fd4dd0afe52e446c5bdc0225e86444d5d5a4a7c..967e0874156debde37f1f6925edbb4e9b7ea4959 100644 --- a/isis/src/base/objs/PushFrameCameraDetectorMap/PushFrameCameraDetectorMap.cpp +++ b/isis/src/base/objs/PushFrameCameraDetectorMap/PushFrameCameraDetectorMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2009/10/21 18:37:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PushFrameCameraDetectorMap.h" #include diff --git a/isis/src/base/objs/PushFrameCameraDetectorMap/PushFrameCameraDetectorMap.h b/isis/src/base/objs/PushFrameCameraDetectorMap/PushFrameCameraDetectorMap.h index 015e2d37b1b3277b47400cc1605eceaecd01890d..93a46bd634f652a2901a358bdc757636c0a5ea29 100644 --- a/isis/src/base/objs/PushFrameCameraDetectorMap/PushFrameCameraDetectorMap.h +++ b/isis/src/base/objs/PushFrameCameraDetectorMap/PushFrameCameraDetectorMap.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/10/21 18:37:02 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef PushFrameCameraDetectorMap_h #define PushFrameCameraDetectorMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraDetectorMap.h" diff --git a/isis/src/base/objs/PushFrameCameraDetectorMap/unitTest.cpp b/isis/src/base/objs/PushFrameCameraDetectorMap/unitTest.cpp index 599a9a6c0c3012d7736671adc49a6d6830c33344..0bafdf160cbdf8fce81fe897d6dfcb95ff0ec468 100644 --- a/isis/src/base/objs/PushFrameCameraDetectorMap/unitTest.cpp +++ b/isis/src/base/objs/PushFrameCameraDetectorMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/PushFrameCameraGroundMap/PushFrameCameraGroundMap.cpp b/isis/src/base/objs/PushFrameCameraGroundMap/PushFrameCameraGroundMap.cpp index 8be6fe99ff6a9f7fd01ee09153b0784cd9785250..bbfe9cd8d046d4d6aa2a70e1a84f9cf6af7a894a 100644 --- a/isis/src/base/objs/PushFrameCameraGroundMap/PushFrameCameraGroundMap.cpp +++ b/isis/src/base/objs/PushFrameCameraGroundMap/PushFrameCameraGroundMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/12/07 17:39:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PushFrameCameraGroundMap.h" #include diff --git a/isis/src/base/objs/PushFrameCameraGroundMap/PushFrameCameraGroundMap.h b/isis/src/base/objs/PushFrameCameraGroundMap/PushFrameCameraGroundMap.h index 4f5964b4a26569dc7af02b6808af768518483695..b68e184db9da6ea4f12dc5f8ecf3bab4c6c8d9de 100644 --- a/isis/src/base/objs/PushFrameCameraGroundMap/PushFrameCameraGroundMap.h +++ b/isis/src/base/objs/PushFrameCameraGroundMap/PushFrameCameraGroundMap.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/12/07 17:39:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef PushFrameCameraGroundMap_h #define PushFrameCameraGroundMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraGroundMap.h" diff --git a/isis/src/base/objs/PushFrameCameraGroundMap/unitTest.cpp b/isis/src/base/objs/PushFrameCameraGroundMap/unitTest.cpp index d29f6a0a3117f27e7834dbb1f64a8b2014ea3d9d..d98be66475379df5405d1d56306992d05df00741 100644 --- a/isis/src/base/objs/PushFrameCameraGroundMap/unitTest.cpp +++ b/isis/src/base/objs/PushFrameCameraGroundMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/Pvl/Pvl.cpp b/isis/src/base/objs/Pvl/Pvl.cpp index f54208e163a49d540add0be70202eae967b2ed7b..7b052282ac0beb961377c40affa1616d3ecd5570 100644 --- a/isis/src/base/objs/Pvl/Pvl.cpp +++ b/isis/src/base/objs/Pvl/Pvl.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.13 $ - * $Date: 2010/06/25 20:40:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Pvl.h" #include "PvlGroup.h" #include "PvlKeyword.h" diff --git a/isis/src/base/objs/Pvl/Pvl.h b/isis/src/base/objs/Pvl/Pvl.h index cf43bf270f21036fc9a7c3895f7d7209fae495b2..b2289e2e535c4d83e3f35116c908a7ee0bfa3b7c 100644 --- a/isis/src/base/objs/Pvl/Pvl.h +++ b/isis/src/base/objs/Pvl/Pvl.h @@ -1,28 +1,12 @@ #ifndef Pvl_h #define Pvl_h -/** - * @file - * $Revision: 1.9 $ - * $Date: 2010/06/25 20:40:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PvlObject.h" diff --git a/isis/src/base/objs/Pvl/unitTest.cpp b/isis/src/base/objs/Pvl/unitTest.cpp index f2b6d41e0ce4466edcf7e8bd9f7ca796c6e66fd1..f5650c1a39a496d3e2ab5f07f4f8f8ee177197f6 100644 --- a/isis/src/base/objs/Pvl/unitTest.cpp +++ b/isis/src/base/objs/Pvl/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Pvl.h" #include "IException.h" #include "Preference.h" diff --git a/isis/src/base/objs/PvlContainer/PvlContainer.cpp b/isis/src/base/objs/PvlContainer/PvlContainer.cpp index c58f484bd9588969c0af3213215a7c3a40255dd1..77b78c6d3ce59475e8de838f7093fd36a312edec 100644 --- a/isis/src/base/objs/PvlContainer/PvlContainer.cpp +++ b/isis/src/base/objs/PvlContainer/PvlContainer.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.12 $ - * $Date: 2010/04/14 00:21:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlContainer/PvlContainer.h b/isis/src/base/objs/PvlContainer/PvlContainer.h index 46c136ce2c4b582fce991ddf65573c5f6c1b0b9e..284e18998883c9a07837cd9920b9eb4e297e9170 100644 --- a/isis/src/base/objs/PvlContainer/PvlContainer.h +++ b/isis/src/base/objs/PvlContainer/PvlContainer.h @@ -1,25 +1,11 @@ #ifndef PvlContainer_h #define PvlContainer_h -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlKeyword.h" template class QList; diff --git a/isis/src/base/objs/PvlContainer/unitTest.cpp b/isis/src/base/objs/PvlContainer/unitTest.cpp index 1eaf3c5ff217930856932376edea8f3a5b255e0c..175428b6fa5b08b4065f3eee361f36ef7337e948 100644 --- a/isis/src/base/objs/PvlContainer/unitTest.cpp +++ b/isis/src/base/objs/PvlContainer/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IString.h" diff --git a/isis/src/base/objs/PvlEditDialog/PvlEditDialog.cpp b/isis/src/base/objs/PvlEditDialog/PvlEditDialog.cpp index 19b4144b1f5936fac8439300baadb9893bc4d5c0..9d74c1806f498b3bab74409cfcbb0654b29edfcb 100644 --- a/isis/src/base/objs/PvlEditDialog/PvlEditDialog.cpp +++ b/isis/src/base/objs/PvlEditDialog/PvlEditDialog.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlEditDialog.h" #include diff --git a/isis/src/base/objs/PvlEditDialog/PvlEditDialog.h b/isis/src/base/objs/PvlEditDialog/PvlEditDialog.h index 8d5c7a1d75de3bb4340a7857987ca00e7b670391..cad940f5b4f0d287dd43f80be417a880a1ac341b 100644 --- a/isis/src/base/objs/PvlEditDialog/PvlEditDialog.h +++ b/isis/src/base/objs/PvlEditDialog/PvlEditDialog.h @@ -1,5 +1,11 @@ #ifndef PvlEditDialog_h #define PvlEditDialog_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlEditDialog/unitTest.cpp b/isis/src/base/objs/PvlEditDialog/unitTest.cpp index 626ee9a9bb3bc089c21d2876ec893a45596b658e..827b90c7fc253e3ded7fdaecf28f2324dd737192 100644 --- a/isis/src/base/objs/PvlEditDialog/unitTest.cpp +++ b/isis/src/base/objs/PvlEditDialog/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PvlEditDialog.h" #include "Preference.h" diff --git a/isis/src/base/objs/PvlFlatMap/PvlFlatMap.cpp b/isis/src/base/objs/PvlFlatMap/PvlFlatMap.cpp index 1df0bd5705d8d11168ab513580c00236b6e9c6b2..f34fe4585bed5834cc80c1e4369d39656aebb9c0 100644 --- a/isis/src/base/objs/PvlFlatMap/PvlFlatMap.cpp +++ b/isis/src/base/objs/PvlFlatMap/PvlFlatMap.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 6187 $ - * $Date: 2015-05-11 17:31:51 -0700 (Mon, 11 May 2015) $ - * $Id: PvlFlatMap.cpp 6187 2015-05-12 00:31:51Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlFlatMap.h" #include diff --git a/isis/src/base/objs/PvlFlatMap/PvlFlatMap.h b/isis/src/base/objs/PvlFlatMap/PvlFlatMap.h index 7f08d8d54b8442b49cb0484767ec7a12ae5db384..b0631d998eada072fd89753aa6581b825ccbc1e7 100644 --- a/isis/src/base/objs/PvlFlatMap/PvlFlatMap.h +++ b/isis/src/base/objs/PvlFlatMap/PvlFlatMap.h @@ -1,29 +1,11 @@ #ifndef PvlFlatMap_h #define PvlFlatMap_h -/** - * @file - * $Revision: 6187 $ - * $Date: 2015-05-11 17:31:51 -0700 (Mon, 11 May 2015) $ - * $Id: PvlFlatMap.h 6187 2015-05-12 00:31:51Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ // Qt library #include #include diff --git a/isis/src/base/objs/PvlFlatMap/unitTest.cpp b/isis/src/base/objs/PvlFlatMap/unitTest.cpp index 3ca924b9a014a9a3f6cfb63fb93e19c56931532a..bbe1bf69765d9239651bb65a67fc93021771c547 100644 --- a/isis/src/base/objs/PvlFlatMap/unitTest.cpp +++ b/isis/src/base/objs/PvlFlatMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/PvlFormat/PvlFormat.cpp b/isis/src/base/objs/PvlFormat/PvlFormat.cpp index 9922542dff17a42f82bcc2b8be26ce3400dddc30..2a01ef0e2511e79dd058666a70cbdbb38f926ede 100644 --- a/isis/src/base/objs/PvlFormat/PvlFormat.cpp +++ b/isis/src/base/objs/PvlFormat/PvlFormat.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.7 $ - * $Date: 2010/02/04 22:36:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "IException.h" #include "IString.h" #include "Message.h" diff --git a/isis/src/base/objs/PvlFormat/PvlFormat.h b/isis/src/base/objs/PvlFormat/PvlFormat.h index 7b7f442a1c98c2817c7ce24312902ced8f6d7062..cc2960dfe95d82b6f84987a5c4e1f86fc15a9264 100644 --- a/isis/src/base/objs/PvlFormat/PvlFormat.h +++ b/isis/src/base/objs/PvlFormat/PvlFormat.h @@ -1,27 +1,11 @@ #ifndef PvlFormat_h #define PvlFormat_h -/** - * @file - * $Revision: 1.7 $ - * $Date: 2010/02/04 22:36:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlFormat/unitTest.cpp b/isis/src/base/objs/PvlFormat/unitTest.cpp index e6055b02f4e1b7127e38c6045c851c6d0fe0ebac..848edba60f0d98ca64d4d153658b211a6ae92ca5 100644 --- a/isis/src/base/objs/PvlFormat/unitTest.cpp +++ b/isis/src/base/objs/PvlFormat/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlKeyword.h" #include "PvlGroup.h" #include "PvlObject.h" diff --git a/isis/src/base/objs/PvlFormatPds/PvlFormatPds.cpp b/isis/src/base/objs/PvlFormatPds/PvlFormatPds.cpp index b1ee26cfafe34ba8cfe05d56b9b93ad425e8e2c8..a464b865946499b20a50f73258bb6c633e444610 100644 --- a/isis/src/base/objs/PvlFormatPds/PvlFormatPds.cpp +++ b/isis/src/base/objs/PvlFormatPds/PvlFormatPds.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/09/15 21:13:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlFormatPds/PvlFormatPds.h b/isis/src/base/objs/PvlFormatPds/PvlFormatPds.h index 653b134258338190e826b15caf4a5d388ba3a25c..4a78b8348f79930eba90d4dfdebdc59f0aedf8b7 100644 --- a/isis/src/base/objs/PvlFormatPds/PvlFormatPds.h +++ b/isis/src/base/objs/PvlFormatPds/PvlFormatPds.h @@ -1,27 +1,11 @@ #ifndef PvlFormatPds_h #define PvlFormatPds_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/09/15 21:13:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlFormatPds/unitTest.cpp b/isis/src/base/objs/PvlFormatPds/unitTest.cpp index b62b4e7734d9a0af49a37d50401efabfb8fad5c7..4d307e31c47a9fa388911a74f3a5d4c96d6b8c88 100644 --- a/isis/src/base/objs/PvlFormatPds/unitTest.cpp +++ b/isis/src/base/objs/PvlFormatPds/unitTest.cpp @@ -1,5 +1,10 @@ -#include +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ +#include #include #include "Pvl.h" diff --git a/isis/src/base/objs/PvlGroup/PvlGroup.cpp b/isis/src/base/objs/PvlGroup/PvlGroup.cpp index 39fc8076cd424aef716158868d3d63d816f508ab..09d2321e70727be5c0a0a8c636288fbe770c961a 100644 --- a/isis/src/base/objs/PvlGroup/PvlGroup.cpp +++ b/isis/src/base/objs/PvlGroup/PvlGroup.cpp @@ -1,22 +1,9 @@ -/** - * @file - * $Revision: 1.8 $ - * $Date: 2010/06/16 18:15:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public domain. See - * individual third-party library and package descriptions for intellectual property information, - * user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the - * USGS as to the accuracy and functioning of such software and related material nor shall the - * fact of distribution constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlGroup.h" #include "PvlKeyword.h" diff --git a/isis/src/base/objs/PvlGroup/PvlGroup.h b/isis/src/base/objs/PvlGroup/PvlGroup.h index 7746cc05eb21f297decb1171c7b3f8bd407637ac..77de6b19155604e8dc10e7e6440e7d49a7415636 100644 --- a/isis/src/base/objs/PvlGroup/PvlGroup.h +++ b/isis/src/base/objs/PvlGroup/PvlGroup.h @@ -1,27 +1,11 @@ #ifndef PvlGroup_h #define PvlGroup_h -/** - * @file - * $Revision: 1.7 $ - * $Date: 2010/06/16 18:15:21 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlContainer.h" namespace Isis { diff --git a/isis/src/base/objs/PvlGroup/unitTest.cpp b/isis/src/base/objs/PvlGroup/unitTest.cpp index 67f855f536f18572416baeff98970658e93c2bab..05bca44ac1b441f776d38a6238d2b6d440be6641 100644 --- a/isis/src/base/objs/PvlGroup/unitTest.cpp +++ b/isis/src/base/objs/PvlGroup/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PvlGroup.h" diff --git a/isis/src/base/objs/PvlKeyword/PvlKeyword.cpp b/isis/src/base/objs/PvlKeyword/PvlKeyword.cpp index da2dd005c859b08b6d53b5d0c269a8eda80c4212..551148895ee28791da94dda82c4742e24081cb5a 100644 --- a/isis/src/base/objs/PvlKeyword/PvlKeyword.cpp +++ b/isis/src/base/objs/PvlKeyword/PvlKeyword.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/06/25 20:42:35 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include diff --git a/isis/src/base/objs/PvlKeyword/PvlKeyword.h b/isis/src/base/objs/PvlKeyword/PvlKeyword.h index 429818ffe56ab99e719882bedb7dbbb701ea73f6..c4cb067bbd9a3472b21fe1f274dee4ac68311ff1 100644 --- a/isis/src/base/objs/PvlKeyword/PvlKeyword.h +++ b/isis/src/base/objs/PvlKeyword/PvlKeyword.h @@ -1,27 +1,11 @@ #ifndef PvlKeyword_h #define PvlKeyword_h -/** - * @file - * $Revision: 1.16 $ - * $Date: 2010/06/25 20:42:35 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/PvlKeyword/unitTest.cpp b/isis/src/base/objs/PvlKeyword/unitTest.cpp index 8ee62d18409417508fea3a06a8afbc9fc07d039e..58d0df16ec36900e3691fd1fdf8cef21089f714c 100644 --- a/isis/src/base/objs/PvlKeyword/unitTest.cpp +++ b/isis/src/base/objs/PvlKeyword/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlKeyword.h" #include "IException.h" #include "PvlSequence.h" diff --git a/isis/src/base/objs/PvlObject/PvlObject.cpp b/isis/src/base/objs/PvlObject/PvlObject.cpp index 13694979f4ae9443d1ddf55b7d25f380ca1ec6e2..2fd392ade9584d4e825bce012657acacf98af626 100644 --- a/isis/src/base/objs/PvlObject/PvlObject.cpp +++ b/isis/src/base/objs/PvlObject/PvlObject.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.16 $ - * $Date: 2010/04/14 01:56:24 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlObject.h" #include "FileName.h" diff --git a/isis/src/base/objs/PvlObject/PvlObject.h b/isis/src/base/objs/PvlObject/PvlObject.h index 84d6241218e1ad9facc5e1b98ae9dc78d22440f0..6e76ad7a56831462561430bee96ac1b8d242167b 100644 --- a/isis/src/base/objs/PvlObject/PvlObject.h +++ b/isis/src/base/objs/PvlObject/PvlObject.h @@ -1,27 +1,11 @@ #ifndef PvlObject_h #define PvlObject_h -/** - * @file - * $Revision: 1.16 $ - * $Date: 2010/04/14 01:11:17 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PvlContainer.h" diff --git a/isis/src/base/objs/PvlSequence/PvlSequence.cpp b/isis/src/base/objs/PvlSequence/PvlSequence.cpp index 4e39204b31be3cbc7e29aa4fa7fe4d841dbd93a2..ab2b868a4132936bc26a6031f0cd7ece879a6ffb 100644 --- a/isis/src/base/objs/PvlSequence/PvlSequence.cpp +++ b/isis/src/base/objs/PvlSequence/PvlSequence.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc/documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/PvlSequence/PvlSequence.h b/isis/src/base/objs/PvlSequence/PvlSequence.h index ebe4620e86d5a6423a8910fa57eae9cf851ca958..6cdee9a797e9babf3b760bc8da3340ff3ddf4947 100644 --- a/isis/src/base/objs/PvlSequence/PvlSequence.h +++ b/isis/src/base/objs/PvlSequence/PvlSequence.h @@ -1,29 +1,11 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc/documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef PvlSequence_h #define PvlSequence_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlSequence/unitTest.cpp b/isis/src/base/objs/PvlSequence/unitTest.cpp index bd97866dea81bef1123cd025058fd16643aec36c..fbc2964a986fd86905f8fbbe856ca6146e4d0297 100644 --- a/isis/src/base/objs/PvlSequence/unitTest.cpp +++ b/isis/src/base/objs/PvlSequence/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.cpp b/isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.cpp index 95ee570ca43ebdaeeedf12c5c14bcf2a38922a56..9ff2e5a20c331fd40339b0757f49aede0c73b458 100644 --- a/isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.cpp +++ b/isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2010/01/04 18:01:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LabelTranslationManager.h" #include "IException.h" diff --git a/isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.h b/isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.h index fcc4c70d5434272ea809f4400dfa36a6a42fccea..06bccfad964aa16741e006c1875722509f483777 100644 --- a/isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.h +++ b/isis/src/base/objs/PvlToPvlTranslationManager/PvlToPvlTranslationManager.h @@ -1,26 +1,11 @@ #ifndef PvlToPvlTranslationManager_h #define PvlToPvlTranslationManager_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/01/04 18:01:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LabelTranslationManager.h" #include diff --git a/isis/src/base/objs/PvlToPvlTranslationManager/unitTest.cpp b/isis/src/base/objs/PvlToPvlTranslationManager/unitTest.cpp index df0cb33e0dea2efc4c959942a236bafaec2efee7..8ada40775ec118ad2dd6bc46d6e19a944289852f 100644 --- a/isis/src/base/objs/PvlToPvlTranslationManager/unitTest.cpp +++ b/isis/src/base/objs/PvlToPvlTranslationManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PvlToPvlTranslationManager.h" #include "Preference.h" diff --git a/isis/src/base/objs/PvlToXmlTranslationManager/PvlToXmlTranslationManager.cpp b/isis/src/base/objs/PvlToXmlTranslationManager/PvlToXmlTranslationManager.cpp index f8692a70fcb75e14b60412820c04cfe293723868..598ff18a2191848a3696009c122b1bdccbad4f60 100644 --- a/isis/src/base/objs/PvlToXmlTranslationManager/PvlToXmlTranslationManager.cpp +++ b/isis/src/base/objs/PvlToXmlTranslationManager/PvlToXmlTranslationManager.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2010/01/04 18:01:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LabelTranslationManager.h" #include diff --git a/isis/src/base/objs/PvlToXmlTranslationManager/PvlToXmlTranslationManager.h b/isis/src/base/objs/PvlToXmlTranslationManager/PvlToXmlTranslationManager.h index 07a1d7085d2cffa67381eeeb7da3fe464ccf98ec..f1d9cdfef1e892db3a94341421b97747e556a0a9 100644 --- a/isis/src/base/objs/PvlToXmlTranslationManager/PvlToXmlTranslationManager.h +++ b/isis/src/base/objs/PvlToXmlTranslationManager/PvlToXmlTranslationManager.h @@ -1,26 +1,11 @@ #ifndef PvlToXmlTranslationManager_h #define PvlToXmlTranslationManager_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/01/04 18:01:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LabelTranslationManager.h" #include diff --git a/isis/src/base/objs/PvlToXmlTranslationManager/unitTest.cpp b/isis/src/base/objs/PvlToXmlTranslationManager/unitTest.cpp index ece66bc7325d91accfd530ce0fe6c7b97f94c3f9..f9a8d66739708d4b49302b6956d6e06eb3149a0b 100644 --- a/isis/src/base/objs/PvlToXmlTranslationManager/unitTest.cpp +++ b/isis/src/base/objs/PvlToXmlTranslationManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlToken/PvlToken.cpp b/isis/src/base/objs/PvlToken/PvlToken.cpp index 14b56b93aa17c39c9664df62285826e53008832f..935b883f54045d85383540a8097d72a20a1d9d63 100644 --- a/isis/src/base/objs/PvlToken/PvlToken.cpp +++ b/isis/src/base/objs/PvlToken/PvlToken.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/01/30 22:12:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlToken.h" #include "IException.h" #include "IString.h" diff --git a/isis/src/base/objs/PvlToken/PvlToken.h b/isis/src/base/objs/PvlToken/PvlToken.h index 2790d901c46628a1b211aaf3b6fba1ccf07d1e6f..06d1677698ebcacbc51e877b2e45d9e5358954bb 100644 --- a/isis/src/base/objs/PvlToken/PvlToken.h +++ b/isis/src/base/objs/PvlToken/PvlToken.h @@ -1,27 +1,11 @@ #ifndef PvlToken_h #define PvlToken_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlToken/unitTest.cpp b/isis/src/base/objs/PvlToken/unitTest.cpp index 1c8fc0512f61d22bf8a0335647e19ac8bfaf95d5..3eb2fb1614d569f4516265de896c5b30596aee8e 100644 --- a/isis/src/base/objs/PvlToken/unitTest.cpp +++ b/isis/src/base/objs/PvlToken/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PvlToken.h" #include "IException.h" diff --git a/isis/src/base/objs/PvlTokenizer/PvlTokenizer.cpp b/isis/src/base/objs/PvlTokenizer/PvlTokenizer.cpp index d3bc993cf9a59e440c1844b652c2bc7f556ea65b..5efa2547bc1e4867d3b1a15cf1738e419aa326aa 100644 --- a/isis/src/base/objs/PvlTokenizer/PvlTokenizer.cpp +++ b/isis/src/base/objs/PvlTokenizer/PvlTokenizer.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.9 $ - * $Date: 2010/01/09 02:09:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "PvlTokenizer.h" #include diff --git a/isis/src/base/objs/PvlTokenizer/PvlTokenizer.h b/isis/src/base/objs/PvlTokenizer/PvlTokenizer.h index 0a326e81545320d7762c74d24316238b2d2a1666..2138d2c5f786a117c7a56843f5e13975b3e64949 100644 --- a/isis/src/base/objs/PvlTokenizer/PvlTokenizer.h +++ b/isis/src/base/objs/PvlTokenizer/PvlTokenizer.h @@ -1,27 +1,11 @@ #ifndef PvlTokenizer_h #define PvlTokenizer_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/01/09 02:09:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PvlToken.h" diff --git a/isis/src/base/objs/PvlTokenizer/unitTest.cpp b/isis/src/base/objs/PvlTokenizer/unitTest.cpp index 94d1377738e8a4d0efc82fdf299020df0b669a7d..bad4c56593b298d9f0302a0d673da1458535c2c9 100644 --- a/isis/src/base/objs/PvlTokenizer/unitTest.cpp +++ b/isis/src/base/objs/PvlTokenizer/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PvlToken.h" #include "PvlTokenizer.h" diff --git a/isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.cpp b/isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.cpp index 06882220e51ba8ba07c7fc4337b15cad6ce53883..18f6a037a3b6f7086449541e86a7feb368615d64 100644 --- a/isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.cpp +++ b/isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.12 $ - * $Date: 2010/01/04 17:58:51 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.h b/isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.h index 94474228bf130a04e03ba451af1026302f845fcc..f8fd2c29274609d475f1bb80c773da925cff1297 100644 --- a/isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.h +++ b/isis/src/base/objs/PvlTranslationTable/PvlTranslationTable.h @@ -1,27 +1,11 @@ #ifndef PvlTranslationTable_h #define PvlTranslationTable_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/01/04 17:58:52 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/PvlTranslationTable/unitTest.cpp b/isis/src/base/objs/PvlTranslationTable/unitTest.cpp index 9ea68d514cfab7c381f6bc4775b240b24ff14943..e2048bc15e1dc1a3e5fe4d066713413aa7e036f2 100644 --- a/isis/src/base/objs/PvlTranslationTable/unitTest.cpp +++ b/isis/src/base/objs/PvlTranslationTable/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PvlTranslationTable.h" #include "Preference.h" diff --git a/isis/src/base/objs/QtExporter/QtExporter.cpp b/isis/src/base/objs/QtExporter/QtExporter.cpp index 989c83acddd7cadfce574b7d3e3807acd877ac44..1b3073611fc2412b0a33df283ecc16358a71d7dc 100644 --- a/isis/src/base/objs/QtExporter/QtExporter.cpp +++ b/isis/src/base/objs/QtExporter/QtExporter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "QtExporter.h" #include diff --git a/isis/src/base/objs/QtExporter/QtExporter.h b/isis/src/base/objs/QtExporter/QtExporter.h index 5e833178c4a78385ccbb6ce0305d3a6598a09385..f67cd940db5d72e2a55113e8b1528a14319b55dd 100644 --- a/isis/src/base/objs/QtExporter/QtExporter.h +++ b/isis/src/base/objs/QtExporter/QtExporter.h @@ -1,28 +1,12 @@ #ifndef QtExporter_h #define QtExporter_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImageExporter.h" diff --git a/isis/src/base/objs/QtExporter/unitTest.cpp b/isis/src/base/objs/QtExporter/unitTest.cpp index 676fafb693775cd1f35244a2c43b83bf8d07cfb1..5f4846b0dc736a97d24ebcb7ca4d81f394d9bdd8 100644 --- a/isis/src/base/objs/QtExporter/unitTest.cpp +++ b/isis/src/base/objs/QtExporter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/QtImporter/QtImporter.cpp b/isis/src/base/objs/QtImporter/QtImporter.cpp index a60413a6c4869876d7b81f092b4be59b19d0f2b6..12675ded0070c5a7253ad0f235299d17eaa0537a 100644 --- a/isis/src/base/objs/QtImporter/QtImporter.cpp +++ b/isis/src/base/objs/QtImporter/QtImporter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "QtImporter.h" #include diff --git a/isis/src/base/objs/QtImporter/QtImporter.h b/isis/src/base/objs/QtImporter/QtImporter.h index 368a36e8d0f7bb476c402b700498864ac453999c..8afb233b360fee0588e0694050ca6a9c7654a91e 100644 --- a/isis/src/base/objs/QtImporter/QtImporter.h +++ b/isis/src/base/objs/QtImporter/QtImporter.h @@ -1,28 +1,12 @@ #ifndef QtImporter_h #define QtImporter_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImageImporter.h" diff --git a/isis/src/base/objs/QtImporter/unitTest.cpp b/isis/src/base/objs/QtImporter/unitTest.cpp index d226a9264dcefaf746845b6b12d988ff08fb8476..e972b1dc51a0f091b0c2017e60ddc338dc4395c9 100644 --- a/isis/src/base/objs/QtImporter/unitTest.cpp +++ b/isis/src/base/objs/QtImporter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "FileName.h" diff --git a/isis/src/base/objs/Quaternion/Quaternion.cpp b/isis/src/base/objs/Quaternion/Quaternion.cpp index cd10ceabbc73785a60ab9fa7c37702a5db76a127..6eb480b1f182759249ed0c3155d015e0ec258351 100644 --- a/isis/src/base/objs/Quaternion/Quaternion.cpp +++ b/isis/src/base/objs/Quaternion/Quaternion.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/12/28 21:09:46 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Quaternion.h" diff --git a/isis/src/base/objs/Quaternion/Quaternion.h b/isis/src/base/objs/Quaternion/Quaternion.h index 2bea0e200a56b0a8769796b167b77ea9ad6f6d14..42d9a5b002644a57469ec8d007de556ad144baca 100644 --- a/isis/src/base/objs/Quaternion/Quaternion.h +++ b/isis/src/base/objs/Quaternion/Quaternion.h @@ -1,28 +1,12 @@ #ifndef Quaternion_h #define Quaternion_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/12/28 19:16:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Quaternion/unitTest.cpp b/isis/src/base/objs/Quaternion/unitTest.cpp index 310f2dfb378145c55138dbb6094fdfabdc31126e..11d75273c1e18e74623cf5ad3da22d09377191db 100644 --- a/isis/src/base/objs/Quaternion/unitTest.cpp +++ b/isis/src/base/objs/Quaternion/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/QuickFilter/QuickFilter.cpp b/isis/src/base/objs/QuickFilter/QuickFilter.cpp index 39cb434a81a58a54755750904a697837ac0f2dd8..0f2a96a5268fe920fd936dde9cd9f602ad70b012 100644 --- a/isis/src/base/objs/QuickFilter/QuickFilter.cpp +++ b/isis/src/base/objs/QuickFilter/QuickFilter.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "QuickFilter.h" #include "IException.h" #include diff --git a/isis/src/base/objs/QuickFilter/QuickFilter.h b/isis/src/base/objs/QuickFilter/QuickFilter.h index 831f4b27c9a5e7b845181a8bc68e2a1bdac54542..06d557cdc348c4244f69eb0cc5a835311e4e54bd 100644 --- a/isis/src/base/objs/QuickFilter/QuickFilter.h +++ b/isis/src/base/objs/QuickFilter/QuickFilter.h @@ -1,27 +1,11 @@ #ifndef QuickFilter_h #define QuickFilter_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpecialPixel.h" namespace Isis { diff --git a/isis/src/base/objs/QuickFilter/unitTest.cpp b/isis/src/base/objs/QuickFilter/unitTest.cpp index 68cbd4411ccc189a7afb63c50de488a26e23b245..147e7c02cdef0080f70541dee7f07135cef8aa45 100644 --- a/isis/src/base/objs/QuickFilter/unitTest.cpp +++ b/isis/src/base/objs/QuickFilter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "QuickFilter.h" #include "IException.h" diff --git a/isis/src/base/objs/RadarCamera/RadarCamera.cpp b/isis/src/base/objs/RadarCamera/RadarCamera.cpp index cb582695c28b8c9f1f93876f34b7dfdfd0565efa..fe4bcf249677f52dd86c96ee3112efadb3e83b69 100644 --- a/isis/src/base/objs/RadarCamera/RadarCamera.cpp +++ b/isis/src/base/objs/RadarCamera/RadarCamera.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/08/31 15:11:49 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RadarCamera.h" diff --git a/isis/src/base/objs/RadarCamera/RadarCamera.h b/isis/src/base/objs/RadarCamera/RadarCamera.h index 5a959b04c1bb248d210e9cc377b8192aadd63739..076e320237d414448e0b90e722ba2325c64151ca 100644 --- a/isis/src/base/objs/RadarCamera/RadarCamera.h +++ b/isis/src/base/objs/RadarCamera/RadarCamera.h @@ -1,27 +1,11 @@ #ifndef RadarCamera_h #define RadarCamera_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/08/31 15:11:49 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/RadarCamera/unitTest.cpp b/isis/src/base/objs/RadarCamera/unitTest.cpp index 5cd5577a2500cf0d8ff515d9dfbf6585c723db54..9b6759b0730f597e3487f1ac2c2377b3caa27574 100644 --- a/isis/src/base/objs/RadarCamera/unitTest.cpp +++ b/isis/src/base/objs/RadarCamera/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Cube.h" #include "FileName.h" diff --git a/isis/src/base/objs/RadarGroundMap/RadarGroundMap.cpp b/isis/src/base/objs/RadarGroundMap/RadarGroundMap.cpp index cbd433b8745a7fd1b7b481c8bd760d3dd02c5924..9ab1be7a1a6a6a119085714891d57db50d462897 100644 --- a/isis/src/base/objs/RadarGroundMap/RadarGroundMap.cpp +++ b/isis/src/base/objs/RadarGroundMap/RadarGroundMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/03/27 06:54:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RadarGroundMap.h" #include "iTime.h" #include "Latitude.h" diff --git a/isis/src/base/objs/RadarGroundMap/RadarGroundMap.h b/isis/src/base/objs/RadarGroundMap/RadarGroundMap.h index 7db81cfd636bc4cc933aae17f58c81038274acff..a180074f1ac2ef802672ee95e3360363852e8da5 100644 --- a/isis/src/base/objs/RadarGroundMap/RadarGroundMap.h +++ b/isis/src/base/objs/RadarGroundMap/RadarGroundMap.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2010/03/27 06:52:58 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef RadarGroundMap_h #define RadarGroundMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" #include "CameraGroundMap.h" diff --git a/isis/src/base/objs/RadarGroundMap/unitTest.cpp b/isis/src/base/objs/RadarGroundMap/unitTest.cpp index f0948fcfea75c904242ab45389657fe74ffde28c..e19a41e9d8b5efad36777d28524d5f418cc9cb5f 100644 --- a/isis/src/base/objs/RadarGroundMap/unitTest.cpp +++ b/isis/src/base/objs/RadarGroundMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/RadarGroundRangeMap/RadarGroundRangeMap.cpp b/isis/src/base/objs/RadarGroundRangeMap/RadarGroundRangeMap.cpp index 28f64db94087336bb616811e3e2c43091b7dd4a9..50b1a34aaf4a8a85ff8c4aaa7e249f085767be1d 100644 --- a/isis/src/base/objs/RadarGroundRangeMap/RadarGroundRangeMap.cpp +++ b/isis/src/base/objs/RadarGroundRangeMap/RadarGroundRangeMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/07/09 16:40:19 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RadarGroundRangeMap.h" namespace Isis { diff --git a/isis/src/base/objs/RadarGroundRangeMap/RadarGroundRangeMap.h b/isis/src/base/objs/RadarGroundRangeMap/RadarGroundRangeMap.h index ff0c5eaef82788a5ceaaa9d9c9bfb12e3bf0383c..1bc74c74189a5a1e7e2cf229be2c202dd3e2167b 100644 --- a/isis/src/base/objs/RadarGroundRangeMap/RadarGroundRangeMap.h +++ b/isis/src/base/objs/RadarGroundRangeMap/RadarGroundRangeMap.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/07/09 16:40:19 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef RadarGroundRangeMap_h #define RadarGroundRangeMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" #include "CameraFocalPlaneMap.h" diff --git a/isis/src/base/objs/RadarGroundRangeMap/unitTest.cpp b/isis/src/base/objs/RadarGroundRangeMap/unitTest.cpp index f0948fcfea75c904242ab45389657fe74ffde28c..e19a41e9d8b5efad36777d28524d5f418cc9cb5f 100644 --- a/isis/src/base/objs/RadarGroundRangeMap/unitTest.cpp +++ b/isis/src/base/objs/RadarGroundRangeMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/RadarPulseMap/RadarPulseMap.cpp b/isis/src/base/objs/RadarPulseMap/RadarPulseMap.cpp index d2e866df162e9d71899820cb6648af3f11323908..50abeef9d0966a3c2018a9b0e94241e28c4cb765 100644 --- a/isis/src/base/objs/RadarPulseMap/RadarPulseMap.cpp +++ b/isis/src/base/objs/RadarPulseMap/RadarPulseMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/07/09 16:40:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RadarPulseMap.h" #include "CameraFocalPlaneMap.h" diff --git a/isis/src/base/objs/RadarPulseMap/RadarPulseMap.h b/isis/src/base/objs/RadarPulseMap/RadarPulseMap.h index 4e6e2ab77cdbcb82b123f06699f295ce22c251cd..b1106e43e2aa3fe06aaad0a713beaf82bf0c6e0d 100644 --- a/isis/src/base/objs/RadarPulseMap/RadarPulseMap.h +++ b/isis/src/base/objs/RadarPulseMap/RadarPulseMap.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/07/09 16:40:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef RadarPulseMap_h #define RadarPulseMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RadarPulseMap.h" #include "CameraDetectorMap.h" diff --git a/isis/src/base/objs/RadarPulseMap/unitTest.cpp b/isis/src/base/objs/RadarPulseMap/unitTest.cpp index f0948fcfea75c904242ab45389657fe74ffde28c..e19a41e9d8b5efad36777d28524d5f418cc9cb5f 100644 --- a/isis/src/base/objs/RadarPulseMap/unitTest.cpp +++ b/isis/src/base/objs/RadarPulseMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/RadarSkyMap/RadarSkyMap.cpp b/isis/src/base/objs/RadarSkyMap/RadarSkyMap.cpp index 769299c0fb5f1cc3ca66b35a32291fbd6f3d5820..3864654f21f1bc5591054738736144a87107e00e 100644 --- a/isis/src/base/objs/RadarSkyMap/RadarSkyMap.cpp +++ b/isis/src/base/objs/RadarSkyMap/RadarSkyMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/07/09 16:41:34 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RadarSkyMap.h" diff --git a/isis/src/base/objs/RadarSkyMap/RadarSkyMap.h b/isis/src/base/objs/RadarSkyMap/RadarSkyMap.h index 172e46abc5f61f366079927da9bc063566b0a38a..9dc529036b181da44e895589364843b59de268e1 100644 --- a/isis/src/base/objs/RadarSkyMap/RadarSkyMap.h +++ b/isis/src/base/objs/RadarSkyMap/RadarSkyMap.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/07/09 16:41:34 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef RadarSkyMap_h #define RadarSkyMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" #include "CameraSkyMap.h" diff --git a/isis/src/base/objs/RadarSkyMap/unitTest.cpp b/isis/src/base/objs/RadarSkyMap/unitTest.cpp index f0948fcfea75c904242ab45389657fe74ffde28c..e19a41e9d8b5efad36777d28524d5f418cc9cb5f 100644 --- a/isis/src/base/objs/RadarSkyMap/unitTest.cpp +++ b/isis/src/base/objs/RadarSkyMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/RadarSlantRangeMap/RadarSlantRangeMap.cpp b/isis/src/base/objs/RadarSlantRangeMap/RadarSlantRangeMap.cpp index e08fb54d7b8828beed319af0382765ff47bb62a3..46248fa0aa12c57dad9dee429492ff99e8966e41 100644 --- a/isis/src/base/objs/RadarSlantRangeMap/RadarSlantRangeMap.cpp +++ b/isis/src/base/objs/RadarSlantRangeMap/RadarSlantRangeMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/03/27 06:56:17 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RadarSlantRangeMap.h" #include "IString.h" diff --git a/isis/src/base/objs/RadarSlantRangeMap/RadarSlantRangeMap.h b/isis/src/base/objs/RadarSlantRangeMap/RadarSlantRangeMap.h index 882c20fcfa93040924b98892b6672465ac3642b5..64f374dd236814af19dd2931ba5d8dd57104e580 100644 --- a/isis/src/base/objs/RadarSlantRangeMap/RadarSlantRangeMap.h +++ b/isis/src/base/objs/RadarSlantRangeMap/RadarSlantRangeMap.h @@ -1,27 +1,11 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/03/27 06:56:17 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ #ifndef RadarSlantRangeMap_h #define RadarSlantRangeMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Camera.h" diff --git a/isis/src/base/objs/RadarSlantRangeMap/unitTest.cpp b/isis/src/base/objs/RadarSlantRangeMap/unitTest.cpp index f0948fcfea75c904242ab45389657fe74ffde28c..e19a41e9d8b5efad36777d28524d5f418cc9cb5f 100644 --- a/isis/src/base/objs/RadarSlantRangeMap/unitTest.cpp +++ b/isis/src/base/objs/RadarSlantRangeMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/RadialDistortionMap/RadialDistortionMap.cpp b/isis/src/base/objs/RadialDistortionMap/RadialDistortionMap.cpp index 90dbf6c44dbc21c5ccf9fe0f4a2a0f9c18fab1b8..ee696e5f4e5745457b0a5c78e285a1cd689f6bc1 100644 --- a/isis/src/base/objs/RadialDistortionMap/RadialDistortionMap.cpp +++ b/isis/src/base/objs/RadialDistortionMap/RadialDistortionMap.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RadialDistortionMap.h" #include "CameraFocalPlaneMap.h" diff --git a/isis/src/base/objs/RadialDistortionMap/RadialDistortionMap.h b/isis/src/base/objs/RadialDistortionMap/RadialDistortionMap.h index 250a7a72cdc0be447736db1ce929b727ad6ae5b4..3ddec2c2c7667e6d369543b72da3c2e9139afb35 100644 --- a/isis/src/base/objs/RadialDistortionMap/RadialDistortionMap.h +++ b/isis/src/base/objs/RadialDistortionMap/RadialDistortionMap.h @@ -1,6 +1,11 @@ #ifndef NirDistortionMap_h #define NirDistortionMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraDistortionMap.h" #include "Camera.h" diff --git a/isis/src/base/objs/RadialDistortionMap/unitTest.cpp b/isis/src/base/objs/RadialDistortionMap/unitTest.cpp index 39b61434074340b7a7618aa7af48e88aace99227..ca2cd647a6e393c49c4edeec2bf706c1508752ae 100644 --- a/isis/src/base/objs/RadialDistortionMap/unitTest.cpp +++ b/isis/src/base/objs/RadialDistortionMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/Ransac/Ransac.h b/isis/src/base/objs/Ransac/Ransac.h index 3c50e89ca8ac809d2e4b63a130e040ab8d6903eb..615d11181b04bc017be81576fb42ca71a3eb3605 100644 --- a/isis/src/base/objs/Ransac/Ransac.h +++ b/isis/src/base/objs/Ransac/Ransac.h @@ -1,6 +1,11 @@ #ifndef Ransac_h #define Ransac_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include namespace Isis { diff --git a/isis/src/base/objs/Ransac/unitTest.cpp b/isis/src/base/objs/Ransac/unitTest.cpp index ef26b648dd4811e65a49f361a23fa33f5c555154..e353b40544c1fc801163d2bddc15d3e522b36a85 100644 --- a/isis/src/base/objs/Ransac/unitTest.cpp +++ b/isis/src/base/objs/Ransac/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Reduce/Reduce.cpp b/isis/src/base/objs/Reduce/Reduce.cpp index 75e64d765bbdd533866aac9ab057a8b0171288e9..f6210eb7f260c83d5cbf38817421c5268aac778b 100644 --- a/isis/src/base/objs/Reduce/Reduce.cpp +++ b/isis/src/base/objs/Reduce/Reduce.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Reduce.h" #include "IString.h" #include "SpecialPixel.h" diff --git a/isis/src/base/objs/Reduce/Reduce.h b/isis/src/base/objs/Reduce/Reduce.h index 00a8dddca4bf7d56877c645957dec0a397724bb0..9a6f1dd408df6bb1c1ef888729c2cdf8f2e7a812 100644 --- a/isis/src/base/objs/Reduce/Reduce.h +++ b/isis/src/base/objs/Reduce/Reduce.h @@ -1,6 +1,11 @@ #ifndef _REDUCE_H_ #define _REDUCE_H_ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Buffer.h" #include "Cube.h" #include "IString.h" diff --git a/isis/src/base/objs/Reduce/unitTest.cpp b/isis/src/base/objs/Reduce/unitTest.cpp index c82ae869a4ac5c25cae24a77829896a000100857..8d49b4f685aa71f5cc570a3ff2f371ff7116d75c 100644 --- a/isis/src/base/objs/Reduce/unitTest.cpp +++ b/isis/src/base/objs/Reduce/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include diff --git a/isis/src/base/objs/ReseauDistortionMap/ReseauDistortionMap.cpp b/isis/src/base/objs/ReseauDistortionMap/ReseauDistortionMap.cpp index eb6c953f01352dbfe2b36050688dedd5cdb7da03..86d7de55b15b2040c053ac1bde612cb0548136f3 100644 --- a/isis/src/base/objs/ReseauDistortionMap/ReseauDistortionMap.cpp +++ b/isis/src/base/objs/ReseauDistortionMap/ReseauDistortionMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "ReseauDistortionMap.h" #include "LeastSquares.h" #include "BasisFunction.h" diff --git a/isis/src/base/objs/ReseauDistortionMap/ReseauDistortionMap.h b/isis/src/base/objs/ReseauDistortionMap/ReseauDistortionMap.h index c58b0598ab4439a2c50bf96874f4c491b6069928..09e6ffca509037c61346a4048fe3367b339e99fc 100644 --- a/isis/src/base/objs/ReseauDistortionMap/ReseauDistortionMap.h +++ b/isis/src/base/objs/ReseauDistortionMap/ReseauDistortionMap.h @@ -1,27 +1,11 @@ #ifndef ReseauDistortionMap_h #define ReseauDistortionMap_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "CameraDistortionMap.h" diff --git a/isis/src/base/objs/ReseauDistortionMap/unitTest.cpp b/isis/src/base/objs/ReseauDistortionMap/unitTest.cpp index d29f6a0a3117f27e7834dbb1f64a8b2014ea3d9d..d98be66475379df5405d1d56306992d05df00741 100644 --- a/isis/src/base/objs/ReseauDistortionMap/unitTest.cpp +++ b/isis/src/base/objs/ReseauDistortionMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/Resource/Resource.cpp b/isis/src/base/objs/Resource/Resource.cpp index b52f8ef89d667bf17391d6b1369983a7c61cfefc..dabef59da31e9883a3a9f1374b9f55b5fd60dffc 100644 --- a/isis/src/base/objs/Resource/Resource.cpp +++ b/isis/src/base/objs/Resource/Resource.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 6513 $ - * $Date: 2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016) $ - * $Id: Resource.cpp 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Resource.h" // Qt library diff --git a/isis/src/base/objs/Resource/Resource.h b/isis/src/base/objs/Resource/Resource.h index 81458405626225f2b9f5472406f2b5c5e80cc3d9..bfd60d9b597e75121eedb63a4ad5800cc066867c 100644 --- a/isis/src/base/objs/Resource/Resource.h +++ b/isis/src/base/objs/Resource/Resource.h @@ -1,28 +1,11 @@ #ifndef Resource_h #define Resource_h -/** - * @file - * $Revision: 6513 $ - * $Date: 2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016) $ - * $Id: Resource.h 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // Qt library #include diff --git a/isis/src/base/objs/Resource/unitTest.cpp b/isis/src/base/objs/Resource/unitTest.cpp index 6412329caad80c12a5299556aad0dc9265171bcb..ae0d7957537d47931bd6805df499bcfa0a50aefb 100644 --- a/isis/src/base/objs/Resource/unitTest.cpp +++ b/isis/src/base/objs/Resource/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/RingCylindrical/RingCylindrical.cpp b/isis/src/base/objs/RingCylindrical/RingCylindrical.cpp index d349a95f6bf1e8ce6933a2f5b30474a3a73b23a3..1a235f0a2d0a7003fa6f15f6501105f1d85ca506 100644 --- a/isis/src/base/objs/RingCylindrical/RingCylindrical.cpp +++ b/isis/src/base/objs/RingCylindrical/RingCylindrical.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "RingCylindrical.h" #include diff --git a/isis/src/base/objs/RingCylindrical/RingCylindrical.h b/isis/src/base/objs/RingCylindrical/RingCylindrical.h index cef8d0fa586427122592f40adb56ae132bfd354b..6a190976f427c77b4698c751f3d7544408fd3bbc 100644 --- a/isis/src/base/objs/RingCylindrical/RingCylindrical.h +++ b/isis/src/base/objs/RingCylindrical/RingCylindrical.h @@ -1,27 +1,11 @@ #ifndef RingCylindrical_h #define RingCylindrical_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "RingPlaneProjection.h" namespace Isis { diff --git a/isis/src/base/objs/RingCylindrical/unitTest.cpp b/isis/src/base/objs/RingCylindrical/unitTest.cpp index 168308c09adf990afe1cc289314873616d97644a..c11d4648b55bc867ecd98d5ad70f508ad3ac0b6c 100644 --- a/isis/src/base/objs/RingCylindrical/unitTest.cpp +++ b/isis/src/base/objs/RingCylindrical/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/RingPlaneProjection/RingPlaneProjection.cpp b/isis/src/base/objs/RingPlaneProjection/RingPlaneProjection.cpp index 8d33a09e011c0e106b00df0dae8ca383655ac97a..27e40df1a10e81414f552203d76ed50b8e20bc38 100644 --- a/isis/src/base/objs/RingPlaneProjection/RingPlaneProjection.cpp +++ b/isis/src/base/objs/RingPlaneProjection/RingPlaneProjection.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/12/28 20:56:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RingPlaneProjection.h" #include diff --git a/isis/src/base/objs/RingPlaneProjection/RingPlaneProjection.h b/isis/src/base/objs/RingPlaneProjection/RingPlaneProjection.h index bb9c09d2075669cfc50d0b296b8e06abfd7cb37f..828a8257efddd5859a9bcdd2d0ba0f4b09ffb70c 100644 --- a/isis/src/base/objs/RingPlaneProjection/RingPlaneProjection.h +++ b/isis/src/base/objs/RingPlaneProjection/RingPlaneProjection.h @@ -1,27 +1,11 @@ #ifndef RingPlaneProjection_h #define RingPlaneProjection_h -/** - * @file - * $Revision: 1.9 $ - * $Date: 2009/01/29 21:21:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/RingPlaneProjection/unitTest.cpp b/isis/src/base/objs/RingPlaneProjection/unitTest.cpp index 82bc0e0e49e0ba31c68774d5c0779791a6c539db..ee68a14d8c2202329fa51a4ad8bb14109252d8ce 100644 --- a/isis/src/base/objs/RingPlaneProjection/unitTest.cpp +++ b/isis/src/base/objs/RingPlaneProjection/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Robinson/Robinson.cpp b/isis/src/base/objs/Robinson/Robinson.cpp index 6244697c5cafde73d935b419134edc26d1c49cfd..61e7b54a4962a9274deb7e21217d346d42c29846 100644 --- a/isis/src/base/objs/Robinson/Robinson.cpp +++ b/isis/src/base/objs/Robinson/Robinson.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Robinson.h" #include diff --git a/isis/src/base/objs/Robinson/Robinson.h b/isis/src/base/objs/Robinson/Robinson.h index 9151d056b95b007094dc99ee38b0676b421f2eae..9ecc7825152004559dcb9ab5362b6eca2cac8cc6 100644 --- a/isis/src/base/objs/Robinson/Robinson.h +++ b/isis/src/base/objs/Robinson/Robinson.h @@ -1,27 +1,11 @@ #ifndef Robinson_h #define Robinson_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" #include diff --git a/isis/src/base/objs/Robinson/unitTest.cpp b/isis/src/base/objs/Robinson/unitTest.cpp index 13db8d7c3ddfef37bd061bf9c2b270b4ca642436..d5ce950afd1538d4f3fb3c503ffdf895e71ef518 100644 --- a/isis/src/base/objs/Robinson/unitTest.cpp +++ b/isis/src/base/objs/Robinson/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/RollingShutterCamera/RollingShutterCamera.cpp b/isis/src/base/objs/RollingShutterCamera/RollingShutterCamera.cpp index 0d1f62f6e712ddae1aeca974a79fcaf9c23c7b60..5a9ae5ddce1c2b7e3cf0589c4431315b66eea8aa 100644 --- a/isis/src/base/objs/RollingShutterCamera/RollingShutterCamera.cpp +++ b/isis/src/base/objs/RollingShutterCamera/RollingShutterCamera.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/08/31 15:11:49 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RollingShutterCamera.h" diff --git a/isis/src/base/objs/RollingShutterCamera/RollingShutterCamera.h b/isis/src/base/objs/RollingShutterCamera/RollingShutterCamera.h index 2fda0304745d61732b687f8d5d94e89f73578fd5..8685a8ea04c8f38abfb0b7bc25b1e9b9e7ce334a 100644 --- a/isis/src/base/objs/RollingShutterCamera/RollingShutterCamera.h +++ b/isis/src/base/objs/RollingShutterCamera/RollingShutterCamera.h @@ -1,23 +1,11 @@ #ifndef RollingShutterCamera_h #define RollingShutterCamera_h -/** - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/RollingShutterCamera/unitTest.cpp b/isis/src/base/objs/RollingShutterCamera/unitTest.cpp index 37ccd4a5ccb44345282dfb5388706a766fc20d20..8efaeacf17e590ab5082f3ce65f4a1e17c20fcfc 100644 --- a/isis/src/base/objs/RollingShutterCamera/unitTest.cpp +++ b/isis/src/base/objs/RollingShutterCamera/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "RollingShutterCamera.h" diff --git a/isis/src/base/objs/RollingShutterCameraDetectorMap/RollingShutterCameraDetectorMap.cpp b/isis/src/base/objs/RollingShutterCameraDetectorMap/RollingShutterCameraDetectorMap.cpp index d470e1cd712f859c3b917faceac3ad3c31084c43..59bda464bdeea250c4f05e5644b40fcab429f04e 100644 --- a/isis/src/base/objs/RollingShutterCameraDetectorMap/RollingShutterCameraDetectorMap.cpp +++ b/isis/src/base/objs/RollingShutterCameraDetectorMap/RollingShutterCameraDetectorMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2009/04/08 02:32:55 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "RollingShutterCameraDetectorMap.h" #include "iTime.h" diff --git a/isis/src/base/objs/RollingShutterCameraDetectorMap/RollingShutterCameraDetectorMap.h b/isis/src/base/objs/RollingShutterCameraDetectorMap/RollingShutterCameraDetectorMap.h index 58275269fe8160e6a027b725cf5e5431b3ce3f17..61ee71043676fc2db2cd1bbcc11b969f8a4f3d2e 100644 --- a/isis/src/base/objs/RollingShutterCameraDetectorMap/RollingShutterCameraDetectorMap.h +++ b/isis/src/base/objs/RollingShutterCameraDetectorMap/RollingShutterCameraDetectorMap.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/03/07 17:57:27 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef RollingShutterCameraDetectorMap_h #define RollingShutterCameraDetectorMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CameraDetectorMap.h" diff --git a/isis/src/base/objs/SampleManager/SampleManager.cpp b/isis/src/base/objs/SampleManager/SampleManager.cpp index b0d830c9bc22007148e0151743dda728e9be9627..4b5c04611f986a4bd7d33ade506896e7c8d08be9 100644 --- a/isis/src/base/objs/SampleManager/SampleManager.cpp +++ b/isis/src/base/objs/SampleManager/SampleManager.cpp @@ -1,26 +1,10 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/18 18:32:45 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "SampleManager.h" #include "IException.h" diff --git a/isis/src/base/objs/SampleManager/SampleManager.h b/isis/src/base/objs/SampleManager/SampleManager.h index fb282f0d6b18f59f37f08fc0a14491c5b3ea1bda..abddc646514b0ff69fd6da2d1535397b6127b4c9 100644 --- a/isis/src/base/objs/SampleManager/SampleManager.h +++ b/isis/src/base/objs/SampleManager/SampleManager.h @@ -1,28 +1,12 @@ #ifndef SampleManager_h #define SampleManager_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/18 18:32:45 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "BufferManager.h" #include "Cube.h" diff --git a/isis/src/base/objs/SampleManager/unitTest.cpp b/isis/src/base/objs/SampleManager/unitTest.cpp index 18bee0ed24bf3ec4b6e220511aaaf1a1054c55fc..d403c130aaba6a0a5f7ddebf2e1961018cffe171 100644 --- a/isis/src/base/objs/SampleManager/unitTest.cpp +++ b/isis/src/base/objs/SampleManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Selection/Selection.cpp b/isis/src/base/objs/Selection/Selection.cpp index bad3943491be67fcbfb8de65db6ba57d88be8ae5..d0ef52b93d38731bf7cda62251cc82b0bdffe7dc 100644 --- a/isis/src/base/objs/Selection/Selection.cpp +++ b/isis/src/base/objs/Selection/Selection.cpp @@ -1,21 +1,9 @@ -/** - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ //Isis.h and IsisDebug.h if needed diff --git a/isis/src/base/objs/Selection/Selection.h b/isis/src/base/objs/Selection/Selection.h index 8b5e1653523199abb4d50a5216f7673525a7a1ab..8e2f2dfbaba635c2209c6dcf69d570ab9321a345 100644 --- a/isis/src/base/objs/Selection/Selection.h +++ b/isis/src/base/objs/Selection/Selection.h @@ -1,27 +1,11 @@ #ifndef Selection_h #define Selection_h -/** - * @file - * $Revision: 1.0 $ - * $Date: 2011/10/12 12:52:30 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Chip.h" #include "Statistics.h" diff --git a/isis/src/base/objs/Selection/unitTest.cpp b/isis/src/base/objs/Selection/unitTest.cpp index 6cc5e21dd6a28af90dbf8808bb36522da32c8041..41fa39f2137d1364e2752d74c93d121bb5e688c5 100644 --- a/isis/src/base/objs/Selection/unitTest.cpp +++ b/isis/src/base/objs/Selection/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Selection.h" diff --git a/isis/src/base/objs/Sensor/Sensor.cpp b/isis/src/base/objs/Sensor/Sensor.cpp index d04fcac8a0d918d45c2c7223d283aa959dd26fb1..8e43c8a4258cf9b5d5e8d98b02c4778f53161053 100644 --- a/isis/src/base/objs/Sensor/Sensor.cpp +++ b/isis/src/base/objs/Sensor/Sensor.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/05/22 00:08:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Sensor.h" #include diff --git a/isis/src/base/objs/Sensor/Sensor.h b/isis/src/base/objs/Sensor/Sensor.h index c9727ae5b504b6e7789e521e6f4d7a2ce677e549..3b54a584f1fe2c7c7f7073f909fdd0aca588b186 100644 --- a/isis/src/base/objs/Sensor/Sensor.h +++ b/isis/src/base/objs/Sensor/Sensor.h @@ -1,27 +1,11 @@ #ifndef Sensor_h #define Sensor_h -/** - * @file - * $Revision: 1.14 $ - * $Date: 2010/05/22 00:08:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Spice.h" #include diff --git a/isis/src/base/objs/Sensor/unitTest.cpp b/isis/src/base/objs/Sensor/unitTest.cpp index 57a284154f48c4bbb298e02a3e713dcb4b068eb8..73c3e03a0271fd60098133221dd83856e55b719d 100644 --- a/isis/src/base/objs/Sensor/unitTest.cpp +++ b/isis/src/base/objs/Sensor/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/SerialNumber/SerialNumber.cpp b/isis/src/base/objs/SerialNumber/SerialNumber.cpp index 2816ca808efade9f29ee4de53c0c9d5f0ffa2825..1b52ee098c46a829e70bedbb2181437257504cd7 100644 --- a/isis/src/base/objs/SerialNumber/SerialNumber.cpp +++ b/isis/src/base/objs/SerialNumber/SerialNumber.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "SerialNumber.h" diff --git a/isis/src/base/objs/SerialNumber/SerialNumber.h b/isis/src/base/objs/SerialNumber/SerialNumber.h index e3b4048089cdc1304009d95f39e86a4ec765f061..e58445a7a56e305ce4e13d63432118e7cdc6cc52 100644 --- a/isis/src/base/objs/SerialNumber/SerialNumber.h +++ b/isis/src/base/objs/SerialNumber/SerialNumber.h @@ -1,28 +1,12 @@ #ifndef SerialNumber_h #define SerialNumber_h -/** - * @file - * $Revision: 1.8 $ - * $Date: 2008/06/18 18:54:11 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "SerialNumberList.h" diff --git a/isis/src/base/objs/SerialNumber/unitTest.cpp b/isis/src/base/objs/SerialNumber/unitTest.cpp index ece8275087879361be5034626c7517b69c87db81..f273eb8eeefe57f732a815f0d7c184aede53d249 100644 --- a/isis/src/base/objs/SerialNumber/unitTest.cpp +++ b/isis/src/base/objs/SerialNumber/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "FileName.h" #include "Pvl.h" diff --git a/isis/src/base/objs/SerialNumberList/SerialNumberList.cpp b/isis/src/base/objs/SerialNumberList/SerialNumberList.cpp index cfd601bc1c7d91888a939ebe434831be5ccbd18c..72464e07713bdc259640af1cb819a135445f6810 100644 --- a/isis/src/base/objs/SerialNumberList/SerialNumberList.cpp +++ b/isis/src/base/objs/SerialNumberList/SerialNumberList.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SerialNumberList.h" #include diff --git a/isis/src/base/objs/SerialNumberList/SerialNumberList.h b/isis/src/base/objs/SerialNumberList/SerialNumberList.h index 807ee7d105d4d23834a3a5f544f65d9586b1fa4f..cf0bde6badb87916455e9f9623c0b988ee1465b0 100644 --- a/isis/src/base/objs/SerialNumberList/SerialNumberList.h +++ b/isis/src/base/objs/SerialNumberList/SerialNumberList.h @@ -1,27 +1,11 @@ #ifndef SerialNumberList_h #define SerialNumberList_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/11/05 18:42:56 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc/documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/SerialNumberList/unitTest.cpp b/isis/src/base/objs/SerialNumberList/unitTest.cpp index 517de861c68543fe5b69505e0ff9f5bc15d1d5cd..d0118d49881d3ed8a0158ee36a54b67940ba50ac 100644 --- a/isis/src/base/objs/SerialNumberList/unitTest.cpp +++ b/isis/src/base/objs/SerialNumberList/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/SessionLog/SessionLog.cpp b/isis/src/base/objs/SessionLog/SessionLog.cpp index 3672166eb80cc6a1deb2ecdef5d1aa4171f7e5eb..e73c3072e5de7c7fa66ea99679460ccf20752035 100644 --- a/isis/src/base/objs/SessionLog/SessionLog.cpp +++ b/isis/src/base/objs/SessionLog/SessionLog.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/07/08 22:16:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "SessionLog.h" #include "Preference.h" #include "IString.h" diff --git a/isis/src/base/objs/SessionLog/SessionLog.h b/isis/src/base/objs/SessionLog/SessionLog.h index 81aa2eaa2860c2f45cbd16c74d400a1616c8dff6..e10c919c2bd4e70769d16f8fed5ad0a02c3ffae3 100644 --- a/isis/src/base/objs/SessionLog/SessionLog.h +++ b/isis/src/base/objs/SessionLog/SessionLog.h @@ -1,27 +1,11 @@ #ifndef SessionLog_h #define SessionLog_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/07/08 22:16:43 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Pvl.h" #include "IException.h" diff --git a/isis/src/base/objs/SessionLog/unitTest.cpp b/isis/src/base/objs/SessionLog/unitTest.cpp index b1cc96e0970134cc96a6be029c03ef8d19a29ffc..b10541d00c2c46c15686c614dffd3f168cf87d0c 100644 --- a/isis/src/base/objs/SessionLog/unitTest.cpp +++ b/isis/src/base/objs/SessionLog/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SessionLog.h" #include diff --git a/isis/src/base/objs/Shade/Shade.cpp b/isis/src/base/objs/Shade/Shade.cpp index b99c13c1471886da8844437d5581739d4f569d1c..6eb6cfb41cffc9e5d5496a596f3bb3ff627f9617 100644 --- a/isis/src/base/objs/Shade/Shade.cpp +++ b/isis/src/base/objs/Shade/Shade.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Shade.h" #include "IException.h" diff --git a/isis/src/base/objs/Shade/Shade.h b/isis/src/base/objs/Shade/Shade.h index 5cb203cc8fbadbf18ed90f919495a7f84d738754..84c517a92e0dd81330e93e3dceaad8f12268fcd2 100644 --- a/isis/src/base/objs/Shade/Shade.h +++ b/isis/src/base/objs/Shade/Shade.h @@ -1,27 +1,11 @@ #ifndef Shade_h #define Shade_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/06/18 19:00:36 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/Shade/unitTest.cpp b/isis/src/base/objs/Shade/unitTest.cpp index 5300c5aef26d1e3f0efcf35b4065edb8eeb8e753..e08fabc0f9e835e64d746183af9a31e388e43dc8 100644 --- a/isis/src/base/objs/Shade/unitTest.cpp +++ b/isis/src/base/objs/Shade/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/ShadeAtm/ShadeAtm.cpp b/isis/src/base/objs/ShadeAtm/ShadeAtm.cpp index ed5706988032500fae37fb0e0b7db1ba0c1651f0..ce544032f913bd0f67324f976e3de119df91746f 100644 --- a/isis/src/base/objs/ShadeAtm/ShadeAtm.cpp +++ b/isis/src/base/objs/ShadeAtm/ShadeAtm.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "ShadeAtm.h" #include "AtmosModel.h" diff --git a/isis/src/base/objs/ShadeAtm/ShadeAtm.h b/isis/src/base/objs/ShadeAtm/ShadeAtm.h index b23575da0f9f196203e2fe60c3f1849f5c1ca3b0..91066a91f05ed46d1099159a90db869787f6a18e 100644 --- a/isis/src/base/objs/ShadeAtm/ShadeAtm.h +++ b/isis/src/base/objs/ShadeAtm/ShadeAtm.h @@ -1,27 +1,11 @@ #ifndef ShadeAtm_h #define ShadeAtm_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/05/11 21:56:13 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/ShadeAtm/unitTest.cpp b/isis/src/base/objs/ShadeAtm/unitTest.cpp index 3a4fe966933f511634790012fefb731589d83206..3b96dc283f8e1ef5f435fc49edbf03eccab721fa 100644 --- a/isis/src/base/objs/ShadeAtm/unitTest.cpp +++ b/isis/src/base/objs/ShadeAtm/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/ShapeModel/ShapeModel.cpp b/isis/src/base/objs/ShapeModel/ShapeModel.cpp index a19e247bc516a95baea577ac1a7b939262b12586..7112177da52af22d8d2799fdd9aba60a0950aca5 100644 --- a/isis/src/base/objs/ShapeModel/ShapeModel.cpp +++ b/isis/src/base/objs/ShapeModel/ShapeModel.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ShapeModel.h" #include diff --git a/isis/src/base/objs/ShapeModel/ShapeModel.h b/isis/src/base/objs/ShapeModel/ShapeModel.h index 58f6043e0d142e33f7864d0161ff3f692b3f765a..1b71ca1aa3f72667bcfb1a1173661d307788c6c0 100644 --- a/isis/src/base/objs/ShapeModel/ShapeModel.h +++ b/isis/src/base/objs/ShapeModel/ShapeModel.h @@ -1,27 +1,11 @@ #ifndef ShapeModel_h #define ShapeModel_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include template class QVector; diff --git a/isis/src/base/objs/ShapeModel/unitTest.cpp b/isis/src/base/objs/ShapeModel/unitTest.cpp index f536c1e922b0e4f5960258074cc2e9c2579362bd..7df3be19340fe9635e947680e6d998e87e5b7921 100644 --- a/isis/src/base/objs/ShapeModel/unitTest.cpp +++ b/isis/src/base/objs/ShapeModel/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/ShapeModelFactory/ShapeModelFactory.cpp b/isis/src/base/objs/ShapeModelFactory/ShapeModelFactory.cpp index 63f48d5e6a3c1b281b3d8715a068e11d0c0a7584..a846c7c21d055904a9aab98ad2e13518bd680484 100644 --- a/isis/src/base/objs/ShapeModelFactory/ShapeModelFactory.cpp +++ b/isis/src/base/objs/ShapeModelFactory/ShapeModelFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/06/19 23:35:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ShapeModelFactory.h" diff --git a/isis/src/base/objs/ShapeModelFactory/ShapeModelFactory.h b/isis/src/base/objs/ShapeModelFactory/ShapeModelFactory.h index 5035854eb2672ddb217f80d5e20a30979f5dd22e..182258c95e40bb7c1824feb5ca667d2ecfef8a38 100644 --- a/isis/src/base/objs/ShapeModelFactory/ShapeModelFactory.h +++ b/isis/src/base/objs/ShapeModelFactory/ShapeModelFactory.h @@ -1,27 +1,11 @@ #ifndef ShapeModelFactory_h #define ShapeModelFactory_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/19 23:35:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ShapeModel.h" diff --git a/isis/src/base/objs/ShapeModelFactory/unitTest.cpp b/isis/src/base/objs/ShapeModelFactory/unitTest.cpp index 6d432598cbfb951a2d3b5b6df1a0851908ac2662..ecd10fdeb55d015decf83ce0b6edd5ecf759ddba 100644 --- a/isis/src/base/objs/ShapeModelFactory/unitTest.cpp +++ b/isis/src/base/objs/ShapeModelFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Distance.h" #include "FileName.h" #include "IException.h" diff --git a/isis/src/base/objs/SimpleCylindrical/SimpleCylindrical.cpp b/isis/src/base/objs/SimpleCylindrical/SimpleCylindrical.cpp index 3b60ecdc8b8331c130d4d133ca5517c7a41ad50c..6871f9b22323867b0c30b09eaca224be2e3e20c6 100644 --- a/isis/src/base/objs/SimpleCylindrical/SimpleCylindrical.cpp +++ b/isis/src/base/objs/SimpleCylindrical/SimpleCylindrical.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "SimpleCylindrical.h" #include diff --git a/isis/src/base/objs/SimpleCylindrical/SimpleCylindrical.h b/isis/src/base/objs/SimpleCylindrical/SimpleCylindrical.h index 96a8867710a279e7c2c068e5547e5048950289e8..be9229eb8f4e1520b59d5cdbfc79df41dcd746e9 100644 --- a/isis/src/base/objs/SimpleCylindrical/SimpleCylindrical.h +++ b/isis/src/base/objs/SimpleCylindrical/SimpleCylindrical.h @@ -1,27 +1,11 @@ #ifndef SimpleCylindrical_h #define SimpleCylindrical_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/SimpleCylindrical/unitTest.cpp b/isis/src/base/objs/SimpleCylindrical/unitTest.cpp index 44491d7eaf56b421d28b2f24e76f18132550a4c8..4fa8bd8520592a499075fd484a8e75f3f993039f 100644 --- a/isis/src/base/objs/SimpleCylindrical/unitTest.cpp +++ b/isis/src/base/objs/SimpleCylindrical/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/Sinusoidal/Sinusoidal.cpp b/isis/src/base/objs/Sinusoidal/Sinusoidal.cpp index 9167d5c3f98f7f870ecb0368701eb2ad5506d146..9e02a2785687e9e07747f363af8cb7250c351475 100644 --- a/isis/src/base/objs/Sinusoidal/Sinusoidal.cpp +++ b/isis/src/base/objs/Sinusoidal/Sinusoidal.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Sinusoidal.h" #include diff --git a/isis/src/base/objs/Sinusoidal/Sinusoidal.h b/isis/src/base/objs/Sinusoidal/Sinusoidal.h index 1096b560e5d443b0cbf5388926306bd52bb008d5..3230d6397d25f59db71d5556ef6b54e5a66b88fe 100644 --- a/isis/src/base/objs/Sinusoidal/Sinusoidal.h +++ b/isis/src/base/objs/Sinusoidal/Sinusoidal.h @@ -1,27 +1,11 @@ #ifndef Sinusoidal_h #define Sinusoidal_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/Sinusoidal/unitTest.cpp b/isis/src/base/objs/Sinusoidal/unitTest.cpp index dd4907b65abe8eb1d1f1da87bfddc154f4c2e850..f529638d37f73e8a2e6789d1d5bb7706b6120042 100644 --- a/isis/src/base/objs/Sinusoidal/unitTest.cpp +++ b/isis/src/base/objs/Sinusoidal/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/SmtkMatcher/SmtkMatcher.cpp b/isis/src/base/objs/SmtkMatcher/SmtkMatcher.cpp index 98f8f03717e81d07eee61d29a508be2e10619a60..5b1418e72c53bd003c2304ada767d6aa06693a98 100644 --- a/isis/src/base/objs/SmtkMatcher/SmtkMatcher.cpp +++ b/isis/src/base/objs/SmtkMatcher/SmtkMatcher.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:42:41 $ - - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/SmtkMatcher/SmtkMatcher.h b/isis/src/base/objs/SmtkMatcher/SmtkMatcher.h index 2ced22b4869ac2f165d895935f2b775b93a96cbf..80c78332ab7b072489b31dd36bf7eb25b07f01b1 100644 --- a/isis/src/base/objs/SmtkMatcher/SmtkMatcher.h +++ b/isis/src/base/objs/SmtkMatcher/SmtkMatcher.h @@ -1,28 +1,12 @@ #ifndef SmtkMatcher_h #define SmtkMatcher_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:42:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/SmtkMatcher/SmtkPoint.h b/isis/src/base/objs/SmtkMatcher/SmtkPoint.h index 4b0ce5119a685cc849469d52313637d56c87fb09..a30be97a859d2d4a5c1cc1803abb086cf2337163 100644 --- a/isis/src/base/objs/SmtkMatcher/SmtkPoint.h +++ b/isis/src/base/objs/SmtkMatcher/SmtkPoint.h @@ -1,28 +1,11 @@ #ifndef SmtkPoint_h #define SmtkPoint_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:42:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" #include "GruenTypes.h" diff --git a/isis/src/base/objs/SmtkMatcher/SmtkStack.h b/isis/src/base/objs/SmtkMatcher/SmtkStack.h index 9c1d56643ccb89d84d82bf80d30297268ef909fe..93207e089262d88e47b6c5ad56068626b3d5eed1 100644 --- a/isis/src/base/objs/SmtkMatcher/SmtkStack.h +++ b/isis/src/base/objs/SmtkMatcher/SmtkStack.h @@ -1,28 +1,11 @@ #ifndef SmtkStack_h #define SmtkStack_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:42:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ #include "SmtkPoint.h" #include diff --git a/isis/src/base/objs/SmtkMatcher/unitTest.cpp b/isis/src/base/objs/SmtkMatcher/unitTest.cpp index 7373d74e3816febc6d1a06ea72bfbb3ba9925710..558d955da2865efd905b1fab66fe1530c4b42538 100644 --- a/isis/src/base/objs/SmtkMatcher/unitTest.cpp +++ b/isis/src/base/objs/SmtkMatcher/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/SparseBlockMatrix/SparseBlockMatrix.cpp b/isis/src/base/objs/SparseBlockMatrix/SparseBlockMatrix.cpp index 6dad4aa3735b8e165e11163ceb87bc878a773d58..7f7e5e8d29dc5accd01b2a22b46b2445be7667c2 100644 --- a/isis/src/base/objs/SparseBlockMatrix/SparseBlockMatrix.cpp +++ b/isis/src/base/objs/SparseBlockMatrix/SparseBlockMatrix.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SparseBlockMatrix.h" // std lib diff --git a/isis/src/base/objs/SparseBlockMatrix/SparseBlockMatrix.h b/isis/src/base/objs/SparseBlockMatrix/SparseBlockMatrix.h index 1fd4c328e6f9f60b30187ddbcea4f4184c34fbea..27890067cf82567594ec5bb6987ac923521cec35 100644 --- a/isis/src/base/objs/SparseBlockMatrix/SparseBlockMatrix.h +++ b/isis/src/base/objs/SparseBlockMatrix/SparseBlockMatrix.h @@ -1,24 +1,12 @@ #ifndef SparseBlockMatrix_h #define SparseBlockMatrix_h -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // std library #include diff --git a/isis/src/base/objs/SparseBlockMatrix/unitTest.cpp b/isis/src/base/objs/SparseBlockMatrix/unitTest.cpp index 31abc5af27dc20bc5c0e2671d4dce241217459f9..904fcfaa6332b8d9b9dd4cd9e0dc32ec78e34b5b 100644 --- a/isis/src/base/objs/SparseBlockMatrix/unitTest.cpp +++ b/isis/src/base/objs/SparseBlockMatrix/unitTest.cpp @@ -1,3 +1,10 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + // std lib #include diff --git a/isis/src/base/objs/SpecialPixel/SpecialPixel.h b/isis/src/base/objs/SpecialPixel/SpecialPixel.h index 50e656d9506e3194a19d373fcad0982a5f041158..503b62429094072fb26fba2e6b9cb690a39631a9 100644 --- a/isis/src/base/objs/SpecialPixel/SpecialPixel.h +++ b/isis/src/base/objs/SpecialPixel/SpecialPixel.h @@ -1,26 +1,11 @@ #ifndef SpecialPixel_h #define SpecialPixel_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/01/17 19:25:27 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/SpecialPixel/unitTest.cpp b/isis/src/base/objs/SpecialPixel/unitTest.cpp index ab80a979a585ae7e8d9a46231778d0c7b2a2dc98..6142b0a0c1c6c408bf2b3e2f73a4cf93856a4d92 100644 --- a/isis/src/base/objs/SpecialPixel/unitTest.cpp +++ b/isis/src/base/objs/SpecialPixel/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/Spectel/Spectel.cpp b/isis/src/base/objs/Spectel/Spectel.cpp index dd8029dde310db4cd3fabd57f0c9daec610e5596..7769806d1e05da5d0e1eb7c9dbbd2c200dac5a1f 100644 --- a/isis/src/base/objs/Spectel/Spectel.cpp +++ b/isis/src/base/objs/Spectel/Spectel.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/01/07 18:33:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Spectel.h" diff --git a/isis/src/base/objs/Spectel/Spectel.h b/isis/src/base/objs/Spectel/Spectel.h index bff7d3f6afc6eb68424364e7e821d341dec78ed7..d41bf762dd533829b330f9b36dae938c5086dc4c 100644 --- a/isis/src/base/objs/Spectel/Spectel.h +++ b/isis/src/base/objs/Spectel/Spectel.h @@ -1,29 +1,12 @@ #ifndef Spectel_h #define Spectel_h -/** - * @file - * $Revision: 6129 $ - * $Date: 2015-04-02 10:42:32 -0700 (Thu, 02 Apr 2015) $ - * $Id: CalculatorStrategy.h 6129 2015-04-02 17:42:32Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Pixel.h" diff --git a/isis/src/base/objs/Spectel/unitTest.cpp b/isis/src/base/objs/Spectel/unitTest.cpp index 20f0ecada84b47d03b58bab71bdbba1f45de7365..20f46656ecc01aee210405e383337798585a3e74 100644 --- a/isis/src/base/objs/Spectel/unitTest.cpp +++ b/isis/src/base/objs/Spectel/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h" diff --git a/isis/src/base/objs/SpectralDefinition/SpectralDefinition.cpp b/isis/src/base/objs/SpectralDefinition/SpectralDefinition.cpp index f16b4bd45d777560b034c0ca0b28e44ef9a442f9..35d067e5bb7e14ec9f7e73d55cc24c264b705560 100644 --- a/isis/src/base/objs/SpectralDefinition/SpectralDefinition.cpp +++ b/isis/src/base/objs/SpectralDefinition/SpectralDefinition.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/01/07 18:33:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpectralDefinition.h" diff --git a/isis/src/base/objs/SpectralDefinition/SpectralDefinition.h b/isis/src/base/objs/SpectralDefinition/SpectralDefinition.h index cf238e2f2d076c3878f29db04478c8be92be5d73..aaf4615065df4472360a91b4cfe7d68b8f211e70 100644 --- a/isis/src/base/objs/SpectralDefinition/SpectralDefinition.h +++ b/isis/src/base/objs/SpectralDefinition/SpectralDefinition.h @@ -1,30 +1,12 @@ #ifndef SpectralDefinition_h #define SpectralDefinition_h -/** - * @file - * $Revision: 6129 $ - * $Date: 2015-04-02 10:42:32 -0700 (Thu, 02 Apr 2015) $ - * $Id: CalculatorStrategy.h 6129 2015-04-02 17:42:32Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Buffer.h" diff --git a/isis/src/base/objs/SpectralDefinition/unitTest.cpp b/isis/src/base/objs/SpectralDefinition/unitTest.cpp index 21172ab85492edd85ecec6470faf6a043a4cbcd1..f98bb1a5e9a9d0b1dc7bab1d1e3f2b5bc02e7c49 100644 --- a/isis/src/base/objs/SpectralDefinition/unitTest.cpp +++ b/isis/src/base/objs/SpectralDefinition/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/SpectralDefinition1D/SpectralDefinition1D.cpp b/isis/src/base/objs/SpectralDefinition1D/SpectralDefinition1D.cpp index b754e76d554558efef3a9b2570c0b110d39cc593..f24d46ed72de4ad757b2699c1778180f569fd1e4 100644 --- a/isis/src/base/objs/SpectralDefinition1D/SpectralDefinition1D.cpp +++ b/isis/src/base/objs/SpectralDefinition1D/SpectralDefinition1D.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/01/07 18:33:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/SpectralDefinition1D/SpectralDefinition1D.h b/isis/src/base/objs/SpectralDefinition1D/SpectralDefinition1D.h index 72d896cf26767061a68c7e8bc0fa3849e5cfc851..294b2dbee573e2c6dba6ff4c98f29e2dea7af7aa 100644 --- a/isis/src/base/objs/SpectralDefinition1D/SpectralDefinition1D.h +++ b/isis/src/base/objs/SpectralDefinition1D/SpectralDefinition1D.h @@ -1,30 +1,11 @@ #ifndef SpectralDefinition1D_h #define SpectralDefinition1D_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * $Revision: 6129 $ - * $Date: 2015-04-02 10:42:32 -0700 (Thu, 02 Apr 2015) $ - * $Id: CalculatorStrategy.h 6129 2015-04-02 17:42:32Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "SpectralDefinition.h" diff --git a/isis/src/base/objs/SpectralDefinition1D/unitTest.cpp b/isis/src/base/objs/SpectralDefinition1D/unitTest.cpp index d5209e1dfc1255740e79dff21c1e1fefba23d1b6..6071ee7d6d30f692c02db917afb18056a9a76fbb 100644 --- a/isis/src/base/objs/SpectralDefinition1D/unitTest.cpp +++ b/isis/src/base/objs/SpectralDefinition1D/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/SpectralDefinition2D/SpectralDefinition2D.cpp b/isis/src/base/objs/SpectralDefinition2D/SpectralDefinition2D.cpp index 275106eace198a2b01d13dbd2ad965b16174a372..c57639f9f2965766b5a226e1b1bf887cedfbda6d 100644 --- a/isis/src/base/objs/SpectralDefinition2D/SpectralDefinition2D.cpp +++ b/isis/src/base/objs/SpectralDefinition2D/SpectralDefinition2D.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/01/07 18:33:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpectralDefinition2D.h" diff --git a/isis/src/base/objs/SpectralDefinition2D/SpectralDefinition2D.h b/isis/src/base/objs/SpectralDefinition2D/SpectralDefinition2D.h index 1f7ac41f7bc9a4c1d55f2ac7fc83953fa61f1a41..ac6d9ff514dfdf39f34c297a6cb615d143e4a50d 100644 --- a/isis/src/base/objs/SpectralDefinition2D/SpectralDefinition2D.h +++ b/isis/src/base/objs/SpectralDefinition2D/SpectralDefinition2D.h @@ -1,29 +1,11 @@ #ifndef SpectralDefinition2D_h #define SpectralDefinition2D_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * $Revision: 6129 $ - * $Date: 2015-04-02 10:42:32 -0700 (Thu, 02 Apr 2015) $ - * $Id: CalculatorStrategy.h 6129 2015-04-02 17:42:32Z jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ #include "FileName.h" diff --git a/isis/src/base/objs/SpectralDefinition2D/unitTest.cpp b/isis/src/base/objs/SpectralDefinition2D/unitTest.cpp index f01fd750d9557b028ce5aff99c90f214897c7b09..bdf1bb39d58e0c9bfb303695f5541409d2bde0c2 100644 --- a/isis/src/base/objs/SpectralDefinition2D/unitTest.cpp +++ b/isis/src/base/objs/SpectralDefinition2D/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/SpectralDefinitionFactory/SpectralDefinitionFactory.cpp b/isis/src/base/objs/SpectralDefinitionFactory/SpectralDefinitionFactory.cpp index efa8e95e2f6a59e058a7a38912d863843fc8c33c..ae1ec9507a6d6961e92a4fe29ae93ab9f0c6dacf 100644 --- a/isis/src/base/objs/SpectralDefinitionFactory/SpectralDefinitionFactory.cpp +++ b/isis/src/base/objs/SpectralDefinitionFactory/SpectralDefinitionFactory.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.6 $ - * $Date: 2009/01/07 18:33:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpectralDefinitionFactory.h" #include "FileName.h" diff --git a/isis/src/base/objs/SpectralDefinitionFactory/SpectralDefinitionFactory.h b/isis/src/base/objs/SpectralDefinitionFactory/SpectralDefinitionFactory.h index bd6df225b0c3a664e152a904a7b7fb59feecbf9b..363207a9bd46da61cd4410fdf3f3dbc47356c6a1 100644 --- a/isis/src/base/objs/SpectralDefinitionFactory/SpectralDefinitionFactory.h +++ b/isis/src/base/objs/SpectralDefinitionFactory/SpectralDefinitionFactory.h @@ -1,30 +1,11 @@ #ifndef SpectralDefinitionFactory_h #define SpectralDefinitionFactory_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * $Revision: 6129 $ - * $Date: 2015-04-02 10:42:32 -0700 (Thu, 02 Apr 2015) $ $Id: - * SpectralDefinitionFactor.h 6129 2015-04-02 17:42:32Z - * jwbacker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpectralDefinition.h" diff --git a/isis/src/base/objs/SpectralDefinitionFactory/unitTest.cpp b/isis/src/base/objs/SpectralDefinitionFactory/unitTest.cpp index efbe7e7b97065620ad500f879f8aa1048bc99c23..7cbdbef2f11081c081a9247ac47c0ffd78a79deb 100644 --- a/isis/src/base/objs/SpectralDefinitionFactory/unitTest.cpp +++ b/isis/src/base/objs/SpectralDefinitionFactory/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/Spice/LightTimeCorrectionState.cpp b/isis/src/base/objs/Spice/LightTimeCorrectionState.cpp index 2d6decefe4b152a132af2a864cac84b137f1a418..97ea08435553e3b127df9400db30b4036b4214e3 100644 --- a/isis/src/base/objs/Spice/LightTimeCorrectionState.cpp +++ b/isis/src/base/objs/Spice/LightTimeCorrectionState.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 6715 $ - * $Date: 2016-04-28 10:58:43 -0700 (Thu, 28 Apr 2016) $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LightTimeCorrectionState.h" #include diff --git a/isis/src/base/objs/Spice/LightTimeCorrectionState.h b/isis/src/base/objs/Spice/LightTimeCorrectionState.h index bb485da6049f8f837ff40e6ab6d372f459048ff2..4a7c99d08f7055a1c42cdc244cc5410bc19bb388 100644 --- a/isis/src/base/objs/Spice/LightTimeCorrectionState.h +++ b/isis/src/base/objs/Spice/LightTimeCorrectionState.h @@ -1,25 +1,11 @@ #ifndef LightTimeCorrectionState_h #define LightTimeCorrectionState_h -/** - * @file - * $Revision: 6314 $ - * $Date: 2015-08-12 15:30:27 -0700 (Wed, 12 Aug 2015) $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Spice/SpacecraftPosition.cpp b/isis/src/base/objs/Spice/SpacecraftPosition.cpp index dcd48795ac78e42dbf83670572cfd219139b1660..4ee25330df4ffd7fe37b5250e9da2b10d3350f34 100644 --- a/isis/src/base/objs/Spice/SpacecraftPosition.cpp +++ b/isis/src/base/objs/Spice/SpacecraftPosition.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 4928 $ - * $Date: 2012-12-21 10:44:12 -0700 (Fri, 21 Dec 2012) $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpacecraftPosition.h" #include diff --git a/isis/src/base/objs/Spice/SpacecraftPosition.h b/isis/src/base/objs/Spice/SpacecraftPosition.h index fa5ae386d9cabbce782f849579d6aebdcf151e46..1b50c66e8aeff6b4e905613e5b43091ced6c18b8 100644 --- a/isis/src/base/objs/Spice/SpacecraftPosition.h +++ b/isis/src/base/objs/Spice/SpacecraftPosition.h @@ -1,25 +1,11 @@ #ifndef SpacecraftPosition_h #define SpacecraftPosition_h -/** - * @file - * $Revision: 4928 $ - * $Date: 2012-12-21 10:44:12 -0700 (Fri, 21 Dec 2012) $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Spice/Spice.cpp b/isis/src/base/objs/Spice/Spice.cpp index 93ac1ae4b1cdc74414f62c8c503c0325bd409797..3c881fe95b8c86ff5769e8cc50f023a37dea51f3 100644 --- a/isis/src/base/objs/Spice/Spice.cpp +++ b/isis/src/base/objs/Spice/Spice.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 7229 $ - * $Date: 2016-11-10 21:04:46 -0700 (Thu, 10 Nov 2016) $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Spice.h" #include diff --git a/isis/src/base/objs/Spice/Spice.h b/isis/src/base/objs/Spice/Spice.h index 1ced98ccd6e1aaf313ab82ecf157b22e039ec104..76e4b88a035c235c316e78eab4946cd45173ea2a 100644 --- a/isis/src/base/objs/Spice/Spice.h +++ b/isis/src/base/objs/Spice/Spice.h @@ -1,25 +1,11 @@ #ifndef Spice_h #define Spice_h -/** - * @file - * $Revision: 7229 $ - * $Date: 2016-11-10 21:04:46 -0700 (Thu, 10 Nov 2016) $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Spice/getSpkAbCorrState.hpp b/isis/src/base/objs/Spice/getSpkAbCorrState.hpp index 2000336e1f2420bd26cdcdfa2e77ca001874a86d..4d2680bebaa9af7f71f4b726750bc4709eb68403 100644 --- a/isis/src/base/objs/Spice/getSpkAbCorrState.hpp +++ b/isis/src/base/objs/Spice/getSpkAbCorrState.hpp @@ -1,4 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ // These includes are needed for the #include diff --git a/isis/src/base/objs/Spice/unitTest.cpp b/isis/src/base/objs/Spice/unitTest.cpp index 1130bfc9e6f3dceca2cdb116eab1c7e9bea7d90f..cd1a0535975afc46e31f0065e30570677d60ccea 100644 --- a/isis/src/base/objs/Spice/unitTest.cpp +++ b/isis/src/base/objs/Spice/unitTest.cpp @@ -1,22 +1,11 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - * +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ + + /** * @author 2003-03-13 Jeff Anderson? * * @internal diff --git a/isis/src/base/objs/SpicePosition/SpicePosition.cpp b/isis/src/base/objs/SpicePosition/SpicePosition.cpp index c047d9a6ecd722a35b699ca8be32604d8d3218e3..d20acf7232710be8124ba615e9fa271c7a690119 100644 --- a/isis/src/base/objs/SpicePosition/SpicePosition.cpp +++ b/isis/src/base/objs/SpicePosition/SpicePosition.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpicePosition.h" #include diff --git a/isis/src/base/objs/SpicePosition/SpicePosition.h b/isis/src/base/objs/SpicePosition/SpicePosition.h index 92cd5925679f7a89bae8ad2abfc41d2a39269b5d..2c417c94b02ad390e9881141241e3b3601173403 100644 --- a/isis/src/base/objs/SpicePosition/SpicePosition.h +++ b/isis/src/base/objs/SpicePosition/SpicePosition.h @@ -1,27 +1,11 @@ #ifndef SpicePosition_h #define SpicePosition_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/27 07:01:33 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/SpicePosition/unitTest.cpp b/isis/src/base/objs/SpicePosition/unitTest.cpp index 28ce61acc91c9ae735ddcb88097b54e23b3d9b9b..1fbf4a05fe13582dc8a47db920156058c6bf821c 100644 --- a/isis/src/base/objs/SpicePosition/unitTest.cpp +++ b/isis/src/base/objs/SpicePosition/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/SpiceRotation/SpiceRotation.cpp b/isis/src/base/objs/SpiceRotation/SpiceRotation.cpp index 0faa8b1a51afd915dcacffed8bfc4ecea224344b..9844cb2b2e1b863f218c0a5704662c8cec41c867 100644 --- a/isis/src/base/objs/SpiceRotation/SpiceRotation.cpp +++ b/isis/src/base/objs/SpiceRotation/SpiceRotation.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SpiceRotation.h" #include diff --git a/isis/src/base/objs/SpiceRotation/SpiceRotation.h b/isis/src/base/objs/SpiceRotation/SpiceRotation.h index 035019ba066de1367d4ff62fb74e6af2f98a88ab..3d47858b8330b3d3b80cde0b32cee1fe34b760fd 100644 --- a/isis/src/base/objs/SpiceRotation/SpiceRotation.h +++ b/isis/src/base/objs/SpiceRotation/SpiceRotation.h @@ -1,27 +1,11 @@ #ifndef SpiceRotation_h #define SpiceRotation_h -/** - * @file - * $Revision: 1.20 $ - * $Date: 2010/03/27 07:04:26 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/StandardDeviationOperator/StandardDeviationOperator.cpp b/isis/src/base/objs/StandardDeviationOperator/StandardDeviationOperator.cpp index ee6d1feb1967c369a85dae3c72e3e5812c352635..9f512c81769858d0f2b2baae1ddca83ef8080aca 100644 --- a/isis/src/base/objs/StandardDeviationOperator/StandardDeviationOperator.cpp +++ b/isis/src/base/objs/StandardDeviationOperator/StandardDeviationOperator.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "StandardDeviationOperator.h" #include "Chip.h" #include "Statistics.h" diff --git a/isis/src/base/objs/StandardDeviationOperator/StandardDeviationOperator.h b/isis/src/base/objs/StandardDeviationOperator/StandardDeviationOperator.h index 019b36302031911b2a01102180d58b0baf009c23..0227e735e0430b538108e96bff598f11f236420d 100644 --- a/isis/src/base/objs/StandardDeviationOperator/StandardDeviationOperator.h +++ b/isis/src/base/objs/StandardDeviationOperator/StandardDeviationOperator.h @@ -1,27 +1,11 @@ #ifndef StandardDeviationOperator_h #define StandardDeviationOperator_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/06/10 23:46:37 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "InterestOperator.h" diff --git a/isis/src/base/objs/StandardDeviationOperator/unitTest.cpp b/isis/src/base/objs/StandardDeviationOperator/unitTest.cpp index 2dd9417ca540b0298c113acc29c3c32f81eb9a36..4344d9282e6a4adb0a0c67ed2b00e209920125fc 100644 --- a/isis/src/base/objs/StandardDeviationOperator/unitTest.cpp +++ b/isis/src/base/objs/StandardDeviationOperator/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "InterestOperator.h" diff --git a/isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.cpp b/isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.cpp index 729d8ce7518c262e86c417ce4379eaab9b533632..f2955f693b617677554e8550bd8b6dbf41e48cb8 100644 --- a/isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.cpp +++ b/isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.cpp @@ -1,22 +1,9 @@ -/** - * @file - * $Date: 2010/03/19 20:34:55 $ - * $Revision: 1.6 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public domain. See - * individual third-party library and package descriptions for intellectual property information, - * user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the - * USGS as to the accuracy and functioning of such software and related material nor shall the - * fact of distribution constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "StatCumProbDistDynCalc.h" diff --git a/isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.h b/isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.h index 088529dd7ca68efa4552f88fa60e3c487dc7f39c..d91448ff73ced5a17589b6d25efe1a0bf35436cf 100644 --- a/isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.h +++ b/isis/src/base/objs/StatCumProbDistDynCalc/StatCumProbDistDynCalc.h @@ -1,25 +1,11 @@ #ifndef StatCumProbDistDynCalc_h #define StatCumProbDistDynCalc_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ -/** - * @file - * $Date: 2012/03/23 20:34:55 $ - * $Revision: 1.0 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public domain. See - * individual third-party library and package descriptions for intellectual property information, - * user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the - * USGS as to the accuracy and functioning of such software and related material nor shall the - * fact of distribution constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/StatCumProbDistDynCalc/unitTest.cpp b/isis/src/base/objs/StatCumProbDistDynCalc/unitTest.cpp index 6090a51f4701cc10ff778cd0274394e65acd3d0e..9b2cf5b1c3dd26703829f5cdb77846e1bf68892c 100644 --- a/isis/src/base/objs/StatCumProbDistDynCalc/unitTest.cpp +++ b/isis/src/base/objs/StatCumProbDistDynCalc/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Statistics/Statistics.cpp b/isis/src/base/objs/Statistics/Statistics.cpp index 3cbfc12bfdf7f20d5d72ec5dcfc349e45dc42e41..4641e9db742700836121c72591795999a9209de9 100644 --- a/isis/src/base/objs/Statistics/Statistics.cpp +++ b/isis/src/base/objs/Statistics/Statistics.cpp @@ -1,22 +1,9 @@ -/** - * @file - * $Date: 2010/03/19 20:34:55 $ - * $Revision: 1.6 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public domain. See - * individual third-party library and package descriptions for intellectual property information, - * user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the - * USGS as to the accuracy and functioning of such software and related material nor shall the - * fact of distribution constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Statistics.h" #include diff --git a/isis/src/base/objs/Statistics/Statistics.h b/isis/src/base/objs/Statistics/Statistics.h index e8f8ad57f8471abfb124c032da56f55df79ac3ef..46ee9d1128ba72bf07283da2a40ebd19d4f0358a 100644 --- a/isis/src/base/objs/Statistics/Statistics.h +++ b/isis/src/base/objs/Statistics/Statistics.h @@ -1,24 +1,11 @@ #ifndef Statistics_h #define Statistics_h -/** - * @file - * $Date: 2010/03/19 20:34:55 $ - * $Revision: 1.5 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public domain. See - * individual third-party library and package descriptions for intellectual property information, - * user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the - * USGS as to the accuracy and functioning of such software and related material nor shall the - * fact of distribution constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Statistics/unitTest.cpp b/isis/src/base/objs/Statistics/unitTest.cpp index aaae973d2ec9b91a2742722a7f7a4e266b01dc3b..ca993cbf88aa00c2978059f15f2645583199ff48 100644 --- a/isis/src/base/objs/Statistics/unitTest.cpp +++ b/isis/src/base/objs/Statistics/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Stereo/Stereo.cpp b/isis/src/base/objs/Stereo/Stereo.cpp index d145f24b63b2635cef31a11b1c54ba3ec7bb2069..c8eb2ad091dec215deae734a75ee5723b56f2275 100644 --- a/isis/src/base/objs/Stereo/Stereo.cpp +++ b/isis/src/base/objs/Stereo/Stereo.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:42:41 $ - - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Stereo/Stereo.h b/isis/src/base/objs/Stereo/Stereo.h index e45bcf47dc3957833fad35f69710d0585fbef7fa..614b26522d4449cbeb31dad81bd3fd3a8bf32472 100644 --- a/isis/src/base/objs/Stereo/Stereo.h +++ b/isis/src/base/objs/Stereo/Stereo.h @@ -1,28 +1,12 @@ #ifndef Stereo_h #define Stereo_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/09/09 23:42:41 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Camera.h" diff --git a/isis/src/base/objs/Stereo/unitTest.cpp b/isis/src/base/objs/Stereo/unitTest.cpp index b3d4c6b66afd3edebeb24a24645203ec4fa8c440..5d10c61c0df69fbbb0a4f9238a832a89c342bd6d 100644 --- a/isis/src/base/objs/Stereo/unitTest.cpp +++ b/isis/src/base/objs/Stereo/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Strategy/Strategy.cpp b/isis/src/base/objs/Strategy/Strategy.cpp index 9235e78090365ea3ae5f230e5070dc4da5be94cf..f262ef1986d1fe8549c611ed73d36a75bc3aee76 100644 --- a/isis/src/base/objs/Strategy/Strategy.cpp +++ b/isis/src/base/objs/Strategy/Strategy.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision: 6513 $ - * $Date: 2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016) $ - * $Id: Strategy.cpp 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Strategy.h" // Qt library diff --git a/isis/src/base/objs/Strategy/Strategy.h b/isis/src/base/objs/Strategy/Strategy.h index bded50408abc10c731cdf7f51f8332cc4dc96aa6..5e3e81399963aad84b63cf87ca5c219707ad565f 100644 --- a/isis/src/base/objs/Strategy/Strategy.h +++ b/isis/src/base/objs/Strategy/Strategy.h @@ -1,28 +1,11 @@ #ifndef Strategy_h #define Strategy_h -/** - * @file - * $Revision: 6513 $ - * $Date: 2016-01-14 16:04:44 -0700 (Thu, 14 Jan 2016) $ - * $Id: Strategy.h 6513 2016-01-14 23:04:44Z kbecker@GS.DOI.NET $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ // Qt library #include diff --git a/isis/src/base/objs/Strategy/unitTest.cpp b/isis/src/base/objs/Strategy/unitTest.cpp index 7d6cbf1afda9d900acc3538260b2da8a9b519146..dc50ec8f8a8e8c2692e094c89829a9238df1431b 100644 --- a/isis/src/base/objs/Strategy/unitTest.cpp +++ b/isis/src/base/objs/Strategy/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include #include diff --git a/isis/src/base/objs/StreamExporter/StreamExporter.cpp b/isis/src/base/objs/StreamExporter/StreamExporter.cpp index 14ce4c24272c0048a04fba9f8472410a9cc06642..94f31f604ec23de034bb29c7a0061c1c7a69469a 100644 --- a/isis/src/base/objs/StreamExporter/StreamExporter.cpp +++ b/isis/src/base/objs/StreamExporter/StreamExporter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "StreamExporter.h" #include "Buffer.h" diff --git a/isis/src/base/objs/StreamExporter/StreamExporter.h b/isis/src/base/objs/StreamExporter/StreamExporter.h index 3cc7b9e2dae983bdb46425c7a3ff5b7afd8ea9cb..9cb86fc629c24687a5a51cd5d11be0428bd95d9b 100644 --- a/isis/src/base/objs/StreamExporter/StreamExporter.h +++ b/isis/src/base/objs/StreamExporter/StreamExporter.h @@ -1,28 +1,12 @@ #ifndef StreamExporter_h #define StreamExporter_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImageExporter.h" diff --git a/isis/src/base/objs/StreamExporter/unitTest.cpp b/isis/src/base/objs/StreamExporter/unitTest.cpp index 8cccf1365ee113bbb5d53b0db4ee3928a92cba25..b4ef7c766ce343ab490946c5f597548c284fe6be 100644 --- a/isis/src/base/objs/StreamExporter/unitTest.cpp +++ b/isis/src/base/objs/StreamExporter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/Stretch/Stretch.cpp b/isis/src/base/objs/Stretch/Stretch.cpp index ed5367dd81c157befd3cbedc2a2a4706ca8d31b5..bce9621510ed0da169a7a50aae4142c57c6c1f5c 100644 --- a/isis/src/base/objs/Stretch/Stretch.cpp +++ b/isis/src/base/objs/Stretch/Stretch.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.9 $ - * $Date: 2009/07/16 21:14:56 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/Stretch/Stretch.h b/isis/src/base/objs/Stretch/Stretch.h index f4d51764fca3d46398de2e67277f2f81a7b49e9f..30a3de81e7d1e1a9daaef6dbf2396f4fb439c213 100644 --- a/isis/src/base/objs/Stretch/Stretch.h +++ b/isis/src/base/objs/Stretch/Stretch.h @@ -1,27 +1,11 @@ #ifndef Stretch_h #define Stretch_h -/** - * @file - * $Revision: 1.7 $ - * $Date: 2009/07/16 21:14:39 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "Pvl.h" diff --git a/isis/src/base/objs/Stretch/unitTest.cpp b/isis/src/base/objs/Stretch/unitTest.cpp index 592c2494b0b3218c16c8fcb00f4d14ab23a6b841..2ddec78590818bc781c072c2b1642dbc1585e547 100644 --- a/isis/src/base/objs/Stretch/unitTest.cpp +++ b/isis/src/base/objs/Stretch/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/StripPolygonSeeder/StripPolygonSeeder.cpp b/isis/src/base/objs/StripPolygonSeeder/StripPolygonSeeder.cpp index 4be417732de84657c05a402b10e73166452d65d9..2cd4d80526c9be2b7b56efe8e27b8bf22be9a957 100644 --- a/isis/src/base/objs/StripPolygonSeeder/StripPolygonSeeder.cpp +++ b/isis/src/base/objs/StripPolygonSeeder/StripPolygonSeeder.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.11 $ - * $Date: 2010/05/05 21:31:14 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/StripPolygonSeeder/StripPolygonSeeder.h b/isis/src/base/objs/StripPolygonSeeder/StripPolygonSeeder.h index 41a2c8607ccd0d1d44020f46057d3ae035a8b996..366f917c5c580ebd4fcd0b65401b5299321ada13 100644 --- a/isis/src/base/objs/StripPolygonSeeder/StripPolygonSeeder.h +++ b/isis/src/base/objs/StripPolygonSeeder/StripPolygonSeeder.h @@ -1,27 +1,11 @@ #ifndef StripPolygonSeeder_h #define StripPolygonSeeder_h -/** - * @file - * $Revision: 1.11 $ - * $Date: 2010/05/05 21:31:14 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "geos/geom/Point.h" #include "geos/geom/MultiPolygon.h" diff --git a/isis/src/base/objs/StripPolygonSeeder/unitTest.cpp b/isis/src/base/objs/StripPolygonSeeder/unitTest.cpp index d7be32ffa363a1456674986b7582621d2376d056..63818fbea2363e127c8b0b44bd71e55a54490ba7 100644 --- a/isis/src/base/objs/StripPolygonSeeder/unitTest.cpp +++ b/isis/src/base/objs/StripPolygonSeeder/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/SubArea/SubArea.cpp b/isis/src/base/objs/SubArea/SubArea.cpp index 96dbc216833b795787f2288763ea02abff14a442..5e0ee847da28b74ade976f2991c4ad0fd212dec7 100644 --- a/isis/src/base/objs/SubArea/SubArea.cpp +++ b/isis/src/base/objs/SubArea/SubArea.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/10/15 22:21:19 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/SubArea/SubArea.h b/isis/src/base/objs/SubArea/SubArea.h index 18d34d12717c13e59ee6867754d43cc400a53b59..00fa4c5dbc4211dbd570864b69415bdabee6457d 100644 --- a/isis/src/base/objs/SubArea/SubArea.h +++ b/isis/src/base/objs/SubArea/SubArea.h @@ -1,27 +1,11 @@ #ifndef SubArea_h #define SubArea_h -/** - * @file - * $Revision: 1.1 $ - * $Date: 2009/10/15 22:21:19 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Pvl.h" #include "Cube.h" diff --git a/isis/src/base/objs/SubArea/unitTest.cpp b/isis/src/base/objs/SubArea/unitTest.cpp index 4842093c727d01bb8a958e595616f6413e5516d9..1d1b459bb2124f565499df50773be2b4b4d6869e 100644 --- a/isis/src/base/objs/SubArea/unitTest.cpp +++ b/isis/src/base/objs/SubArea/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Isis.h" #include "Cube.h" #include "ProcessByLine.h" diff --git a/isis/src/base/objs/SurfaceModel/SurfaceModel.cpp b/isis/src/base/objs/SurfaceModel/SurfaceModel.cpp index 71e79daa9bbae086bdca8faa901a6531aecdd9c0..655f3bb3b7036f44ac976ee87d88510f61449eae 100644 --- a/isis/src/base/objs/SurfaceModel/SurfaceModel.cpp +++ b/isis/src/base/objs/SurfaceModel/SurfaceModel.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SurfaceModel.h" namespace Isis { diff --git a/isis/src/base/objs/SurfaceModel/SurfaceModel.h b/isis/src/base/objs/SurfaceModel/SurfaceModel.h index 647d74aede8e7a61ece1949d2e58430124bf5207..5c5f58994d6ae773b1199471ffad3ebc2a689127 100644 --- a/isis/src/base/objs/SurfaceModel/SurfaceModel.h +++ b/isis/src/base/objs/SurfaceModel/SurfaceModel.h @@ -1,27 +1,11 @@ #ifndef SurfaceModel_h #define SurfaceModel_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/06/18 20:42:32 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "PolynomialBivariate.h" diff --git a/isis/src/base/objs/SurfaceModel/unitTest.cpp b/isis/src/base/objs/SurfaceModel/unitTest.cpp index 88c4795e93a5c0dbf1dedb631dd2c381355c6ba6..3bd0c18ded3bcefe820fabb2699df574875f7dc8 100644 --- a/isis/src/base/objs/SurfaceModel/unitTest.cpp +++ b/isis/src/base/objs/SurfaceModel/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "SurfaceModel.h" diff --git a/isis/src/base/objs/SurfacePoint/SurfacePoint.cpp b/isis/src/base/objs/SurfacePoint/SurfacePoint.cpp index 3e8132edec5ce1c7411a8e4841282bcc6f34a61e..bfada83988c19fcdbd9d582990a8fc3c42199a1d 100644 --- a/isis/src/base/objs/SurfacePoint/SurfacePoint.cpp +++ b/isis/src/base/objs/SurfacePoint/SurfacePoint.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "SurfacePoint.h" #include diff --git a/isis/src/base/objs/SurfacePoint/SurfacePoint.h b/isis/src/base/objs/SurfacePoint/SurfacePoint.h index 30dfcba04d61aa669997ff99b8aee4f27f6ad0e9..a7c53263d0661cded879abba7448c0d17573f0a1 100644 --- a/isis/src/base/objs/SurfacePoint/SurfacePoint.h +++ b/isis/src/base/objs/SurfacePoint/SurfacePoint.h @@ -1,27 +1,11 @@ #ifndef SurfacePoint_h #define SurfacePoint_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/04/29 00:54:15 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/SurfacePoint/unitTest.cpp b/isis/src/base/objs/SurfacePoint/unitTest.cpp index 6907b8bb514a861638b0064f063696f6994ad37a..6553e9c0753b2cf0af7692b81fca3c751c331840 100644 --- a/isis/src/base/objs/SurfacePoint/unitTest.cpp +++ b/isis/src/base/objs/SurfacePoint/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/TProjection/TProjection.cpp b/isis/src/base/objs/TProjection/TProjection.cpp index 456b4987db4e1836353a637cadd55decd4fa3324..9b629d90bf9f3516000a43101772cb07f323d566 100644 --- a/isis/src/base/objs/TProjection/TProjection.cpp +++ b/isis/src/base/objs/TProjection/TProjection.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2009/12/28 20:56:01 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" #include diff --git a/isis/src/base/objs/TProjection/TProjection.h b/isis/src/base/objs/TProjection/TProjection.h index 3a96b11dd5ebc56313bff4708a3a4284f5893b58..9f9da0fb1ea6e60ef3193ebda0981b10a87d13aa 100644 --- a/isis/src/base/objs/TProjection/TProjection.h +++ b/isis/src/base/objs/TProjection/TProjection.h @@ -1,27 +1,11 @@ #ifndef TProjection_h #define TProjection_h -/** - * @file - * $Revision: 1.9 $ - * $Date: 2009/01/29 21:21:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/TProjection/unitTest.cpp b/isis/src/base/objs/TProjection/unitTest.cpp index 82f1428de0ad7bb56d75d014b13f1d9f51e156f0..c3c9fe8dfb2325149c879a91591f6aab80e7a163 100644 --- a/isis/src/base/objs/TProjection/unitTest.cpp +++ b/isis/src/base/objs/TProjection/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Table/Table.cpp b/isis/src/base/objs/Table/Table.cpp index 8e44c3c3f1748042d010c6439e36277cb21933f1..aebfdbaf43350595f37e243c0ecfa543b4924adc 100644 --- a/isis/src/base/objs/Table/Table.cpp +++ b/isis/src/base/objs/Table/Table.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/05/14 19:17:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Table.h" #include diff --git a/isis/src/base/objs/Table/Table.h b/isis/src/base/objs/Table/Table.h index b0b8b8ecc53aea4535af0ad8e2edd6383207266e..8bae494d757ee389c0f8045845e2172270f65637 100644 --- a/isis/src/base/objs/Table/Table.h +++ b/isis/src/base/objs/Table/Table.h @@ -1,27 +1,11 @@ #ifndef Table_h #define Table_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/05/14 19:17:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "Blob.h" #include #include "TableRecord.h" diff --git a/isis/src/base/objs/Table/unitTest.cpp b/isis/src/base/objs/Table/unitTest.cpp index b535d80c1400df2c20e74753b84ed4ea24c7d26b..ba2133683e7a1a4d4edcd002cab02568de137e62 100644 --- a/isis/src/base/objs/Table/unitTest.cpp +++ b/isis/src/base/objs/Table/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/TableField/TableField.cpp b/isis/src/base/objs/TableField/TableField.cpp index 669f75ae8dc308abf884c6371af0cc268e3db4db..4be8fa0a6c9d444ec4541776c2257477052b513e 100644 --- a/isis/src/base/objs/TableField/TableField.cpp +++ b/isis/src/base/objs/TableField/TableField.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/05/31 22:20:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TableField.h" #include "IException.h" diff --git a/isis/src/base/objs/TableField/TableField.h b/isis/src/base/objs/TableField/TableField.h index b75db0e50c61c8f5c547be4efcef4dd463d94f88..6bcc92a30dfbb7aff1bf3fc0d09d814587c9fb35 100644 --- a/isis/src/base/objs/TableField/TableField.h +++ b/isis/src/base/objs/TableField/TableField.h @@ -1,27 +1,11 @@ #ifndef TableField_h #define TableField_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2007/05/31 22:20:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/TableField/unitTest.cpp b/isis/src/base/objs/TableField/unitTest.cpp index 98bc41e9788a638fd52cea7cc61035353a3efbfb..fa231c21a02edf239b656e9e3e390d9cb1f6e276 100644 --- a/isis/src/base/objs/TableField/unitTest.cpp +++ b/isis/src/base/objs/TableField/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/TableRecord/TableRecord.cpp b/isis/src/base/objs/TableRecord/TableRecord.cpp index 10cb82ba8647c9d56f5aa8478bf007bdc876aa6f..12384d46c49cb8af3004346b8179581c157cb52e 100644 --- a/isis/src/base/objs/TableRecord/TableRecord.cpp +++ b/isis/src/base/objs/TableRecord/TableRecord.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/06/25 18:13:35 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TableRecord.h" diff --git a/isis/src/base/objs/TableRecord/TableRecord.h b/isis/src/base/objs/TableRecord/TableRecord.h index 61bacdbddf5170b49955b0443dbc37e2dac2c4fb..ed610f38dbbb63d8b6f4f7ff5dc1c1b4094862ee 100644 --- a/isis/src/base/objs/TableRecord/TableRecord.h +++ b/isis/src/base/objs/TableRecord/TableRecord.h @@ -1,27 +1,11 @@ #ifndef TableRecord_h #define TableRecord_h -/** - * @file - * $Revision: 1.4 $ - * $Date: 2008/06/25 18:13:35 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "TableField.h" diff --git a/isis/src/base/objs/TableRecord/unitTest.cpp b/isis/src/base/objs/TableRecord/unitTest.cpp index 6e5f470e67cd9697b6915bb5ef06aaba2a6eea43..77a373145b17f85a6d00448baee7343a5ff7c9e9 100644 --- a/isis/src/base/objs/TableRecord/unitTest.cpp +++ b/isis/src/base/objs/TableRecord/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Buffer.h" diff --git a/isis/src/base/objs/Target/Target.cpp b/isis/src/base/objs/Target/Target.cpp index 62ebc1928ac888d0efacd9ea911df6a814c73a8f..9e6b38a7fc13d8bb289877ac320b11ed742c5f34 100644 --- a/isis/src/base/objs/Target/Target.cpp +++ b/isis/src/base/objs/Target/Target.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.24 $ - * $Date: 2010/04/09 22:31:16 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Target.h" #include "Angle.h" diff --git a/isis/src/base/objs/Target/Target.h b/isis/src/base/objs/Target/Target.h index 4b5de416169626b713a699cd8a55361d866934aa..c005b1ea0099a66733179455f32f2469e355a108 100644 --- a/isis/src/base/objs/Target/Target.h +++ b/isis/src/base/objs/Target/Target.h @@ -1,27 +1,11 @@ #ifndef Target_h #define Target_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/06/19 23:35:38 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/Target/unitTest.cpp b/isis/src/base/objs/Target/unitTest.cpp index 217afed5c61fabfc03d6aad75be253237a9626c0..8e285b72070f00d26e3e853a5e769bccc1a2ae14 100644 --- a/isis/src/base/objs/Target/unitTest.cpp +++ b/isis/src/base/objs/Target/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/TextFile/TextFile.cpp b/isis/src/base/objs/TextFile/TextFile.cpp index 9bffab6b9ec1f0e0ffefcb649f70733ab7362bb0..038a34215654e03482cb78ea713cdcfa00b7ab16 100644 --- a/isis/src/base/objs/TextFile/TextFile.cpp +++ b/isis/src/base/objs/TextFile/TextFile.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/04/23 21:05:47 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "IException.h" #include "IException.h" #include "FileName.h" diff --git a/isis/src/base/objs/TextFile/TextFile.h b/isis/src/base/objs/TextFile/TextFile.h index aa7248cb3e5b8a5849d01d9b8dacc7e548fc5ea7..c32fde18ad82d402b41dca5abeb51022d44f6904 100644 --- a/isis/src/base/objs/TextFile/TextFile.h +++ b/isis/src/base/objs/TextFile/TextFile.h @@ -1,27 +1,11 @@ #ifndef TextFile_h #define TextFile_h -/** - * @file - * $Revision: 1.2 $ - * $Date: 2010/03/30 17:45:42 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/TextFile/unitTest.cpp b/isis/src/base/objs/TextFile/unitTest.cpp index cf0fb14860df1c03bbd58e2265b966de193274b3..3ab4720f223cb28eb210e07cd8dbc258afbddec5 100644 --- a/isis/src/base/objs/TextFile/unitTest.cpp +++ b/isis/src/base/objs/TextFile/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "TextFile.h" #include "FileName.h" #include "IException.h" diff --git a/isis/src/base/objs/TiffExporter/TiffExporter.cpp b/isis/src/base/objs/TiffExporter/TiffExporter.cpp index bfb7f4b2d3feb38fb84303d24cc9b7fe5c9eee4c..d594901802358354f86853b09a994ed3ab198ba4 100644 --- a/isis/src/base/objs/TiffExporter/TiffExporter.cpp +++ b/isis/src/base/objs/TiffExporter/TiffExporter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "TiffExporter.h" #include diff --git a/isis/src/base/objs/TiffExporter/TiffExporter.h b/isis/src/base/objs/TiffExporter/TiffExporter.h index 77866acf00e696343430c7eab94948f0a0411485..3cd27bb5d2aa3b76c5495fb7b3206a770ae6fe69 100644 --- a/isis/src/base/objs/TiffExporter/TiffExporter.h +++ b/isis/src/base/objs/TiffExporter/TiffExporter.h @@ -1,28 +1,12 @@ #ifndef TiffExporter_h #define TiffExporter_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "StreamExporter.h" diff --git a/isis/src/base/objs/TiffExporter/unitTest.cpp b/isis/src/base/objs/TiffExporter/unitTest.cpp index 07c244f926fef8fe770984e8ec64fa49199c1c93..9c0767abe434aefc169d6da62b922b5b181252b8 100644 --- a/isis/src/base/objs/TiffExporter/unitTest.cpp +++ b/isis/src/base/objs/TiffExporter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/TiffImporter/TiffImporter.cpp b/isis/src/base/objs/TiffImporter/TiffImporter.cpp index 695a832cdfda5754146d368c0e5d58145aed4651..56da41a610e01db19fba1786c11680e122c3bf6a 100644 --- a/isis/src/base/objs/TiffImporter/TiffImporter.cpp +++ b/isis/src/base/objs/TiffImporter/TiffImporter.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/TiffImporter/TiffImporter.h b/isis/src/base/objs/TiffImporter/TiffImporter.h index c725692c4c9024d5a5d4d7360e84067e0eb8302b..ed2fc9089b747d3d4128be971dbf2eef5c400227 100644 --- a/isis/src/base/objs/TiffImporter/TiffImporter.h +++ b/isis/src/base/objs/TiffImporter/TiffImporter.h @@ -1,28 +1,12 @@ #ifndef TiffImporter_h #define TiffImporter_h -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/03/22 19:44:53 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "ImageImporter.h" diff --git a/isis/src/base/objs/TiffImporter/unitTest.cpp b/isis/src/base/objs/TiffImporter/unitTest.cpp index 33dde121fc271f9eaeda119cf0431820253ec8d7..67368ea8bc805bf4e3d14973b943a8bb955b8f46 100644 --- a/isis/src/base/objs/TiffImporter/unitTest.cpp +++ b/isis/src/base/objs/TiffImporter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/TileManager/TileManager.cpp b/isis/src/base/objs/TileManager/TileManager.cpp index 401df2891c2f8729d080e050b505d83110b1a2d1..93a3cfc5fc243a95f3c28a210b4b92076acaf23f 100644 --- a/isis/src/base/objs/TileManager/TileManager.cpp +++ b/isis/src/base/objs/TileManager/TileManager.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:10 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TileManager.h" #include "IException.h" diff --git a/isis/src/base/objs/TileManager/TileManager.h b/isis/src/base/objs/TileManager/TileManager.h index 947d872f07e13669904fc65756ca67daa69afb81..afa366ac5ec05c6e5a6093735c1b9e16c6b5ffc4 100644 --- a/isis/src/base/objs/TileManager/TileManager.h +++ b/isis/src/base/objs/TileManager/TileManager.h @@ -1,27 +1,11 @@ #ifndef TileManager_h #define TileManager_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:10 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "BufferManager.h" #include "Cube.h" diff --git a/isis/src/base/objs/TileManager/unitTest.cpp b/isis/src/base/objs/TileManager/unitTest.cpp index 340ffd16770e45fe44d3fb98d8704d0cfc6bb5b1..f80a274ccda0b09900d2925e49a95ea577c50dc5 100644 --- a/isis/src/base/objs/TileManager/unitTest.cpp +++ b/isis/src/base/objs/TileManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/Topo/Topo.cpp b/isis/src/base/objs/Topo/Topo.cpp index ba587146110fb6624e9f7c8ed4b02d15f798d942..8cb0e6ad24b3dad8285dc5d374faf51364c1df14 100644 --- a/isis/src/base/objs/Topo/Topo.cpp +++ b/isis/src/base/objs/Topo/Topo.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "Topo.h" #include "SpecialPixel.h" #include "IException.h" diff --git a/isis/src/base/objs/Topo/Topo.h b/isis/src/base/objs/Topo/Topo.h index ad6f62717f3245fdb3d826b1f2e795ba648f1426..07b460024f315b1438edccc70064da645d1d731b 100644 --- a/isis/src/base/objs/Topo/Topo.h +++ b/isis/src/base/objs/Topo/Topo.h @@ -1,27 +1,11 @@ #ifndef Topo_h #define Topo_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/07/08 18:54:49 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/Topo/unitTest.cpp b/isis/src/base/objs/Topo/unitTest.cpp index 16ef42af3eda4e4573f8e1ccd8d37197c136bd93..db7c148eccb6d0ae2ee5ae7361060391d38a8acf 100644 --- a/isis/src/base/objs/Topo/unitTest.cpp +++ b/isis/src/base/objs/Topo/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/TopoAtm/TopoAtm.cpp b/isis/src/base/objs/TopoAtm/TopoAtm.cpp index 735d314e0de81c8161cb08b9a821f857b245ae50..2b111321def354d9f93be00b96065e804f03830b 100644 --- a/isis/src/base/objs/TopoAtm/TopoAtm.cpp +++ b/isis/src/base/objs/TopoAtm/TopoAtm.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "TopoAtm.h" #include "NumericalApproximation.h" diff --git a/isis/src/base/objs/TopoAtm/TopoAtm.h b/isis/src/base/objs/TopoAtm/TopoAtm.h index 6f71de29504d058d2ab8843b967babd01b2866a7..91d3111a91dca756bec13ddbb00d66f13c45392c 100644 --- a/isis/src/base/objs/TopoAtm/TopoAtm.h +++ b/isis/src/base/objs/TopoAtm/TopoAtm.h @@ -1,27 +1,11 @@ #ifndef TopoAtm_h #define TopoAtm_h -/** - * @file - * $Revision: 1.7 $ - * $Date: 2009/05/11 22:11:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "NormModel.h" diff --git a/isis/src/base/objs/TopoAtm/unitTest.cpp b/isis/src/base/objs/TopoAtm/unitTest.cpp index 244ca89398599a507ee66c19c7ef3162eafc0fba..9880bb35a2ee0859324f8c9373e62bf8720038d7 100644 --- a/isis/src/base/objs/TopoAtm/unitTest.cpp +++ b/isis/src/base/objs/TopoAtm/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "PhotoModel.h" diff --git a/isis/src/base/objs/TrackingTable/TrackingTable.cpp b/isis/src/base/objs/TrackingTable/TrackingTable.cpp index 798052e60b2de1c73f35da075ce5eaa909f375df..f8b4845d60026962dd207f9354e046cead8dcea0 100644 --- a/isis/src/base/objs/TrackingTable/TrackingTable.cpp +++ b/isis/src/base/objs/TrackingTable/TrackingTable.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/05/14 19:17:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TrackingTable.h" #include diff --git a/isis/src/base/objs/TrackingTable/TrackingTable.h b/isis/src/base/objs/TrackingTable/TrackingTable.h index 3bf853f57bba8ac8ff023491c38a0d4d4b6dafa8..e3e5ce05c720f3197228218e51e42f256894a059 100644 --- a/isis/src/base/objs/TrackingTable/TrackingTable.h +++ b/isis/src/base/objs/TrackingTable/TrackingTable.h @@ -1,27 +1,11 @@ #ifndef TrackingTable_h #define TrackingTable_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2010/05/14 19:17:09 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "FileName.h" #include "Pvl.h" #include "Table.h" diff --git a/isis/src/base/objs/TrackingTable/unitTest.cpp b/isis/src/base/objs/TrackingTable/unitTest.cpp index c7a55cef9ee0cd57ca708e1540f831ea0c15c939..1093bdc42ed04e785c1e934b1303f220f892f548 100644 --- a/isis/src/base/objs/TrackingTable/unitTest.cpp +++ b/isis/src/base/objs/TrackingTable/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "IException.h" diff --git a/isis/src/base/objs/Transform/Transform.h b/isis/src/base/objs/Transform/Transform.h index eb07cfb1c7787752c7b9c6b954441988d998cff7..76814d1388b62178b2e978506a762e22dea6b7c5 100644 --- a/isis/src/base/objs/Transform/Transform.h +++ b/isis/src/base/objs/Transform/Transform.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:10 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef Transform_h #define Transform_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { /** * @brief Pixel transformation diff --git a/isis/src/base/objs/Transform/unitTest.cpp b/isis/src/base/objs/Transform/unitTest.cpp index 43016a52ea1abe34ab3ce94ef6de415cc051e216..535fe84aab6fa363c7076f73e7f47f9c296330f5 100644 --- a/isis/src/base/objs/Transform/unitTest.cpp +++ b/isis/src/base/objs/Transform/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/TransverseMercator/TransverseMercator.cpp b/isis/src/base/objs/TransverseMercator/TransverseMercator.cpp index db2481508389deba32c4e06eacc90e69fce6eea1..352630c3302a7cfe0785f1d2cd7f74fe657c33a4 100644 --- a/isis/src/base/objs/TransverseMercator/TransverseMercator.cpp +++ b/isis/src/base/objs/TransverseMercator/TransverseMercator.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.5 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TransverseMercator.h" #include diff --git a/isis/src/base/objs/TransverseMercator/TransverseMercator.h b/isis/src/base/objs/TransverseMercator/TransverseMercator.h index fa8496e225cbbb6b404d404edeb5cfd71a22297a..1e6fab260a9baf5d58e85bc53e9945c6d53457e2 100644 --- a/isis/src/base/objs/TransverseMercator/TransverseMercator.h +++ b/isis/src/base/objs/TransverseMercator/TransverseMercator.h @@ -1,27 +1,11 @@ #ifndef TransverseMercator_h #define TransverseMercator_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/TransverseMercator/unitTest.cpp b/isis/src/base/objs/TransverseMercator/unitTest.cpp index 05723f3d0bc48ef4d2d42b339187754dd99e5f68..65aa0275003b9ebc774ae01145aa61c19b05a76c 100644 --- a/isis/src/base/objs/TransverseMercator/unitTest.cpp +++ b/isis/src/base/objs/TransverseMercator/unitTest.cpp @@ -1,7 +1,12 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include - #include "TransverseMercator.h" #include "IException.h" #include "ProjectionFactory.h" diff --git a/isis/src/base/objs/TriangularPlate/TriangularPlate.cpp b/isis/src/base/objs/TriangularPlate/TriangularPlate.cpp index 27396770e3102f8d268f9007c645a6caf2fc3b84..20c9dfad41d176023178d93a36a4fd30773e1b8d 100755 --- a/isis/src/base/objs/TriangularPlate/TriangularPlate.cpp +++ b/isis/src/base/objs/TriangularPlate/TriangularPlate.cpp @@ -1,26 +1,9 @@ -/** - * @file - * $Revision$ - * $Date$ - * $Id$ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "TriangularPlate.h" #include diff --git a/isis/src/base/objs/TriangularPlate/TriangularPlate.h b/isis/src/base/objs/TriangularPlate/TriangularPlate.h index 2c090aa07bdda634c196a1ae2cd099e8a1166b23..3e6fdf5682b22da796a1651f8ada9ec9b4fcecab 100755 --- a/isis/src/base/objs/TriangularPlate/TriangularPlate.h +++ b/isis/src/base/objs/TriangularPlate/TriangularPlate.h @@ -1,27 +1,11 @@ #ifndef TriangularPlate_h #define TriangularPlate_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2008/05/09 18:49:25 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "AbstractPlate.h" #include "NaifDskApi.h" diff --git a/isis/src/base/objs/TriangularPlate/unitTest.cpp b/isis/src/base/objs/TriangularPlate/unitTest.cpp index f3ced9e24d00c121410740e518cbf58f3344c554..4dab08b403c08a24ad48a4780b438f6053806462 100755 --- a/isis/src/base/objs/TriangularPlate/unitTest.cpp +++ b/isis/src/base/objs/TriangularPlate/unitTest.cpp @@ -1,22 +1,9 @@ -/** - * @file - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Distance.h" diff --git a/isis/src/base/objs/UniqueIOCachingAlgorithm/UniqueIOCachingAlgorithm.cpp b/isis/src/base/objs/UniqueIOCachingAlgorithm/UniqueIOCachingAlgorithm.cpp index 3d9ed2d4ee986df6de382c9608f51de25d14ee55..756361e5e06c39c2fe4b39535a1d07571ed0982d 100644 --- a/isis/src/base/objs/UniqueIOCachingAlgorithm/UniqueIOCachingAlgorithm.cpp +++ b/isis/src/base/objs/UniqueIOCachingAlgorithm/UniqueIOCachingAlgorithm.cpp @@ -1,22 +1,9 @@ -/** - * @file - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "UniqueIOCachingAlgorithm.h" diff --git a/isis/src/base/objs/UniqueIOCachingAlgorithm/UniqueIOCachingAlgorithm.h b/isis/src/base/objs/UniqueIOCachingAlgorithm/UniqueIOCachingAlgorithm.h index 82983bc8e5a1453113f33a0f2e025520c4101bb2..70c8224d4d88654d63c273c2c240ca53a32325aa 100644 --- a/isis/src/base/objs/UniqueIOCachingAlgorithm/UniqueIOCachingAlgorithm.h +++ b/isis/src/base/objs/UniqueIOCachingAlgorithm/UniqueIOCachingAlgorithm.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef UniqueIOCachingAlgorithm_h #define UniqueIOCachingAlgorithm_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "CubeCachingAlgorithm.h" diff --git a/isis/src/base/objs/UniqueIOCachingAlgorithm/unitTest.cpp b/isis/src/base/objs/UniqueIOCachingAlgorithm/unitTest.cpp index 7904a8dde0dd665ab39aeb72db2f554a19e32637..8e68a254b25dbb22617be765e8a5b868d87a6bd3 100644 --- a/isis/src/base/objs/UniqueIOCachingAlgorithm/unitTest.cpp +++ b/isis/src/base/objs/UniqueIOCachingAlgorithm/unitTest.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:06 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/UniversalGroundMap/UniversalGroundMap.cpp b/isis/src/base/objs/UniversalGroundMap/UniversalGroundMap.cpp index 000f082539835a46c952eb61b32d6d9e1da32c7f..56c4611b58c03be4ea6c315f575d1c035c1c5aa3 100644 --- a/isis/src/base/objs/UniversalGroundMap/UniversalGroundMap.cpp +++ b/isis/src/base/objs/UniversalGroundMap/UniversalGroundMap.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "UniversalGroundMap.h" #include diff --git a/isis/src/base/objs/UniversalGroundMap/UniversalGroundMap.h b/isis/src/base/objs/UniversalGroundMap/UniversalGroundMap.h index 44bdd9d2ac4986cdc4563098b75ac48f075b2ae4..d7d465e587a460fd39003e15fd2e39df3b1be00b 100644 --- a/isis/src/base/objs/UniversalGroundMap/UniversalGroundMap.h +++ b/isis/src/base/objs/UniversalGroundMap/UniversalGroundMap.h @@ -1,27 +1,11 @@ #ifndef UniversalGroundMap_h #define UniversalGroundMap_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/04/29 00:54:15 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { class Camera; class Cube; diff --git a/isis/src/base/objs/UniversalGroundMap/unitTest.cpp b/isis/src/base/objs/UniversalGroundMap/unitTest.cpp index eff3c5ac3f402c4e93848983e059b0e96f25550a..b2f788953a9cbc267a2ac54182b7f571f9ad2ed2 100644 --- a/isis/src/base/objs/UniversalGroundMap/unitTest.cpp +++ b/isis/src/base/objs/UniversalGroundMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/UpturnedEllipsoidTransverseAzimuthal.cpp b/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/UpturnedEllipsoidTransverseAzimuthal.cpp index d95fa282868165d5fa7495c1348c49a51955d93b..457700e3b289710c5d69b10475388786302f144f 100644 --- a/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/UpturnedEllipsoidTransverseAzimuthal.cpp +++ b/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/UpturnedEllipsoidTransverseAzimuthal.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.8 $ - * $Date: 2009/03/20 22:30:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "UpturnedEllipsoidTransverseAzimuthal.h" #include diff --git a/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/UpturnedEllipsoidTransverseAzimuthal.h b/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/UpturnedEllipsoidTransverseAzimuthal.h index 8c0a94af1e6f1c104f56cb32ff623fd793440042..e7e345327578883a6e55633444f091f551f199e8 100644 --- a/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/UpturnedEllipsoidTransverseAzimuthal.h +++ b/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/UpturnedEllipsoidTransverseAzimuthal.h @@ -1,27 +1,11 @@ #ifndef UpturnedEllipsoidTransverseAzimuthal_h #define UpturnedEllipsoidTransverseAzimuthal_h -/** - * @file - * $Revision: 1.5 $ - * $Date: 2009/03/20 22:30:23 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "TProjection.h" namespace Isis { diff --git a/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/unitTest.cpp b/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/unitTest.cpp index 4883c3df08289d90c569efeec6a71c14d9cd98c6..a9ba9eb124b377d4b4a5f7c14b2c4dfbe6c1bf0e 100644 --- a/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/unitTest.cpp +++ b/isis/src/base/objs/UpturnedEllipsoidTransverseAzimuthal/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/UserInterface/UserInterface.cpp b/isis/src/base/objs/UserInterface/UserInterface.cpp index c9dd938b37939cb13b35274c50290dac375f5f09..4594f5a2cab9ec7dc038978b98aa4180371d71c0 100644 --- a/isis/src/base/objs/UserInterface/UserInterface.cpp +++ b/isis/src/base/objs/UserInterface/UserInterface.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.17 $ - * $Date: 2010/05/28 17:55:36 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ -#include "UserInterface.h" +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */#include "UserInterface.h" #include #include diff --git a/isis/src/base/objs/UserInterface/UserInterface.h b/isis/src/base/objs/UserInterface/UserInterface.h index cfb29dcb55d49b74fd64950fc43098049d768e8e..0a2218a60946fa30403a60f88746e93a7d8ff0d2 100644 --- a/isis/src/base/objs/UserInterface/UserInterface.h +++ b/isis/src/base/objs/UserInterface/UserInterface.h @@ -1,27 +1,11 @@ #ifndef UserInterface_h #define UserInterface_h -/** - * @file - * $Revision: 1.14 $ - * $Date: 2010/05/28 17:55:36 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include "FileName.h" #include "Gui.h" #include "IsisAml.h" diff --git a/isis/src/base/objs/UserInterface/unitTest.cpp b/isis/src/base/objs/UserInterface/unitTest.cpp index 3a80580884e11e126d9f5c6c3bdcaea76c7dbc00..a9c14683903a0822f5d39cbdfd7fd4161d72e06f 100644 --- a/isis/src/base/objs/UserInterface/unitTest.cpp +++ b/isis/src/base/objs/UserInterface/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "UserInterface.h" diff --git a/isis/src/base/objs/VariableLineScanCameraDetectorMap/VariableLineScanCameraDetectorMap.cpp b/isis/src/base/objs/VariableLineScanCameraDetectorMap/VariableLineScanCameraDetectorMap.cpp index 93a0bc2538343ff0e54aeeeeaf76b931b9b617c3..43fe952ca08b92e545bd9ddab7ad56a9ada50144 100644 --- a/isis/src/base/objs/VariableLineScanCameraDetectorMap/VariableLineScanCameraDetectorMap.cpp +++ b/isis/src/base/objs/VariableLineScanCameraDetectorMap/VariableLineScanCameraDetectorMap.cpp @@ -1,25 +1,9 @@ -/** - * @file - * $Revision: 1.2 $ - * $Date: 2008/08/08 22:02:36 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "VariableLineScanCameraDetectorMap.h" #include "CameraFocalPlaneMap.h" diff --git a/isis/src/base/objs/VariableLineScanCameraDetectorMap/VariableLineScanCameraDetectorMap.h b/isis/src/base/objs/VariableLineScanCameraDetectorMap/VariableLineScanCameraDetectorMap.h index fa70680cab253f7ccd84a0b85275549be534f863..139103a8e415aa4ba8be5ad982b303457234d786 100644 --- a/isis/src/base/objs/VariableLineScanCameraDetectorMap/VariableLineScanCameraDetectorMap.h +++ b/isis/src/base/objs/VariableLineScanCameraDetectorMap/VariableLineScanCameraDetectorMap.h @@ -1,28 +1,11 @@ -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/03/07 18:02:33 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are - * public domain. See individual third-party library and package descriptions - * for intellectual property information, user agreements, and related - * information. - * - * Although Isis has been used by the USGS, no warranty, expressed or - * implied, is made by the USGS as to the accuracy and functioning of such - * software and related material nor shall the fact of distribution - * constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ - #ifndef VariableLineScanCameraDetectorMap_h #define VariableLineScanCameraDetectorMap_h +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LineScanCameraDetectorMap.h" diff --git a/isis/src/base/objs/VariableLineScanCameraDetectorMap/unitTest.cpp b/isis/src/base/objs/VariableLineScanCameraDetectorMap/unitTest.cpp index a99d31505b8287bc7e4dd9eb5bb73ae29eb707a5..d03928e77293d9532a30875a273bc970506a87d1 100644 --- a/isis/src/base/objs/VariableLineScanCameraDetectorMap/unitTest.cpp +++ b/isis/src/base/objs/VariableLineScanCameraDetectorMap/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "Preference.h" diff --git a/isis/src/base/objs/VecFilter/VecFilter.cpp b/isis/src/base/objs/VecFilter/VecFilter.cpp index 2407bc60bebacc3410842b7d7c31173765b9b606..626df5354474e63fdf13e0cd9ccb49bbeedc8d8c 100644 --- a/isis/src/base/objs/VecFilter/VecFilter.cpp +++ b/isis/src/base/objs/VecFilter/VecFilter.cpp @@ -1,22 +1,9 @@ -/** - * @file - * $Date: 2009/03/17 16:58:22 $ - * $Revision: 1.1 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public domain. See - * individual third-party library and package descriptions for intellectual property information, - * user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the - * USGS as to the accuracy and functioning of such software and related material nor shall the - * fact of distribution constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/VecFilter/VecFilter.h b/isis/src/base/objs/VecFilter/VecFilter.h index ba693d38776bee40c34d769f0f94899a12e4c9a9..a697324d3cdeb477214b9b588a877e2a80f19285 100644 --- a/isis/src/base/objs/VecFilter/VecFilter.h +++ b/isis/src/base/objs/VecFilter/VecFilter.h @@ -1,24 +1,11 @@ #ifndef VecFilter_h #define VecFilter_h -/** - * @file - * $Date: 2009/03/17 16:58:23 $ - * $Revision: 1.1 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public domain. See - * individual third-party library and package descriptions for intellectual property information, - * user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, is made by the - * USGS as to the accuracy and functioning of such software and related material nor shall the - * fact of distribution constitute any such warranty, and no responsibility is assumed by the - * USGS in connection therewith. - * - * For additional information, launch $ISISROOT/doc//documents/Disclaimers/Disclaimers.html - * in a browser or see the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/VecFilter/unitTest.cpp b/isis/src/base/objs/VecFilter/unitTest.cpp index f18d7b32a065c0f36d0a8c53d0bac3562746b52b..e23b0712c0a141692c6cec008873d90460ce41ae 100644 --- a/isis/src/base/objs/VecFilter/unitTest.cpp +++ b/isis/src/base/objs/VecFilter/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/WorldMapper/WorldMapper.h b/isis/src/base/objs/WorldMapper/WorldMapper.h index e7ef877c3541bdab4fa59b88b4e961e778dc5631..d4da59b3da01f4cfc4a1a2dcbe7207e4297e934b 100644 --- a/isis/src/base/objs/WorldMapper/WorldMapper.h +++ b/isis/src/base/objs/WorldMapper/WorldMapper.h @@ -1,27 +1,11 @@ #ifndef WorldMapper_h #define WorldMapper_h -/** - * @file - * $Revision: 1.1.1.1 $ - * $Date: 2006/10/31 23:18:10 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ namespace Isis { /** * @brief Create a mapping between a projection and other coordinate system diff --git a/isis/src/base/objs/WorldMapper/unitTest.cpp b/isis/src/base/objs/WorldMapper/unitTest.cpp index 5a4861f5be4f17149d7eae3eb6f4f04bfb4ca1b0..9ca9209324e3b99bba5f8adb6b72a8183ebb75a1 100644 --- a/isis/src/base/objs/WorldMapper/unitTest.cpp +++ b/isis/src/base/objs/WorldMapper/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include "WorldMapper.h" #include "Preference.h" diff --git a/isis/src/base/objs/XmlStackedHandler/XmlStackedHandler.cpp b/isis/src/base/objs/XmlStackedHandler/XmlStackedHandler.cpp index fe82d38251d54701b2da59922f751ba48ff828d3..52e44faf1a5c1a487564deda00399976164381a9 100644 --- a/isis/src/base/objs/XmlStackedHandler/XmlStackedHandler.cpp +++ b/isis/src/base/objs/XmlStackedHandler/XmlStackedHandler.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "IsisDebug.h" #include "XmlStackedHandler.h" diff --git a/isis/src/base/objs/XmlStackedHandler/XmlStackedHandler.h b/isis/src/base/objs/XmlStackedHandler/XmlStackedHandler.h index cfdf0f46370f93401e818f70bbd3ecd42ac1d125..ab5e69ff377d726d1382990502d98a4354d4e9e5 100644 --- a/isis/src/base/objs/XmlStackedHandler/XmlStackedHandler.h +++ b/isis/src/base/objs/XmlStackedHandler/XmlStackedHandler.h @@ -1,5 +1,11 @@ #ifndef XmlStackedHandler_H #define XmlStackedHandler_H +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/XmlStackedHandler/unitTest.cpp b/isis/src/base/objs/XmlStackedHandler/unitTest.cpp index a9625182637127de87349dd795aa2d58c72573de..3cfdf3f8dee9272dfb706df820a8f54a3f55c6ef 100644 --- a/isis/src/base/objs/XmlStackedHandler/unitTest.cpp +++ b/isis/src/base/objs/XmlStackedHandler/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/XmlStackedHandlerReader/XmlStackedHandlerReader.cpp b/isis/src/base/objs/XmlStackedHandlerReader/XmlStackedHandlerReader.cpp index b0904619bfe1ffc2b572692c92f03eb4635e6b60..2d50250314775232aa2ab4dcbd9f6bdeedbd3a98 100644 --- a/isis/src/base/objs/XmlStackedHandlerReader/XmlStackedHandlerReader.cpp +++ b/isis/src/base/objs/XmlStackedHandlerReader/XmlStackedHandlerReader.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "XmlStackedHandlerReader.h" #include diff --git a/isis/src/base/objs/XmlStackedHandlerReader/XmlStackedHandlerReader.h b/isis/src/base/objs/XmlStackedHandlerReader/XmlStackedHandlerReader.h index 25c2cdccbd9e5bfc0935283f45b1d0461e71f866..f26cfdcdc215f063497fcacffccde617ec2dcb96 100644 --- a/isis/src/base/objs/XmlStackedHandlerReader/XmlStackedHandlerReader.h +++ b/isis/src/base/objs/XmlStackedHandlerReader/XmlStackedHandlerReader.h @@ -1,6 +1,11 @@ #ifndef XmlStackedHandlerReader_H #define XmlStackedHandlerReader_H +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ +/* SPDX-License-Identifier: CC0-1.0 */ #include template class QStack; diff --git a/isis/src/base/objs/XmlStackedHandlerReader/unitTest.cpp b/isis/src/base/objs/XmlStackedHandlerReader/unitTest.cpp index 8cb58151621e59766b04ce69f81347ac1294b3d2..e63979b5667882b4451ff078b749063d24c72cdf 100644 --- a/isis/src/base/objs/XmlStackedHandlerReader/unitTest.cpp +++ b/isis/src/base/objs/XmlStackedHandlerReader/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include using namespace std; diff --git a/isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.cpp b/isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.cpp index ecca6fcb1f5ef29e1d8386c6ddee87ba72931dbc..e28c40f99fbf529a3ae3c4831ec7fd382cc95009 100644 --- a/isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.cpp +++ b/isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.10 $ - * $Date: 2010/01/04 18:01:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LabelTranslationManager.h" #include diff --git a/isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.h b/isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.h index 3f8382118ccd70d25b4bfc364b98791f833c8a3a..714946d7e2bf4c07c1dcfa10011a47900b64eecd 100644 --- a/isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.h +++ b/isis/src/base/objs/XmlToPvlTranslationManager/XmlToPvlTranslationManager.h @@ -1,26 +1,11 @@ #ifndef XmlToPvlTranslationManager_h #define XmlToPvlTranslationManager_h -/** - * @file - * $Revision: 1.6 $ - * $Date: 2010/01/04 18:01:31 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include "LabelTranslationManager.h" #include diff --git a/isis/src/base/objs/XmlToPvlTranslationManager/unitTest.cpp b/isis/src/base/objs/XmlToPvlTranslationManager/unitTest.cpp index 4f83f867f5645bad5e0f0f97fd872a8668978a7d..eb85f2bcd3ce5774650bb4a86c1795b1fd474f45 100644 --- a/isis/src/base/objs/XmlToPvlTranslationManager/unitTest.cpp +++ b/isis/src/base/objs/XmlToPvlTranslationManager/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include diff --git a/isis/src/base/objs/iTime/iTime.cpp b/isis/src/base/objs/iTime/iTime.cpp index a30674cc3011b32fdacf4318032222ecd0d3ece9..edc808cffa3f2234d74f6aa4f6d0529258c536d3 100644 --- a/isis/src/base/objs/iTime/iTime.cpp +++ b/isis/src/base/objs/iTime/iTime.cpp @@ -1,24 +1,9 @@ -/** - * @file - * $Revision: 1.4 $ - * $Date: 2010/01/15 01:37:59 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include diff --git a/isis/src/base/objs/iTime/iTime.h b/isis/src/base/objs/iTime/iTime.h index c467a6da6d072e392e96193fb5af3af1836710df..2ad44fc96a6b42a1eb50ecf90fca00a50cca4496 100644 --- a/isis/src/base/objs/iTime/iTime.h +++ b/isis/src/base/objs/iTime/iTime.h @@ -1,26 +1,11 @@ #ifndef Time_h #define Time_h -/** - * @file - * $Revision: 1.3 $ - * $Date: 2009/12/28 19:27:12 $ - * - * Unless noted otherwise, the portions of Isis written by the USGS are public - * domain. See individual third-party library and package descriptions for - * intellectual property information,user agreements, and related information. - * - * Although Isis has been used by the USGS, no warranty, expressed or implied, - * is made by the USGS as to the accuracy and functioning of such software - * and related material nor shall the fact of distribution constitute any such - * warranty, and no responsibility is assumed by the USGS in connection - * therewith. - * - * For additional information, launch - * $ISISROOT/doc//documents/Disclaimers/Disclaimers.html in a browser or see - * the Privacy & Disclaimers page on the Isis website, - * http://isis.astrogeology.usgs.gov, and the USGS privacy and disclaimers on - * http://www.usgs.gov/privacy.html. - */ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include diff --git a/isis/src/base/objs/iTime/unitTest.cpp b/isis/src/base/objs/iTime/unitTest.cpp index 43492b2f8c03b2b18d358dfc883e375a7fdaf7c9..f621fb82a8b7d20e7fd155df4f3779037eae9d6e 100644 --- a/isis/src/base/objs/iTime/unitTest.cpp +++ b/isis/src/base/objs/iTime/unitTest.cpp @@ -1,3 +1,9 @@ +/** This is free and unencumbered software released into the public domain. +The authors of ISIS do not claim copyright on the contents of this file. +For more details about the LICENSE terms and the AUTHORS, you will +find files of those names at the top level of this repository. **/ + +/* SPDX-License-Identifier: CC0-1.0 */ #include #include #include "IException.h"