From 4d1888a467d428156a7a718fe69c78736a8050ac Mon Sep 17 00:00:00 2001 From: dvdli Date: Thu, 15 Jul 2021 18:12:55 +0800 Subject: update NOTICE file and format license header --- NOTICE | 2 +- examples/plugins/sample_mixer_plugin.c | 3 ++- examples/plugins/sample_pcm_plugin.c | 3 ++- examples/sndcardparser/sample_sndcardparser.c | 3 ++- src/pcm_hw.c | 2 ++ 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index 5debd99..5e78690 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,5 @@ Copyright 2011, The Android Open Source Project +Copyright (c) 2019, The Linux Foundation. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -22,4 +23,3 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/examples/plugins/sample_mixer_plugin.c b/examples/plugins/sample_mixer_plugin.c index e1a7567..8ecf56d 100644 --- a/examples/plugins/sample_mixer_plugin.c +++ b/examples/plugins/sample_mixer_plugin.c @@ -1,4 +1,5 @@ -/* +/* sample_mixer_plugin.c +** ** Copyright (c) 2021, The Linux Foundation. All rights reserved. ** ** Redistribution and use in source and binary forms, with or without diff --git a/examples/plugins/sample_pcm_plugin.c b/examples/plugins/sample_pcm_plugin.c index 3b02435..40bf684 100644 --- a/examples/plugins/sample_pcm_plugin.c +++ b/examples/plugins/sample_pcm_plugin.c @@ -1,4 +1,5 @@ -/* +/* sample_mixer_plugin.c +** ** Copyright (c) 2021, The Linux Foundation. All rights reserved. ** ** Redistribution and use in source and binary forms, with or without diff --git a/examples/sndcardparser/sample_sndcardparser.c b/examples/sndcardparser/sample_sndcardparser.c index 90e3d12..b7d7381 100644 --- a/examples/sndcardparser/sample_sndcardparser.c +++ b/examples/sndcardparser/sample_sndcardparser.c @@ -1,4 +1,5 @@ -/* +/* sample_sndcardparser.c +** ** Copyright (c) 2021, The Linux Foundation. All rights reserved. ** ** Redistribution and use in source and binary forms, with or without diff --git a/src/pcm_hw.c b/src/pcm_hw.c index e5588a0..5eb53be 100644 --- a/src/pcm_hw.c +++ b/src/pcm_hw.c @@ -1,5 +1,7 @@ /* pcm_hw.c +** ** Copyright (c) 2019, The Linux Foundation. +** Copyright 2021, The Android Open Source Project ** ** Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are -- cgit v1.2.3