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

commit ce4a197893eca09f687bd8fc936cb0f1d7b95817
Author: Erik de Bruin <e...@ixsoftware.nl>
AuthorDate: Wed Nov 15 07:46:15 2017 +0100

    Revert "Add license"
    
    This reverts commit c469fd7401e8f9ccf75381927e0ba84db89c2de0.
---
 wast/resources/glue.js | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/wast/resources/glue.js b/wast/resources/glue.js
index 0a14ece..fe66877 100644
--- a/wast/resources/glue.js
+++ b/wast/resources/glue.js
@@ -1,22 +1,3 @@
-/*
- *
- *  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