public class Tool4License
extends java.lang.Object
Tool4License
class provides text for license purposes.
title: SystemCoreLib
description: texts for licenses.
copyright: (c) 2011 thomas kaffka, born at 11/08/1959 in düsseldorf - germany , all rights reserved.
Constructor and Description |
---|
Tool4License()
The constructor
Tool4License creates a new instance(object) of the class. |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getGNULicense(java.lang.String year,
java.lang.String first_line)
The method
getGNULicense gets the text for the GNU license. |
public Tool4License()
Tool4License
creates a new instance(object) of the class.public static java.lang.String getGNULicense(java.lang.String year, java.lang.String first_line)
getGNULicense
gets the text for the GNU license.year
- the current year.first_line
- the first line of the license text.