diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | INSTALL | 1 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | ax25io.c | 2 | ||||
-rw-r--r-- | axutils.c | 1 |
8 files changed, 0 insertions, 11 deletions
@@ -2,4 +2,3 @@ Jonathan Naylor Tomi Manninen Jean-Paul ROUBELAT Alan Cox - @@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names: Ty Coon, President of Vice That's all there is to it! - - @@ -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 - @@ -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 - @@ -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> - - @@ -704,5 +704,3 @@ static inline int send_linemode(ax25io *p) } /* --------------------------------------------------------------------- */ - - @@ -324,4 +324,3 @@ char *strlwr(char *s) return s; } - |