This is an automated email from the ASF dual-hosted git repository.
bigosmallm pushed a commit to branch feature/royale-cli
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/royale-cli by this
push:
new 9108943 Add license header
9108943 is described below
commit 9108943012f35cef2450ac50105a2686c4fdf6b6
Author: Om Muppirala <[email protected]>
AuthorDate: Thu Feb 15 00:20:09 2018 -0800
Add license header
---
npm/cli/connect.js | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/npm/cli/connect.js b/npm/cli/connect.js
index e5aeb26..b7c267a 100644
--- a/npm/cli/connect.js
+++ b/npm/cli/connect.js
@@ -1,3 +1,22 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+// 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.
+//
+////////////////////////////////////////////////////////////////////////////////
+
var path = require('path');
var connect = require('connect');
var static = require('serve-static');
--
To stop receiving notification emails like this one, please contact
[email protected].