aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-11 12:34:46 +1100
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-30 13:43:41 +1100
commit90ab8dc3b45eb8638b92084225a8ce876e9f5342 (patch)
tree1c06f5e458dcce0a26f382ea01996c09c4e1a2a8 /src
parent0718bcbcd3faf7bbbba3fd7225c78ed8f0b38ac0 (diff)
Update licensing
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'src')
-rw-r--r--src/avirt-config.c9
1 files changed, 5 insertions, 4 deletions
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 <mark.farrugia@fiberdyne.com.au>
*
- * 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 <http://www.gnu.org/licenses/>.
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#define _GNU_SOURCE