Skip to content

Commit

Permalink
add NOTICE file
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jul 3, 2024
1 parent 3d49c6a commit 58e0ea5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
WordPress Site Extractor
Copyright 2022-2024 The University of Sheffield

Portions of this code are derived from WPJsonScraper, which is available under the MIT license. For details, see src/extractor/dl/LICENSE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,4 @@ The columns of each type are subset and exported as a JSON file each.

This software is made available under the terms of the [Apache License version 2.0](LICENSE).

A portion of this software (contained within the `extractor.dl` module) is adapted from [WPJsonScraper](https://github.com/MickaelWalter/wp-json-scraper) by Mickael Walter, made available under the terms of the [MIT license](src/extractor/dl/LICENSE.txt).
Portions of this software are derived from other works, see [the `NOTICE` file](NOTICE) for further information.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors=["Freddy Heppell <[email protected]>"]
packages=[
{ include = "extractor", from = "src"}
]
repository="https://github.com/GateNLP/wordpress-site-extractor"
license="Apache-2.0"

[tool.poetry.scripts]
wpextract = "extractor.cli.cli:main"
Expand Down
3 changes: 0 additions & 3 deletions src/extractor/dl/LICENSE.txt → src/extractor/dl/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
This module is adapted from WPJsonScraper (https://github.com/MickaelWalter/wp-json-scraper)
The original license of this code is as follows:

Copyright (c) 2018-2020 Mickaël "Kilawyn" Walter

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down

0 comments on commit 58e0ea5

Please sign in to comment.