Add LICENSE and README.chromium files.

BUG=

Add these files so that the DEPS changes can pass the try bots which test for these files.

Review URL: https://webrtc-codereview.appspot.com/1116006

git-svn-id: http://webrtc.googlecode.com/svn/deps/third_party/openmax@3624 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..9fee2f1
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,37 @@
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file in the root of the source tree. All
+contributing project authors may be found in the AUTHORS file in the
+root of the source tree.
+
+The files were originally licensed by ARM Limited.
+
+The following files:
+
+    * dl/api/omxtypes.h
+    * dl/sp/api/omxSP.h
+
+are licensed by Khronos:
+
+Copyright © 2005-2008 The Khronos Group Inc. All Rights Reserved. 
+
+These materials are protected by copyright laws and contain material 
+proprietary to the Khronos Group, Inc.  You may use these materials 
+for implementing Khronos specifications, without altering or removing 
+any trademark, copyright or other notice from the specification.
+
+Khronos Group makes no, and expressly disclaims any, representations 
+or warranties, express or implied, regarding these materials, including, 
+without limitation, any implied warranties of merchantability or fitness 
+for a particular purpose or non-infringement of any intellectual property. 
+Khronos Group makes no, and expressly disclaims any, warranties, express 
+or implied, regarding the correctness, accuracy, completeness, timeliness, 
+and reliability of these materials. 
+
+Under no circumstances will the Khronos Group, or any of its Promoters, 
+Contributors or Members or their respective partners, officers, directors, 
+employees, agents or representatives be liable for any damages, whether 
+direct, indirect, special or consequential damages for lost revenues, 
+lost profits, or otherwise, arising from or in connection with these 
+materials.
+
+Khronos and OpenMAX are trademarks of the Khronos Group Inc. 
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..34fc598
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,3 @@
+ajm@google.com
+kma@google.com
+rtoy@google.com
diff --git a/README.chromium b/README.chromium
new file mode 100644
index 0000000..3dbc3ff
--- /dev/null
+++ b/README.chromium
@@ -0,0 +1,19 @@
+Name: OpenMAX DL
+Short Name: OpenMax DL
+URL: https://silver.arm.com/download/Software/Graphics/OX000-BU-00010-r1p0-00bet0/OX000-BU-00010-r1p0-00bet0.tgz
+Version: 1.0.2
+License: BSD
+License File: LICENSE
+Security Critical: yes
+
+Description:
+Implementation of OpenMAX DL spec from ARM.  This is used to support
+WebAudio for Chromium on Android.
+
+Local Modifications:
+Only the FFT routines from the OpenMAX DL package are included.  The
+code was modified to work with gcc and a new implementation for a
+floating-point FFT was added.
+
+The original ARM license is unclear, but Google has obtained
+permission to relicense this code under a BSD license.
diff --git a/dl/api/omxtypes.h b/dl/api/omxtypes.h
index 0732e40..b64e779 100644
--- a/dl/api/omxtypes.h
+++ b/dl/api/omxtypes.h
@@ -1,16 +1,3 @@
-/*
- *  Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
- *
- *  Use of this source code is governed by a BSD-style license
- *  that can be found in the LICENSE file in the root of the source
- *  tree. An additional intellectual property rights grant can be found
- *  in the file PATENTS.  All contributing project authors may
- *  be found in the AUTHORS file in the root of the source tree.
- *
- *  This file was originally licensed as follows. It has been
- *  relicensed with permission from the copyright holders.
- */
-
 /**
  * File: omxtypes.h
  * Brief: Defines basic Data types used in OpenMAX v1.0.2 header files.
diff --git a/dl/sp/api/omxSP.h b/dl/sp/api/omxSP.h
index 2a16cc0..3016c77 100644
--- a/dl/sp/api/omxSP.h
+++ b/dl/sp/api/omxSP.h
@@ -1,16 +1,3 @@
-/*
- *  Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
- *
- *  Use of this source code is governed by a BSD-style license
- *  that can be found in the LICENSE file in the root of the source
- *  tree. An additional intellectual property rights grant can be found
- *  in the file PATENTS.  All contributing project authors may
- *  be found in the AUTHORS file in the root of the source tree.
- *
- *  This file was originally licensed as follows. It has been
- *  relicensed with permission from the copyright holders.
- */
-
 /**
  * File: omxSP.h
  * Brief: OpenMAX DL v1.0.2 - Signal Processing library