X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FTask.java;h=d979e52a838a1db847af1b7f66af5334a4ea21c5;hb=73131826a18c93af4fb04672bc3ec820e1197ad1;hp=bd8cb360059641d10eddb6f3d7b926d9dc72a3e1;hpb=4e295b598bcb1a32a2431bf3edc95c885cb7b54f;p=org.ibex.js.git diff --git a/src/org/ibex/js/Task.java b/src/org/ibex/js/Task.java index bd8cb36..d979e52 100644 --- a/src/org/ibex/js/Task.java +++ b/src/org/ibex/js/Task.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.js; import org.ibex.util.*; import java.io.IOException;