add license header
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2751 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
41b6a9422c
commit
0be1f078dd
|
@ -1,5 +1,21 @@
|
||||||
package org.eclipse.jetty.util.security;
|
package org.eclipse.jetty.util.security;
|
||||||
|
|
||||||
|
//========================================================================
|
||||||
|
//Copyright (c) Webtide LLC
|
||||||
|
//------------------------------------------------------------------------
|
||||||
|
//All rights reserved. This program and the accompanying materials
|
||||||
|
//are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
//and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
//The Eclipse Public License is available at
|
||||||
|
//http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
//The Apache License v2.0 is available at
|
||||||
|
//http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
|
//
|
||||||
|
//You may elect to redistribute this code under either of these licenses.
|
||||||
|
//========================================================================
|
||||||
|
|
||||||
import java.security.KeyStore;
|
import java.security.KeyStore;
|
||||||
import java.security.KeyStoreException;
|
import java.security.KeyStoreException;
|
||||||
import java.security.cert.CRL;
|
import java.security.cert.CRL;
|
||||||
|
|
Loading…
Reference in New Issue