X-Git-Url: http://git.megacz.com/?p=org.ibex.util.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FBase64.java;h=b7f89000b0f05e4216583591d64b0182588ad55a;hp=35fd3b95af9938763e7f1042e19a0b8626f4b710;hb=1f80106afa0f0eb6f12544c75304f2084aca6499;hpb=fc73b258af00744953b5098c1edb30f871039ef1 diff --git a/src/org/ibex/util/Base64.java b/src/org/ibex/util/Base64.java index 35fd3b9..b7f8900 100644 --- a/src/org/ibex/util/Base64.java +++ b/src/org/ibex/util/Base64.java @@ -1,3 +1,7 @@ +// 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; public class Base64 {