From 71ab2bb3ed3aa8f12229e1c55fcc1f885a82f7e2 Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Tue, 12 Sep 2023 02:33:31 -0400 Subject: project-wide: migrate to git --- sys/include/lib/bitmap.h | 2 -- sys/include/lib/logo.h | 2 -- sys/include/lib/stdarg.h | 2 -- sys/include/lib/string.h | 2 -- sys/include/lib/tty_font.h | 2 -- 5 files changed, 10 deletions(-) (limited to 'sys/include/lib') diff --git a/sys/include/lib/bitmap.h b/sys/include/lib/bitmap.h index 98c677e..34c3a96 100644 --- a/sys/include/lib/bitmap.h +++ b/sys/include/lib/bitmap.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _LIB_BITMAP_H_ #define _LIB_BITMAP_H_ diff --git a/sys/include/lib/logo.h b/sys/include/lib/logo.h index 77e90aa..dc91278 100644 --- a/sys/include/lib/logo.h +++ b/sys/include/lib/logo.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #include #include diff --git a/sys/include/lib/stdarg.h b/sys/include/lib/stdarg.h index 6676de8..f36055b 100644 --- a/sys/include/lib/stdarg.h +++ b/sys/include/lib/stdarg.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _LIB_STDARG_H_ #define _LIB_STDARG_H_ diff --git a/sys/include/lib/string.h b/sys/include/lib/string.h index 7134f18..8668b01 100644 --- a/sys/include/lib/string.h +++ b/sys/include/lib/string.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _LIB_STRING_H_ #define _LIB_STRING_H_ diff --git a/sys/include/lib/tty_font.h b/sys/include/lib/tty_font.h index 7dacf4c..f3090e2 100644 --- a/sys/include/lib/tty_font.h +++ b/sys/include/lib/tty_font.h @@ -27,8 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $Id$ */ - #ifndef _LIB_TTY_FONT_H_ #define _LIB_TTY_FONT_H_ -- cgit v1.2.3