[Pkg-mono-svn-commits] [SCM] mono-basic branch, master, updated. debian/3.0_pre20130425.a74642a-1

Jo Shields directhex at apebox.org
Thu Apr 25 00:00:34 UTC 2013


The following commit has been merged in the master branch:
commit 305bbcbfe9b293b8ff236b9ae2f82c2609cf8f21
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Apr 25 00:22:01 2013 +0100

    Refresh debian/copyright with DEP5

diff --git a/debian/copyright b/debian/copyright
index 4d52862..274cbd1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,71 +1,102 @@
-This package was debianized by Matthias Jahn <jahn.matthias at freenet.de> on
-Fri, 21 Mar 2008 15:14:56 +0100.
+Format-Specification: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Mono Visual Basic.NET Compiler
+Upstream-Source: http://download.mono-project.com/sources/mono-basic/
 
-It was downloaded from http://mono-project.com
+Files: *
+Copyright: © 2002-2003 Ximian, Inc.  http://www.ximian.com
+           © 2002-2007 Mainsoft Corporation.
+           © 2003 Motus Technologies Inc. (http://www.motus.com)
+           © 2004-2009 Novell Inc. (http://www.novell.com)
+           © 2008 Juerg Billeter
+           © 2008 Kornél Pál <http://www.kornelpal.hu/>
+           © 2008-2010 Jb Evain (jbevain at gmail.com)
+License: MIT
+ 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.
 
-The compiler needs to bootstrap using the pre-build binary 
-class/lib/bootstrap/vbnc.exe, which requires 
-class/lib/bootstrap/Microsoft.VisualBasic.dll in order to operate.
 
-These binaries are used to compile the code in vbnc/* and vbruntime/*,
-which in turn, produce their own vbnc.exe and Microsoft.VisualBasic.dll.
+Files: vbnc/vbnc/*
+       vbnc/rt/*
+       tools/moonlight/*
+       class/lib/bootstrap/vbnc.exe*
+Copyright: © 2004-2011 Rolf Bjarne Kvinge
+           © 2005 Novell, Inc.
+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.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301  USA
+ .
+ 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'.
 
-Only the resulting binaries are included in packages - not the versions
-used for bootstrapping.
+Files: debian/*
+Copyright: © 2008 Matthias Jahn <jahn.matthias at freenet.de>
+           © 2008-2013 Jo Shields
+License: GPL
+ 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.
+ .
+ You should have received a copy of the GNU 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 full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
 
-Visual Basic.NET Compiler (vbnc/*)
-  Upstream Authors: 
-      Rolf Bjarne Kvinge <RKvinge at novell.com>
-      Wade Berrier  <wberrier at novell.com>
-  Copyright:
-      (C) 2004 - 2007 Rolf Bjarne Kvinge, RKvinge at novell.com
-  License:
-      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.
-
-      You should have received a copy of the GNU Lesser General Public
-      License along with this library; if not, write to the Free Software
-      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
-
-Visual Basic 2005 runtime libraries for Mono (runtime/*)
-  Upstream Authors: 
-      Rolf Bjarne Kvinge <RKvinge at novell.com>
-      Wade Berrier  <wberrier at novell.com>
-      Ravi Pratap (ravi at ximian.com)
-      Eyal Alaluf <eyala at mainsoft.com>
-      Miguel de Icaza (miguel at novell.com)
-      Mizrahi Rafael (rafim at mainsoft.com)
-      Chris J Breisch (cjbreisch at altavista.net).
-      Boris Kirzner (borisk at mainsoft.com)
-  Copyright:
-      (C) 2004-2007 Novell (http://www.novell.com)
-      (C) 2002-2006 Mainsoft Corporation
-  License:
-      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.
-
-The Debian packaging is (C) 2008, Matthias Jahn <jahn.matthias at freenet.de> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+Files: vbnc/cecil/symbols/pdb/Microsoft.Cci.Pdb/*
+Copyright: 2009 Microsoft Corporation
+License: MS-PL
+ This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. 
+ .
+ 1. Definitions 
+ The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. A "contribution" is the original software, or any additions or changes to the software. A "contributor" is any person that distributes its contribution under this license. "Licensed patents" are a contributor's patent claims that read directly on its contribution. 
+ .
+ 2. Grant of Rights 
+ (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. 
+ (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. 
+ .
+ 3. Conditions and Limitations 
+ (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. 
+ (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. 
+ (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. 
+ (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. 
+ (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.

-- 
mono-basic



More information about the Pkg-mono-svn-commits mailing list