Skip to content

Commit

Permalink
update copyright info/manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Jun 19, 2024
1 parent ec984ec commit f75571a
Show file tree
Hide file tree
Showing 99 changed files with 247 additions and 245 deletions.
6 changes: 4 additions & 2 deletions src/generate_manpages.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
2) all programs to be compiled (i.e., present in the src dir)
manpages will be written to man/px*.1.in
Make sure to run this script from the src dir.
Make sure to run this script from the src dir. Run as:
python generate_manpages.py
The idea here is that developers will make/regenerate these pages.
When a user compiles a program, the manpage px*.1.in is copied to px*.1, and
it is this copy that is installed with make install. (Likewise, when a user
does make clean, man/px*.1 files are remove, and man/px*.1.in remain)
does make clean, man/px*.1 files are removed, and man/px*.1.in remain)
The rationale behind this is 1) users need not worry about having help2man,
and 2) manpages are installed only for those programs that are actually compiled.
Expand Down
4 changes: 2 additions & 2 deletions src/main_aa2cdn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxaa2cdn 1.3\n";
vl += "Copyright (C) 2015-2021 FePhyFoFum\n";
std::string vl = "pxaa2cdn 1.3.1\n";
vl += "Copyright (C) 2015-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph F. Walker, Joseph W. Brown, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_bd_fit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxbdfit 1.3\n";
vl += "Copyright (C) 2016-2021 FePhyFoFum\n";
std::string vl = "pxbdfit 1.3.1\n";
vl += "Copyright (C) 2016-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_bd_sim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxbdsim 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxbdsim 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim), Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_boot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxboot 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxboot 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_bp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxbp 1.3\n";
vl += "Copyright (C) 2017-2021 FePhyFoFum\n";
std::string vl = "pxbp 1.3.1\n";
vl += "Copyright (C) 2017-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_cat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxcat 1.3\n";
vl += "Copyright (C) 2015-2021 FePhyFoFum\n";
std::string vl = "pxcat 1.3.1\n";
vl += "Copyright (C) 2015-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph F. Walker, Joseph W. Brown, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_clsq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxclsq 1.3\n";
vl += "Copyright (C) 2015-2021 FePhyFoFum\n";
std::string vl = "pxclsq 1.3.1\n";
vl += "Copyright (C) 2015-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph F. Walker, Joseph W. Brown, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_cltr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxcltr 1.3\n";
vl += "Copyright (C) 2017-2021 FePhyFoFum\n";
std::string vl = "pxcltr 1.3.1\n";
vl += "Copyright (C) 2017-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_colt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxcolt 1.3\n";
vl += "Copyright (C) 2018-2021 FePhyFoFum\n";
std::string vl = "pxcolt 1.3.1\n";
vl += "Copyright (C) 2018-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_comp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ void print_help () {
std::cout << "phyx home page: <https://github.com/FePhyFoFum/phyx>" << std::endl;
}
std::string get_version_line () {
std::string vl = "pxcomp 1.3\n";
vl += "Copyright (C) 2016-2021 FePhyFoFum\n";
std::string vl = "pxcomp 1.3.1\n";
vl += "Copyright (C) 2016-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_consq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxconsq 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxconsq 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim), Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_contrates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxcontrates 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxcontrates 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_fqfilt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxfqfilt 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxfqfilt 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxlog 1.3\n";
vl += "Copyright (C) 2016-2021 FePhyFoFum\n";
std::string vl = "pxlog 1.3.1\n";
vl += "Copyright (C) 2016-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_lssq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxlssq 1.3\n";
vl += "Copyright (C) 2016-2021 FePhyFoFum\n";
std::string vl = "pxlssq 1.3.1\n";
vl += "Copyright (C) 2016-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph F. Walker, Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_lstr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxlstr 1.3\n";
vl += "Copyright (C) 2016-2021 FePhyFoFum\n";
std::string vl = "pxlstr 1.3.1\n";
vl += "Copyright (C) 2016-2024 FePhyFoFum\n";
vl += "License: GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_mono.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxmono 1.3\n";
vl += "Copyright (C) 2019-2021 FePhyFoFum\n";
std::string vl = "pxmono 1.3.1\n";
vl += "Copyright (C) 2019-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_mrca.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ void print_help () {
std::cout << "phyx home page: <https://github.com/FePhyFoFum/phyx>" << std::endl;
}
std::string get_version_line () {
std::string vl = "pxmrca 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxmrca 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_mrca_cut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxmrcacut 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxmrcacut 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim), Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_mrca_name.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxmrcaname 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxmrcaname 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim), Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_nj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxnj 1.3\n";
vl += "Copyright (C) 2015-2021 FePhyFoFum\n";
std::string vl = "pxnj 1.3.1\n";
vl += "Copyright (C) 2015-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph F. Walker, Joseph W. Brown, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_nni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxnni 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxnni 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim), Joseph F. Walker, and Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_nw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxnw 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxnw 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_poly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxpoly 1.3\n";
vl += "Copyright (C) 2021-2021 FePhyFoFum\n";
std::string vl = "pxpoly 1.3.1\n";
vl += "Copyright (C) 2021-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_recode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxrecode 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxrecode 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_revcomp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxrevcomp 1.3\n";
vl += "Copyright (C) 2017-2021 FePhyFoFum\n";
std::string vl = "pxrevcomp 1.3.1\n";
vl += "Copyright (C) 2017-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_rls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxrls 1.3\n";
vl += "Copyright (C) 2016-2021 FePhyFoFum\n";
std::string vl = "pxrls 1.3.1\n";
vl += "Copyright (C) 2016-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_rlt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxrlt 1.3\n";
vl += "Copyright (C) 2018-2021 FePhyFoFum\n";
std::string vl = "pxrlt 1.3.1\n";
vl += "Copyright (C) 2018-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_rmk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxrmk 1.3\n";
vl += "Copyright (C) 2016-2021 FePhyFoFum\n";
std::string vl = "pxrmk 1.3.1\n";
vl += "Copyright (C) 2016-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_rms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxrms 1.3\n";
vl += "Copyright (C) 2015-2021 FePhyFoFum\n";
std::string vl = "pxrms 1.3.1\n";
vl += "Copyright (C) 2015-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown, Joseph F. Walker, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_rmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxrmt 1.3\n";
vl += "Copyright (C) 2014-2021 FePhyFoFum\n";
std::string vl = "pxrmt 1.3.1\n";
vl += "Copyright (C) 2014-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Joseph W. Brown, Stephen A. Smith (blackrim)";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_rr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxrr 1.3\n";
vl += "Copyright (C) 2014-2021 FePhyFoFum\n";
std::string vl = "pxrr 1.3.1\n";
vl += "Copyright (C) 2014-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim), Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_s2fa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxs2fa 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxs2fa 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim), Joseph W. Brown";
return vl;
Expand Down
4 changes: 2 additions & 2 deletions src/main_s2nex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ void print_help () {
}

std::string get_version_line () {
std::string vl = "pxs2nex 1.3\n";
vl += "Copyright (C) 2013-2021 FePhyFoFum\n";
std::string vl = "pxs2nex 1.3.1\n";
vl += "Copyright (C) 2013-2024 FePhyFoFum\n";
vl += "License GPLv3\n";
vl += "Written by Stephen A. Smith (blackrim), Joseph W. Brown";
return vl;
Expand Down
Loading

0 comments on commit f75571a

Please sign in to comment.