update license terms

As of now, everything except the code imported
from FreeBSD is proprietary.  Of course, it won't
be like this for long, only until we have decided
which license we like to use.  The rationale is
that releasing everything under a copyleft license
later is always easier than doing so immediately
and then changing it afterwards.
Naturally, any changes made before this commit are
still subject to the terms of the CNPL.
This commit is contained in:
anna 2021-11-15 19:23:22 +01:00
parent 52ac282ac8
commit 5a5135f416
Signed by: fef
GPG key ID: EC22E476DC2D3D84
165 changed files with 381 additions and 3431 deletions

View file

@ -1,4 +1,4 @@
/* See the end of this file for copyright and license terms. */
/* Copyright (C) 2021 fef <owo@fef.moe>. All rights reserved. */
#include <gay/irq.h>
#include <gay/sched.h>
@ -26,17 +26,3 @@ int main(int argc, char *argv[])
return 0;
}
/*
* This file is part of GayBSD.
* Copyright (c) 2021 fef <owo@fef.moe>.
*
* GayBSD is nonviolent software: you may only use, redistribute, and/or
* modify it under the terms of the Cooperative Nonviolent Public License
* (CNPL) as found in the LICENSE file in the source code root directory
* or at <https://git.pixie.town/thufie/npl-builder>; either version 7
* of the license, or (at your option) any later version.
*
* GayBSD comes with ABSOLUTELY NO WARRANTY, to the extent
* permitted by applicable law. See the CNPL for details.
*/