From 217deefc2c3b2609cf88e36f392e1156af362f14 Mon Sep 17 00:00:00 2001 From: Udip Pant Date: Tue, 14 Jan 2020 10:56:38 -0800 Subject: [PATCH] add missing copyright header Reviewed By: yangchi Differential Revision: D19394307 fbshipit-source-id: 3b986ba3633f9a80c577804beb6b5a9fcebe41c3 --- cmake_uninstall.cmake.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cmake_uninstall.cmake.in b/cmake_uninstall.cmake.in index 4c07dc7bd4..ef685751db 100644 --- a/cmake_uninstall.cmake.in +++ b/cmake_uninstall.cmake.in @@ -1,3 +1,9 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# All rights reserved. +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + if(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt") message(FATAL_ERROR "Cannot find install manifest: @CMAKE_BINARY_DIR@/install_manifest.txt") endif(NOT EXISTS "@CMAKE_BINARY_DIR@/install_manifest.txt")