From 28ca1d9eb4b3c9da0f042a68f70ce1c5eb0ce9c2 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Mon, 18 Nov 2024 16:19:03 +0100 Subject: [PATCH] ADD: copyright mark for sharing the yakerizer more freely --- invokes/yakerize.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/invokes/yakerize.py b/invokes/yakerize.py index 455226a8..9ca61d82 100644 --- a/invokes/yakerize.py +++ b/invokes/yakerize.py @@ -1,5 +1,11 @@ #! python3 +``` +Yakerize.py was originally developed as part of the DiffCheck plugin by +Andrea Settimi, Damien Gilliard, Eleni Skevaki, Marirena Kladeftira (IBOIS, CRCL, EPFL) in 2024. +It is distributed under the MIT License, provided this attribution is retained. +``` + import os import sys import argparse