lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 15b1aa35 11/22: Add license and copyright boi


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 15b1aa35 11/22: Add license and copyright boilerplate
Date: Fri, 20 May 2022 22:43:42 -0400 (EDT)

branch: master
commit 15b1aa355c168e9eaffc2f2fe6256858b4e7ecc3
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add license and copyright boilerplate
---
 fdlibm_expm1.c.txt | 31 +++++++++++++++++++++++++++++++
 fdlibm_log1p.c.txt | 31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/fdlibm_expm1.c.txt b/fdlibm_expm1.c.txt
index bc00d625..17185875 100644
--- a/fdlibm_expm1.c.txt
+++ b/fdlibm_expm1.c.txt
@@ -1,3 +1,34 @@
+// FDLIBM expm1().
+//
+// Copyright (C) 2022 Gregory W. Chicares.
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License version 2 as
+// published by the Free Software Foundation.
+//
+// This program 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+//
+// https://savannah.nongnu.org/projects/lmi
+// email: <gchicares@sbcglobal.net>
+// snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
+
+// Analects of fdlibm's expm1() implementation, gathered from relevant
+// portions of the fdlibm sources on 2022-05-20. URL for the original:
+//    
https://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=fdlibm%2Fs_expm1.c
+// Adapted for lmi by GWC; any defects introduced should not reflect
+// on the reputations of the original authors.
+
+// Generally, lmi '.cpp' files include at least one lmi '.hpp' file,
+// which includes 'config.hpp'. Include 'version.hpp' here because
+// it's the simplest lmi header.
+#include "version.hpp"
 
 /* @(#)fdlibm.h 1.5 04/04/22 */
 /*
diff --git a/fdlibm_log1p.c.txt b/fdlibm_log1p.c.txt
index 76b62a1f..486762a3 100644
--- a/fdlibm_log1p.c.txt
+++ b/fdlibm_log1p.c.txt
@@ -1,3 +1,34 @@
+// FDLIBM log1p().
+//
+// Copyright (C) 2022 Gregory W. Chicares.
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License version 2 as
+// published by the Free Software Foundation.
+//
+// This program 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 St, Fifth Floor, Boston, MA 02110-1301, USA
+//
+// https://savannah.nongnu.org/projects/lmi
+// email: <gchicares@sbcglobal.net>
+// snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
+
+// Analects of fdlibm's log1p() implementation, gathered from relevant
+// portions of the fdlibm sources on 2022-05-20. URL for the original:
+//    
https://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=fdlibm%2Fs_log1p.c
+// Adapted for lmi by GWC; any defects introduced should not reflect
+// on the reputations of the original authors.
+
+// Generally, lmi '.cpp' files include at least one lmi '.hpp' file,
+// which includes 'config.hpp'. Include 'version.hpp' here because
+// it's the simplest lmi header.
+#include "version.hpp"
 
 /* @(#)fdlibm.h 1.5 04/04/22 */
 /*



reply via email to

[Prev in Thread] Current Thread [Next in Thread]