change copyright notice for autogenerated code
Change-Id: I9374e6af5025df51663f35a2343b79c1970343ad
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 6d9b215..8ab8cf5 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1506,13 +1506,14 @@
suffix="$3"
shift 3
cat <<EOF > ${destination}
-${prefix} Copyright (c) 2011 The WebM project authors. All Rights Reserved.${suffix}
+${prefix} Copyright (c) 2016, Alliance for Open Media. All rights reserved.${suffix}
${prefix} ${suffix}
-${prefix} Use of this source code is governed by a BSD-style license${suffix}
-${prefix} that can be found in the LICENSE file in the root of the source${suffix}
-${prefix} tree. An additional intellectual property rights grant can be found${suffix}
-${prefix} in the file PATENTS. All contributing project authors may${suffix}
-${prefix} be found in the AUTHORS file in the root of the source tree.${suffix}
+${prefix} This source code is subject to the terms of the BSD 2 Clause License and${suffix}
+${prefix} the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License${suffix}
+${prefix} was not distributed with this source code in the LICENSE file, you can${suffix}
+${prefix} obtain it at www.aomedia.org/license/software. If the Alliance for Open${suffix}
+${prefix} Media Patent License 1.0 was not distributed with this source code in the${suffix}
+${prefix} PATENTS file, you can obtain it at www.aomedia.org/license/patent.${suffix}
EOF
prefix="${saved_prefix}"
}
diff --git a/build/make/iosbuild.sh b/build/make/iosbuild.sh
index 8f7325c..ed25607 100755
--- a/build/make/iosbuild.sh
+++ b/build/make/iosbuild.sh
@@ -103,13 +103,14 @@
local include_guard="AOM_FRAMEWORK_HEADERS_AOM_AOM_CONFIG_H_"
local file_header="/*
- * Copyright (c) $(date +%Y) The WebM project authors. All Rights Reserved.
+ * Copyright (c) $(date +%Y), Alliance for Open Media. 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 source code is subject to the terms of the BSD 2 Clause License and
+ * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
+ * was not distributed with this source code in the LICENSE file, you can
+ * obtain it at www.aomedia.org/license/software. If the Alliance for Open
+ * Media Patent License 1.0 was not distributed with this source code in the
+ * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
/* GENERATED FILE: DO NOT EDIT! */