Skip to content

Commit 52f2322

Browse files
committed
Naming, copyright, emails, housekeeping stuff
1 parent 61ddf32 commit 52f2322

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at timbielawa@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at bitmath@lnx.cx. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2014 Tim Bielawa <timbielawa@gmail.com>
3+
Copyright © 2014-2026 Tim Case (fmr. tbielawa) <bitmath@lnx.cx>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

bitmath.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: bitmath
33
.\" Author: [see the "AUTHOR" section]
44
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5-
.\" Date: 02/04/2023
5+
.\" Date: 04/17/2026
66
.\" Manual: python-bitmath
77
.\" Source: bitmath 2.0.0
88
.\" Language: English
99
.\"
10-
.TH "BITMATH" "1" "02/04/2023" "bitmath 2\&.0\&.0" "python\-bitmath"
10+
.TH "BITMATH" "1" "04/17/2026" "bitmath 2\&.0\&.0" "python\-bitmath"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------
@@ -56,18 +56,18 @@ for best human\-readability\&.
5656
.RE
5757
.SH "AUTHOR"
5858
.sp
59-
Tim Bielawa <timbielawa@gmail\&.com>
59+
Tim Case (fmr\&. tbielawa) <bitmath@lnx\&.cx>
6060
.sp
6161
For a complete list of contributors, please visit the GitHub charts page\&.
6262
.SH "COPYRIGHT"
6363
.sp
64-
Copyright \(co 2014\-2016, Tim Bielawa\&.
64+
Copyright \(co 2014\-2026, Tim Case\&.
6565
.sp
6666
bitmath is released under the terms of the "MIT" License\&.
6767
.SH "SEE ALSO"
6868
.sp
6969
\fBunits\fR(7)
7070
.sp
71-
\fBThe bitmath GitHub Project\fR \(em https://github\&.com/tbielawa/bitmath
71+
\fBThe bitmath GitHub Project\fR \(em https://github\&.com/timlnx/bitmath
7272
.sp
7373
\fBThe bitmath Documentation\fR \(em https://bitmath\&.readthedocs\&.org

bitmath.1.asciidoc.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ best human-readability.
4444
AUTHOR
4545
------
4646

47-
Tim Bielawa <timbielawa@gmail.com>
47+
Tim Case (fmr. tbielawa) <bitmath@lnx.cx>
4848

4949
For a complete list of contributors, please visit the GitHub charts
5050
page.
5151

5252

5353
COPYRIGHT
5454
---------
55-
Copyright © 2014-2016, Tim Bielawa.
55+
Copyright © 2014-2026, Tim Case.
5656

5757
bitmath is released under the terms of the "MIT" License.
5858

@@ -62,6 +62,6 @@ SEE ALSO
6262
--------
6363
*units*(7)
6464

65-
*The bitmath GitHub Project* -- <https://github.com/tbielawa/bitmath>
65+
*The bitmath GitHub Project* -- <https://github.com/timlnx/bitmath>
6666

6767
*The bitmath Documentation* -- <https://bitmath.readthedocs.org>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Pythonic module for representing and manipulating file sizes with
99
readme = "README.rst"
1010
requires-python = ">=3.11"
1111
authors = [
12-
{ name = "Tim Case", email = "timbielawa@gmail.com" },
12+
{ name = "Tim Case", email = "bitmath@lnx.cx" },
1313
]
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)