aboutsummaryrefslogtreecommitdiff
path: root/aboutit/src/main/java/com/snilius/aboutit/LicenseBase.java
blob: 03985564cce6166904f5746d3f6c2400ff776cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.snilius.aboutit;

/**
 * License base
 * @author Victor Häggqvist
 * @since 9/17/15
 */
public interface LicenseBase {

    /**
     * Get display name for license
     * @return display name
     */
    String display();
}