diff options
author | Thomas Le Guevel <thomaslg@google.com> | 2011-06-23 10:06:33 -0700 |
---|---|---|
committer | Thomas Le Guevel <thomaslg@google.com> | 2011-06-23 10:06:33 -0700 |
commit | b5c7784c96a606890eb8a8b560153ef4a5d1a0d9 (patch) | |
tree | 4a9f02ad5db2b23559436c553d23a463cc855fdb /libvideoeditor/vss/mcs | |
parent | 72e95e7ee6fe2892201575e7f7e4dd798fb225f6 (diff) | |
download | frameworks_av-b5c7784c96a606890eb8a8b560153ef4a5d1a0d9.zip frameworks_av-b5c7784c96a606890eb8a8b560153ef4a5d1a0d9.tar.gz frameworks_av-b5c7784c96a606890eb8a8b560153ef4a5d1a0d9.tar.bz2 |
Fix for: 4676350 Do not use dual copyright declaration for video editor code
Change-Id: I2856be051fa3b3ddfe67e096e45fb0b34beb92be
Diffstat (limited to 'libvideoeditor/vss/mcs')
-rwxr-xr-x | libvideoeditor/vss/mcs/inc/M4MCS_API.h | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/inc/M4MCS_ErrorCodes.h | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/inc/M4MCS_InternalConfig.h | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/inc/M4MCS_InternalFunctions.h | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/src/Android.mk | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/src/M4MCS_API.c | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/src/M4MCS_AudioEffects.c | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/src/M4MCS_Codecs.c | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/src/M4MCS_MediaAndCodecSubscription.c | 1 | ||||
-rwxr-xr-x | libvideoeditor/vss/mcs/src/M4MCS_VideoPreProcessing.c | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/libvideoeditor/vss/mcs/inc/M4MCS_API.h b/libvideoeditor/vss/mcs/inc/M4MCS_API.h index 7fb64e8..b5d7212 100755 --- a/libvideoeditor/vss/mcs/inc/M4MCS_API.h +++ b/libvideoeditor/vss/mcs/inc/M4MCS_API.h @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/inc/M4MCS_ErrorCodes.h b/libvideoeditor/vss/mcs/inc/M4MCS_ErrorCodes.h index cd3a7f3..c042dbb 100755 --- a/libvideoeditor/vss/mcs/inc/M4MCS_ErrorCodes.h +++ b/libvideoeditor/vss/mcs/inc/M4MCS_ErrorCodes.h @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/inc/M4MCS_InternalConfig.h b/libvideoeditor/vss/mcs/inc/M4MCS_InternalConfig.h index d3e75b6..efaf1e6 100755 --- a/libvideoeditor/vss/mcs/inc/M4MCS_InternalConfig.h +++ b/libvideoeditor/vss/mcs/inc/M4MCS_InternalConfig.h @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/inc/M4MCS_InternalFunctions.h b/libvideoeditor/vss/mcs/inc/M4MCS_InternalFunctions.h index 597a591..21c679e 100755 --- a/libvideoeditor/vss/mcs/inc/M4MCS_InternalFunctions.h +++ b/libvideoeditor/vss/mcs/inc/M4MCS_InternalFunctions.h @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h b/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h index ca63cc0..5a12f69 100755 --- a/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h +++ b/libvideoeditor/vss/mcs/inc/M4MCS_InternalTypes.h @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/src/Android.mk b/libvideoeditor/vss/mcs/src/Android.mk index d1d48bb..0bfc0b6 100755 --- a/libvideoeditor/vss/mcs/src/Android.mk +++ b/libvideoeditor/vss/mcs/src/Android.mk @@ -1,5 +1,4 @@ # -# Copyright (C) 2011 NXP Software # Copyright (C) 2011 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/src/M4MCS_API.c b/libvideoeditor/vss/mcs/src/M4MCS_API.c index 8bed904..d8d47f1 100755 --- a/libvideoeditor/vss/mcs/src/M4MCS_API.c +++ b/libvideoeditor/vss/mcs/src/M4MCS_API.c @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/src/M4MCS_AudioEffects.c b/libvideoeditor/vss/mcs/src/M4MCS_AudioEffects.c index f2e0373..488de68 100755 --- a/libvideoeditor/vss/mcs/src/M4MCS_AudioEffects.c +++ b/libvideoeditor/vss/mcs/src/M4MCS_AudioEffects.c @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/src/M4MCS_Codecs.c b/libvideoeditor/vss/mcs/src/M4MCS_Codecs.c index cbff66c..9a00f38 100755 --- a/libvideoeditor/vss/mcs/src/M4MCS_Codecs.c +++ b/libvideoeditor/vss/mcs/src/M4MCS_Codecs.c @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/src/M4MCS_MediaAndCodecSubscription.c b/libvideoeditor/vss/mcs/src/M4MCS_MediaAndCodecSubscription.c index d6a9e09..631ca87 100755 --- a/libvideoeditor/vss/mcs/src/M4MCS_MediaAndCodecSubscription.c +++ b/libvideoeditor/vss/mcs/src/M4MCS_MediaAndCodecSubscription.c @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/libvideoeditor/vss/mcs/src/M4MCS_VideoPreProcessing.c b/libvideoeditor/vss/mcs/src/M4MCS_VideoPreProcessing.c index 36ad9d9..749f68e 100755 --- a/libvideoeditor/vss/mcs/src/M4MCS_VideoPreProcessing.c +++ b/libvideoeditor/vss/mcs/src/M4MCS_VideoPreProcessing.c @@ -1,5 +1,4 @@ /* - * Copyright (C) 2004-2011 NXP Software * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); |