From 9ba14b2f4473f09717571ced320670f0efd0435f Mon Sep 17 00:00:00 2001 From: boyan_k Date: Mon, 18 Dec 2023 21:31:54 +0100 Subject: [PATCH] Initial commit --- LICENSE | 12 ++++++++++++ README.md | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fcd0563 --- /dev/null +++ b/LICENSE @@ -0,0 +1,12 @@ + NOTE! This copyright does *not* cover user programs that use kernel + services by normal system calls - this is merely considered normal use + of the kernel, and does *not* fall under the heading of "derived work". + Also note that the GPL below is copyrighted by the Free Software + Foundation, but the instance of code that it refers to (the Linux + kernel) is copyrighted by me and others who actually wrote it. + + Also note that the only valid version of the GPL as far as the kernel + is concerned is _this_ particular version of the license (ie v2, not + v2.2 or v3.x or whatever), unless explicitly otherwise stated. + + Linus Torvalds diff --git a/README.md b/README.md new file mode 100644 index 0000000..48eaa1b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# recursion_workshop_23 + +Assets for Recursion Workshop 2023