DragonFly bugs List (threaded) for 2007-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
[issue81] possible readline license violation
Matt Emmerton <matt@gsicomp.on.ca> added the comment:
We can remove the advertising clause from the vinum code, as per this email
from Greg. Patch attached.
On Friday, 19 January 2007 at 15:23:36 -0500, Matt Emmerton wrote:
> Greg,
>
> I'm working on DragonFlyBSD, which branched from FreeBSD-4.x. As such, it
> has an "old" version of vinum which uses a BSD licence which includes an
> advertising clause. (Interestingly, not requiring Berkeley to be mentioned,
> but some other organization.)
>
> I know that vinum has undergone a GEOM-ification in newer FreeBSD releases,
> and it appears that all the new code in FreeBSD does not have any advertising
> clauses. However, this is not useful to us since we don't have GEOM.
Understood. I've already sent a message to the FreeBSD people saying
that they can remove the advertising clause; of course you may do so
as well.
Greg
_____________________________________________________
DragonFly issue tracker <bugs@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue81>
_____________________________________________________
Index: commands.c
===================================================================
RCS file: /home/dcvs/src/sbin/vinum/commands.c,v
retrieving revision 1.6
diff -r1.6 commands.c
19,23c19
< * 3. All advertising materials mentioning features or use of this software
< * must display the following acknowledgement:
< * This product includes software developed by Nan Yang Computer
< * Services Limited.
< * 4. Neither the name of the Company nor the names of its contributors
---
> * 3. Neither the name of the Company nor the names of its contributors
Index: list.c
===================================================================
RCS file: /home/dcvs/src/sbin/vinum/list.c,v
retrieving revision 1.6
diff -r1.6 list.c
22,26c22
< * 3. All advertising materials mentioning features or use of this software
< * must display the following acknowledgement:
< * This product includes software developed by Nan Yang Computer
< * Services Limited.
< * 4. Neither the name of the Company nor the names of its contributors
---
> * 3. Neither the name of the Company nor the names of its contributors
Index: v.c
===================================================================
RCS file: /home/dcvs/src/sbin/vinum/v.c,v
retrieving revision 1.4
diff -r1.4 v.c
19,23c19
< * 3. All advertising materials mentioning features or use of this software
< * must display the following acknowledgement:
< * This product includes software developed by Nan Yang Computer
< * Services Limited.
< * 4. Neither the name of the Company nor the names of its contributors
---
> * 3. Neither the name of the Company nor the names of its contributors
Index: vinumparser.c
===================================================================
RCS file: /home/dcvs/src/sbin/vinum/vinumparser.c,v
retrieving revision 1.7
diff -r1.7 vinumparser.c
16,20c16
< * 3. All advertising materials mentioning features or use of this software
< * must display the following acknowledgement:
< * This product includes software developed by Nan Yang Computer
< * Services Limited.
< * 4. Neither the name of the Company nor the names of its contributors
---
> * 3. Neither the name of the Company nor the names of its contributors
Index: vinumutil.c
===================================================================
RCS file: /home/dcvs/src/sbin/vinum/vinumutil.c,v
retrieving revision 1.6
diff -r1.6 vinumutil.c
18,22c18
< * 3. All advertising materials mentioning features or use of this software
< * must display the following acknowledgement:
< * This product includes software developed by Nan Yang Computer
< * Services Limited.
< * 4. Neither the name of the Company nor the names of its contributors
---
> * 3. Neither the name of the Company nor the names of its contributors
Index: vext.h
===================================================================
RCS file: /home/dcvs/src/sbin/vinum/vext.h,v
retrieving revision 1.2
diff -r1.2 vext.h
16,20c16
< * 3. All advertising materials mentioning features or use of this software
< * must display the following acknowledgement:
< * This product includes software developed by Nan Yang Computer
< * Services Limited.
< * 4. Neither the name of the Company nor the names of its contributors
---
> * 3. Neither the name of the Company nor the names of its contributors
Index: vinum.8
===================================================================
RCS file: /home/dcvs/src/sbin/vinum/vinum.8,v
retrieving revision 1.5
diff -r1.5 vinum.8
17,21c17
< .\" 3. All advertising materials mentioning features or use of this software
< .\" must display the following acknowledgement:
< .\" This product includes software developed by Nan Yang Computer
< .\" Services Limited.
< .\" 4. Neither the name of the Company nor the names of its contributors
---
> .\" 3. Neither the name of the Company nor the names of its contributors
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]