summaryrefslogtreecommitdiffstats
path: root/core.c
diff options
context:
space:
mode:
authorMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-25 14:02:41 +1100
committerMark Farrugia <mark.farrugia@fiberdyne.com.au>2018-10-26 17:27:48 +1100
commit6b1a48a65fca8c81a4299f95f2096dbef4815b75 (patch)
tree4fca3e5ac239e2476b567a240b3f721f27cd5e7c /core.c
parentf0029c35ecb07fcfcf05b0093b536054f674a303 (diff)
Update license headers
All license headers need to be uniform across AVIRT Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'core.c')
-rw-r--r--core.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/core.c b/core.c
index b526949..a8554b7 100644
--- a/core.c
+++ b/core.c
@@ -1,10 +1,10 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * ALSA Virtual Soundcard
+ * AVIRT - ALSA Virtual Soundcard
*
- * core.c - Implementation of core module for virtual ALSA card
- *
- * Copyright (C) 2010-2018 Fiberdyne Systems Pty Ltd
+ * Copyright (c) 2010-2018 Fiberdyne Systems Pty Ltd
+ *
+ * core.c - AVIRT core internals
*/
#include <linux/module.h>