Added license and readme

This commit is contained in:
Kat R. 2021-08-18 18:04:52 -05:00
parent cd929dd33c
commit 94422ecf81
2 changed files with 88 additions and 0 deletions

65
COPYING Normal file
View File

@ -0,0 +1,65 @@
Clumsy Wolf Public License
Version 5
0) You are free to use this package as you wish, except as detailed by clause 3.
This freedom includes the freedom to study the source code and change it as
you please. To allow you to do so, the source code will be provided to the
best of the primary author's ability. If you make any changes, you are under
no obligation to notify anyone or share those changes with the original
authors of this package.
1) You are free to give unmodified copies of this package to anyone you wish,
so long as you keep a copy of this license in with it. You are also free to
give modified copies of this package to anyone you wish, so long as that
package includes a notice stating that the package includes modifications
not approved or endorsed by the original authors and the package is released
under either this license, including future versions of this license, or any
license with similar restrictions, such as the Hippocratic License or the
Cooperative Nonviolent Public License.
2) If you make and submit any changes to this package, you agree to not pursue
any patent claims relating to patents you may hold over any changes you have
made.
3) This package is not to be used by any individual or organization in a way
that promotes, lobbies for, derives income from, or otherwise supports:
- sex trafficking or human trafficking
- slavery or indentured servitude
- any form of child labour
- gambling, tobacco, or other adversely addictive behaviours
- warfare or weapons manufacturing, including nuclear processes that may
contribute to the production of nuclear weapons, regardless of primary
usage of said process
- environmental destruction, including but not limited to deforestation,
pollution of air or waterways, production of fossil fuels or energy by
use of fossil fuels (including but not limited to coal--including
so-called "clean coal"--oil, or natural gas) or disposal of waste in a
way that adversely affects the environment at large
- hate speech or discrimination based on age, gender, gender identity,
race, sexuality, religion, nationality, and/or ethnicity
- fascism, contemporary American conservatism, or any other forms of
authoritarianism, including whatever it is China is doing.
- authoritarian religious movements, including but not limited to Christian
dominionism and Christian Reconstruction, Islamic jihadism, Hindutva, or
any other attempt at theocracy
- surveillance at any level, whether individual or large-scale
- incarceration of any human being
Additionally, commercial use of this package is only permitted by individuals
or worker-owned cooperatives.
4) THIS PACKAGE COMES WITH NO WARRANTY TO THE EXTENT PERMITTED BY LAW, EXCEPT
WHERE OTHERWISE STATED IN WRITING. THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THIS PACKAGE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR
IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO
THE QUALITY AND PERFORMANCE OF THIS PACKAGE IS WITH YOU. SHOULD THIS PACKAGE
PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR
CORRECTION
5) IN NO EVENT, UNLESS REQUIRED BY LAW OR AGREED TO IN WRITING, WILL ANY
COPYRIGHT HOLDER OR OTHER PARTY WHO MODIFIES/DISTRIBUTES THIS PACKAGE AS
PERMITTED ABOVE BE LIABLE TO YOU FOR DAMAGE, INCLUDING ANY GENERAL, SPECIAL,
INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
USE THE PROGRAM, EVEN IF SUCH HOLDER OR OTHER PARTIES HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
6) If you are distributing any version of this package, you are permitted to
replace this license with CWPL v5l, v5w, or v5lw which removes the
disclaimers in clauses 4 and/or 5, under the strict condition that you
include in the package a notice that it is you who is offering the warranty
and/or assumption of liability and not the original developers of this
package.

23
README Normal file
View File

@ -0,0 +1,23 @@
FENIX Kernel
============
This repository contains the source for the FENIX kernel.
Archtecture-independent source code goes in the `kernel` and `include`
directories, while architecture dependent stuff goes in a dedicated
sub-directory under `arch` (e.g. `i386` for x86, `amd64` for x86_64, etc.)
Currently, the kernel has limited support for x86 systems. Will other systems
be supported in future? We'll see...
Building
--------
See the FENIX_main repo for details on building the FENIX kernel.
Copyright
---------
Licensed under CC-BY 4.0 by Katlynn Richey
FENIX is free software. Feel free to modify and/or distribute it!
See the file COPYING for more details.