From f5c7f2832328dda0da79f6b36a6e6f46de4930b5 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Fri, 4 Jul 2025 15:06:42 +0300 Subject: [PATCH 1/2] Add licensing information --- cache.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cache.h b/cache.h index 17f34b3..277fe07 100644 --- a/cache.h +++ b/cache.h @@ -1,3 +1,19 @@ +/* vi: set sw=8 ts=8: */ +// cache.h +// +// ext2 filesystem generator for embedded systems +// Copyright (C) 2012 Xavier Bestel +// +// Please direct support requests to https://github.com/bestouff/genext2fs/issues +// +// This program 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; version +// 2 of the License. +// +// Changes: +// 25 Jun 2012 Initial release + #ifndef __CACHE_H__ #define __CACHE_H__ From 0959482e168007820e5db66484a432c72fe1fa94 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Fri, 4 Jul 2025 15:08:34 +0300 Subject: [PATCH 2/2] Add license information --- list.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/list.h b/list.h index be740b8..870ba31 100644 --- a/list.h +++ b/list.h @@ -1,3 +1,19 @@ +/* vi: set sw=8 ts=8: */ +// list.h +// +// ext2 filesystem generator for embedded systems +// Copyright (C) 2012 Xavier Bestel +// +// Please direct support requests to https://github.com/bestouff/genext2fs/issues +// +// This program 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; version +// 2 of the License. +// +// Changes: +// 25 Jun 2012 Initial release + #ifndef __LIST_H__ #define __LIST_H__