mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
videoutils/x264: migrate license to ASF
Xiaomi has submitted the SGA and we can migrate the licenses to ASF Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
abd9296059
commit
b34ccb83bc
3 changed files with 44 additions and 26 deletions
|
|
@ -1,18 +1,24 @@
|
||||||
|
############################################################################
|
||||||
|
# apps/videoutils/x264/CMakeLists.txt
|
||||||
#
|
#
|
||||||
# Copyright (C) 2024 Xiaomi Corporation
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# use this file except in compliance with the License. You may obtain a copy of
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# the License at
|
# this work for additional information regarding copyright ownership. The
|
||||||
|
# ASF licenses this file to you under the Apache License, Version 2.0 (the
|
||||||
|
# "License"); you may not use this file except in compliance with the
|
||||||
|
# License. You may obtain a copy of the License at
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# License for the specific language governing permissions and limitations under
|
# License for the specific language governing permissions and limitations
|
||||||
# the License.
|
# under the License.
|
||||||
#
|
#
|
||||||
|
############################################################################
|
||||||
|
|
||||||
if(CONFIG_VIDEOUTILS_LIBX264)
|
if(CONFIG_VIDEOUTILS_LIBX264)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,24 @@
|
||||||
|
############################################################################
|
||||||
|
# apps/videoutils/x264/Make.defs
|
||||||
#
|
#
|
||||||
# Copyright (C) 2023 Xiaomi Corporation
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# you may not use this file except in compliance with the License.
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# You may obtain a copy of the License at
|
# this work for additional information regarding copyright ownership. The
|
||||||
|
# ASF licenses this file to you under the Apache License, Version 2.0 (the
|
||||||
|
# "License"); you may not use this file except in compliance with the
|
||||||
|
# License. You may obtain a copy of the License at
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# See the License for the specific language governing permissions and
|
# License for the specific language governing permissions and limitations
|
||||||
# limitations under the License.
|
# under the License.
|
||||||
#
|
#
|
||||||
|
############################################################################
|
||||||
|
|
||||||
ifneq ($(CONFIG_VIDEOUTILS_LIBX264),)
|
ifneq ($(CONFIG_VIDEOUTILS_LIBX264),)
|
||||||
CONFIGURED_APPS += $(APPDIR)/videoutils/x264
|
CONFIGURED_APPS += $(APPDIR)/videoutils/x264
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,24 @@
|
||||||
|
############################################################################
|
||||||
|
# apps/videoutils/x264/Makefile
|
||||||
#
|
#
|
||||||
# Copyright (C) 2023 Xiaomi Corporation
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# you may not use this file except in compliance with the License.
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
# You may obtain a copy of the License at
|
# this work for additional information regarding copyright ownership. The
|
||||||
|
# ASF licenses this file to you under the Apache License, Version 2.0 (the
|
||||||
|
# "License"); you may not use this file except in compliance with the
|
||||||
|
# License. You may obtain a copy of the License at
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# See the License for the specific language governing permissions and
|
# License for the specific language governing permissions and limitations
|
||||||
# limitations under the License.
|
# under the License.
|
||||||
#
|
#
|
||||||
|
############################################################################
|
||||||
|
|
||||||
ifeq ($(DST_PATH),)
|
ifeq ($(DST_PATH),)
|
||||||
include $(APPDIR)/Make.defs
|
include $(APPDIR)/Make.defs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue