From patchwork Wed Aug 26 12:17:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 510838 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id AB5801401EF for ; Wed, 26 Aug 2015 22:18:02 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=FaYU+keD; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:mime-version:content-type; q=dns; s=default; b=lP9vih5CbFrecdm4fimMi6kCiwZfUROgm+3lOkNf2Z64XXLfKx s2cpiS+Z+16x+oRIXdzQskXA+0i2mOb9hsQUrSimivimvqa7VXTwv8+hc/xGV5mw QMuIb7aE7STzmkkLVNyVx0y+bMN9a4QXGVQbSXzbIxSGUNptwxSMzhgfU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:mime-version:content-type; s= default; bh=VZGwdAYAOf9kWmFNIM249DmGPBQ=; b=FaYU+keD1pFoc5+e1wm5 yQGyBF7IimKZjMPU8kjGdwpKKG/4P1hKu6sakSgpaudRUFcALauY833t46s7/yjw dzmC5ZnPTTQSqF17ofcBaAPN9vOKqoyFA3QiCWHGULDflMtt467sBBWdpfZlGn1+ G57crWzEmMxkBmXDnwLRzS0= Received: (qmail 106735 invoked by alias); 26 Aug 2015 12:17:56 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 106726 invoked by uid 89); 26 Aug 2015 12:17:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp-relay.CeBiTec.Uni-Bielefeld.DE Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Aug 2015 12:17:53 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 896A0695; Wed, 26 Aug 2015 14:17:50 +0200 (CEST) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tdHy7E5OWJpo; Wed, 26 Aug 2015 14:17:46 +0200 (CEST) Received: from lokon.CeBiTec.Uni-Bielefeld.DE (lokon.CeBiTec.Uni-Bielefeld.DE [129.70.161.110]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id C7ECB694; Wed, 26 Aug 2015 14:17:45 +0200 (CEST) Received: (from ro@localhost) by lokon.CeBiTec.Uni-Bielefeld.DE (8.15.1+Sun/8.15.1/Submit) id t7QCHivL018070; Wed, 26 Aug 2015 14:17:44 +0200 (CEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Cc: Caroline Tice , "Joseph S. Myers" Subject: [libvtv] Update copyrights Date: Wed, 26 Aug 2015 14:17:44 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (usg-unix-v) MIME-Version: 1.0 X-IsSubscribed: yes While working on the Solaris libvtv port, I noticed that many of the libvtv copyright years hadn't been updated, were misformtted, or both. It turns out that libvtv isn't listed in contrib/update-copyright.py at all. This patch fixes this and includes the result of running update-copyright.py --this-year libvtv. I've neither added libvtv to self.default_dirs in the script nor added copyrights to the numerous files in libvtv that currently lack one. Ok for mainline once it has survived regtesting? Thanks. Rainer 2015-08-26 Rainer Orth libvtv: Update copyrights. contrib: * update-copyright.py (GCCCmdLine): Add libvtv. # HG changeset patch # Parent 322129613b3dfc80c06f5f87dae9f2fa962a3496 Update copyrights diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -745,6 +745,7 @@ class GCCCmdLine (CmdLine): # libsanitiser is imported from upstream. self.add_dir ('libssp') self.add_dir ('libstdc++-v3', LibStdCxxFilter()) + self.add_dir ('libvtv') self.add_dir ('lto-plugin') # zlib is imported from upstream. diff --git a/libvtv/Makefile.am b/libvtv/Makefile.am --- a/libvtv/Makefile.am +++ b/libvtv/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the VTV library. ## -## Copyright (C) 2013 Free Software Foundation, Inc. +## Copyright (C) 2013-2015 Free Software Foundation, Inc. ## ## Process this file with automake to produce Makefile.in. ## diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt --- a/libvtv/configure.tgt +++ b/libvtv/configure.tgt @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright (C) 2013 Free Software Foundation, Inc. +# Copyright (C) 2013-2015 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libvtv/testsuite/config/default.exp b/libvtv/testsuite/config/default.exp --- a/libvtv/testsuite/config/default.exp +++ b/libvtv/testsuite/config/default.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2013 Free Software Foundation, Inc. +# Copyright (C) 2013-2015 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libvtv/testsuite/libvtv.cc/virtfunc-test.cc b/libvtv/testsuite/libvtv.cc/virtfunc-test.cc --- a/libvtv/testsuite/libvtv.cc/virtfunc-test.cc +++ b/libvtv/testsuite/libvtv.cc/virtfunc-test.cc @@ -2,8 +2,7 @@ /* This test script is part of GDB, the GNU debugger. - Copyright 1993, 1994, 1997, 1998, 1999, 2003, 2004, - Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/libvtv/testsuite/other-tests/Makefile.am b/libvtv/testsuite/other-tests/Makefile.am --- a/libvtv/testsuite/other-tests/Makefile.am +++ b/libvtv/testsuite/other-tests/Makefile.am @@ -1,6 +1,6 @@ ## Makefile for the testsuite subdirectory of the VTV library. ## -## Copyright (C) 2013 Free Software Foundation, Inc. +## Copyright (C) 2013-2015 Free Software Foundation, Inc. ## ## Process this file with automake to produce Makefile.in. ## diff --git a/libvtv/vtv_fail.cc b/libvtv/vtv_fail.cc --- a/libvtv/vtv_fail.cc +++ b/libvtv/vtv_fail.cc @@ -1,5 +1,4 @@ -/* Copyright (C) 2012-2013 - Free Software Foundation +/* Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_fail.h b/libvtv/vtv_fail.h --- a/libvtv/vtv_fail.h +++ b/libvtv/vtv_fail.h @@ -1,5 +1,4 @@ -// Copyright (C) 2012-2013 -// Free Software Foundation +// Copyright (C) 2012-2015 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_malloc.cc b/libvtv/vtv_malloc.cc --- a/libvtv/vtv_malloc.cc +++ b/libvtv/vtv_malloc.cc @@ -1,5 +1,4 @@ -/* Copyright (C) 2012-2013 - Free Software Foundation +/* Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_malloc.h b/libvtv/vtv_malloc.h --- a/libvtv/vtv_malloc.h +++ b/libvtv/vtv_malloc.h @@ -1,5 +1,4 @@ -// Copyright (C) 2012-2013 -// Free Software Foundation +// Copyright (C) 2012-2015 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_map.h b/libvtv/vtv_map.h --- a/libvtv/vtv_map.h +++ b/libvtv/vtv_map.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2012-2013 - Free Software Foundation +/* Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_rts.cc b/libvtv/vtv_rts.cc --- a/libvtv/vtv_rts.cc +++ b/libvtv/vtv_rts.cc @@ -1,5 +1,4 @@ -/* Copyright (C) 2012-2013 - Free Software Foundation +/* Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_rts.h b/libvtv/vtv_rts.h --- a/libvtv/vtv_rts.h +++ b/libvtv/vtv_rts.h @@ -1,5 +1,4 @@ -// Copyright (C) 2012-2013 -// Free Software Foundation +// Copyright (C) 2012-2015 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/libvtv/vtv_set.h b/libvtv/vtv_set.h --- a/libvtv/vtv_set.h +++ b/libvtv/vtv_set.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2012-2013 - Free Software Foundation +/* Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_utils.cc b/libvtv/vtv_utils.cc --- a/libvtv/vtv_utils.cc +++ b/libvtv/vtv_utils.cc @@ -1,5 +1,4 @@ -/* Copyright (C) 2012-2013 - Free Software Foundation +/* Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of GCC. diff --git a/libvtv/vtv_utils.h b/libvtv/vtv_utils.h --- a/libvtv/vtv_utils.h +++ b/libvtv/vtv_utils.h @@ -1,5 +1,4 @@ -/* Copyright (C) 2012-2013 - Free Software Foundation +/* Copyright (C) 2012-2015 Free Software Foundation, Inc. This file is part of GCC.