aboutsummaryrefslogtreecommitdiffstats
path: root/extension/intdiv.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-03-13 20:30:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-03-13 20:30:05 +0200
commit9e06eb5b97fb92f15344a909dfbf7455946564c5 (patch)
tree95696140bb2182b67a15aff0902cf84f715d8de7 /extension/intdiv.c
parent6a6cb14de2bfe86b1dd753c7700deea30fbcf922 (diff)
parent4fa6f57bf897e7f69dbb606115d4e17a88e90532 (diff)
downloadegawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.tar.gz
egawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.tar.bz2
egawk-9e06eb5b97fb92f15344a909dfbf7455946564c5.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'extension/intdiv.c')
-rw-r--r--extension/intdiv.c25
1 files changed, 25 insertions, 0 deletions
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 <config.h>
#endif