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 <carlosrov...@apache.org>
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.
+//
+////////////////////////////////////////////////////////////////////////////////
 package
 {
 [RemoteClass(alias='ASDocClassEvents')]
diff --git a/examples/royale/ASDoc/src/main/royale/ASDocClassFunction.as 
b/examples/royale/ASDoc/src/main/royale/ASDocClassFunction.as
index 75f63f8..e60c7d3 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocClassFunction.as
+++ b/examples/royale/ASDoc/src/main/royale/ASDocClassFunction.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
 {
 public class ASDocClassFunction extends ASDocClassEvents
diff --git a/examples/royale/ASDoc/src/main/royale/ASDocClassMembers.as 
b/examples/royale/ASDoc/src/main/royale/ASDocClassMembers.as
index 20f2077..29d5b5f 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocClassMembers.as
+++ b/examples/royale/ASDoc/src/main/royale/ASDocClassMembers.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='ASDocClassMembers')]
diff --git a/examples/royale/ASDoc/src/main/royale/ASDocClassTags.as 
b/examples/royale/ASDoc/src/main/royale/ASDocClassTags.as
index 131f4f8..f3a8b90 100644
--- a/examples/royale/ASDoc/src/main/royale/ASDocClassTags.as
+++ b/examples/royale/ASDoc/src/main/royale/ASDocClassTags.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='ASDocClassTags')]

-- 
To stop receiving notification emails like this one, please contact
carlosrov...@apache.org.

Reply via email to