[royale-asjs] branch develop updated: add license header so maven can build

2019-07-25 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira 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 855f93a  add license header so maven can build
855f93a is described below

commit 855f93a26a71de66c53c198f3e1f5d33948e851f
Author: Carlos Rovira 
AuthorDate: Thu Jul 25 16:21:22 2019 +0200

add license header so maven can build
---
 .../projects/Network/src/main/resources/defaults.css | 20 +++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Network/src/main/resources/defaults.css 
b/frameworks/projects/Network/src/main/resources/defaults.css
index f1d3a90..4d00a51 100644
--- a/frameworks/projects/Network/src/main/resources/defaults.css
+++ b/frameworks/projects/Network/src/main/resources/defaults.css
@@ -1,4 +1,22 @@
-@namespace "library://ns.apache.org/royale/basic";
+/**
+ *  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.
+ */
+
+ @namespace "library://ns.apache.org/royale/basic";
+
 FileProxy
 {
IBeadModel: ClassReference("org.apache.royale.file.beads.FileModel");



[royale-asjs] branch develop updated: add license to avoid compilation fail

2019-05-09 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira 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 a0397f1  add license to avoid compilation fail
a0397f1 is described below

commit a0397f18937bbef904581a277fd41e78d2b92f28
Author: Carlos Rovira 
AuthorDate: Thu May 9 19:49:31 2019 +0200

add license to avoid compilation fail
---
 examples/royale-in-a-week/outline | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/examples/royale-in-a-week/outline 
b/examples/royale-in-a-week/outline
index fb145c7..eb28147 100644
--- a/examples/royale-in-a-week/outline
+++ b/examples/royale-in-a-week/outline
@@ -1,3 +1,21 @@
+
+//
+//  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.
+//
+
 In this file I will lay out the table of contents of the old "Flex in a Week" 
series, and how I would adjust that order for a new "Royale in a Week" resource.
 
 Although I gained a lot from Flex in a Week, I found some of its structure a 
little odd, or not in the ideal order. Beyond that, there are features of 
Royale, like strands and beads, that do not exist in the old material.



[royale-asjs] branch develop updated: add license headers to new ASDoc classes to fix maven build

2018-02-19 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira 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 6a039fb  add license headers to new ASDoc classes to fix maven build
6a039fb is described below

commit 6a039fbc9ebaa3f4e962e701c184cd65aa1e7e95
Author: Carlos Rovira 
AuthorDate: Mon Feb 19 11:18:40 2018 +0100

add license headers to new ASDoc classes to fix maven build
---
 examples/royale/ASDoc/src/main/royale/ASDocClass.as| 18 ++
 .../royale/ASDoc/src/main/royale/ASDocClassAccessor.as | 18 ++
 .../royale/ASDoc/src/main/royale/ASDocClassEvents.as   | 18 ++
 .../royale/ASDoc/src/main/royale/ASDocClassFunction.as | 18 ++
 .../royale/ASDoc/src/main/royale/ASDocClassMembers.as  | 18 ++
 .../royale/ASDoc/src/main/royale/ASDocClassTags.as | 18 ++
 6 files changed, 108 insertions(+)

diff --git a/examples/royale/ASDoc/src/main/royale/ASDocClass.as 
b/examples/royale/ASDoc/src/main/royale/ASDocClass.as
index b52a6ec..a377914 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocClass.as
+++ b/examples/royale/ASDoc/src/main/royale/ASDocClass.as
@@ -1,3 +1,21 @@
+
+//
+//  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.
+//
+
 package
 {
 [RemoteClass(alias='ASDocClass')]
diff --git a/examples/royale/ASDoc/src/main/royale/ASDocClassAccessor.as 
b/examples/royale/ASDoc/src/main/royale/ASDocClassAccessor.as
index b263024..0524c31 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocClassAccessor.as
+++ b/examples/royale/ASDoc/src/main/royale/ASDocClassAccessor.as
@@ -1,3 +1,21 @@
+
+//
+//  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.
+//
+
 package
 {
 [RemoteClass(alias='ASDocClassAccessor')]
diff --git a/examples/royale/ASDoc/src/main/royale/ASDocClassEvents.as 
b/examples/royale/ASDoc/src/main/royale/ASDocClassEvents.as
index 9c8f39a..d7b2726 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocClassEvents.as
+++ b/examples/royale/ASDoc/src/main/royale/ASDocClassEvents.as
@@ -1,3 +1,21 @@
+
+//
+//  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.
+//

[royale-asjs] branch develop updated: Add license header

2017-12-20 Thread okrueger
This is an automated email from the ASF dual-hosted git repository.

okrueger 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 feed138  Add license header
feed138 is described below

commit feed138f6f1b544fc13bcabf909a608b42736551
Author: Olaf Krueger 
AuthorDate: Wed Dec 20 22:41:41 2017 +0100

Add license header
---
 GIT-TEST.txt | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/GIT-TEST.txt b/GIT-TEST.txt
index 9c66a3a..d59f068 100644
--- a/GIT-TEST.txt
+++ b/GIT-TEST.txt
@@ -1 +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.
+//
+
+
 Just a commit test [Olaf Krueger]

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


[royale-asjs] branch develop updated: Add license

2017-11-14 Thread erikdebruin
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 
AuthorDate: Tue Nov 14 16:57:21 2017 +0100

Add license

Signed-off-by: Erik de Bruin 
---
 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" '].