You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/05/09 17:49:38 UTC

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

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 <ca...@apache.org>
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.