diff --git a/dspace-api/src/main/resources/python-script.py b/dspace-api/src/main/resources/python-script.py index 0ad14a6fc42..df14040835c 100644 --- a/dspace-api/src/main/resources/python-script.py +++ b/dspace-api/src/main/resources/python-script.py @@ -1 +1,8 @@ +""" +The contents of this file are subject to the license and copyright +detailed in the LICENSE and NOTICE files at the root of the source +tree and available online at + +http://www.dspace.org/license/ +""" print("Hello world from python")