From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 02A6B382A2C0; Thu, 27 Oct 2022 07:50:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02A6B382A2C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666857023; bh=DvniriB0m9CJsq0GITcTHYLpJeWE0J5YtyOCjoPzGmI=; h=From:To:Subject:Date:From; b=VaZerFEX+BUcJkIbPDC8x4p725Dp4dyoTTXhK0fZAzb2F9sV4fXw25/MlT6c14qut LRc9fEkQp0DBHb2c4su4Ugk80RLQ2G/bZdmevyOY7J2ax1renbBok1sqZnqh1Vkrz9 rG6XEOixId93CiAUQOSOvMxkrlbiU7Og1j/YyKks= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] rust-privacy-reporter: Add copyright header X-Act-Checkin: gcc X-Git-Author: Arthur Cohen X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 1e11f00ca1d04548704fe899ba36e1fd91802752 X-Git-Newrev: dcb38a3e45ddc62dd1d0649471b3267c5108967f Message-Id: <20221027075023.02A6B382A2C0@sourceware.org> Date: Thu, 27 Oct 2022 07:50:23 +0000 (GMT) List-Id: https://gcc.gnu.org/g:dcb38a3e45ddc62dd1d0649471b3267c5108967f commit dcb38a3e45ddc62dd1d0649471b3267c5108967f Author: Arthur Cohen Date: Mon Oct 17 10:59:53 2022 +0200 rust-privacy-reporter: Add copyright header Diff: --- .../checks/errors/privacy/rust-privacy-reporter.cc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gcc/rust/checks/errors/privacy/rust-privacy-reporter.cc b/gcc/rust/checks/errors/privacy/rust-privacy-reporter.cc index a8280583a64..7d70203159a 100644 --- a/gcc/rust/checks/errors/privacy/rust-privacy-reporter.cc +++ b/gcc/rust/checks/errors/privacy/rust-privacy-reporter.cc @@ -1,3 +1,21 @@ +// Copyright (C) 2020-2022 Free Software Foundation, Inc. + +// This file is part of GCC. + +// GCC 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, or (at your option) any later +// version. + +// GCC 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 GCC; see the file COPYING3. If not see +// . + #include "rust-privacy-reporter.h" #include "rust-hir-expr.h" #include "rust-hir-stmt.h"