Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
016762be
Commit
016762be
authored
Mar 29, 2016
by
Adrian Grange
Browse files
Change copyright notice to AOMedia form
Change-Id: Ia5f721b2f64a0a1aeff9c097b20c6c423be666cf
parent
81e55269
Changes
7
Hide whitespace changes
Inline
Side-by-side
build/make/Makefile
View file @
016762be
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
## 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.
##
## 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.
##
include
config.mk
quiet
?=
true
...
...
build/make/configure.sh
View file @
016762be
...
...
@@ -1453,13 +1453,15 @@ print_webm_license() {
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
}
"
}
...
...
build/make/gen_asm_deps.sh
View file @
016762be
#!/bin/sh
##
##
Copyright (c) 201
0 The WebM project authors
. All
R
ights
R
eserved
.
## Copyright (c) 201
6, 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.
##
self
=
$0
show_help
()
{
echo
"usage:
$self
[options] <srcfile>"
...
...
build/make/gen_msvs_vcxproj.sh
View file @
016762be
#!/bin/bash
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2013 The WebM 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 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.
##
self
=
$0
...
...
build/make/iosbuild.sh
View file @
016762be
...
...
@@ -102,13 +102,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! */
...
...
build/make/version.sh
View file @
016762be
#!/bin/sh
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
## 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.
##
## 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.
##
for
opt
in
"
$@
"
;
do
optval
=
"
${
opt
#*=
}
"
...
...
libs.doxy_template
View file @
016762be
## Copyright (c) 2016, Alliance for Open Media. All rights reserved
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
## 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.
##
## 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.
##
# Doxyfile 1.5.4
...
...
Write
Preview
Supports
Markdown
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