X-Git-Url: http://git.megacz.com/?p=org.ibex.util.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FCounterEnumeration.java;h=c83a1f42a67fdd1e8c2700c3b058e8663bddec7c;hp=5a01f3e29e10c6727563aeeeb28b6069acccc311;hb=1f80106afa0f0eb6f12544c75304f2084aca6499;hpb=fc73b258af00744953b5098c1edb30f871039ef1 diff --git a/src/org/ibex/util/CounterEnumeration.java b/src/org/ibex/util/CounterEnumeration.java index 5a01f3e..c83a1f4 100644 --- a/src/org/ibex/util/CounterEnumeration.java +++ b/src/org/ibex/util/CounterEnumeration.java @@ -1,9 +1,7 @@ -// Copyright (C) 2004 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; import java.util.*;