Skip to content

Commit b34ccb8

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
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>
1 parent abd9296 commit b34ccb8

File tree

3 files changed

+44
-26
lines changed

3 files changed

+44
-26
lines changed

videoutils/x264/CMakeLists.txt

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
############################################################################
2+
# apps/videoutils/x264/CMakeLists.txt
13
#
2-
# Copyright (C) 2024 Xiaomi Corporation
4+
# SPDX-License-Identifier: Apache-2.0
35
#
4-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
5-
# use this file except in compliance with the License. You may obtain a copy of
6-
# the License at
6+
# Licensed to the Apache Software Foundation (ASF) under one or more
7+
# contributor license agreements. See the NOTICE file distributed with
8+
# this work for additional information regarding copyright ownership. The
9+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
10+
# "License"); you may not use this file except in compliance with the
11+
# License. You may obtain a copy of the License at
712
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
13+
# http://www.apache.org/licenses/LICENSE-2.0
914
#
1015
# Unless required by applicable law or agreed to in writing, software
1116
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13-
# License for the specific language governing permissions and limitations under
14-
# the License.
17+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18+
# License for the specific language governing permissions and limitations
19+
# under the License.
1520
#
21+
############################################################################
1622

1723
if(CONFIG_VIDEOUTILS_LIBX264)
1824

videoutils/x264/Make.defs

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
############################################################################
2+
# apps/videoutils/x264/Make.defs
13
#
2-
# Copyright (C) 2023 Xiaomi Corporation
4+
# SPDX-License-Identifier: Apache-2.0
35
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
6+
# Licensed to the Apache Software Foundation (ASF) under one or more
7+
# contributor license agreements. See the NOTICE file distributed with
8+
# this work for additional information regarding copyright ownership. The
9+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
10+
# "License"); you may not use this file except in compliance with the
11+
# License. You may obtain a copy of the License at
712
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
13+
# http://www.apache.org/licenses/LICENSE-2.0
914
#
1015
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
16+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18+
# License for the specific language governing permissions and limitations
19+
# under the License.
1520
#
21+
############################################################################
1622

1723
ifneq ($(CONFIG_VIDEOUTILS_LIBX264),)
1824
CONFIGURED_APPS += $(APPDIR)/videoutils/x264

videoutils/x264/Makefile

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1+
############################################################################
2+
# apps/videoutils/x264/Makefile
13
#
2-
# Copyright (C) 2023 Xiaomi Corporation
4+
# SPDX-License-Identifier: Apache-2.0
35
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
6+
# Licensed to the Apache Software Foundation (ASF) under one or more
7+
# contributor license agreements. See the NOTICE file distributed with
8+
# this work for additional information regarding copyright ownership. The
9+
# ASF licenses this file to you under the Apache License, Version 2.0 (the
10+
# "License"); you may not use this file except in compliance with the
11+
# License. You may obtain a copy of the License at
712
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
13+
# http://www.apache.org/licenses/LICENSE-2.0
914
#
1015
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
16+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
17+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
18+
# License for the specific language governing permissions and limitations
19+
# under the License.
1520
#
21+
############################################################################
1622

1723
ifeq ($(DST_PATH),)
1824
include $(APPDIR)/Make.defs

0 commit comments

Comments
 (0)