From 80d5c795c2065a691cf82dda585b3fabab70ad0c Mon Sep 17 00:00:00 2001 From: Blake Bender Date: Sun, 19 Sep 2021 13:12:58 -0700 Subject: [PATCH] GEODE-9549: Add license notification to cmake file - Forgot this one, and it's failing RAT check --- netcore/cmake/remove_dirs.cmake | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/netcore/cmake/remove_dirs.cmake b/netcore/cmake/remove_dirs.cmake index c3c463c150..e63d3dd314 100644 --- a/netcore/cmake/remove_dirs.cmake +++ b/netcore/cmake/remove_dirs.cmake @@ -1 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +## +# FindGeode CMake find module. +## file(REMOVE_RECURSE locator server auth_locator auth_server)