Skip to content

Commit

Permalink
Remover silly Eclipse automatic author comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sajimon committed Feb 3, 2012
1 parent ce59347 commit 7e07d7c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions osd.patch
Expand Up @@ -13,13 +13,6 @@
--- avrdude-5.11.1-orig/osd.c 1970-01-01 00:00:00.000000000 +0000 --- avrdude-5.11.1-orig/osd.c 1970-01-01 00:00:00.000000000 +0000
+++ avrdude-5.11.1/osd.c 2011-10-15 18:49:23.287668410 +0000 +++ avrdude-5.11.1/osd.c 2011-10-15 18:49:23.287668410 +0000
@@ -0,0 +1,55 @@ @@ -0,0 +1,55 @@
+/*
+ * osd.c
+ *
+ * Created on: 14-10-2011
+ * Author: sajmon
+ */
+
+#include <string.h> +#include <string.h>
+#include "osd.h" +#include "osd.h"
+ +
Expand Down Expand Up @@ -71,13 +64,6 @@
--- avrdude-5.11.1-orig/osd.h 1970-01-01 00:00:00.000000000 +0000 --- avrdude-5.11.1-orig/osd.h 1970-01-01 00:00:00.000000000 +0000
+++ avrdude-5.11.1/osd.h 2011-10-15 18:48:45.337668339 +0000 +++ avrdude-5.11.1/osd.h 2011-10-15 18:48:45.337668339 +0000
@@ -0,0 +1,39 @@ @@ -0,0 +1,39 @@
+/*
+ * osd.h
+ *
+ * Created on: 14-10-2011
+ * Author: sajmon
+ */
+
+#ifndef OSD_H_ +#ifndef OSD_H_
+#define OSD_H_ +#define OSD_H_
+ +
Expand Down

0 comments on commit 7e07d7c

Please sign in to comment.