From fd8ab0bd07f5f08951f6328b56619667ab1321a1 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 28 Jan 2016 15:04:40 +0800 Subject: [PATCH] cmake: remove the copyright of FindSnappy.cmake as we've basically removed all the HyperTable code. Signed-off-by: Kefu Chai --- cmake/modules/Findsnappy.cmake | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/cmake/modules/Findsnappy.cmake b/cmake/modules/Findsnappy.cmake index f23fa2fba65b0..b298cd256d027 100644 --- a/cmake/modules/Findsnappy.cmake +++ b/cmake/modules/Findsnappy.cmake @@ -1,21 +1,3 @@ -# Copyright (C) 2007-2012 Hypertable, Inc. -# -# This file is part of Hypertable. -# -# Hypertable is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 3 -# of the License, or any later version. -# -# Hypertable is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Hypertable. If not, see -# - # - Find Snappy # Find the snappy compression library and includes # -- 2.39.5