From 90ab8dc3b45eb8638b92084225a8ce876e9f5342 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Thu, 11 Oct 2018 12:34:46 +1100 Subject: Update licensing Signed-off-by: Mark Farrugia --- src/avirt-config.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/avirt-config.c b/src/avirt-config.c index 53af9db..5056da8 100644 --- a/src/avirt-config.c +++ b/src/avirt-config.c @@ -1,22 +1,23 @@ /* - * AVIRT User-space library + * Application interface library for the AVIRT driver * * avirt-config.c - Main AVIRT configuration via configfs * * Copyright (C) 2018 Fiberdyne Systems Pty Ltd + * Author: Mark Farrugia * - * This program is free software: you can redistribute it and/or modify + * This library 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, either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This library 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, see . + * along with this library. If not, see . */ #define _GNU_SOURCE -- cgit 1.2.3-korg