Unverified Commit 7e8d2286 authored by Ross Beyer's avatar Ross Beyer Committed by GitHub
Browse files

Added reference for boilerplate text. (#3845)

* Added reference for boilerplate text.

* Cleaned up SPDX line comment and refined text per Jesse's comment.
parent e926548c
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
# ISIS Templates

The files in this directory are meant to be used as a starting point
for developing new ISIS program files or guidelines for how existing
files should be modified.


## Generic Boilerplate for Most Files

If a file has significant content (original material that authors
could claim copyrights on) please ensure that the following text
is placed in a comment near the top of the file, or in some other
appropriate location, depending on file type.

    This is free and unencumbered software released into the public domain.

    The authors of ISIS do not claim copyright on the contents of this file.
    For more details about the LICENSE terms and the AUTHORS, you will
    find files of those names at the top level of this repository.

    SPDX-License-Identifier: CC0-1.0

If you are unsure if a particular files needs these comments, leave
a comment in your PR, and the PR reviewers should be able to advise.
+7 −0
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 */