Update copyright date to 2021 for all prev typo fixes

This commit is contained in:
Landon Curt Noll
2021-02-12 22:27:51 -08:00
parent 507fe026e5
commit c02725f036
118 changed files with 119 additions and 118 deletions

View File

@@ -198,7 +198,7 @@ Installing calc from the bzip2-ed tarball in 4 easy steps:
We suggest that you might want to read the README.FIRST file and look at We suggest that you might want to read the README.FIRST file and look at
the calc help subsystem. See also the README.md file. the calc help subsystem. See also the README.md file.
## Copyright (C) 1999-2007 Landon Curt Noll ## Copyright (C) 1999-2007,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* blkcpy - general values and related routines used by the calculator * blkcpy - general values and related routines used by the calculator
* *
* Copyright (C) 1999-2007 Landon Curt Noll and Ernest Bowen * Copyright (C) 1999-2007,2021 Landon Curt Noll and Ernest Bowen
* *
* Primary author: Landon Curt Noll * Primary author: Landon Curt Noll
* *

View File

@@ -1,7 +1,7 @@
/* /*
* block - fixed, dynamic, fifo and circular memory blocks * block - fixed, dynamic, fifo and circular memory blocks
* *
* Copyright (C) 1999-2007 Landon Curt Noll and Ernest Bowen * Copyright (C) 1999-2007,2021 Landon Curt Noll and Ernest Bowen
* *
* Primary author: Landon Curt Noll * Primary author: Landon Curt Noll
* *

View File

@@ -1,7 +1,7 @@
/* /*
* block - fixed, dynamic, fifo and circular memory blocks * block - fixed, dynamic, fifo and circular memory blocks
* *
* Copyright (C) 1999-2007,2014 Landon Curt Noll and Ernest Bowen * Copyright (C) 1999-2007,2014,2021 Landon Curt Noll and Ernest Bowen
* *
* Primary author: Landon Curt Noll * Primary author: Landon Curt Noll
* *

View File

@@ -1,7 +1,7 @@
/* /*
* byteswap - byte swapping routines * byteswap - byte swapping routines
* *
* Copyright (C) 1999 Landon Curt Noll * Copyright (C) 1999,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -2,7 +2,7 @@
# #
# cal - makefile for calc standard resource files # cal - makefile for calc standard resource files
# #
# Copyright (C) 1999-2006,2017 Landon Curt Noll # Copyright (C) 1999-2006,2017,2021 Landon Curt Noll
# #
# Calc is open software; you can redistribute it and/or modify it under # Calc is open software; you can redistribute it and/or modify it under
# the terms of the version 2.1 of the GNU Lesser General Public License # the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* alg_config - help determine optimal values for algorithm levels * alg_config - help determine optimal values for algorithm levels
* *
* Copyright (C) 2006,2014 Landon Curt Noll * Copyright (C) 2006,2014,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* bernoulli - calculate the Nth Bernoulli number B(n) * bernoulli - calculate the Nth Bernoulli number B(n)
* *
* Copyright (C) 2000 David I. Bell and Landon Curt Noll * Copyright (C) 2000,2021 David I. Bell and Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* bernpoly - Bernoulli polynomials B_n(z) for arbitrary n,z.. * bernpoly - Bernoulli polynomials B_n(z) for arbitrary n,z..
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* brentsolve - Root finding with the Brent-Dekker trick * brentsolve - Root finding with the Brent-Dekker trick
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* chi - chi^2 probabilities with degrees of freedom for null hypothesis * chi - chi^2 probabilities with degrees of freedom for null hypothesis
* *
* Copyright (C) 2001 Landon Curt Noll * Copyright (C) 2001,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* chrem - Chinese remainder theorem/problem solver * chrem - Chinese remainder theorem/problem solver
* *
* Copyright (C) 1999 Ernest Bowen and Landon Curt Noll * Copyright (C) 1999,2021 Ernest Bowen and Landon Curt Noll
* *
* Primary author: Ernest Bowen * Primary author: Ernest Bowen
* *

View File

@@ -1,7 +1,7 @@
/* /*
* dms - calculate in degrees, minutes, and seconds (based on deg) * dms - calculate in degrees, minutes, and seconds (based on deg)
* *
* Copyright (C) 1999,2010 David I. Bell and Landon Curt Noll * Copyright (C) 1999,2010,2021 David I. Bell and Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* factorial2 - implementation of different factorial related functions * factorial2 - implementation of different factorial related functions
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* hms - calculate in hours, minutes, and seconds * hms - calculate in hours, minutes, and seconds
* *
* Copyright (C) 2010 Landon Curt Noll * Copyright (C) 2010,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* intfile - integer to file and file to integer conversion * intfile - integer to file and file to integer conversion
* *
* Copyright (C) 2001 Landon Curt Noll * Copyright (C) 2001,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* intnum - implementation of tanhsinh- and Gauss-Legendre quadrature * intnum - implementation of tanhsinh- and Gauss-Legendre quadrature
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* lambertw - Lambert's W-function * lambertw - Lambert's W-function
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* linear - perform a simple two point 2D linear interpolation * linear - perform a simple two point 2D linear interpolation
* *
* Copyright (C) 2005-2007 Landon Curt Noll * Copyright (C) 2005-2007,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* lucas - perform a Lucas primality test on h*2^n-1 * lucas - perform a Lucas primality test on h*2^n-1
* *
* Copyright (C) 1999,2017,2018 Landon Curt Noll * Copyright (C) 1999,2017,2018,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* lucas_chk - test all primes of the form h*2^n-1, 1<=h<200 and n <= high_n * lucas_chk - test all primes of the form h*2^n-1, 1<=h<200 and n <= high_n
* *
* Copyright (C) 1999 Landon Curt Noll * Copyright (C) 1999,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* mfactor - return the lowest factor of 2^n-1, for n > 0 * mfactor - return the lowest factor of 2^n-1, for n > 0
* *
* Copyright (C) 1999 Landon Curt Noll * Copyright (C) 1999,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* natnumset - functions for sets of natural numbers not exceeding a fixed bound * natnumset - functions for sets of natural numbers not exceeding a fixed bound
* *
* Copyright (C) 1999 Ernest Bowen * Copyright (C) 1999,2021 Ernest Bowen
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* pell - solve Pell's equation * pell - solve Pell's equation
* *
* Copyright (C) 1999 David I. Bell * Copyright (C) 1999,2021 David I. Bell
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* poly - calculate with polynomials of one variable * poly - calculate with polynomials of one variable
* *
* Copyright (C) 1999 Ernest Bowen * Copyright (C) 1999,2021 Ernest Bowen
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* prompt - demonstration of some uses of prompt() and eval() * prompt - demonstration of some uses of prompt() and eval()
* *
* Copyright (C) 1999 Ernest Bowen * Copyright (C) 1999,2021 Ernest Bowen
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* quat - calculate using quaternions of the form: a + bi + cj + dk * quat - calculate using quaternions of the form: a + bi + cj + dk
* *
* Copyright (C) 1999 David I. Bell * Copyright (C) 1999,2021 David I. Bell
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* randmprime - generate a random prime of the form h*2^n-1 * randmprime - generate a random prime of the form h*2^n-1
* *
* Copyright (C) 1999 Landon Curt Noll * Copyright (C) 1999,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* regress - calc regression and correctness test suite * regress - calc regression and correctness test suite
* *
* Copyright (C) 1999-2017 David I. Bell and Landon Curt Noll * Copyright (C) 1999-2017,2021 David I. Bell and Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* specialfunctions - special functions (e.g.: gamma, zeta, psi) * specialfunctions - special functions (e.g.: gamma, zeta, psi)
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify * Calc is open software; you can redistribute it and/or modify
* it under the terms of the version 2.1 of the GNU Lesser General Public * it under the terms of the version 2.1 of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
* statistics - Some assorted statistics functions. * statistics - Some assorted statistics functions.
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* test2600 - 2600 series of the regress.cal test suite * test2600 - 2600 series of the regress.cal test suite
* *
* Copyright (C) 1999 Ernest Bowen and Landon Curt Noll * Copyright (C) 1999,2021 Ernest Bowen and Landon Curt Noll
* *
* Primary author: Ernest Bowen * Primary author: Ernest Bowen
* *

View File

@@ -1,7 +1,7 @@
/* /*
* test2700 - 2700 series of the regress.cal test suite * test2700 - 2700 series of the regress.cal test suite
* *
* Copyright (C) 1999 Ernest Bowen and Landon Curt Noll * Copyright (C) 1999,2021 Ernest Bowen and Landon Curt Noll
* *
* Primary author: Ernest Bowen * Primary author: Ernest Bowen
* *

View File

@@ -1,7 +1,7 @@
/* /*
* test5100 - 5100 series of the regress.cal test suite * test5100 - 5100 series of the regress.cal test suite
* *
* Copyright (C) 1999 Ernest Bowen and Landon Curt Noll * Copyright (C) 1999,2021 Ernest Bowen and Landon Curt Noll
* *
* Primary author: Ernest Bowen * Primary author: Ernest Bowen
* *

View File

@@ -1,7 +1,7 @@
/* /*
* test8500 - 8500 series of the regress.cal test suite * test8500 - 8500 series of the regress.cal test suite
* *
* Copyright (C) 1999 Ernest Bowen and Landon Curt Noll * Copyright (C) 1999,2021 Ernest Bowen and Landon Curt Noll
* *
* Primary author: Ernest Bowen * Primary author: Ernest Bowen
* *

View File

@@ -1,7 +1,7 @@
/* /*
* test8900 - 8900 series of the regress.cal test suite * test8900 - 8900 series of the regress.cal test suite
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* toomcook - implementation of Toom-Cook(3,4) multiplication algorithm * toomcook - implementation of Toom-Cook(3,4) multiplication algorithm
* *
* Copyright (C) 2013 Christoph Zurnieden * Copyright (C) 2013,2021 Christoph Zurnieden
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* unixfrac - represent a fraction as a sum of distance unit fractions * unixfrac - represent a fraction as a sum of distance unit fractions
* *
* Copyright (C) 1999 David I. Bell * Copyright (C) 1999,2021 David I. Bell
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* codegen - module to generate opcodes from the input tokens * codegen - module to generate opcodes from the input tokens
* *
* Copyright (C) 1999-2007,2017 David I. Bell and Ernest Bowen * Copyright (C) 1999-2007,2017,2021 David I. Bell and Ernest Bowen
* *
* Primary author: David I. Bell * Primary author: David I. Bell
* *

View File

@@ -1,7 +1,7 @@
/* /*
* comfunc - extended precision complex arithmetic non-primitive routines * comfunc - extended precision complex arithmetic non-primitive routines
* *
* Copyright (C) 1999-2007 David I. Bell and Ernest Bowen * Copyright (C) 1999-2007,2021 David I. Bell and Ernest Bowen
* *
* Primary author: David I. Bell * Primary author: David I. Bell
* *

View File

@@ -1,7 +1,7 @@
/* /*
* config - configuration routines * config - configuration routines
* *
* Copyright (C) 1999-2007,2014 Landon Curt Noll and David I. Bell * Copyright (C) 1999-2007,2014,2021 Landon Curt Noll and David I. Bell
* *
* Primary author: Landon Curt Noll * Primary author: Landon Curt Noll
* *

View File

@@ -2,7 +2,7 @@
/* /*
* piforever - print digits of pi forever (or as long as your mem/CPU allow) * piforever - print digits of pi forever (or as long as your mem/CPU allow)
* *
* Copyright (C) 1999-2007,2014,2019 Landon Curt Noll * Copyright (C) 1999-2007,2014,2019,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* custom - interface for custom software and hardware interfaces * custom - interface for custom software and hardware interfaces
* *
* Copyright (C) 1999-2006,2018 Landon Curt Noll * Copyright (C) 1999-2006,2018,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* custom - interface for custom software and hardware interfaces * custom - interface for custom software and hardware interfaces
* *
* Copyright (C) 1999-2007 Landon Curt Noll * Copyright (C) 1999-2007,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -645,7 +645,7 @@ Step 12: Contribute
and consider submitting your custom function for possible and consider submitting your custom function for possible
inclusion in later versions of calc. inclusion in later versions of calc.
## Copyright (C) 1999-2007 Landon Curt Noll ## Copyright (C) 1999-2007,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* c_pmodm127 - calculate q mod 2^(2^127-1) * c_pmodm127 - calculate q mod 2^(2^127-1)
* *
* Copyright (C) 2004-2007 Landon Curt Noll * Copyright (C) 2004-2007,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* c_pzasusb8 - print numerator as a string of USB8s * c_pzasusb8 - print numerator as a string of USB8s
* *
* Copyright (C) 1999-2004 Ernest Bowen * Copyright (C) 1999-2004,2021 Ernest Bowen
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* c_sysinfo - names and values of selected #defines * c_sysinfo - names and values of selected #defines
* *
* Copyright (C) 1999-2007 Landon Curt Noll * Copyright (C) 1999-2007,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* custtbl - custom interface table * custtbl - custom interface table
* *
* Copyright (C) 1999-2007 Landon Curt Noll * Copyright (C) 1999-2007,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -26,7 +26,7 @@ LIBRARY
SEE ALSO SEE ALSO
custom custom
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -49,7 +49,7 @@ LIBRARY
SEE ALSO SEE ALSO
custom custom
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* pzasusb8 - print numerator as a string of USB8s * pzasusb8 - print numerator as a string of USB8s
* *
* Copyright (C) 1999,2004 Ernest Bowen and Landon Curt Noll * Copyright (C) 1999,2004,2021 Ernest Bowen and Landon Curt Noll
* *
* Primary author: Ernest Bowen * Primary author: Ernest Bowen
* *

View File

@@ -55,7 +55,7 @@ LIBRARY
SEE ALSO SEE ALSO
custom custom
## Copyright (C) 2007 Landon Curt Noll ## Copyright (C) 2007,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -53,7 +53,7 @@ LIBRARY
SEE ALSO SEE ALSO
custom custom
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* endian - determine the byte order of a long on your machine * endian - determine the byte order of a long on your machine
* *
* Copyright (C) 1999-2013 Landon Curt Noll * Copyright (C) 1999-2013,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

2
file.h
View File

@@ -1,7 +1,7 @@
/* /*
* file - file I/O routines callable by users * file - file I/O routines callable by users
* *
* Copyright (C) 1999-2007,2014 David I. Bell and Landon Curt Noll * Copyright (C) 1999-2007,2014,2021 David I. Bell and Landon Curt Noll
* *
* Primary author: David I. Bell * Primary author: David I. Bell
* *

View File

@@ -1,7 +1,7 @@
/* /*
* fposval - Determine information about the file position type * fposval - Determine information about the file position type
* *
* Copyright (C) 1999 Landon Curt Noll * Copyright (C) 1999,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

2
hash.c
View File

@@ -1,7 +1,7 @@
/* /*
* hash - one-way hash routines * hash - one-way hash routines
* *
* Copyright (C) 1999-2007 Landon Curt Noll * Copyright (C) 1999-2007,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1,7 +1,7 @@
/* /*
* have_const - Determine if we want or can support ANSI const * have_const - Determine if we want or can support ANSI const
* *
* Copyright (C) 1999 Landon Curt Noll * Copyright (C) 1999,2021 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -160,7 +160,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
dereference, isptr dereference, isptr
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -56,7 +56,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
gd, exp, ln, sin, sinh, etc. gd, exp, ln, sin, sinh, etc.
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -199,7 +199,7 @@
For convenience, any non-integer value is assumed to mean "frac", For convenience, any non-integer value is assumed to mean "frac",
and any integer >= 2^64 is assumed to mean "exp". and any integer >= 2^64 is assumed to mean "exp".
## Copyright (C) 1999-2017 Landon Curt Noll ## Copyright (C) 1999-2017,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -37,7 +37,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
comb, fact, perm comb, fact, perm
## Copyright (C) 2000 Ernest Bowen ## Copyright (C) 2000,2021 Ernest Bowen
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -113,7 +113,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
cfappr cfappr
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -114,7 +114,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
sgn, test, operator sgn, test, operator
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -375,7 +375,7 @@ Command sequence
statement flow control and declaration statements statement flow control and declaration statements
usage how to invoke the calc command and calc -options usage how to invoke the calc command and calc -options
## Copyright (C) 1999-2006,2018 Landon Curt Noll ## Copyright (C) 1999-2006,2018,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -1000,7 +1000,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
custom, custom_cal, display, epsilon, fprintf, printf, strprintf, usage custom, custom_cal, display, epsilon, fprintf, printf, strprintf, usage
## Copyright (C) 1999-2007,2018 Landon Curt Noll ## Copyright (C) 1999-2007,2018,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -191,7 +191,8 @@ LIBRARY
SEE ALSO SEE ALSO
param, variable, undefine, show param, variable, undefine, show
## Copyright (C) 2000-2006 David I. Bell, Landon Curt Noll and Ernest Bowen ## Copyright (C) 2000-2006,2021 David I. Bell, Landon Curt Noll
## and Ernest Bowen
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -50,7 +50,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
digit, places digit, places
## Copyright (C) 1999-2003 Landon Curt Noll ## Copyright (C) 1999-2003,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -42,7 +42,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
str, strprintf str, strprintf
## Copyright (C) 2006 Ernest Bowen ## Copyright (C) 2006,2021 Ernest Bowen
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -37,7 +37,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
bernoulli, bell, catalan, comb, fact, perm bernoulli, bell, catalan, comb, fact, perm
## Copyright (C) 2000 Ernest Bowen ## Copyright (C) 2000,2021 Ernest Bowen
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -50,7 +50,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
fgetstr, fputstr, fgets, fputs, fopen, files, fprintf fgetstr, fputstr, fgets, fputs, fopen, files, fprintf
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -41,7 +41,7 @@ SEE ALSO
errno, fclose, feof, ferror, fflush, fgetc, fgetline, fgets, files, fopen, errno, fclose, feof, ferror, fflush, fgetc, fgetline, fgets, files, fopen,
fprintf, fputc, fputs, fseek, fsize, ftell, isfile, printf, prompt fprintf, fputc, fputs, fseek, fsize, ftell, isfile, printf, prompt
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -50,7 +50,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
agd, exp, ln, sin, sinh, etc. agd, exp, ln, sin, sinh, etc.
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -35,7 +35,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
read, eval, quit, abort, calclevel read, eval, quit, abort, calclevel
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -34,7 +34,7 @@ SEE ALSO
isobjtype, isodd, isprime, isrand, israndom, isreal, isrel, isobjtype, isodd, isprime, isrand, israndom, isreal, isrel,
issimple, issq, isstr, istype issimple, issq, isstr, istype
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -40,7 +40,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
isnum, isstr, isblk, isoctet isnum, isstr, isblk, isoctet
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -208,7 +208,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
## Copyright (C) 1999,2017 Landon Curt Noll ## Copyright (C) 1999,2017,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -70,7 +70,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
max, obj max, obj
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -90,7 +90,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
size, sizeof, fsize, strlen, digits size, sizeof, fsize, strlen, digits
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -32,7 +32,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
mne, ismult mne, ismult
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -70,7 +70,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
max, obj, sum, ssq max, obj, sum, ssq
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -28,7 +28,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
meq meq
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -209,7 +209,7 @@ operators
surprises in calc syntax/usage. Persons familiar with C should surprises in calc syntax/usage. Persons familiar with C should
read the 'unexpected' help file to avoid confusion. read the 'unexpected' help file to avoid confusion.
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -186,7 +186,7 @@
to be calculated. Global variables which are numbers can be to be calculated. Global variables which are numbers can be
saved to a file by using the 'write filename' command. saved to a file by using the 'write filename' command.
## Copyright (C) 1999-2017 Landon Curt Noll ## Copyright (C) 1999-2017,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -100,7 +100,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
cscript, unexpected, usage cscript, unexpected, usage
## Copyright (C) 2007,2014 Landon Curt Noll ## Copyright (C) 2007,2014,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -231,7 +231,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
config, display, epsilon, fprintf, strprintf config, display, epsilon, fprintf, strprintf
## Copyright (C) 1999-2006,2018 Landon Curt Noll ## Copyright (C) 1999-2006,2018,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -280,7 +280,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
assign, copy, blk, error, errno, strerror assign, copy, blk, error, errno, strerror
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -137,7 +137,7 @@ SEE ALSO
factor, isprime, lfactor, nextcand, nextprime, prevcand, prevprime, factor, isprime, lfactor, nextcand, nextprime, prevcand, prevprime,
pfact, pix pfact, pix
## Copyright (C) 1999-2006,2017 Landon Curt Noll ## Copyright (C) 1999-2006,2017,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -99,7 +99,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
//, %, quo, mod, floor. ceil, int. frac //, %, quo, mod, floor. ceil, int. frac
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -243,7 +243,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
seed, srand, randbit, isrand, random, srandom, israndom seed, srand, randbit, isrand, random, srandom, israndom
## Copyright (C) 1999-2007 Landon Curt Noll ## Copyright (C) 1999-2007,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -109,7 +109,7 @@ SEE ALSO
assoc, list, mat assoc, list, mat
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -273,7 +273,7 @@ For more information use the following calc commands:
help config help config
help cscript help cscript
## Copyright (C) 2000,2014 Landon Curt Noll and Ernest Bowen ## Copyright (C) 2000,2014,2021 Landon Curt Noll and Ernest Bowen
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -125,7 +125,7 @@ SEE ALSO
assoc, list, mat assoc, list, mat
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -99,7 +99,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
ishash, hash ishash, hash
## Copyright (C) 1999-20007 Landon Curt Noll ## Copyright (C) 1999-2007,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -57,7 +57,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
list, mat, assoc, obj, sizeof, memsize list, mat, assoc, obj, sizeof, memsize
## Copyright (C) 1999-2006 Landon Curt Noll ## Copyright (C) 1999-2006,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -85,7 +85,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
size, fsize, strlen, digits size, fsize, strlen, digits
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -249,7 +249,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
join, reverse join, reverse
## Copyright (C) 1999 Landon Curt Noll ## Copyright (C) 1999,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -338,7 +338,7 @@ LINK LIBRARY
SEE ALSO SEE ALSO
seed, srand, randbit, isrand, random, srandom, israndom seed, srand, randbit, isrand, random, srandom, israndom
## Copyright (C) 1999,2018 Landon Curt Noll ## Copyright (C) 1999,2018,2021 Landon Curt Noll
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

View File

@@ -39,7 +39,7 @@ SEE ALSO
strcat, strcpy, strerror, strlen, strncmp, strpos, strcat, strcpy, strerror, strlen, strncmp, strpos,
strprintf, strscan, strscanf, substr strprintf, strscan, strscanf, substr
## Copyright (C) 2006 Ernest Bowen ## Copyright (C) 2006,2021 Ernest Bowen
## ##
## Calc is open software; you can redistribute it and/or modify it under ## Calc is open software; you can redistribute it and/or modify it under
## the terms of the version 2.1 of the GNU Lesser General Public License ## the terms of the version 2.1 of the GNU Lesser General Public License

Some files were not shown because too many files have changed in this diff Show More