You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@edgent.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/29 16:25:25 UTC

[jira] [Commented] (QUARKS-88) Add Apache licence headers to source files.

    [ https://issues.apache.org/jira/browse/QUARKS-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216082#comment-15216082 ] 

ASF GitHub Bot commented on QUARKS-88:
--------------------------------------

GitHub user Cazen opened a pull request:

    https://github.com/apache/incubator-quarks/pull/51

    [QUARKS-88] Add Apache licence headers to source files

    I've checked with this command.
    
    Cazens-MacBook-Pro:incubator-quarks Cazen$ find . -not -path '*/\.*' \
    > -not -name "*.jar"   \
    > -not -name "*.class" \
    > -not -name "*.iml"   \
    > -not -name "NOTICE"  \
    > -not -name "README"  \
    > -not -name "*.md"    \
    > -not -name "*.json"  \
    > -not -name "*.css"   \
    > -not -name "*.png"   \
    > -not -name "*.js"    \
    > | xargs grep -L "http://www.apache.org/licenses/LICENSE-2.0" 2> /dev/null
    ./analytics/math3/ext/commons-math3-3.4.1/NOTICE.txt
    ./connectors/javax.websocket-client/src/main/resources/META-INF/services/quarks.javax.websocket.QuarksSslContainerProvider
    ./connectors/wsclient-javax.websocket/src/test/keystores/clientKeyStore.jks
    ./connectors/wsclient-javax.websocket/src/test/keystores/clientTrustStore.jks
    ./connectors/wsclient-javax.websocket/src/test/keystores/serverKeyStore.jks
    ./connectors/wsclient-javax.websocket/src/test/keystores/serverTrustStore.jks
    ./console/servlets/webapp_content/html/index.html
    ./console/servlets/webapp_content/js/ext/d3.BSD.LICENSE
    ./console/servlets/webapp_content/js/ext/jquery-ui-1.11.4.custom/jquery-ui.LICENSE
    ./console/servlets/webapp_content/js/ext/jquery-ui-1.11.4.custom/jquery.LICENSE
    ./console/servlets/webapp_content/js/ext/sankey.d3.BSD.LICENSE
    ./console/servlets/webapp_content/WEB-INF/console.xml
    ./ext/slf4j-1.7.12/LICENSE.txt
    ./KEYS
    ./quarks_overview.html
    ./samples/apps/src/main/java/quarks/samples/apps/applicationTemplate.properties
    ./scripts/apps/sensorAnalytics/sensorAnalytics.properties
    ./scripts/connectors/iotf/device.cfg
    ./scripts/connectors/jdbc/jdbc.properties
    ./scripts/connectors/jdbc/persondata.txt
    ./scripts/connectors/kafka/kafka.properties
    ./scripts/connectors/mqtt/mqtt.properties
    ./test.txt
    Cazens-MacBook-Pro:incubator-quarks Cazen$

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Cazen/incubator-quarks QUARKS-88

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quarks/pull/51.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #51
    
----
commit 08a3ff38f9282b96d05ef87103be5a28f15df027
Author: Cazen Lee <ca...@korea.com>
Date:   2016-03-22T05:00:09Z

    Merge pull request #2 from apache/master
    
    merge

commit db6ddfc761155570197999c3a0084f437a575655
Author: Cazen Lee <ca...@korea.com>
Date:   2016-03-22T23:40:58Z

    Merge pull request #3 from apache/master
    
    merge

commit 33321a033770ed3f85ccfda77e324539b9e2c0c8
Author: Cazen Lee <ca...@korea.com>
Date:   2016-03-27T05:20:06Z

    Merge pull request #4 from apache/master
    
    merge

commit f97d407a46278ff8ac3fcb83cf548a4daceb0377
Author: Cazen <magic12#>
Date:   2016-03-29T05:30:49Z

    Add License Header

----


> Add Apache licence headers to source files.
> -------------------------------------------
>
>                 Key: QUARKS-88
>                 URL: https://issues.apache.org/jira/browse/QUARKS-88
>             Project: Quarks
>          Issue Type: Task
>            Reporter: Daniel John Debrunner
>            Assignee: Cazen Lee
>
> Most (if not all) Java source files have the licence header but other files like build.xml files do not.
> See
> http://www.apache.org/legal/src-headers.html
> http://www.apache.org/legal/src-headers.html#faq-exceptions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)