Browse Source

]Drivers] Update licensing for cs89x0.[ch] and cs89x0.txt

Russ Nelson sent an email requesting the license change to
GPL Version 2.
tags/v0.9.4
Marty Connor 16 years ago
parent
commit
e97ae4a788
3 changed files with 56 additions and 0 deletions
  1. 19
    0
      src/drivers/net/cs89x0.c
  2. 18
    0
      src/drivers/net/cs89x0.h
  3. 19
    0
      src/drivers/net/cs89x0.txt

+ 19
- 0
src/drivers/net/cs89x0.c View File

@@ -1,6 +1,25 @@
1 1
 #ifdef ALLMULTI
2 2
 #error multicast support is not yet implemented
3 3
 #endif
4
+
5
+/**
6
+   Per an email message from Russ Nelson <nelson@crynwr.com> on
7
+   18 March 2008 this file is now licensed under GPL Version 2.
8
+
9
+   From: Russ Nelson <nelson@crynwr.com>
10
+   Date: Tue, 18 Mar 2008 12:42:00 -0400
11
+   Subject: Re: [Etherboot-developers] cs89x0 driver in etherboot
12
+   -- quote from email 
13
+   As copyright holder, if I say it doesn't conflict with the GPL,
14
+   then it doesn't conflict with the GPL.
15
+
16
+   However, there's no point in causing people's brains to overheat,
17
+   so yes, I grant permission for the code to be relicensed under the
18
+   GPLv2.  Please make sure that this change in licensing makes its
19
+   way upstream.  -russ 
20
+   -- quote from email
21
+**/
22
+
4 23
 /* cs89x0.c: A Crystal Semiconductor CS89[02]0 driver for etherboot. */
5 24
 /*
6 25
   Permission is granted to distribute the enclosed cs89x0.[ch] driver

+ 18
- 0
src/drivers/net/cs89x0.h View File

@@ -1,3 +1,21 @@
1
+/**
2
+   Per an email message from Russ Nelson <nelson@crynwr.com> on
3
+   18 March 2008 this file is now licensed under GPL Version 2.
4
+
5
+   From: Russ Nelson <nelson@crynwr.com>
6
+   Date: Tue, 18 Mar 2008 12:42:00 -0400
7
+   Subject: Re: [Etherboot-developers] cs89x0 driver in etherboot
8
+   -- quote from email 
9
+   As copyright holder, if I say it doesn't conflict with the GPL,
10
+   then it doesn't conflict with the GPL.
11
+
12
+   However, there's no point in causing people's brains to overheat,
13
+   so yes, I grant permission for the code to be relicensed under the
14
+   GPLv2.  Please make sure that this change in licensing makes its
15
+   way upstream.  -russ 
16
+   -- quote from email
17
+**/
18
+
1 19
 /*  Copyright, 1988-1992, Russell Nelson, Crynwr Software
2 20
 
3 21
    This program is free software; you can redistribute it and/or modify

+ 19
- 0
src/drivers/net/cs89x0.txt View File

@@ -1,3 +1,22 @@
1
+/**
2
+   Per an email message from Russ Nelson <nelson@crynwr.com> on
3
+   18 March 2008 the files cs89x0.[ch] are now licensed under GPL
4
+   Version 2.
5
+
6
+   From: Russ Nelson <nelson@crynwr.com>
7
+   Date: Tue, 18 Mar 2008 12:42:00 -0400
8
+   Subject: Re: [Etherboot-developers] cs89x0 driver in etherboot
9
+   -- quote from email 
10
+   As copyright holder, if I say it doesn't conflict with the GPL,
11
+   then it doesn't conflict with the GPL.
12
+
13
+   However, there's no point in causing people's brains to overheat,
14
+   so yes, I grant permission for the code to be relicensed under the
15
+   GPLv2.  Please make sure that this change in licensing makes its
16
+   way upstream.  -russ 
17
+   -- quote from email
18
+**/
19
+
1 20
 Permission is granted to distribute the enclosed cs89x0.[ch] driver
2 21
 only in conjunction with the Etherboot package.  The code is
3 22
 ordinarily distributed under the GPL.

Loading…
Cancel
Save