Skip to content

Commit

Permalink
updated copyright
Browse files Browse the repository at this point in the history
I'll be doing it again in a month...
  • Loading branch information
ConceptJunkie committed Dec 5, 2024
1 parent 175b333 commit df831c1
Show file tree
Hide file tree
Showing 72 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion makeHelp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# makeHelp
#
# rpnChilada help file generator
# copyright (c) 2018, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber ( rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion makeUnits.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# makeUnits
#
# rpnChilada unit conversion data generator
# copyright (c) 2018, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion preparePrimeData.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# preparePrimeData.py
#
# rpnChilada prime number data file compiler
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpn.py
#
# rpnChilada - RPN command-line calculator
# copyright (c) 2018, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# __init__.py
#
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
6 changes: 3 additions & 3 deletions rpn/makeHelp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# makeHelp
#
# rpnChilada help file generator
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# *** NOTE: Don't run this file directly. Use ../makeHelp.py.
#
Expand Down Expand Up @@ -446,7 +446,7 @@ def makeCommandExample( command, indent=0, slow=False ):

c:\\>rpn
rpnChilada 8.4.0 - RPN command-line calculator
copyright (c) 2021 (1988), Rick Gutleber (rickg@his.com)
copyright (c) 2024 (1988), Rick Gutleber (rickg@his.com)

Type "help" for more information, and "exit" to exit.
rpn (1)> 2 3 +
Expand Down Expand Up @@ -7926,7 +7926,7 @@ def makeCommandExample( command, indent=0, slow=False ):
'''
c:\\>rpn _dump_stats
rpnChilada 8.5.0 - RPN command-line calculator
copyright (c) 2021 (1988), Rick Gutleber (rickg@his.com)
copyright (c) 2024 (1988), Rick Gutleber (rickg@his.com)

rpnChilada Statistics:

Expand Down
2 changes: 1 addition & 1 deletion rpn/makeUnits.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# makeUnits
#
# rpnChilada unit conversion data generator
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# *** NOTE: Don't run this file directly. Use ../makeUnits.py.
#
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnBase.py
#
# rpnChilada base conversion functions
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnCombinatorics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnCombinatorics.py
#
# rpnChilada combinatorics operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnComputer.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnComputer.py
#
# rpnChilada computing operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnFactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnFactor.py
#
# rpnChilada factoring utilities
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnGeometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnGeometry.py
#
# rpnChilada geometry operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnLexicographic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnLexicographic.py
#
# rpnChilada lexicography operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnMath.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# mathpy
#
# rpnChilada mathematical operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnNumberTheory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnNumberTheory.py
#
# rpnChilada number theory operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnPolynomials.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnPolynomials.py
#
# rpnChilada polynomial operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnPolytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnPolytope.py
#
# rpnChilada polytope operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnPrimeUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnPrimeUtils.py
#
# rpnChilada prime number utilies
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnPrimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnPrimes.py
#
# rpnChilada prime number table
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnRational.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnRational.py
#
# rpnChilada rational value class
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/math/rpnSpecialBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnBase.py
#
# rpnChilada base conversion functions
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/preparePrimeData.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# preparePrimeData.py
#
# rpnChilada prime number data file compiler
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# *** NOTE: Don't run this file directly. Use ../preparePrimeData.py.
#
Expand Down
2 changes: 1 addition & 1 deletion rpn/profileRPN.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# profileRPN.py
#
# script to do profiling for rpn
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/rpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpn.py
#
# rpnChilada - RPN command-line calculator
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# *** NOTE: Don't run this file directly. Use ../rpn.py.
#
Expand Down
2 changes: 1 addition & 1 deletion rpn/rpnOperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnOperator.py
#
# rpnChilada operator class definitions
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/rpnOperators.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnOperators.py
#
# rpnChilada operator definitions
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/rpnVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnVersion.py
#
# rpnChilada version identification
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/science/rpnAstronomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnAstronomy.py
#
# rpnChilada astronomical operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/science/rpnChemistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnChemistry.py
#
# rpnChilada chemistry functions
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/science/rpnEclipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnEclipse.py
#
# rpnChilada eclipse calculation operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/science/rpnPhysics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnPhysics.py
#
# rpnChilada physics operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/special/rpnDice.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnDice.py
#
# rpnChilada dice simulation operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/special/rpnList.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnList.py
#
# rpnChilada list operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/special/rpnLocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnLocation.py
#
# rpnChilada location operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/special/rpnLocationClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnLocationClass.py
#
# rpnChilada location class declaration
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/special/rpnLocationLookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnLocationLookup.py
#
# rpnChilada location look-up functionality
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/special/rpnModifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnModifiers.py
#
# rpnChilada term modifier operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/special/rpnName.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnName.py
#
# rpnChilada functions for converting integers to English names
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/special/rpnSpecial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnSpecial.py
#
# rpnChilada special operators
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/test/rpnTestUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# rpnTestUtils.py
#
# rpnChilada test utility functions
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/test/testConvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# testConvert
#
# test script for RPN unit conversion
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
2 changes: 1 addition & 1 deletion rpn/test/testHelp.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# testHelp
#
# test script for RPN help
# copyright (c) 2022, Rick Gutleber (rickg@his.com)
# copyright (c) 2024, Rick Gutleber (rickg@his.com)
#
# License: GNU GPL 3.0 (see <http://www.gnu.org/licenses/gpl.html> for more
# information).
Expand Down
Loading

0 comments on commit df831c1

Please sign in to comment.