📄 license.java
字号:
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: LICENSE.java
package org.bouncycastle;
import java.io.PrintStream;
public class LICENSE
{
public static String licenseText = (new StringBuilder()).append("Copyright (c) 2000 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) ").append(System.getProperty("line.separator")).append(System.getProperty("line.separator")).append("Permission is hereby granted, free of charge, to any person obtaining a copy of this software ").append(System.getProperty("line.separator")).append("and associated documentation files (the \"Software\"), to deal in the Software without restriction, ").append(System.getProperty("line.separator")).append("including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, ").append(System.getProperty("line.separator")).append("and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,").append(System.getProperty("line.separator")).append("subject to the following conditions:").append(System.getProperty("line.separator")).append(System.getProperty("line.separator")).append("The above copyright notice and this permission notice shall be included in all copies or substantial").append(System.getProperty("line.separator")).append("portions of the Software.").append(System.getProperty("line.separator")).append(System.getProperty("line.separator")).append("THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,").append(System.getProperty("line.separator")).append("INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR").append(System.getProperty("line.separator")).append("PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE").append(System.getProperty("line.separator")).append("LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR").append(System.getProperty("line.separator")).append("OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER").append(System.getProperty("line.separator")).append("DEALINGS IN THE SOFTWARE.").toString();
public LICENSE()
{
}
public static void main(String args[])
{
System.out.println(licenseText);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -