Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions cache.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* vi: set sw=8 ts=8: */
// cache.h
//
// ext2 filesystem generator for embedded systems
// Copyright (C) 2012 Xavier Bestel <xav@bes.tel>
//
// 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__

Expand Down
16 changes: 16 additions & 0 deletions list.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* vi: set sw=8 ts=8: */
// list.h
//
// ext2 filesystem generator for embedded systems
// Copyright (C) 2012 Xavier Bestel <xav@bes.tel>
//
// 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__

Expand Down