Skip to content

Commit

Permalink
borrowck: Bump copyright notice
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* checks/errors/borrowck/ffi-polonius/src/gccrs_ffi.rs: Bump copyright.
	* checks/errors/borrowck/ffi-polonius/src/lib.rs: Bump copyright.
	* checks/errors/borrowck/polonius/rust-polonius-ffi.h: Bump copyright.
	* checks/errors/borrowck/polonius/rust-polonius.h: Bump copyright.
	* checks/errors/borrowck/rust-bir-dump.cc: Bump copyright.
	* checks/errors/borrowck/rust-bir-fact-collector.h: Bump copyright.
	* checks/errors/borrowck/rust-bir-free-region.h: Bump copyright.

Signed-off-by: Jakub Dupak <dev@jakubdupak.com>
  • Loading branch information
jdupak authored and CohenArthur committed Apr 4, 2024
1 parent c90a9ad commit ff196e4
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// Copyright (C) 2020-2024 Free Software Foundation, Inc.

// This file is part of GCC.

Expand Down
2 changes: 1 addition & 1 deletion gcc/rust/checks/errors/borrowck/ffi-polonius/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// Copyright (C) 2020-2024 Free Software Foundation, Inc.

// This file is part of GCC.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// Copyright (C) 2020-2024 Free Software Foundation, Inc.

// This file is part of GCC.

Expand Down
2 changes: 1 addition & 1 deletion gcc/rust/checks/errors/borrowck/polonius/rust-polonius.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2022 Free Software Foundation, Inc.
// Copyright (C) 2020-2024 Free Software Foundation, Inc.

// This file is part of GCC.

Expand Down
18 changes: 18 additions & 0 deletions gcc/rust/checks/errors/borrowck/rust-bir-dump.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// Copyright (C) 2020-2024 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
// <http://www.gnu.org/licenses/>

#include "rust-system.h"
#include "rust-bir-dump.h"
#include "rust-diagnostics.h"
Expand Down
2 changes: 1 addition & 1 deletion gcc/rust/checks/errors/borrowck/rust-bir-fact-collector.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2023 Free Software Foundation, Inc.
// Copyright (C) 2020-2024 Free Software Foundation, Inc.

// This file is part of GCC.

Expand Down
18 changes: 18 additions & 0 deletions gcc/rust/checks/errors/borrowck/rust-bir-free-region.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
// Copyright (C) 2020-2024 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
// <http://www.gnu.org/licenses/>

#ifndef RUST_BIR_FREE_REGION_H
#define RUST_BIR_FREE_REGION_H

Expand Down

0 comments on commit ff196e4

Please sign in to comment.