Skip to content

Commit 6329074

Browse files
Compositor: Forgot to change copyright when I used findEGL.cmake as a base for this new file,
1 parent cddd338 commit 6329074

File tree

1 file changed

+12
-26
lines changed

1 file changed

+12
-26
lines changed

Compositor/cmake/Findlibdecor.cmake

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
1-
# - Try to Find libdecor
2-
# Once done, this will define
1+
# If not stated otherwise in this file or this component's LICENSE file the
2+
# following copyright and licenses apply:
33
#
4-
# LIBDECOR_FOUND - system has LIBDECOR installed.
5-
# LIBDECOR_INCLUDE_DIRS - directories which contain the LIBDECOR headers.
6-
# LIBDECOR_LIBRARIES - libraries required to link against LIBDECOR.
7-
# LIBDECOR_DEFINITIONS - Compiler switches required for using LIBDECOR.
4+
# Copyright 2025 Metrological
85
#
9-
# Copyright (C) 2012 Intel Corporation. All rights reserved.
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
109
#
11-
# Redistribution and use in source and binary forms, with or without
12-
# modification, are permitted provided that the following conditions
13-
# are met:
14-
# 1. Redistributions of source code must retain the above copyright
15-
# notice, this list of conditions and the following disclaimer.
16-
# 2. Redistributions in binary form must reproduce the above copyright
17-
# notice, this list of conditions and the following disclaimer in the
18-
# documentation and/or other materials provided with the distribution.
10+
# http://www.apache.org/licenses/LICENSE-2.0
1911
#
20-
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND ITS CONTRIBUTORS ``AS
21-
# IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22-
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23-
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR ITS
24-
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25-
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26-
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
27-
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
28-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NLIBDECORIGENCE OR
29-
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
30-
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
3117

3218
if(LIBDECOR_FIND_QUIETLY)
3319
set(_LIBDECOR_MODE QUIET)

0 commit comments

Comments
 (0)