This is an automated email from the ASF dual-hosted git repository.

erikdebruin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new c469fd7  Add license
c469fd7 is described below

commit c469fd7401e8f9ccf75381927e0ba84db89c2de0
Author: Erik de Bruin <e...@ixsoftware.nl>
AuthorDate: Tue Nov 14 16:57:21 2017 +0100

    Add license
    
    Signed-off-by: Erik de Bruin <e...@ixsoftware.nl>
---
 wast/resources/glue.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/wast/resources/glue.js b/wast/resources/glue.js
index fe66877..0a14ece 100644
--- a/wast/resources/glue.js
+++ b/wast/resources/glue.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.
+ *
+ */
+
 function fetchAndInstantiate(url, importObject) {
   return fetch(url).then(response =>
     response.arrayBuffer()

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <commits@royale.apache.org>'].

Reply via email to