File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11MIT 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
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1+ # TODO
2+
3+ * pyInstaller
4+ * add screenshot in README
5+ * https://github.com/seanbreckenridge/browserexport or https://github.com/browser-history/browser-history
Original file line number Diff line number Diff line change 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#
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
You can’t perform that action at this time.
0 commit comments