Free Republic
Browse · Search
News/Activism
Topics · Post Article

To: Nick Danger
/*
* Copyright (c) 1986 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*
* @(#)subr_rmap.c 1.2 (2.11BSD GTE) 12/24/92
- snip -
/*
* Allocate 'size' units from the given map. Return the base of the
* allocated space. In a map, the addresses are increasing and the
* list is terminated by a 0 size.
*
* Algorithm is first-fit.
*/

Is a Berkeley license included in Linux? This is a broader issue than just this piece of code, it applies to anything from Linux that was borrowed from BSD.

91 posted on 08/19/2003 11:29:18 AM PDT by HiTech RedNeck
[ Post Reply | Private Reply | To 54 | View Replies ]


To: HiTech RedNeck
Is a Berkeley license included in Linux?

Yes, it is. Those parts of Linux that were taken from BSD are supposed to include a notice acknowledging the source (it's a condition of the license).

The BSD license is less restrictive than the GPL: it doesn't require redistribution in source form. That's why you will find it in many operating systems, including Windows. The TCP/IP networking code is a common example.

92 posted on 08/19/2003 11:32:37 AM PDT by justlurking
[ Post Reply | Private Reply | To 91 | View Replies ]

To: HiTech RedNeck
$ uname -r
2.4.20-gentoo-r6

$ find . -name \*.[ch] | xargs egrep -il \ > 'Copyright \(c\) [0-9]+(, *[0-9]+)* (The )?Regents of the University of California'
./drivers/net/bsd_comp.c
./drivers/net/slhc.c
./drivers/char/tpqic02.c
./drivers/isdn/isdn_bsdcomp.c
./include/net/slhc_vj.h
./include/linux/quota.h

93 posted on 08/19/2003 11:45:11 AM PDT by dwollmann
[ Post Reply | Private Reply | To 91 | View Replies ]

Free Republic
Browse · Search
News/Activism
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson