From c9a089cad157231089c20402f5b762db897e5c0f Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 25 May 2021 11:11:02 +0200 Subject: Update copyright years in c++tools While looking at PR100731, I have noticed the copyright years are 2020-ish only. This patch adds it to update-copyright.py and updates those. 2021-05-25 Jakub Jelinek contrib/ * update-copyright.py: Add c++tools. c++tools/ * Makefile.in: Update copyright year. * configure.ac: Likewise. * resolver.cc: Likewise. * resolver.h: Likewise. * server.cc: Likewise. (print_version): Update copyright notice date. --- c++tools/resolver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c++tools/resolver.cc') diff --git a/c++tools/resolver.cc b/c++tools/resolver.cc index ef08de5..edd4624 100644 --- a/c++tools/resolver.cc +++ b/c++tools/resolver.cc @@ -1,5 +1,5 @@ /* C++ modules. Experimental! -*- c++ -*- - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 Free Software Foundation, Inc. Written by Nathan Sidwell while at FaceBook This file is part of GCC. -- cgit v1.1