aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent0718bcbcd3faf7bbbba3fd7225c78ed8f0b38ac0 (diff)
Update licensing
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'include')
-rw-r--r--include/avirt/avirt.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/avirt/avirt.h b/include/avirt/avirt.h
index 782467d..b795df9 100644
--- a/include/avirt/avirt.h
+++ b/include/avirt/avirt.h
@@ -1,22 +1,23 @@
/*
- * AVIRT User-space library
+ * Application interface library for the AVIRT driver
*
- * avirt.h - AVIRT User-space library header
+ * avirt.h - AVIRT Application interface library header
*
* 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/>.
*/
#ifndef _AVIRT_H_