[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debian/copyright updates for libfreebsd



Hi,

This morning I had some free time so I decided to do some work on
fleshing out the contents of debian/copyright in libfreebsd. [1] The
patch is attached to this email as I don't have commit access to the
SVN. (I'm not a DD but I do maintain several packages--mostly
Scheme-related interpreters as well as the window manager pekwm.)

I guessed on a format to declare the various copyright holders, but
it's pretty simple so hopefully it will be acceptable. When I have a
bit more time I will see if I can work on the other debian/copyright
files or some of the other issues in the TODO file on the alioth page.

Cheers,
Daniel Moerner

[1] http://lists.debian.org/debian-bsd/2009/04/msg00004.html

--
Daniel Moerner <dmoerner@gmail.com>
This patch attempts to update the debian/copyright file of libfreebsd with
the full copyright information of the files in the package. I guessed on a
format which hopefully will be found acceptable.

 -- Daniel Moerner <dmoerner@gmail.com>

Index: debian/copyright
===================================================================
--- debian/copyright	(revision 2387)
+++ debian/copyright	(working copy)
@@ -7,7 +7,9 @@
 
 License:
 
-    Redistribution and use in source and binary forms, with or without
+For all files but sysctlnametomib.c:
+ 
+    Redistribution and use in source and binary forms, with or without 
     modification, are permitted under the terms of the BSD License.
 
     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
@@ -24,3 +26,58 @@
 
 On Debian GNU systems, the complete text of the BSD License can be
 found in `/usr/share/common-licenses/BSD'.
+
+sysctlnametomib.c is licensed under the terms of the 2-clause FreeBSD License:
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``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 FREEBSD PROJECT 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.
+
+
+The copyright holders for individual files in the package are as follows:
+
+include/freebsd/paths.h
+devname.c
+getbootfile.c
+nlist.c
+ Copyright 1989, 1993, The Regents of the University of California
+
+include/nlist.h
+ Copyright 1991, 1993, The Regents of the University of California
+
+man/getbootfile.3
+ Copyright 1983, 1991, 1993, The Regents of the University of California
+
+man/linkaddr.3
+ Copyright 1993, The Regents of the University of California
+
+man/nlist.3
+ Copyright 1980, 1991, 1993, The Regents of the University of California
+
+man/strmode.3 
+ Copyright 1990, 1991, 1993, The Regents of the University of California
+
+linkaddr.c
+strmode.c
+ Copyright 1990, 1993, The Regents of the University of California
+
+sysctlnametomib.c
+ Copyright 2001, The FreeBSD Project

Reply to: