diff options
author | Murray Stokely <murray@FreeBSD.org> | 2004-09-08 15:43:23 +0000 |
---|---|---|
committer | Murray Stokely <murray@FreeBSD.org> | 2004-09-08 15:43:23 +0000 |
commit | 2a7166412acce5c0e5b74d9db5f65217b27cf002 (patch) | |
tree | 8d0d4ef1c365a5e08e3bb591b3e4a19fce3c99c3 /en_US.ISO8859-1/slides | |
parent | 6a30e466264773557d543c7ae8c98b7143d04265 (diff) |
Add three slides about the BSDL, GPL, and the differences between the
two.
Taken from /src/COPYRIGHT and from Nik's excellent slides from his
Leeds talk in 2001.
Notes
Notes:
svn path=/head/; revision=22281
Diffstat (limited to 'en_US.ISO8859-1/slides')
-rw-r--r-- | en_US.ISO8859-1/slides/common/freebsd-linux-license.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/en_US.ISO8859-1/slides/common/freebsd-linux-license.xml b/en_US.ISO8859-1/slides/common/freebsd-linux-license.xml new file mode 100644 index 0000000000..134ac4fa24 --- /dev/null +++ b/en_US.ISO8859-1/slides/common/freebsd-linux-license.xml @@ -0,0 +1,56 @@ +<!-- $FreeBSD$ --> + +<foilgroup id="freebsd-linux"> + <title>Differences from Linux</title> + + <foil id="freebsd-linux-bsdl"><title>FreeBSD Licensing Model</title> + + <itemizedlist> + <listitem>FreeBSD distributed under "2 clause" BSD license</listitem> + </itemizedlist> + + <para>Redistribution and use in source and binary forms, with or + without modification, are permitted provided that the following + conditions are met:</para> + + <para>1. Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer.</para> + + <para>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.</para> + </foil> + + <foil id="freebsd-linux-bsdl-explained"><title>FreeBSD Licensing Model</title> + + <itemizedlist> + <listitem>Don't claim that you wrote the code</listitem> + <listitem>Don't blame us if the code doesn't work</listitem> + <listitem>Apart from that, do anything you want with the code</listitem> + </itemizedlist> + + </foil> + + <foil id="freebsd-linux-gpl-explained"><title>The GPL and BSD Licenses</title> + <itemizedlist> + + <listitem>The GPL mandates that source code be disclosed</listitem> + + <listitem>The BSD License allows source code changes to be kept + secret</listitem> + + <listitem>GPL is often categorised as "Copyleft", as distinct + from "Copyright"</listitem> + + <listitem>If you like that nomenclature, you may think of the + BSD License is "Copycentre". We actively encourage third + parties to use the source code.</listitem> + + <listitem>Donating changes back is purely at the discretion of + the party making the changes.</listitem> + + </itemizedlist> + </foil> +</foilgroup> |