From 35561dd194479a53b2f672573edac5f676d0c641 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Sat, 25 May 2019 09:58:02 -0600 Subject: [PATCH] centralized COPYRIGHT notice --- COPYRIGHT | 16 ++++++++++++++++ Makefile.am | 2 +- doc/source/Decomp.txt | 17 +---------------- doc/source/Error.txt | 17 +---------------- doc/source/Examples.txt | 17 +---------------- doc/source/GettingStarted.txt | 18 ------------------ doc/source/Installing.txt | 17 +---------------- doc/source/contributing_code.txt | 17 +---------------- doc/source/faq.txt | 17 +---------------- doc/source/mach_walkthrough.txt | 17 +---------------- doc/source/testpio_example.txt | 16 ---------------- 11 files changed, 24 insertions(+), 147 deletions(-) create mode 100644 COPYRIGHT diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 00000000000..8652d01dda1 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,16 @@ +/****************************************************************************** + * + * + * + * Copyright (C) 2009-2019 + * + * Permission to use, copy, modify, and distribute this software and its + * documentation under the terms of the GNU General Public License is hereby + * granted. No representations are made about the suitability of this software + * for any purpose. It is provided "as is" without express or implied warranty. + * See the GNU General Public License for more details. + * + * Documents produced by Doxygen are derivative works derived from the + * input used in their production; they are not affected by this license. + * + */ \ No newline at end of file diff --git a/Makefile.am b/Makefile.am index 5fac0f9fcd0..d844a527697 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,4 +12,4 @@ endif SUBDIRS = src tests examples ${DOC} scripts -EXTRA_DIST = CMakeLists.txt set_flags.am +EXTRA_DIST = CMakeLists.txt set_flags.am COPYRIGHT diff --git a/doc/source/Decomp.txt b/doc/source/Decomp.txt index 9ccce62a58f..957428d2de2 100644 --- a/doc/source/Decomp.txt +++ b/doc/source/Decomp.txt @@ -1,19 +1,4 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2009 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ /*! \page decomp Describing decompositions +/*! \page decomp Describing decompositions One of the biggest challenges to working with PIO is setting up diff --git a/doc/source/Error.txt b/doc/source/Error.txt index 72c0da23e20..41371d8455b 100644 --- a/doc/source/Error.txt +++ b/doc/source/Error.txt @@ -1,19 +1,4 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2009 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ /*! +/*! \page error Error Handling By default, PIO handles errors internally by printing a string diff --git a/doc/source/Examples.txt b/doc/source/Examples.txt index e18d2926c7c..932d2789578 100644 --- a/doc/source/Examples.txt +++ b/doc/source/Examples.txt @@ -1,19 +1,4 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2009 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ /*! \page examp Examples +/*! \page examp Examples ## Examples Included with PIO Distribution diff --git a/doc/source/GettingStarted.txt b/doc/source/GettingStarted.txt index aee7661482b..af73190bbe7 100644 --- a/doc/source/GettingStarted.txt +++ b/doc/source/GettingStarted.txt @@ -1,21 +1,3 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2009 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ - - \tableofcontents /*! \page intro Introduction diff --git a/doc/source/Installing.txt b/doc/source/Installing.txt index 05aa5d1dd61..c49a419197e 100644 --- a/doc/source/Installing.txt +++ b/doc/source/Installing.txt @@ -1,19 +1,4 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2013 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ /*! \page install Installing PIO +/*! \page install Installing PIO The PIO code is currently stored on github at . For questions about downloading or developing this code, consult the [CIME Git Wiki](https://github.com/CESM-Development/cime/wiki/CIME-Git-Workflow) or email . diff --git a/doc/source/contributing_code.txt b/doc/source/contributing_code.txt index faca49aab08..776af900c13 100644 --- a/doc/source/contributing_code.txt +++ b/doc/source/contributing_code.txt @@ -1,19 +1,4 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2016 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ /*! \page contributing_code Guide for Contributors +/*! \page contributing_code Guide for Contributors # Introduction # diff --git a/doc/source/faq.txt b/doc/source/faq.txt index dab793d8667..34f9c3db88c 100644 --- a/doc/source/faq.txt +++ b/doc/source/faq.txt @@ -1,19 +1,4 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2009 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ /*! \page faq Frequently Asked Questions +/*! \page faq Frequently Asked Questions Here is a list of frequently asked questions and their answers.
diff --git a/doc/source/mach_walkthrough.txt b/doc/source/mach_walkthrough.txt index a63e287704d..db8dcfd4537 100644 --- a/doc/source/mach_walkthrough.txt +++ b/doc/source/mach_walkthrough.txt @@ -1,19 +1,4 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2013 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ /*! \page mach_walkthrough Install Walk-through +/*! \page mach_walkthrough Install Walk-through This document provides specific instructions for installing PIO using a variety of compilers on a few commonly used super computers. Click on the link below to go directly to the machine of interest. diff --git a/doc/source/testpio_example.txt b/doc/source/testpio_example.txt index 07fb3b04b47..c5d4ef7e5ca 100644 --- a/doc/source/testpio_example.txt +++ b/doc/source/testpio_example.txt @@ -1,19 +1,3 @@ -/****************************************************************************** - * - * - * - * Copyright (C) 2009 - * - * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software - * for any purpose. It is provided "as is" without express or implied warranty. - * See the GNU General Public License for more details. - * - * Documents produced by Doxygen are derivative works derived from the - * input used in their production; they are not affected by this license. - * - */ /*! \page testpio_example testpio: a regression and benchmarking code The testpio directory, included with the release package, tests both the accuracy