X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FSemaphore.java;h=0537ce82f999c0ba0098fd30bab2721205aa7b8e;hb=1f80106afa0f0eb6f12544c75304f2084aca6499;hp=b37993c525a92d93d98bb3efd1ff2e6c1d629035;hpb=d7b9eb0c77165f646d3c73ff36ae12e0da10ae73;p=org.ibex.util.git diff --git a/src/org/ibex/util/Semaphore.java b/src/org/ibex/util/Semaphore.java index b37993c..0537ce8 100644 --- a/src/org/ibex/util/Semaphore.java +++ b/src/org/ibex/util/Semaphore.java @@ -1,9 +1,6 @@ -// Copyright (C) 2003 Adam Megacz all rights reserved. -// -// You may modify, copy, and redistribute this code under the terms of -// the GNU Library Public License version 2.1, with the exception of -// the portion of clause 6a after the semicolon (aka the "obnoxious -// relink clause") +// 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.util;