Skip to content

Commit

Permalink
chg: [doc] updated that all copyright owners are also the contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Sep 24, 2023
1 parent a5c20a9 commit a5c3355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The software is open source software released under the "Simplified BSD License".

Copyright 2021 Alexandre Dulaunoy
Copyright 2021-2023 Alexandre Dulaunoy
Copyright 2021-2023 All contributors

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The project is a component of the [hashlookup.io project](https://hashlookup.io/

~~~~
usage: hashlookup-analyser.py [-h] [-v] [--extended-debug] [--progress] [--disable-progress] [-d DIR] [--report] [--live-linux] [--print-all] [--print-unknown] [--include-stats] [--format FORMAT] [--cache]
[--bloomfilters BLOOMFILTERS [BLOOMFILTERS ...]] [--bloomfilters-lower-case]
[--bloomfilters BLOOMFILTERS [BLOOMFILTERS ...]] [--bloomfilter-algorithm BLOOMFILTER_ALGORITHM] [--bloomfilters-lower-case]
Analyse a forensic target to find and report files found and not found in hashlookup CIRCL public service.
Expand All @@ -31,6 +31,8 @@ optional arguments:
--cache Enable local cache of known and unknown hashes in /tmp/hashlookup-forensic-analyser.
--bloomfilters BLOOMFILTERS [BLOOMFILTERS ...]
Space separated list of filenames of bloomfilters in DCSO bloomfilter format. Hashlookup default format is used which SHA-1 in hexadecimal representation in upper case.
--bloomfilter-algorithm BLOOMFILTER_ALGORITHM
Specify hash algorithm which was used in filter set/bloomfilter. Default is SHA1.
--bloomfilters-lower-case
If entries in the Bloom filter are expeceted to be lower case. Default is False.
~~~~
Expand Down Expand Up @@ -109,6 +111,7 @@ The software is an open source software released under the "Simplified BSD Licen

```
Copyright 2021-2023 Alexandre Dulaunoy
Copyright 2021-2023 All Contributors
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit a5c3355

Please sign in to comment.