X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fibex%2Fcrypto%2FPKCS1.java;h=05ed7881620c6cb724b941304fc44adf470b6098;hb=4a23c660491a2418e138b261e230baa6cd284851;hp=054f5385d560f57c192d7570ea09b335ec850211;hpb=a2ba2d16030a11e5d1d4864134492752ee205a9a;p=org.ibex.crypto.git diff --git a/src/org/ibex/crypto/PKCS1.java b/src/org/ibex/crypto/PKCS1.java index 054f538..05ed788 100644 --- a/src/org/ibex/crypto/PKCS1.java +++ b/src/org/ibex/crypto/PKCS1.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.crypto; import java.security.SecureRandom;