public boolean implies()

in src/main/java/org/apache/creadur/tentacles/Notice.java [88:90]


    public boolean implies(final Notice fullLicense) {
        return fullLicense.key.contains(this.key);
    }