Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754600AbdLOBNc (ORCPT ); Thu, 14 Dec 2017 20:13:32 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:41177 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754509AbdLOBN3 (ORCPT ); Thu, 14 Dec 2017 20:13:29 -0500 X-Google-Smtp-Source: ACJfBov/KxJ6Wce6NQN8L6FtOFh5lWOAJCmFdtLQRfFfTlKAPXZq/IQGWow6/rHf1Q/DwgXVHWxTWA== From: Laura Abbott To: Ingo Molnar , Arnaldo Carvalho de Melo Cc: Laura Abbott , linux-kernel@vger.kernel.org Subject: [PATCH] tools/lib: Remove FSF address Date: Thu, 14 Dec 2017 17:13:17 -0800 Message-Id: <20171215011317.15362-1-labbott@redhat.com> X-Mailer: git-send-email 2.14.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2582 Lines: 65 Checkpatch in the kernel now complains about having the FSF address in comments. Other tools such as rpmlint are now starting to do the same thing. Remove the FSF address to reduce warnings on multiple tools. Signed-off-by: Laura Abbott --- For context, I'm updating the packaging for perf in Fedora which requires a code/output review. This got flagged during that review. This part of tools doesn't seem to have a clear owner and I don't think it's kept in sync with the kernel which is why I split this out. I don't particularly care which tree it goes through (perf?) --- tools/include/linux/rbtree.h | 4 ---- tools/include/linux/rbtree_augmented.h | 4 ---- tools/lib/rbtree.c | 4 ---- 3 files changed, 12 deletions(-) diff --git a/tools/include/linux/rbtree.h b/tools/include/linux/rbtree.h index 112582253dd0..b71ec73831bb 100644 --- a/tools/include/linux/rbtree.h +++ b/tools/include/linux/rbtree.h @@ -12,10 +12,6 @@ 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 this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - linux/include/linux/rbtree.h To use rbtrees you'll have to implement your own insert and search cores. diff --git a/tools/include/linux/rbtree_augmented.h b/tools/include/linux/rbtree_augmented.h index 43be941db695..db08eb26eb15 100644 --- a/tools/include/linux/rbtree_augmented.h +++ b/tools/include/linux/rbtree_augmented.h @@ -14,10 +14,6 @@ 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 this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - tools/linux/include/linux/rbtree_augmented.h Copied from: diff --git a/tools/lib/rbtree.c b/tools/lib/rbtree.c index 17c2b596f043..df538c4139ce 100644 --- a/tools/lib/rbtree.c +++ b/tools/lib/rbtree.c @@ -14,10 +14,6 @@ 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 this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - linux/lib/rbtree.c */ -- 2.14.3