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 <[email protected]>
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");