public class Copyright
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_FILE
the copyright file
|
Constructor and Description |
---|
Copyright() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAddress()
returns the address of the owner
|
static java.lang.String |
getFromYear()
returns the start year of the copyright
|
static java.lang.String |
getOwner()
returns the entity owning the copyright
|
static java.lang.String |
getToYear()
returns the end year of the copyright (i.e., current year)
|
static java.lang.String |
getURL()
returns the URL of the owner
|
static void |
main(java.lang.String[] args)
Only for testing
|
public static final java.lang.String PROPERTY_FILE
public static java.lang.String getFromYear()
public static java.lang.String getToYear()
public static java.lang.String getOwner()
public static java.lang.String getAddress()
public static java.lang.String getURL()
public static void main(java.lang.String[] args)
args
- ignored