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 <[email protected]>
Date:   2016-03-22T05:00:09Z

    Merge pull request #2 from apache/master
    
    merge

commit db6ddfc761155570197999c3a0084f437a575655
Author: Cazen Lee <[email protected]>
Date:   2016-03-22T23:40:58Z

    Merge pull request #3 from apache/master
    
    merge

commit 33321a033770ed3f85ccfda77e324539b9e2c0c8
Author: Cazen Lee <[email protected]>
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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to