From: nu774 Date: Tue, 29 Oct 2013 15:27:50 +0000 (+0900) Subject: add some copyright notice X-Git-Tag: v0.4.2~5 X-Git-Url: http://git.ieval.ro/?p=fdkaac.git;a=commitdiff_plain;h=556a3db11b01f05a3895537270a6b1b4aa816113 add some copyright notice --- diff --git a/src/extrapolater.c b/src/extrapolater.c index 22b0f12..c976be5 100644 --- a/src/extrapolater.c +++ b/src/extrapolater.c @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013 nu774 + * For conditions of distribution and use, see copyright notice in COPYING + */ #if HAVE_CONFIG_H # include "config.h" #endif diff --git a/src/metadata.c b/src/metadata.c index 9781b37..49781b2 100644 --- a/src/metadata.c +++ b/src/metadata.c @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013 nu774 + * For conditions of distribution and use, see copyright notice in COPYING + */ #if HAVE_CONFIG_H # include "config.h" #endif diff --git a/src/metadata.h b/src/metadata.h index 0438b79..a832d23 100644 --- a/src/metadata.h +++ b/src/metadata.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013 nu774 + * For conditions of distribution and use, see copyright notice in COPYING + */ #ifndef METADATA_H #define METADATA_H diff --git a/src/pcm_reader.h b/src/pcm_reader.h index ba998e3..1dfef34 100644 --- a/src/pcm_reader.h +++ b/src/pcm_reader.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013 nu774 + * For conditions of distribution and use, see copyright notice in COPYING + */ #ifndef PCM_READER_H #define PCM_READER_H diff --git a/src/pcm_sint16_converter.c b/src/pcm_sint16_converter.c index da31239..f4a7ad6 100644 --- a/src/pcm_sint16_converter.c +++ b/src/pcm_sint16_converter.c @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2013 nu774 + * For conditions of distribution and use, see copyright notice in COPYING + */ #if HAVE_CONFIG_H # include "config.h" #endif