summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 00:55:47 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-06-17 17:04:02 +0200
commit642427867846d62e46540b274676037827d7be80 (patch)
treeec2930acaad6b6ac8ce7cdabe451198761c479d5
parenteedf654d1702152544257c6ba2f155a5b58a54ad (diff)
Nuke trailing blank lines.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--AUTHORS1
-rw-r--r--COPYING2
-rw-r--r--ChangeLog1
-rw-r--r--INSTALL1
-rw-r--r--Makefile.am1
-rw-r--r--README2
-rw-r--r--ax25io.c2
-rw-r--r--axutils.c1
8 files changed, 0 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index d39007d..d528349 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,4 +2,3 @@ Jonathan Naylor
Tomi Manninen
Jean-Paul ROUBELAT
Alan Cox
-
diff --git a/COPYING b/COPYING
index 223ede7..2bb5b6e 100644
--- a/COPYING
+++ b/COPYING
@@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names:
Ty Coon, President of Vice
That's all there is to it!
-
-
diff --git a/ChangeLog b/ChangeLog
index 1dd5dcc..339680f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,4 +80,3 @@ libax25 0.0.2
* Initial version from Terry Dawson's code, split from the old
ax25-utils package.
-- Craig Small <csmall@small.dropbear.id.au> , 2 Apr 1999
-
diff --git a/INSTALL b/INSTALL
index 29eeb6e..40c5d00 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,4 +21,3 @@ That will put the binaries in /usr/{s}bin and the config files in
If you want to install the example config files
make installconf
-
diff --git a/Makefile.am b/Makefile.am
index 913f3c0..36993da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,4 +74,3 @@ installconf:
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(etcdir)/$$p"; \
$(INSTALL_DATA) $$p $(DESTDIR)$(etcdir)/$$p; \
done
-
diff --git a/README b/README
index c79915f..68d30d1 100644
--- a/README
+++ b/README
@@ -19,5 +19,3 @@ This library is copyright by the respective authors (see AUTHORS for a list)
and licensed under the GNU LGPL (see COPYING for more information).
- Craig Small <csmall@small.dropbear.id.au>
-
-
diff --git a/ax25io.c b/ax25io.c
index 7090075..b8d05f4 100644
--- a/ax25io.c
+++ b/ax25io.c
@@ -704,5 +704,3 @@ static inline int send_linemode(ax25io *p)
}
/* --------------------------------------------------------------------- */
-
-
diff --git a/axutils.c b/axutils.c
index cf435d4..0759c7e 100644
--- a/axutils.c
+++ b/axutils.c
@@ -324,4 +324,3 @@ char *strlwr(char *s)
return s;
}
-