Skip to content

Commit c5fa07f

Browse files
committed
Update license and a Python version
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent bd1c0cc commit c5fa07f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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 (c) 2015 Stephen L.
3+
Copyright (c) 2015 Stephen Larroque
44

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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Recursively generate or check the integrity of files by MD5 and SHA1 hashes, siz
77

88
This script is originally meant to be used for data archival, by allowing an easy way to check for silent file corruption. Thus, this script uses relative paths so that you can easily compute and check the same redundant data copied on different mediums (hard drives, optical discs, etc.). This script is not meant for system files corruption notification, but is more meant to be used from times-to-times to check up on your data archives integrity.
99

10+
This script was made for Python 2.7.6, but it should be easily adaptable to run on Python 3.x.
11+
1012
Example usage
1113
----------------------
1214
- To generate the database (only needed once):

rfigc.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@
2525
#
2626
#=================================
2727
# Recursive/Relative Files Integrity Generator and Checker
28-
# by Stephen Larroque
29-
# License: Lesser GPL v3+ (LGPLv3 or Above)
28+
# by Stephen Larroque
29+
# License: MIT
30+
# Runs on Python 2.7.6
3031
# Creation date: 2015-02-27
3132
# Last modification: 2015-03-01
32-
# version: 0.8
33+
# version: 0.8.1
3334
#=================================
3435
#
3536
# TODO:

0 commit comments

Comments
 (0)