From 64e4eaea600dbabc1828ce19a606a87f3090b41f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 7 Mar 2013 17:01:03 -0500 Subject: [PATCH] quizzes/DiRAC-drivers-license: Add copyright and licensing info On Thu, Mar 07, 2013 at 06:35:09PM +0000, Mike Jackson wrote: > Copyright is Software Carpentry and The University of Edinburgh and > University College London and the licence is just CC-BY 3.0 as for > Software Carpentry material. Hope that helps, --- quizzes/DiRAC-drivers-license.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/quizzes/DiRAC-drivers-license.json b/quizzes/DiRAC-drivers-license.json index 9f5ca61..8615ff9 100644 --- a/quizzes/DiRAC-drivers-license.json +++ b/quizzes/DiRAC-drivers-license.json @@ -1,5 +1,13 @@ { "version": "0.1", + "copyright": [ + "Copyright (C) 2012-2013 Software Carpentry", + " The University of Edinburgh", + " University College London", + "", + "The questions for this quiz are CC BY 3.0 Unported", + "http://creativecommons.org/licenses/by/3.0/" + ], "introduction": "You have one hour to complete the following tasks involving Git, POSIX, and Python. If at any point you would like clarification, please do not hesitate to ask. If at any point you are unable to complete a task, you may also ask for help so that you can proceed to the next task, but doing so will be considered equivalent to not completing that task. You may search the web, man pages, etc..", "questions": [ { -- 2.26.2