From 4e992ec79eb2a4fe760b7faf45e6b24ff54ac705 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Wed, 10 Oct 2018 02:58:39 +0300 Subject: Added the exact license note into "fraction.hpp" file The license of this file is in Public Domain: https://bisqwit.iki.fi/src/index.html "... and orphan source code files are copyrighted public domain." --- src/fraction.hpp | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/fraction.hpp b/src/fraction.hpp index 1c0a38d..892ba25 100644 --- a/src/fraction.hpp +++ b/src/fraction.hpp @@ -1,14 +1,19 @@ +/* + * Fraction number handling. + * Copyright (C) 1992,2001 Bisqwit (http://iki.fi/bisqwit/) + * + * The license of this file is in Public Domain: + * https://bisqwit.iki.fi/src/index.html + * + * "... and orphan source code files are copyrighted public domain." + */ + #ifndef bqw_fraction_h #define bqw_fraction_h #include #include - -/* Fraction number handling. - * Copyright (C) 1992,2001 Bisqwit (http://iki.fi/bisqwit/) - */ - template class fraction { -- cgit v1.2.3