From a21a67b2c2cb620c557c60571cf80ccc736d83a4 Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Tue, 9 Aug 2022 10:07:37 +0200 Subject: [PATCH] Makefike.am: added LICENSE to EXTRA_DIST --- COPYING | 5 ++++- LICENSE | 5 ++++- Makefile.am | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/COPYING b/COPYING index 4e51f7a27..d102eb890 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright 2021, MPI für Meteorologie +Copyright 2002-2022, MPI für Meteorologie Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,3 +9,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright notice + ©2002-2022 MPI-M, see list in the AUTHORS file diff --git a/LICENSE b/LICENSE index 5ee1a19f3..d102eb890 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2003-2021, MPI für Meteorologie +Copyright 2002-2022, MPI für Meteorologie Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -9,3 +9,6 @@ Redistribution and use in source and binary forms, with or without modification, 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Copyright notice + ©2002-2022 MPI-M, see list in the AUTHORS file diff --git a/Makefile.am b/Makefile.am index d77e1b883..ada7e0050 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = src interfaces app examples examples/pio tests # EXTRA_DIST=config/default \ + LICENSE \ doc/cdi_cman.pdf \ doc/cdi_fman.pdf \ src/cfortran.doc \ -- GitLab