From f86ced45911854dce6ed53c989bde7e31eecb9e6 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 25 Nov 2009 19:35:53 +0100 Subject: [PATCH] Source files: s/libmikrotik/librouteros/ --- src/main.c | 2 +- src/routeros_api.h | 2 +- src/routeros_version.h.in | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 53e96c2..82e8c7f 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /** - * libmikrotik - src/main.c + * librouteros - src/main.c * Copyright (C) 2009 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it diff --git a/src/routeros_api.h b/src/routeros_api.h index 7f6956c..55309e6 100644 --- a/src/routeros_api.h +++ b/src/routeros_api.h @@ -1,5 +1,5 @@ /** - * libmikrotik - src/mikrotik.h + * librouteros - src/routeros_api.h * Copyright (C) 2009 Florian octo Forster * * This program is free software; you can redistribute it and/or modify it diff --git a/src/routeros_version.h.in b/src/routeros_version.h.in index af9d025..de0c5c5 100644 --- a/src/routeros_version.h.in +++ b/src/routeros_version.h.in @@ -1,3 +1,24 @@ +/** + * librouteros - src/routeros_version.h + * Copyright (C) 2009 Florian octo Forster + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; only version 2 of the License is applicable. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: + * Florian octo Forster + **/ + #ifndef ROUTEROS_VERSION_H #define ROUTEROS_VERSION_H 1 -- 2.11.0