This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository netcdf-fortran.
commit 992a3a0defa8d4ea625c0fe78686d426eec9474a Author: Bas Couwenberg <[email protected]> Date: Fri Jan 22 11:35:26 2016 +0100 Add license & copyright for cfortran.h and its documentation. --- debian/changelog | 1 + debian/copyright | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1806f57..01b6a73 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ netcdf-fortran (4.4.3-1) UNRELEASED; urgency=medium * New upstream release. + * Add license & copyright for cfortran.h and its documentation. -- Bas Couwenberg <[email protected]> Fri, 22 Jan 2016 11:14:16 +0100 diff --git a/debian/copyright b/debian/copyright index bbf2184..0028442 100644 --- a/debian/copyright +++ b/debian/copyright @@ -75,6 +75,13 @@ Files: fortran/module_netcdf4_f03.f90 Copyright: Richard Weed, Ph.D. <[email protected]>, Center for Advanced Vehicular Systems, Mississippi State University License: Apache-2.0 +Files: docs/cfortran.doc + libsrc/cfortran.h +Copyright: 1990-2002, Burkhard Burow <[email protected]> +Comment: License is documented in docs/cfortran.doc. + See also: https://github.com/Unidata/netcdf-fortran/issues/27 +License: LGPL-2 or CFORTRAN + Files: docs/texinfo.tex Copyright: 1985-1986, 1988, 1990-2013, Free Software Foundation, Inc. License: GPL-3+ with Texinfo exception @@ -84,7 +91,7 @@ Copyright: 2015, Debian GIS Team License: BSD-3-Clause License: NetCDF - Portions of this software were developed by the Unidata Program at the + Portions of this software were developed by the Unidata Program at the University Corporation for Atmospheric Research. . Access and use of this software shall impose the following obligations @@ -296,7 +303,7 @@ License: GPL-3+ with Texinfo exception On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. - + License: Apache-2.0 This software is released under the Apache 2.0 Open Source License. The full text of the License can be viewed at : @@ -312,3 +319,42 @@ License: Apache-2.0 On Debian systems, the complete text of the Apache License can be found in `/usr/share/common-licenses/Apache-2.0'. +License: LGPL-2 + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public License + version 2 as published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Library General Public License for more details. + . + On Debian systems, the full text of the GNU Library General Public + License version 2 can be found in the file + `/usr/share/common-licenses/LGPL-2'. + +License: CFORTRAN + THIS PACKAGE, I.E. CFORTRAN.H, THIS DOCUMENT, AND THE CFORTRAN.H EXAMPLE + PROGRAMS ARE PROPERTY OF THE AUTHOR WHO RESERVES ALL RIGHTS. THIS PACKAGE AND + THE CODE IT PRODUCES MAY BE FREELY DISTRIBUTED WITHOUT FEES, SUBJECT + (AT YOUR CHOICE) EITHER TO THE GNU LIBRARY GENERAL PUBLIC LICENSE + AT http://www.gnu.org/licenses/lgpl.html OR TO THE FOLLOWING RESTRICTIONS: + - YOU MUST ACCOMPANY ANY COPIES OR DISTRIBUTION WITH THIS (UNALTERED) NOTICE. + - YOU MAY NOT RECEIVE MONEY FOR THE DISTRIBUTION OR FOR ITS MEDIA + (E.G. TAPE, DISK, COMPUTER, PAPER.) + - YOU MAY NOT PREVENT OTHERS FROM COPYING IT FREELY. + - YOU MAY NOT DISTRIBUTE MODIFIED VERSIONS WITHOUT CLEARLY DOCUMENTING YOUR + CHANGES AND NOTIFYING THE AUTHOR. + - YOU MAY NOT MISREPRESENTED THE ORIGIN OF THIS SOFTWARE, EITHER BY EXPLICIT + CLAIM OR BY OMISSION. + . + THE INTENT OF THE ABOVE TERMS IS TO ENSURE THAT THE CFORTRAN.H PACKAGE NOT BE + USED FOR PROFIT MAKING ACTIVITIES UNLESS SOME ROYALTY ARRANGEMENT IS ENTERED + INTO WITH ITS AUTHOR. + . + THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER + EXPRESSED OR IMPLIED. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE + SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST + OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. THE AUTHOR IS NOT RESPONSIBLE + FOR ANY SUPPORT OR SERVICE OF THE CFORTRAN.H PACKAGE. + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-fortran.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

