From 52ccca825af423b22f2771755176d2c29a1a68be Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 13 Mar 2018 20:28:20 +0200 Subject: Update copyright years that should have been updated before 4.2.1 release. --- extension/intdiv.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'extension/intdiv.c') diff --git a/extension/intdiv.c b/extension/intdiv.c index bd0919cc..4e3ae50d 100644 --- a/extension/intdiv.c +++ b/extension/intdiv.c @@ -1,3 +1,28 @@ +/* + * intdiv.c - Provide integer div/mod for MPFR. + */ + +/* + * Copyright (C) 2017, 2018, the Free Software Foundation, Inc. + * + * This file is part of GAWK, the GNU implementation of the + * AWK Programming Language. + * + * GAWK 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 of the License, or + * (at your option) any later version. + * + * GAWK 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 this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + */ + #ifdef HAVE_CONFIG_H #include #endif -- cgit v1.2.3