Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
42c58342
Commit
42c58342
authored
Nov 28, 2016
by
Yaowu Xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change copyright notice for autogenerated code
Change-Id: I9374e6af5025df51663f35a2343b79c1970343ad
parent
bde4ac82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
build/make/configure.sh
build/make/configure.sh
+7
-6
build/make/iosbuild.sh
build/make/iosbuild.sh
+7
-6
No files found.
build/make/configure.sh
View file @
42c58342
...
...
@@ -1506,13 +1506,14 @@ print_webm_license() {
suffix
=
"
$3
"
shift
3
cat
<<
EOF
>
${
destination
}
${
prefix
}
Copyright (c) 201
1 The WebM project authors
. All
R
ights
R
eserved.
${
suffix
}
${
prefix
}
Copyright (c) 201
6, Alliance for Open Media
. All
r
ights
r
eserved.
${
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
}
"
}
...
...
build/make/iosbuild.sh
View file @
42c58342
...
...
@@ -103,13 +103,14 @@ create_aom_framework_config_shim() {
local
include_guard
=
"AOM_FRAMEWORK_HEADERS_AOM_AOM_CONFIG_H_"
local
file_header
=
"/*
* Copyright (c)
$(
date
+%Y
)
The WebM project authors
. All
R
ights
R
eserved.
* Copyright (c)
$(
date
+%Y
)
, Alliance for Open Media
. All
r
ights
r
eserved.
*
* 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! */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment