This is an automated email from the ASF dual-hosted git repository.
hiedra 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 39f76f12bc Add apache heaaders, keep RAT happy.
39f76f12bc is described below
commit 39f76f12bc651b27ea68f962e2fbad19603940ee
Author: Maria José Esteve <[email protected]>
AuthorDate: Mon May 30 11:16:40 2022 +0200
Add apache heaaders, keep RAT happy.
---
.../main/royale/locale/en_US/AppMessages.properties | 18 ++++++++++++++++++
.../main/royale/locale/fr_FR/AppMessages.properties | 18 ++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git
a/examples/royale/LocalesExemple/src/main/royale/locale/en_US/AppMessages.properties
b/examples/royale/LocalesExemple/src/main/royale/locale/en_US/AppMessages.properties
index 100c97884b..5dbdf99256 100644
---
a/examples/royale/LocalesExemple/src/main/royale/locale/en_US/AppMessages.properties
+++
b/examples/royale/LocalesExemple/src/main/royale/locale/en_US/AppMessages.properties
@@ -1,2 +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.
+//
+////////////////////////////////////////////////////////////////////////////////
Title=You are using en_US
Hello=Hello
\ No newline at end of file
diff --git
a/examples/royale/LocalesExemple/src/main/royale/locale/fr_FR/AppMessages.properties
b/examples/royale/LocalesExemple/src/main/royale/locale/fr_FR/AppMessages.properties
index 3e34de71f6..33b6cf803a 100644
---
a/examples/royale/LocalesExemple/src/main/royale/locale/fr_FR/AppMessages.properties
+++
b/examples/royale/LocalesExemple/src/main/royale/locale/fr_FR/AppMessages.properties
@@ -1,2 +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.
+//
+////////////////////////////////////////////////////////////////////////////////
Title=Vous utilisez fr_FR
Hello=Bonjour
\ No newline at end of file