IGNITE-7777: Fixed licenses for Node.js

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6ce01c14
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6ce01c14
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6ce01c14

Branch: refs/heads/ignite-8446
Commit: 6ce01c1405dd47ecf2490c8156603445cff83fcf
Parents: e8f79a8
Author: Igor Sapego <isap...@gridgain.com>
Authored: Mon Jul 2 12:45:20 2018 +0300
Committer: Igor Sapego <isap...@gridgain.com>
Committed: Mon Jul 2 12:45:20 2018 +0300

----------------------------------------------------------------------
 modules/platforms/nodejs/spec/ExamplesExecutor.js | 17 +++++++++++++++++
 parent/pom.xml                                    |  4 ++++
 2 files changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/6ce01c14/modules/platforms/nodejs/spec/ExamplesExecutor.js
----------------------------------------------------------------------
diff --git a/modules/platforms/nodejs/spec/ExamplesExecutor.js 
b/modules/platforms/nodejs/spec/ExamplesExecutor.js
index 7f263d9..c02cf66 100644
--- a/modules/platforms/nodejs/spec/ExamplesExecutor.js
+++ b/modules/platforms/nodejs/spec/ExamplesExecutor.js
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 const Jasmine = require('jasmine');
 
 const jasmine = new Jasmine();

http://git-wip-us.apache.org/repos/asf/ignite/blob/6ce01c14/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index dd9ab73..278c59f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -926,6 +926,10 @@
                                         <exclude>**/*.ps1</exclude>
                                         <exclude>**/*.json</exclude>
                                         <exclude>**/.dockerignore</exclude>
+                                        
<exclude>modules/platforms/nodejs/examples/certs/client.crt</exclude>
+                                        
<exclude>modules/platforms/nodejs/examples/certs/ca.crt</exclude>
+                                        
<exclude>modules/platforms/nodejs/examples/certs/client.key</exclude>
+                                        
<exclude>modules/platforms/nodejs/api_spec/**</exclude>
                                         <!--web console-->
                                         
<exclude>**/web-console/**/.eslintrc</exclude>
                                         
<exclude>**/web-console/**/.babelrc</exclude>

Reply via email to