Skip to content

Commit bea5792

Browse files
committed
fix licensing headers (copy-pasting mistake, facepalm)
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
1 parent 831ec67 commit bea5792

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2020 Barrett Davis
4-
Copyright (c) 2021-2023 Stephen Karl Larroque
3+
Copyright (c) 2020-2022 Barrett Davis
4+
Copyright (c) 2021-2024 Stephen Karl Larroque
55

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

TODO.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# TODO
2+
3+
* pyInstaller
4+
* add screenshot in README
5+
* https://github.com/seanbreckenridge/browserexport or https://github.com/browser-history/browser-history

src/webactogram/webactogram.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
#
3-
# Main script entry point for pyFileFixity, provides an interface with subcommands
4-
# Copyright (C) 2023 Stephen Karl Larroque
3+
# WebActogram
4+
# Copyright (C) 2020-2022 Barrett F. Davis
5+
# Copyright (C) 2021-2024 Stephen Karl Larroque
56
#
67
# Licensed under the MIT License (MIT)
78
#
@@ -24,10 +25,12 @@
2425
# THE SOFTWARE.
2526
#
2627
#=================================
27-
# pyFileFixity Main Subcommands Facade API
28-
# by Stephen Larroque
29-
# License: MIT
30-
# Creation date: 2023-08-04
28+
# WebActogram
29+
# by Barrett F. Davis
30+
# and other contributors
31+
# maintained by Stephen Karl Larroque
32+
# License: MIT
33+
# Creation date: 2023-08-04
3134
#=================================
3235

3336
## Imports

0 commit comments

Comments
 (0)