From 4fd62f98948a03763c84f8381b924e9e978ab83c Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Thu, 26 Jun 2025 10:51:34 -0400 Subject: [PATCH] Move contents of NOTE-ABOUT-AI.txt into README.md --- NOTE-ABOUT-AI.txt | 28 ---------------------------- README.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 28 deletions(-) delete mode 100644 NOTE-ABOUT-AI.txt diff --git a/NOTE-ABOUT-AI.txt b/NOTE-ABOUT-AI.txt deleted file mode 100644 index b80999a1..00000000 --- a/NOTE-ABOUT-AI.txt +++ /dev/null @@ -1,28 +0,0 @@ -Some Notes about AI/LLMs/GPTs/etc. -================================== - -1) No part of Remind was written using AI of any type. - -I certify that all of the C, Perl and Tcl code in Remind was written -by a human being. I certify that all code in .rem files other than -ones under include/holidays was written by a human being. The code -under include/holidays was derived from the Python "holidays" library -and I have no direct knowledge of the provenance of that library, -though I suspect it's entirely or almost entirely human-written. - -I certify that all of the man pages and other documentation that -ship with Remind were human-written and not generated with any sort -of AI. - -2) No AI-generated patches or other sorts of contributions to Remind -will be accepted. - -3) Remind's source code may not be used to train an AI model, -including an LLM model, unless all of the output of said model is -released under the GNU General Public License, version 2. If you use -any of Remind's source code to train your model, then anything that -the model produces is a derived product of Remind and must be licensed -under the same terms as Remind. - --- -Dianne Skoll diff --git a/README.md b/README.md index 3831068d..6296bdd7 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,26 @@ with a [slide deck](https://dianne.skoll.ca/projects/remind/download/remind-oclu I made a while back. There's also a (long) [YouTube video](https://www.youtube.com/watch?v=0SNgvsDvx7M) that serves as an introduction to Remind. +## A Note about AI + +1. No part of Remind was written using AI of any type.

+I certify that all of the C, Perl and Tcl code in Remind was written +by a human being. I certify that all code in `.rem` files other than +ones under `include/holidays` was written by a human being. The code +under `include/holidays` was derived from the Python "holidays" library +and I have no direct knowledge of the provenance of that library, +though I suspect it's entirely or almost entirely human-written. + +2. No AI-generated patches or other sorts of contributions to Remind +will be accepted. + +3. Remind's source code may not be used to train an AI model, +including an LLM model, unless all of the output of said model is +released under the GNU General Public License, version 2. If you use +any of Remind's source code to train your model, then anything that +the model produces is a derived product of Remind and must be licensed +under the same terms as Remind. + --- Contact info: dianne@skoll.ca