This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit 83723181143001f3dc76e4aa4bebd5108820ae44 Author: Bas Couwenberg <[email protected]> Date: Wed Dec 16 14:18:52 2015 +0100 Update copyright file using copyright-format 1.0. Update watch file to set repacksuffix and use HTTP. --- debian/changelog | 8 + debian/copyright | 1000 ++++++++++++++++++++++++++++++++++++++++++------------ debian/watch | 7 +- 3 files changed, 796 insertions(+), 219 deletions(-) diff --git a/debian/changelog b/debian/changelog index ee35690..ddf6a39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ossim (1.8.16-6) UNRELEASED; urgency=medium + + * Team upload. + * Update copyright file using copyright-format 1.0. + * Update watch file to set repacksuffix and use HTTP. + + -- Bas Couwenberg <[email protected]> Wed, 16 Dec 2015 14:16:23 +0100 + ossim (1.8.16-5) unstable; urgency=medium * Add initial watch file by Tobias Frost, add uscan options for passive FTP diff --git a/debian/copyright b/debian/copyright index 880fa6d..60b5dc9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,217 +1,785 @@ -This work was packaged for Debian by: - - Francesco Paolo Lovergine <[email protected]> on Fri, 16 Oct 2009 14:40:11 +0200 - -It was downloaded from via svn from http://svn.osgeo.org/ossim/trunk - -Upstream Authors, as collected in the code: - - Garrett Potts <[email protected]> - David Burken <[email protected]> - David Lucas - Dave Hicks - Andrew Huang - Chong-Ket Chuah - Thomas G. Lane - Frank Warmerdam <[email protected]> - Frederic Claudel - Ken Melero ([email protected]) - Kathy Minear - Matt Revelle - Oscar Kramer <[email protected]> - Scott Bortman - Walt Bunch - -Copyrights: - - Copyright (C) 2001-2005 Garrett Potts. - Copyright (C) 2000 ImageLinks Inc. - Copyright (C) 2005 David Burken. - Copyright (C) 2004 Intelligence Data Systems. - Copyright (C) 2005 Oscar Kramer. - Copyright (C) 2003 Storage Area Networks, Inc. - Copyright (C) 1994-1996, Thomas G. Lane. - Copyright (C) 2001 Deepak Bandyopadhyay, Lutz Kettner - Copyright (c) 1997 TargetJr Consortium - Copyright (C) 2005 SANZ Inc. - Copyright (c) 1990-1997 Sam Leffler - Copyright (c) 1991-1997 Silicon Graphics, Inc. - Copyright (C) 1991 Texas Instruments Incorporated. - Copyright (c) 1986 by University of Toronto. - -License: - - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 3 of the License, or (at your option) any later version. - - This package 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL-3'. - -The Debian packaging is: - - Copyright (C) 2009 Francesco Paolo Lovergine <[email protected]> - -and is licensed under the GPL version 3, -see `/usr/share/common-licenses/GPL-3'. - -[ - Other licenses for merged code, as taken from accompanying LICENSE.txt -] - -The OSSIM tree embeds some code from other libraries as well new code. -We will describe the license terms of the embedded modules as well as -the license of the ossim core engine. All code derived or embedded -in the ossim core engine should not restrict the use of commercial -purposes. - -1. OSSIM engine abides by the LGPL license terms. We grant you the use -of the OSSIM core engine in commercial or non commercial use without -royalty as long as the credits for the original authors stay within the -source code. - -2. shapelib. The shape library was written by Frank Warmerdam and has an -MIT Style license these files include: - dbfopen.c shpopen.c shptree.c -and are located in src/ossim/vec directory. They have the following -copyright -****************************************************************************** - * Copyright (c) 1999, Frank Warmerdam - * - * This software is available under the following "MIT Style" license, - * or at the option of the licensee under the LGPL (see LICENSE.LGPL). This - * option is discussed in more detail in shapelib.html. - * - * -- - * - * Permission is hereby granted, free of charge, to any person obtaining a - * copy of this software and associated documentation files (the "Software"), - * to deal in the Software without restriction, including without limitation - * the rights to use, copy, modify, merge, publish, distribute, sublicense, - * and/or sell copies of the Software, and to permit persons to whom the - * Software is furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included - * in all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER - * DEALINGS IN THE SOFTWARE. - - - -3. The matrix library was written by Robert Davies. At the time of -download the site was located at http://www.robertnz.net. He gives free -use in commercial and non commercial as long as his code remains intact -and the credits for the author are known. - -[ - -Note from the maintainer: - -See http://robertnz.net/nm10.htm for current license conditions -and specifically : - -"I place no restrictions on the use of newmat except that I take no -liability for any problems that may arise from its use, distribution or -other dealings with it. - -You can use it in your commercial projects. - -You can make and distribute modified or merged versions. You can include -parts of it in your own software. - -If you distribute modified or merged versions, please make it clear -which parts are mine and which parts are modified. - -For a substantially modified version, simply note that it is, in part, -derived from my software. A comment in the code will be sufficient. - -The software is provided "as is", without warranty of any kind. - -Please understand that there may still be bugs and errors. Use at your -own risk. I (Robert Davies) take no responsibility for any errors or -omissions in this package or for any misfortune that may befall you or -others as a result of your use, distribution or other dealings with it." - -] - -4. The kbool library does polygon boolean operation and is used by the -ossimPolyArea2d class. The license terms are based on the wxwidgets -licensing which gives free use in commercial and non-commercial -libraries. At the time of download the module used could be found at: -http://boolean.klaasholwerda.nl/download/download.html - -5. Geotrans. The geotrans library is a set of map projections that are -certified and hosted by NGA. They give free use in commercial and non -commercial software packages and at the time of download the geotrans -modules could be found at http://earth-info.nga.mil/GandG/geotrans/. We -have embedded the datum, ellipsoid, and map projections into the ossim -baseline and wrapped in C++ classes so to remove the global variable -access common in the raw getorans c library. - -[ - -Note from the maintainer: - -GEOTRANS Terms of Use: - -1. The GEOTRANS source code ("the software") is provided free of charge -by the National Geospatial-Intelligence Agency (NGA) of the United -States Department of Defense. Although NGA makes no copyright claim -under Title 17 U.S.C., NGA claims copyrights in the source code under -other legal regimes. NGA hereby grants to each user of the software -a license to use and distribute the software, and develop derivative -works. - -2. NGA requests that products developed using the software credit -the source of the software with the following statement, "The -product was developed using GEOTRANS, a product of the National -Geospatial-Intelligence Agency (NGA) and U.S. Army Engineering Research -and Development Center." Do not use the name GEOTRANS for any derived -work. - -3. Warranty Disclaimer: The software was developed to meet only the -internal requirements of the National Geospatial-Intelligence Agency -(NGA). The software is provided "as is," and no warranty, express -or implied, including but not limited to the implied warranties of -merchantability and fitness for particular purpose or arising by statute -or otherwise in law or from a course of dealing or usage in trade, is -made by NGA as to the accuracy and functioning of the software. - -4. NGA and its personnel are not required to provide technical support -or general assistance with respect to public use of the software. -Government customers may contact NGA. - -5. Neither NGA nor its personnel will be liable for any claims, -losses, or damages arising from or connected with the use of the -software. The user agrees to hold harmless the United States National -Geospatial-Intelligence Agency (NGA). The user's sole and exclusive -remedy is to stop using the software. - -6. Please be advised that pursuant to the United States Code, 10 -U.S.C. 425, the name of the National Geospatial-Intelligence Agency, -the initials "NGA", the seal of the National Geospatial-Intelligence -Agency, or any colorable imitation thereof shall not be used to imply -approval, endorsement, or authorization of a product without prior -written permission from United States Secretary of Defense. Do not -create the impression that NGA, the Secretary of Defense or the Director -of National Intelligence has endorsed any product derived from GEOTRANS. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: OSSIM +Upstream-Contact: OSSIM Developers <[email protected]> +Source: http://download.osgeo.org/ossim/source/ + The upstream tarball is repacked to exclude all subdirectories other than + those for ossim-core. +Files-Excluded: csmApi/* + csm_plugins/* + gsoc/* + libwms/* + oms/* + ossimGui/* + ossimPlanet/* + ossimPlanetQt/* + ossimPredator/* + ossim_package_support/* + ossim_plugins/* + ossim_qt4/* + ossimjni/* + planet_message/* + pqe/* + +Files: ossim/* +Copyright: 1994-1996, Thomas G. Lane + 1997, TargetJr Consortium + 1999, Frank Warmerdam <[email protected]> + 2000-2002, ImageLinks, Inc + 2003, Storage Area Networks, Inc + 2000, 2004, Intelligence Data Systems + 2004, VIZRT Inc + 2004-2005, Garrett Potts + 2004-2005, David Burken + 2005, Oscar Kramer + 2005, SANZ Inc + 2007, Ball Aerspace & Technologies Corp + 2010, Radiant Blue Technologies Inc + 2014, RadiantBlue, Inc +License: Expat + +Files: ossim/include/ossim/base/ossimFlexLexer.h +Copyright: 1993, The Regents of the University of California +License: UNKNOWN + +Files: ossim/include/ossim/base/ossimGzStream.h + ossim/src/ossim/base/ossimGzStream.cpp +Copyright: 2001, Deepak Bandyopadhyay, Lutz Kettner +License: LGPL-2.1+ + +Files: ossim/include/ossim/base/ossimRegExp.h + ossim/src/ossim/base/ossimRegExp.cpp +Copyright: 1991, Texas Instruments Incorporated +License: Texas-Instruments + Permission is granted to any individual or institution to use, copy, modify, + and distribute this software, provided that this complete copyright and + permission notice is maintained, intact, in all copies and supporting + documentation. + . + Texas Instruments Incorporated provides this software "as is" without + express or implied warranty. + +Files: ossim/include/ossim/matrix/* + ossim/src/ossim/matrix/* +Copyright: 1991-2000, 2002-2003, R B Davies +Comment: See http://robertnz.net/nm10.htm for current license conditions +License: matrix + I place no restrictions on the use of newmat except that I take no + liability for any problems that may arise from its use, distribution or + other dealings with it. + . + You can use it in your commercial projects. + . + You can make and distribute modified or merged versions. You can include + parts of it in your own software. + . + If you distribute modified or merged versions, please make it clear + which parts are mine and which parts are modified. + . + For a substantially modified version, simply note that it is, in part, + derived from my software. A comment in the code will be sufficient. + . + The software is provided "as is", without warranty of any kind. + . + Please understand that there may still be bugs and errors. Use at your + own risk. I (Robert Davies) take no responsibility for any errors or + omissions in this package or for any misfortune that may befall you or + others as a result of your use, distribution or other dealings with it. + +Files: ossim/include/ossim/vec/ossimVpfExtent.h + ossim/src/ossim/vec/ossimVpfExtent.cpp +Copyright: 1994-1995, Vectaport Inc., Cartoactive Systems +License: Vectaport + Permission to use, copy, modify, distribute, and sell this software and + its documentation for any purpose is hereby granted without fee, provided + that the above copyright notice appear in all copies and that both that + copyright notice and this permission notice appear in supporting + documentation, and that the names of the copyright holders not be used in + advertising or publicity pertaining to distribution of the software + without specific, written prior permission. The copyright holders make + no representations about the suitability of this software for any purpose. + It is provided "as is" without express or implied warranty. + . + THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS + SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. + IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, + INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING + FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, + NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION + WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Files: ossim/include/ossim/vpfutil/values.h +Copyright: 1995-1997, Free Software Foundation, Inc +License: LGPL-2+ + +Files: ossim/src/ossim/imaging/ossimFilter.cpp +Copyright: 2000, ImageMagick Studio +License: ImageMagick + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files ("ImageMagick"), + to deal in ImageMagick without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of ImageMagick, and to permit persons to whom the + ImageMagick is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of ImageMagick. + . + The software is provided "as is", without warranty of any kind, express or + implied, including but not limited to the warranties of merchantability, + fitness for a particular purpose and noninfringement. In no event shall + ImageMagick Studio be liable for any claim, damages or other liability, + whether in an action of contract, tort or otherwise, arising from, out of + or in connection with ImageMagick or the use or other dealings in + ImageMagick. + . + Except as contained in this notice, the name of the ImageMagick Studio + shall not be used in advertising or otherwise to promote the sale, use or + other dealings in ImageMagick without prior written authorization from the + ImageMagick Studio. + +Files: ossim/src/ossim/imaging/ossimJpegStdIOSrc.cpp +Copyright: 1994-1996, Thomas G. Lane + Centre National d'Etudes Spatiales. +Comment: The OTB is distributed under the CeCILL license version 2. See files + Licence_CeCILL_V2-en.txt (english version) or Licence_CeCILL_V2-fr.txt + (french version) in 'Copyright' directory for details. This licenses are + also available online: + http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt + http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt +License: CeCILL-2.0 + +Files: ossim/src/ossim/imaging/ossimRgbImage.cpp +Copyright: 1994-2001, Cold Spring Harbor Laboratory + 1996-2001, Boutell.Com, Inc + 1999-2000, Philip Warner + 1999-2000, Greg Roelofs + 1999-2000, John Ellson <[email protected]> + 2000, Doug Becker + 1994-1998, Thomas G. Lane + 2000, Maurice Szmurlo and Johan Van den Brande +Comment: File header documents the following: + Credits: + Much of the implementation within this file was taken from gd + We can use it but we need to give credit to the people who wrote + the algorithms. + . + COPYRIGHT STATEMENT FOLLOWS THIS LINE + . + Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 + by Cold Spring Harbor Laboratory. Funded under Grant P41-RR02188 by + the National Institutes of Health. + . + Portions copyright 1996, 1997, 1998, 1999, 2000, 2001 by + Boutell.Com, Inc. + . + Portions relating to GD2 format copyright 1999, 2000 Philip Warner. + . + Portions relating to PNG copyright 1999, 2000 Greg Roelofs. + . + Portions relating to libttf copyright 1999, 2000 John Ellson + ([email protected]). + . + Portions relating to JPEG and to color quantization copyright 2000, + Doug Becker and copyright (C) 1994-1998, Thomas G. Lane. This + software is based in part on the work of the Independent JPEG + Group. See the file README-JPEG.TXT for more information. + . + Portions relating to WBMP copyright 2000 Maurice Szmurlo and Johan + Van den Brande. + . + _Permission has been granted to copy, distribute and modify gd in + any context without fee, including a commercial application, + provided that this notice is present in user-accessible supporting + documentation._ + . + This does not affect your ownership of the derived work itself, and + the intent is to assure proper credit for the authors of gd, not to + interfere with your productive use of gd. If you have questions, + ask. "Derived works" includes all programs that utilize the + library. Credit must be given in user-accessible documentation. + . + _This software is provided "AS IS."_ The copyright holders disclaim + all warranties, either express or implied, including but not + limited to implied warranties of merchantability and fitness for a + particular purpose, with respect to this code and accompanying + documentation. + . + Although their code does not appear in gd 2.0.1, the authors wish + to thank David Koblas, David Rowley, and Hutchison Avenue Software + Corporation for their prior contributions. +License: Expat + +Files: debian/* +Copyright: 2009, Francesco Paolo Lovergine <[email protected]> +License: GPL-3+ + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + 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 General Public License for more details. + . + 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: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library 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: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library 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 + Lesser General Public License for more details. + . + On Debian systems, the full text of the GNU Lesser General Public + License version 2.1 can be found in the file + `/usr/share/common-licenses/LGPL-2.1'. + +License: CeCILL-2.0 + CeCILL FREE SOFTWARE LICENSE AGREEMENT + . + Notice + . + This Agreement is a Free Software license agreement that is the result + of discussions between its authors in order to ensure compliance with + the two main principles guiding its drafting: + . + * firstly, compliance with the principles governing the distribution + of Free Software: access to source code, broad rights granted to + users, + * secondly, the election of a governing law, French law, with which + it is conformant, both as regards the law of torts and + intellectual property law, and the protection that it offers to + both authors and holders of the economic rights over software. + . + The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre]) + license are: + . + Commissariat l'Energie Atomique - CEA, a public scientific, technical + and industrial research establishment, having its principal place of + business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. + . + Centre National de la Recherche Scientifique - CNRS, a public scientific + and technological establishment, having its principal place of business + at 3 rue Michel-Ange, 75794 Paris cedex 16, France. + . + Institut National de Recherche en Informatique et en Automatique - + INRIA, a public scientific and technological establishment, having its + principal place of business at Domaine de Voluceau, Rocquencourt, BP + 105, 78153 Le Chesnay cedex, France. + . + . + Preamble + . + The purpose of this Free Software license agreement is to grant users + the right to modify and redistribute the software governed by this + license within the framework of an open source distribution model. + . + The exercising of these rights is conditional upon certain obligations + for users so as to preserve this status for all subsequent redistributions. + . + In consideration of access to the source code and the rights to copy, + modify and redistribute granted by the license, users are provided only + with a limited warranty and the software's author, the holder of the + economic rights, and the successive licensors only have limited liability. + . + In this respect, the risks associated with loading, using, modifying + and/or developing or reproducing the software by the user are brought to + the user's attention, given its Free Software status, which may make it + complicated to use, with the result that its use is reserved for + developers and experienced professionals having in-depth computer + knowledge. Users are therefore encouraged to load and test the + suitability of the software as regards their requirements in conditions + enabling the security of their systems and/or data to be ensured and, + more generally, to use and operate it in the same conditions of + security. This Agreement may be freely reproduced and published, + provided it is not altered, and that no provisions are either added or + removed herefrom. + . + This Agreement may apply to any or all software for which the holder of + the economic rights decides to submit the use thereof to its provisions. + . + . + Article 1 - DEFINITIONS + . + For the purpose of this Agreement, when the following expressions + commence with a capital letter, they shall have the following meaning: + . + Agreement: means this license agreement, and its possible subsequent + versions and annexes. + . + Software: means the software in its Object Code and/or Source Code form + and, where applicable, its documentation, "as is" when the Licensee + accepts the Agreement. + . + Initial Software: means the Software in its Source Code and possibly its + Object Code form and, where applicable, its documentation, "as is" when + it is first distributed under the terms and conditions of the Agreement. + . + Modified Software: means the Software modified by at least one + Contribution. + . + Source Code: means all the Software's instructions and program lines to + which access is required so as to modify the Software. + . + Object Code: means the binary files originating from the compilation of + the Source Code. + . + Holder: means the holder(s) of the economic rights over the Initial + Software. + . + Licensee: means the Software user(s) having accepted the Agreement. + . + Contributor: means a Licensee having made at least one Contribution. + . + Licensor: means the Holder, or any other individual or legal entity, who + distributes the Software under the Agreement. + . + Contribution: means any or all modifications, corrections, translations, + adaptations and/or new functions integrated into the Software by any or + all Contributors, as well as any or all Internal Modules. + . + Module: means a set of sources files including their documentation that + enables supplementary functions or services in addition to those offered + by the Software. + . + External Module: means any or all Modules, not derived from the + Software, so that this Module and the Software run in separate address + spaces, with one calling the other when they are run. + . + Internal Module: means any or all Module, connected to the Software so + that they both execute in the same address space. + . + GNU GPL: means the GNU General Public License version 2 or any + subsequent version, as published by the Free Software Foundation Inc. + . + Parties: mean both the Licensee and the Licensor. + . + These expressions may be used both in singular and plural form. + . + . + Article 2 - PURPOSE + . + The purpose of the Agreement is the grant by the Licensor to the + Licensee of a non-exclusive, transferable and worldwide license for the + Software as set forth in Article 5 hereinafter for the whole term of the + protection granted by the rights over said Software. + . + . + Article 3 - ACCEPTANCE + . + 3.1 The Licensee shall be deemed as having accepted the terms and + conditions of this Agreement upon the occurrence of the first of the + following events: + . + * (i) loading the Software by any or all means, notably, by + downloading from a remote server, or by loading from a physical + medium; + * (ii) the first time the Licensee exercises any of the rights + granted hereunder. + . + 3.2 One copy of the Agreement, containing a notice relating to the + characteristics of the Software, to the limited warranty, and to the + fact that its use is restricted to experienced users has been provided + to the Licensee prior to its acceptance as set forth in Article 3.1 + hereinabove, and the Licensee hereby acknowledges that it has read and + understood it. + . + . + Article 4 - EFFECTIVE DATE AND TERM + . + . + 4.1 EFFECTIVE DATE + . + The Agreement shall become effective on the date when it is accepted by + the Licensee as set forth in Article 3.1. + . + . + 4.2 TERM + . + The Agreement shall remain in force for the entire legal term of + protection of the economic rights over the Software. + . + . + Article 5 - SCOPE OF RIGHTS GRANTED + . + The Licensor hereby grants to the Licensee, who accepts, the following + rights over the Software for any or all use, and for the term of the + Agreement, on the basis of the terms and conditions set forth hereinafter. + . + Besides, if the Licensor owns or comes to own one or more patents + protecting all or part of the functions of the Software or of its + components, the Licensor undertakes not to enforce the rights granted by + these patents against successive Licensees using, exploiting or + modifying the Software. If these patents are transferred, the Licensor + undertakes to have the transferees subscribe to the obligations set + forth in this paragraph. + . + . + 5.1 RIGHT OF USE + . + The Licensee is authorized to use the Software, without any limitation + as to its fields of application, with it being hereinafter specified + that this comprises: + . + 1. permanent or temporary reproduction of all or part of the Software + by any or all means and in any or all form. + . + 2. loading, displaying, running, or storing the Software on any or + all medium. + . + 3. entitlement to observe, study or test its operation so as to + determine the ideas and principles behind any or all constituent + elements of said Software. This shall apply when the Licensee + carries out any or all loading, displaying, running, transmission + or storage operation as regards the Software, that it is entitled + to carry out hereunder. + . + . + 5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS + . + The right to make Contributions includes the right to translate, adapt, + arrange, or make any or all modifications to the Software, and the right + to reproduce the resulting software. + . + The Licensee is authorized to make any or all Contributions to the + Software provided that it includes an explicit notice that it is the + author of said Contribution and indicates the date of the creation thereof. + . + . + 5.3 RIGHT OF DISTRIBUTION + . + In particular, the right of distribution includes the right to publish, + transmit and communicate the Software to the general public on any or + all medium, and by any or all means, and the right to market, either in + consideration of a fee, or free of charge, one or more copies of the + Software by any means. + . + The Licensee is further authorized to distribute copies of the modified + or unmodified Software to third parties according to the terms and + conditions set forth hereinafter. + . + . + 5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION + . + The Licensee is authorized to distribute true copies of the Software in + Source Code or Object Code form, provided that said distribution + complies with all the provisions of the Agreement and is accompanied by: + . + 1. a copy of the Agreement, + . + 2. a notice relating to the limitation of both the Licensor's + warranty and liability as set forth in Articles 8 and 9, + . + and that, in the event that only the Object Code of the Software is + redistributed, the Licensee allows future Licensees unhindered access to + the full Source Code of the Software by indicating how to access it, it + being understood that the additional cost of acquiring the Source Code + shall not exceed the cost of transferring the data. + . + . + 5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE + . + When the Licensee makes a Contribution to the Software, the terms and + conditions for the distribution of the resulting Modified Software + become subject to all the provisions of this Agreement. + . + The Licensee is authorized to distribute the Modified Software, in + source code or object code form, provided that said distribution + complies with all the provisions of the Agreement and is accompanied by: + . + 1. a copy of the Agreement, + . + 2. a notice relating to the limitation of both the Licensor's + warranty and liability as set forth in Articles 8 and 9, + . + and that, in the event that only the object code of the Modified + Software is redistributed, the Licensee allows future Licensees + unhindered access to the full source code of the Modified Software by + indicating how to access it, it being understood that the additional + cost of acquiring the source code shall not exceed the cost of + transferring the data. + . + . + 5.3.3 DISTRIBUTION OF EXTERNAL MODULES + . + When the Licensee has developed an External Module, the terms and + conditions of this Agreement do not apply to said External Module, that + may be distributed under a separate license agreement. + . + . + 5.3.4 COMPATIBILITY WITH THE GNU GPL + . + The Licensee can include a code that is subject to the provisions of one + of the versions of the GNU GPL in the Modified or unmodified Software, + and distribute that entire code under the terms of the same version of + the GNU GPL. + . + The Licensee can include the Modified or unmodified Software in a code + that is subject to the provisions of one of the versions of the GNU GPL, + and distribute that entire code under the terms of the same version of + the GNU GPL. + . + . + Article 6 - INTELLECTUAL PROPERTY + . + . + 6.1 OVER THE INITIAL SOFTWARE + . + The Holder owns the economic rights over the Initial Software. Any or + all use of the Initial Software is subject to compliance with the terms + and conditions under which the Holder has elected to distribute its work + and no one shall be entitled to modify the terms and conditions for the + distribution of said Initial Software. + . + The Holder undertakes that the Initial Software will remain ruled at + least by this Agreement, for the duration set forth in Article 4.2. + . + . + 6.2 OVER THE CONTRIBUTIONS + . + The Licensee who develops a Contribution is the owner of the + intellectual property rights over this Contribution as defined by + applicable law. + . + . + 6.3 OVER THE EXTERNAL MODULES + . + The Licensee who develops an External Module is the owner of the + intellectual property rights over this External Module as defined by + applicable law and is free to choose the type of agreement that shall + govern its distribution. + . + . + 6.4 JOINT PROVISIONS + . + The Licensee expressly undertakes: + . + 1. not to remove, or modify, in any manner, the intellectual property + notices attached to the Software; + . + 2. to reproduce said notices, in an identical manner, in the copies + of the Software modified or not. + . + The Licensee undertakes not to directly or indirectly infringe the + intellectual property rights of the Holder and/or Contributors on the + Software and to take, where applicable, vis--vis its staff, any and all + measures required to ensure respect of said intellectual property rights + of the Holder and/or Contributors. + . + . + Article 7 - RELATED SERVICES + . + 7.1 Under no circumstances shall the Agreement oblige the Licensor to + provide technical assistance or maintenance services for the Software. + . + However, the Licensor is entitled to offer this type of services. The + terms and conditions of such technical assistance, and/or such + maintenance, shall be set forth in a separate instrument. Only the + Licensor offering said maintenance and/or technical assistance services + shall incur liability therefor. + . + 7.2 Similarly, any Licensor is entitled to offer to its licensees, under + its sole responsibility, a warranty, that shall only be binding upon + itself, for the redistribution of the Software and/or the Modified + Software, under terms and conditions that it is free to decide. Said + warranty, and the financial terms and conditions of its application, + shall be subject of a separate instrument executed between the Licensor + and the Licensee. + . + . + Article 8 - LIABILITY + . + 8.1 Subject to the provisions of Article 8.2, the Licensee shall be + entitled to claim compensation for any direct loss it may have suffered + from the Software as a result of a fault on the part of the relevant + Licensor, subject to providing evidence thereof. + . + 8.2 The Licensor's liability is limited to the commitments made under + this Agreement and shall not be incurred as a result of in particular: + (i) loss due the Licensee's total or partial failure to fulfill its + obligations, (ii) direct or consequential loss that is suffered by the + Licensee due to the use or performance of the Software, and (iii) more + generally, any consequential loss. In particular the Parties expressly + agree that any or all pecuniary or business loss (i.e. loss of data, + loss of profits, operating loss, loss of customers or orders, + opportunity cost, any disturbance to business activities) or any or all + legal proceedings instituted against the Licensee by a third party, + shall constitute consequential loss and shall not provide entitlement to + any or all compensation from the Licensor. + . + . + Article 9 - WARRANTY + . + 9.1 The Licensee acknowledges that the scientific and technical + state-of-the-art when the Software was distributed did not enable all + possible uses to be tested and verified, nor for the presence of + possible defects to be detected. In this respect, the Licensee's + attention has been drawn to the risks associated with loading, using, + modifying and/or developing and reproducing the Software which are + reserved for experienced users. + . + The Licensee shall be responsible for verifying, by any or all means, + the suitability of the product for its requirements, its good working + order, and for ensuring that it shall not cause damage to either persons + or properties. + . + 9.2 The Licensor hereby represents, in good faith, that it is entitled + to grant all the rights over the Software (including in particular the + rights set forth in Article 5). + . + 9.3 The Licensee acknowledges that the Software is supplied "as is" by + the Licensor without any other express or tacit warranty, other than + that provided for in Article 9.2 and, in particular, without any warranty + as to its commercial value, its secured, safe, innovative or relevant + nature. + . + Specifically, the Licensor does not warrant that the Software is free + from any error, that it will operate without interruption, that it will + be compatible with the Licensee's own equipment and software + configuration, nor that it will meet the Licensee's requirements. + . + 9.4 The Licensor does not either expressly or tacitly warrant that the + Software does not infringe any third party intellectual property right + relating to a patent, software or any other property right. Therefore, + the Licensor disclaims any and all liability towards the Licensee + arising out of any or all proceedings for infringement that may be + instituted in respect of the use, modification and redistribution of the + Software. Nevertheless, should such proceedings be instituted against + the Licensee, the Licensor shall provide it with technical and legal + assistance for its defense. Such technical and legal assistance shall be + decided on a case-by-case basis between the relevant Licensor and the + Licensee pursuant to a memorandum of understanding. The Licensor + disclaims any and all liability as regards the Licensee's use of the + name of the Software. No warranty is given as regards the existence of + prior rights over the name of the Software or as regards the existence + of a trademark. + . + . + Article 10 - TERMINATION + . + 10.1 In the event of a breach by the Licensee of its obligations + hereunder, the Licensor may automatically terminate this Agreement + thirty (30) days after notice has been sent to the Licensee and has + remained ineffective. + . + 10.2 A Licensee whose Agreement is terminated shall no longer be + authorized to use, modify or distribute the Software. However, any + licenses that it may have granted prior to termination of the Agreement + shall remain valid subject to their having been granted in compliance + with the terms and conditions hereof. + . + . + Article 11 - MISCELLANEOUS + . + . + 11.1 EXCUSABLE EVENTS + . + Neither Party shall be liable for any or all delay, or failure to + perform the Agreement, that may be attributable to an event of force + majeure, an act of God or an outside cause, such as defective + functioning or interruptions of the electricity or telecommunications + networks, network paralysis following a virus attack, intervention by + government authorities, natural disasters, water damage, earthquakes, + fire, explosions, strikes and labor unrest, war, etc. + . + 11.2 Any failure by either Party, on one or more occasions, to invoke + one or more of the provisions hereof, shall under no circumstances be + interpreted as being a waiver by the interested Party of its right to + invoke said provision(s) subsequently. + . + 11.3 The Agreement cancels and replaces any or all previous agreements, + whether written or oral, between the Parties and having the same + purpose, and constitutes the entirety of the agreement between said + Parties concerning said purpose. No supplement or modification to the + terms and conditions hereof shall be effective as between the Parties + unless it is made in writing and signed by their duly authorized + representatives. + . + 11.4 In the event that one or more of the provisions hereof were to + conflict with a current or future applicable act or legislative text, + said act or legislative text shall prevail, and the Parties shall make + the necessary amendments so as to comply with said act or legislative + text. All other provisions shall remain effective. Similarly, invalidity + of a provision of the Agreement, for any reason whatsoever, shall not + cause the Agreement as a whole to be invalid. + . + . + 11.5 LANGUAGE + . + The Agreement is drafted in both French and English and both versions + are deemed authentic. + . + . + Article 12 - NEW VERSIONS OF THE AGREEMENT + . + 12.1 Any person is authorized to duplicate and distribute copies of this + Agreement. + . + 12.2 So as to ensure coherence, the wording of this Agreement is + protected and may only be modified by the authors of the License, who + reserve the right to periodically publish updates or new versions of the + Agreement, each with a separate number. These subsequent versions may + address new issues encountered by Free Software. + . + 12.3 Any Software distributed under a given version of the Agreement may + only be subsequently distributed under the same version of the Agreement + or a subsequent version, subject to the provisions of Article 5.3.4. + . + . + Article 13 - GOVERNING LAW AND JURISDICTION + . + 13.1 The Agreement is governed by French law. The Parties agree to + endeavor to seek an amicable solution to any disagreements or disputes + that may arise during the performance of the Agreement. + . + 13.2 Failing an amicable solution within two (2) months as from their + occurrence, and unless emergency proceedings are necessary, the + disagreements or disputes shall be referred to the Paris Courts having + jurisdiction, by the more diligent Party. + . + . + Version 2.0 dated 2006-09-05. -] - - diff --git a/debian/watch b/debian/watch index d9b84b1..16f566f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,6 @@ version=3 -opts=passive,\ +opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ -uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/-/./g \ -ftp://download.osgeo.org/ossim/source/ossim-([\d\.]+\S*)/ossim-([\d\.]+\S*)\.tar\.gz +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/-/./g,\ +repacksuffix=+ds \ +http://download.osgeo.org/ossim/source/ossim-([\d\.]+\S*)/ossim-([\d\.]+\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

