Example usage for org.bouncycastle LICENSE licenseText

List of usage examples for org.bouncycastle LICENSE licenseText

Introduction

In this page you can find the example usage for org.bouncycastle LICENSE licenseText.

Prototype

String licenseText

To view the source code for org.bouncycastle LICENSE licenseText.

Click Source Link

Usage

From source file:goryachev.password.OpenSourceLicenses.java

private static void licenses(MultiPageDialog d) {
    d.addPage("BouncyCastle", LICENSE.licenseText);

    d.addPage("Clearthought Table Layout", CKit.readStringQuiet(TableLayout.class, "License.txt"));

    d.addPage("java-image-scaling", CKit.readStringQuiet(Lanczos3Filter.class, "license.txt"));

    d.addPage("JH Labs Image Filters", CKit.readStringQuiet(PixelUtils.class, "License.txt"));
}