Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perform full provenance review #38

Open
tomkralidis opened this issue Nov 22, 2022 · 7 comments
Open

perform full provenance review #38

tomkralidis opened this issue Nov 22, 2022 · 7 comments
Assignees
Labels
OSGeo Incubation OSGeo Incubation question Further information is requested

Comments

@tomkralidis
Copy link

In support of OSGeo incubation, perform a full provenance review of all code files, by completing https://github.com/ZOO-Project/ZOO-Project/wiki/ProvenanceReview, including a list of all copyright holders (example: https://github.com/geopython/pygeoapi/wiki/ProjectProvenanceReview)

@tomkralidis tomkralidis added the question Further information is requested label Nov 22, 2022
@gfenoy gfenoy self-assigned this Dec 9, 2022
@tomkralidis tomkralidis added the OSGeo Incubation OSGeo Incubation label Apr 26, 2023
@tomkralidis
Copy link
Author

@gfenoy
Copy link
Contributor

gfenoy commented May 26, 2023

@tomkralidis I worked on the provenance review again and completed the page https://github.com/ZOO-Project/ZOO-Project/wiki/ProvenanceReview

It should contain everything this time and the fixes required has been made also.

@gfenoy
Copy link
Contributor

gfenoy commented May 26, 2023

I think this file is fine, line 6 and 7 reference the copyright holder and the MIT License.

cf. https://gist.github.com/dshaw/404199

@tomkralidis
Copy link
Author

tomkralidis commented May 27, 2023

Thanks @gfenoy. Comments:

@tomkralidis
Copy link
Author

For reference, to enumerate all code files (I may be missing some extensions, feel free to add/update):

find . -name "*.py" -or -name "*.c" -or -name "*.h" -or -name "*.java" -or -name "*.php*" -or -name "*.js" -or -name "*.f" -or -name "*.sh" -or -name "*.bash" -or -name "*.pl" -or -name "*.mono" -or -name "*.cjs" -or -name "*.mjs" -or -name "*.cs" -or -name "*.r" | sort

@gfenoy
Copy link
Contributor

gfenoy commented May 27, 2023

I think we are all set with two files still missing headers.

@gfenoy
Copy link
Contributor

gfenoy commented May 27, 2023

I have added the header to the two files which were still missing one.

I think that the Provenance review should now be correct and containing every code files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OSGeo Incubation OSGeo Incubation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants