-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLICENSE
More file actions
64 lines (47 loc) · 3.04 KB
/
LICENSE
File metadata and controls
64 lines (47 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
FORENSICS DETECTIVE PROJECT LICENSE
This project contains two types of content with different licenses:
================================================================================
1. RESEARCH CODE AND METHODOLOGY (Apache 2.0 License)
================================================================================
Copyright 2025 Justin Del Vecchio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================================================
2. WIKIPEDIA-DERIVED CONTENT (Creative Commons License)
================================================================================
The textual content in the dataset (wikipedia_docs/, word_pdfs/, google_docs_pdfs/)
is derived from Wikipedia articles and is licensed under the Creative Commons
Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0).
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material for any purpose, even commercially
Under the following terms:
- Attribution — You must give appropriate credit to the original Wikipedia authors,
provide a link to the license, and indicate if changes were made. You may do so
in any reasonable manner, but not in any way that suggests the licensor endorses
you or your use.
- ShareAlike — If you remix, transform, or build upon the material, you must
distribute your contributions under the same license as the original.
- No additional restrictions — You may not apply legal terms or technological
measures that legally restrict others from doing anything the license permits.
For full license text, see: https://creativecommons.org/licenses/by-sa/4.0/
Original Wikipedia articles available at: https://en.wikipedia.org/
================================================================================
3. ATTRIBUTION NOTICE
================================================================================
This research dataset contains content from Wikipedia (https://en.wikipedia.org/),
the free encyclopedia. Wikipedia content is authored by numerous contributors and
is available under the Creative Commons Attribution-ShareAlike License.
The PDF documents in this dataset were generated using the original Wikipedia
content processed through different document creation systems (Microsoft Word
and Google Docs) for the purpose of digital forensics research.
Research methodology and analysis code developed by Justin Del Vecchio for
CYB 610: Cybersecurity Project.
For questions about licensing or attribution, please contact the project maintainer.