diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-25 14:02:41 +1100 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-26 17:27:48 +1100 |
commit | 6b1a48a65fca8c81a4299f95f2096dbef4815b75 (patch) | |
tree | 4fca3e5ac239e2476b567a240b3f721f27cd5e7c /core.c | |
parent | f0029c35ecb07fcfcf05b0093b536054f674a303 (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.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |