Unverified Commit 83c00c29 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Disclaimer updates in Mission apps and objects (#4295)



* Updated disclaimers to .cpp and .h files

* Updated disclaimers

* Updated disclaimers to mission .cpp and .h files

* Updated disclaimers.

* Fixed accidental deletion.

Co-authored-by: default avatarStuart Sides <ssides@usgs.gov>
parent 1523fc5c
Loading
Loading
Loading
Loading
+38 −30
Original line number Diff line number Diff line
/** This is free and unencumbered software released into the public domain.

The authors of ISIS do not claim copyright on the contents of this file.
For more details about the LICENSE terms 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 "Chip.h"
#include "UserInterface.h"
+20 −12
Original line number Diff line number Diff line
/** This is free and unencumbered software released into the public domain.

The authors of ISIS do not claim copyright on the contents of this file.
For more details about the LICENSE terms 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 "ProcessByTile.h"
#include "Pvl.h"
+10 −2
Original line number Diff line number Diff line
#ifndef apollocal_h // Change this to your app name in all lower case suffixed with _h (e.g. campt_h, cam2map_h etc.)
#ifndef apollocal_h
#define apollocal_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 "Cube.h"
#include "UserInterface.h"

+9 −1
Original line number Diff line number Diff line
/** This is free and unencumbered software released into the public domain.

The authors of ISIS do not claim copyright on the contents of this file.
For more details about the LICENSE terms 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"
+9 −1
Original line number Diff line number Diff line
/** This is free and unencumbered software released into the public domain.

The authors of ISIS do not claim copyright on the contents of this file.
For more details about the LICENSE terms 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 "UserInterface.h"
#include "Cube.h"
Loading