|
Revision 2, 1.2 KB
(checked in by emasson, 3 years ago)
|
|
initial import for the community edition
|
| Line | |
|---|
| 1 | $Id: COPYING,v 1.1.1.1 2008/05/04 15:53:48 emasson Exp $ |
|---|
| 2 | |
|---|
| 3 | The majority of the xosview source code is covered by the GNU |
|---|
| 4 | General Public License (GPL), which is presented in the file |
|---|
| 5 | COPYING.GPL. |
|---|
| 6 | |
|---|
| 7 | In addition, a portion of the NetBSD port's code is covered under |
|---|
| 8 | the traditional BSD copyright, which is presented in COPYING.BSD. If you |
|---|
| 9 | plan on modifying or distributing any portion of this code, make sure |
|---|
| 10 | that you agree to the terms in the BSD copyright (which in general is |
|---|
| 11 | less restrictive than the GPL, from what I've seen, but I'm not a |
|---|
| 12 | lawyer-type). These files are: |
|---|
| 13 | netbsd/swapinternal.cc |
|---|
| 14 | |
|---|
| 15 | Lastly, various portions of the xosview source code were developed |
|---|
| 16 | by various authors who have intentionally chosen to allow the user |
|---|
| 17 | to choose between the BSD copyright or the GPL copyright. These files |
|---|
| 18 | are: |
|---|
| 19 | fieldmeterdecay.h |
|---|
| 20 | fieldmeterdecay.cc |
|---|
| 21 | general.h |
|---|
| 22 | netbsd/MeterMaker.h |
|---|
| 23 | netbsd/MeterMaker.cc |
|---|
| 24 | netbsd/cpumeter.h |
|---|
| 25 | netbsd/cpumeter.cc |
|---|
| 26 | netbsd/diskmeter.h |
|---|
| 27 | netbsd/diskmeter.cc |
|---|
| 28 | netbsd/loadmeter.h |
|---|
| 29 | netbsd/loadmeter.cc |
|---|
| 30 | netbsd/memmeter.h |
|---|
| 31 | netbsd/memmeter.cc |
|---|
| 32 | netbsd/netbsd.h |
|---|
| 33 | netbsd/netbsd.cc |
|---|
| 34 | netbsd/netmeter.h |
|---|
| 35 | netbsd/netmeter.cc |
|---|
| 36 | netbsd/swapmeter.h |
|---|
| 37 | netbsd/swapmeter.cc |
|---|
| 38 | |
|---|
| 39 | Brian Grayson, Feb. 1997 |
|---|