diff --git a/script_copyright_checker/file/c_cpp.template b/script_copyright_checker/file/c_cpp.template new file mode 100644 index 00000000..405e1657 --- /dev/null +++ b/script_copyright_checker/file/c_cpp.template @@ -0,0 +1,5 @@ +// ----------------------------------------------------------------------------- +// (C) Crown copyright Met Office. All rights reserved. +// The file LICENCE, distributed with this code, contains details of the terms +// under which the code may be used. +// ----------------------------------------------------------------------------- diff --git a/script_copyright_checker/file/fortran33.template b/script_copyright_checker/file/fortran33.template new file mode 100644 index 00000000..ce83c199 --- /dev/null +++ b/script_copyright_checker/file/fortran33.template @@ -0,0 +1,5 @@ +! ----------------------------------------------------------------------------- +! (C) Crown copyright Met Office. All rights reserved. +! The file LICENCE, distributed with this code, contains details of the terms +! under which the code may be used. +! ----------------------------------------------------------------------------- diff --git a/script_copyright_checker/file/python2.template b/script_copyright_checker/file/python2.template new file mode 100644 index 00000000..841888ea --- /dev/null +++ b/script_copyright_checker/file/python2.template @@ -0,0 +1,5 @@ +# ----------------------------------------------------------------------------- +# (C) Crown copyright Met Office. All rights reserved. +# The file LICENCE, distributed with this code, contains details of the terms +# under which the code may be used. +# -----------------------------------------------------------------------------