diff --git a/_bookdown.yml b/_bookdown.yml index c0ed16b..b7ecbf4 100644 --- a/_bookdown.yml +++ b/_bookdown.yml @@ -23,6 +23,7 @@ rmd_files: ["index.Rmd", "r-code.Rmd", "fortran-C-python.Rmd", "shiny-apps.Rmd", + "ai-policy-third-party.Rmd", "non-software-packages.Rmd", "gitignore-file.Rmd", "devguide-conclusion.Rmd", diff --git a/ai-policy-third-party.Rmd b/ai-policy-third-party.Rmd new file mode 100644 index 0000000..f8f7074 --- /dev/null +++ b/ai-policy-third-party.Rmd @@ -0,0 +1,10 @@ +# AI policy and Third Party Code {#ai-policy-third-party} + +If a non-trivial portion of your contribution is copied from somewhere else +(such as AI-generated or copied from another software project) you are required +to discuss it in the issue and disclose it in the PR description and provide +details about the provenance (for example, ‘Assisted-by: Name of AI’ or ‘Code +copied from: source’). Make sure to cite the provenance in the new code and that +the newly contributed code can be redistributed under the software/packages +licensing terms. You will still be responsible for this code, its reliability +and maintenance within your package. \ No newline at end of file