You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by bbende <gi...@git.apache.org> on 2017/12/30 15:41:20 UTC

[GitHub] nifi-registry issue #74: NIFIREG-89 Add landing page for root URL '/'

Github user bbende commented on the issue:

    https://github.com/apache/nifi-registry/pull/74
  
    @dannylane thanks for the contribution! From a quick glance this looks good, will do a more detailed review when I get a chance.
    
    One thing that will need to be done is providing a LICENSE & NOTICE inside the nifi-registry-web-errors WAR at src/main/resources/META-INF, similar to this:
    
    https://github.com/apache/nifi-registry/tree/master/nifi-registry-web-ui/src/main/resources/META-INF
    
    If the web-errors WAR does not bundle any third party libraries (JARs or JS/CSS) then the LICENSE will most likely be the regular ASLv2 license, and the NOTICE would just be:
    
    ```
    nifi-registry-web-errors
    Copyright 2014-2017 The Apache Software Foundation
    
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
    
    ``` 
    If the WAR does bundle other libraries then they may need to be mentioned in the license or notice.


---