]> git.gag.com Git - debian/cc1111/blobdiff - debian/copyright
Imported Debian patch 2.9.0-5
[debian/cc1111] / debian / copyright
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..8cd659c
--- /dev/null
@@ -0,0 +1,125 @@
+This package was debianized by Aurelien Jarno <aurelien@aurel32.net> on
+Sat, 01 Dec 2001 17:42:52 +0100.
+
+It was downloaded from http://sdcc.sourceforge.net
+
+Upstream author:
+    Borut Razem <borut.razem@siol.net>
+
+Copyright:
+
+    The SDCC distribution aggregates contributions from many copyright holders,
+    including:
+
+    Copyright (c) 1989-1995 Alan R. Baldwin
+    Copyright (c) 2009 AT&T
+    Copyright (c) 2004 Bjorn Bringert
+    Copyright (c) 1984-1990 Bob Corbett and Richard Stallman
+    Copyright (c) 2002-2009 Borut Razem
+    Copyright (c) 2000-2003 Dallas Semiconductor Corporation
+    Copyright (c) 1990 Debby Ayers 
+    Copyright (c) 1999-2002 Drotos Daniel, Talker Bt
+    Copyright (c) 2004 Erik Petrich
+    Copyright (c) 1989-1991 Free Software Foundation, Inc
+    Copyright (c) 2005-2007 Frieder Ferlemann
+    Copyright (c) 2007-2009 Gudjon I. Gudjonsson
+    Copyright (c) 2002-2003 Jesus Calvino-Fraga
+    Copyright (c) 2004 Juan Gonzalez
+    Copyright (c) 2002 Kevin L. Pauba
+    Copyright (c) 2007 Kyle Guinn
+    Copyright (c) 2005 Llewellyn van Zyl
+    Copyright (c) 2004 Lucas Loizaga
+    Copyright (c) 2003-2009 Maarten Brock
+    Copyright (c) Microsoft Corporation
+    Copyright (c) 2005 Omar Espinosa
+    Copyright (c) 2005 Paul Hsieh
+    Copyright (c) 1997-2002 Paul Stoffregen
+    Copyright (c) 2006 Philippe Latu
+    Copyright (c) 1991 Pipeline Associates, Inc
+    Copyright (c) 2002-2007 Quantum Leaps, LLC
+    Copyright (c) 2007 Raphael Neider
+    Copyright (c) 1998-2000 Red Hat, Inc.
+    Copyright (c) 2009 Rheinhold Weicker
+    Copyright (c) 1996-1999 Robin Friedrich
+    Copyright (c) 1999 Sandeep Dutta
+    Copyright (c) 2008 Steven Borley
+    Copyright (c) 2009 The Regents of the University of California
+    Copyright (c) 1994-1995 Tinker Systems and INS Engineering Corp
+    Copyright (c) 1991-2005 Unicode, Inc
+    Copyright (c) 1994 X Consortium
+
+License:
+    The bulk of the compiler is licensed under the GPL version 2 or later, while
+    the assemblers originating from Alan R. Baldwin are licensed GPL version 3
+    or later.  Various files associated with support for specific processors carry
+    other licenses, all of which appear to be compatible with both versions 2 and 3
+    of the GPL.  On Debian systems, the complete text of both GPL versions can be 
+    found in the directory /usr/share/common-licenses.
+
+    The sdcc library is licenced either as GPL or LGPL.
+
+
+----- Example programs for Dallas Semiconductor MCU's ---------------------
+Copyright (C) 2000 Dallas Semiconductor Corporation, All Rights Reserved.
+
+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 DALLAS SEMICONDUCTOR 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.
+
+Except as contained in this notice, the name of Dallas Semiconductor
+shall not be used except as stated in the Dallas Semiconductor
+Branding Policy.
+---------------------------------------------------------------------------
+
+---------- install.sh file ------------------------------------------------
+This originates from X11R5 (mit/util/scripts/install.sh), which was
+later released in X11R6 (xc/config/util/install.sh) with the
+following copyright and license.
+
+Copyright (C) 1994 X Consortium
+
+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
+X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of the X Consortium shall not
+be used in advertising or otherwise to promote the sale, use or other deal-
+ings in this Software without prior written authorization from the X Consor-
+tium.
+
+FSF changes to this file are in the public domain.
+
+Calling this script install-sh is preferred over install.sh, to prevent
+`make' implicit rules from creating a file called install from it
+when there is no Makefile.
+
+This script is compatible with the BSD install script, but was written
+from scratch.
+----------------------------------------------------------------------------