de.schlichtherle.license.LicenseContent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truelicense-core Show documentation
Show all versions of truelicense-core Show documentation
The TrueLicense Core module provides essential functionality for
license management.
/*
* Copyright (C) 2005-2013 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
package de.schlichtherle.license;
import net.java.truelicense.core.License;
/**
* Provides interoperability with version 1 (V1) format license keys
* as used by TrueLicense 1.X applications.
*
* @author Christian Schlichtherle
*/
public class LicenseContent extends License { }