From c1580fd8f8b06efef471578e2ba66a4efb7745c8 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 24 May 2021 21:05:16 +0200 Subject: Add copyright notice to all files --- src/filesystem.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/filesystem.c') diff --git a/src/filesystem.c b/src/filesystem.c index ee55dcf..b60dbde 100644 --- a/src/filesystem.c +++ b/src/filesystem.c @@ -1,3 +1,14 @@ +/* +Copyright (c) 2021 Bad Diode + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE. +*/ + // This file implements a filesystem with a minimum block size of 256 bytes. The // maximum number of files depends on the block size. The default 1KB block size // will give us 32-64 files depending on the size of MEM_CART. In case we want -- cgit v1.2.1