From e9dcc0a8e0054074f651ff1b0e30107bf39869b8 Mon Sep 17 00:00:00 2001 From: Alexander Scheipner Date: Thu, 2 May 2013 20:38:21 +0200 Subject: [PATCH] - removed obsolete hello.c file - removed $Revision, $Author, $Date keywords --- check_lsi_raid | 1 - hello.c | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 hello.c diff --git a/check_lsi_raid b/check_lsi_raid index b4883c1..55712ee 100644 --- a/check_lsi_raid +++ b/check_lsi_raid @@ -1,6 +1,5 @@ #!/usr/bin/perl -w # ====================================================================================== -# file: check_lsi_raid $Revision$ $Date$ $Author$ # $Id$ # -------------------------------------------------------------------------------------- # Created as part of a semester project at the University of Applied Sciences Hagenberg diff --git a/hello.c b/hello.c deleted file mode 100644 index 21bb0c7..0000000 --- a/hello.c +++ /dev/null @@ -1,14 +0,0 @@ -/** - * @file hello.c - * @author @$Author$ - * @date @$Date$ - * @version @$Revision$ - * - * $Id$ - */ - -#include "stdio.h" - -int main(int argc, char *argv[]) - printf("Hello, world!"); -}