diff options
-rw-r--r-- | Alc/mixer_sse2.c | 2 | ||||
-rw-r--r-- | Alc/mixer_sse41.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Alc/mixer_sse2.c b/Alc/mixer_sse2.c index 0d85365e..7670add3 100644 --- a/Alc/mixer_sse2.c +++ b/Alc/mixer_sse2.c @@ -1,6 +1,6 @@ /** * OpenAL cross platform audio library - * Copyright (C) 1999-2014 by authors. + * Copyright (C) 2014 by Timothy Arceri <[email protected]>. * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either diff --git a/Alc/mixer_sse41.c b/Alc/mixer_sse41.c index db89abfa..8ce8cd90 100644 --- a/Alc/mixer_sse41.c +++ b/Alc/mixer_sse41.c @@ -1,6 +1,6 @@ /** * OpenAL cross platform audio library - * Copyright (C) 1999-2014 by authors. + * Copyright (C) 2014 by Timothy Arceri <[email protected]>. * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either |