From d318d6998f0a066d4a6e7d91e431593f23cb6f62 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 6 Feb 2019 15:41:24 +0100 Subject: [PATCH] Legal stuff --- AUTHORS | 41 +++++++++++++++++++++++++++++++++++++++++ Makefile | 31 +++++++++++++++++++++++-------- Makefile.in | 26 +++++++++++++++++++++----- 3 files changed, 85 insertions(+), 13 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..3c74434 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,41 @@ +#=----------------------------------------------------------------------------=# +# GNU GPL OS/K # +# # +# Desc: Project Authors File # +# # +# # +# Copyright © 2018-2019 The OS/K Team # +# # +# This file is part of OS/K. # +# # +# OS/K is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# any later version. # +# # +# OS/K is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY# without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with OS/K. If not, see . # +#=----------------------------------------------------------------------------=# + +The OS/K development team (named in the sources The OS/K Team) is composed of +all contributors of the project. Its representatives are the owners of the OS/K +project repository, and own the copyright in it. + + Founders and owner of the OS/K project repository + + Julian Barathieu (julianb0) + Adrien Bourmault (NeoX95) + + Main contributors + + Julian Barathieu (julianb0) + Adrien Bourmault (NeoX95) + + Other contributors + + (void) diff --git a/Makefile b/Makefile index 6458c3c..79e3b32 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,26 @@ -#----------------------------------------------------------------------------# -# GNU GPL OS/K # -# # -# Authors: spectral` # -# NeoX # -# # -# Desc: Project Makefile # -#----------------------------------------------------------------------------# +#=----------------------------------------------------------------------------=# +# GNU GPL OS/K # +# # +# Desc: Project Makefile # +# # +# # +# Copyright © 2018-2019 The OS/K Team # +# # +# This file is part of OS/K. # +# # +# OS/K is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# any later version. # +# # +# OS/K is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY# without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with OS/K. If not, see . # +#=----------------------------------------------------------------------------=# kernel: cpp ./Makefile.in > build/Makefile.out diff --git a/Makefile.in b/Makefile.in index 8fa91e9..e965c0b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,12 +1,28 @@ // -*- Mode: Makefile -*- -//----------------------------------------------------------------------------// + +//=--------------------------------------------------------------------------=// // GNU GPL OS/K // // // -// Authors: spectral` // -// NeoX // -// // // Desc: Project Makefile // -//----------------------------------------------------------------------------// +// // +// // +// Copyright © 2018-2019 The OS/K Team // +// // +// This file is part of OS/K. // +// // +// OS/K is free software: you can redistribute it and/or modify // +// it under the terms of the GNU General Public License as published by // +// the Free Software Foundation, either version 3 of the License, or // +// any later version. // +// // +// OS/K is distributed in the hope that it will be useful, // +// but WITHOUT ANY WARRANTY//without even the implied warranty of // +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // +// GNU General Public License for more details. // +// // +// You should have received a copy of the GNU General Public License // +// along with OS/K. If not, see . // +//=--------------------------------------------------------------------------=// // The madman's Makefile #include "build/preproc.h"