This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new ccc945d  SLING-9818 - Move repoinit statements out of feature files
ccc945d is described below

commit ccc945db2228fd02f39c305a7b5efefc2d29f7af
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Oct 13 13:13:18 2020 +0200

    SLING-9818 - Move repoinit statements out of feature files
    
    Add missing copyright headers to repoinit files.
---
 src/main/features/app/slingshot-repoinit.txt | 19 +++++++++++++++++++
 src/main/features/base-repoinit.txt          | 19 +++++++++++++++++++
 src/main/features/caconfig-repoinit.txt      | 19 +++++++++++++++++++
 src/main/features/discovery-repoinit.txt     | 19 +++++++++++++++++++
 src/main/features/event-repoinit.txt         | 19 +++++++++++++++++++
 5 files changed, 95 insertions(+)

diff --git a/src/main/features/app/slingshot-repoinit.txt 
b/src/main/features/app/slingshot-repoinit.txt
index ec20794..a93116b 100644
--- a/src/main/features/app/slingshot-repoinit.txt
+++ b/src/main/features/app/slingshot-repoinit.txt
@@ -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.
+#
+
 create service user slingshot-service with path system/sling
 create user slingshot1 with password slingshot1
 create user slingshot2 with password slingshot2
diff --git a/src/main/features/base-repoinit.txt 
b/src/main/features/base-repoinit.txt
index 3064851..12632f2 100644
--- a/src/main/features/base-repoinit.txt
+++ b/src/main/features/base-repoinit.txt
@@ -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.
+#
+
 # general
 create path (sling:OrderedFolder) /content
 set ACL for everyone
diff --git a/src/main/features/caconfig-repoinit.txt 
b/src/main/features/caconfig-repoinit.txt
index 33f6acc..db8d2a5 100644
--- a/src/main/features/caconfig-repoinit.txt
+++ b/src/main/features/caconfig-repoinit.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.
+#
+
 create path (sling:Folder) /conf
\ No newline at end of file
diff --git a/src/main/features/discovery-repoinit.txt 
b/src/main/features/discovery-repoinit.txt
index 383b122..17b5f0f 100644
--- a/src/main/features/discovery-repoinit.txt
+++ b/src/main/features/discovery-repoinit.txt
@@ -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.
+#
+
 create service user sling-discovery with path system/sling
 
 create path (sling:Folder) /var/discovery
diff --git a/src/main/features/event-repoinit.txt 
b/src/main/features/event-repoinit.txt
index 01ec23a..7ad7244 100644
--- a/src/main/features/event-repoinit.txt
+++ b/src/main/features/event-repoinit.txt
@@ -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.
+#
+
 create service user sling-event with path system/sling
 
 create path (sling:Folder) /var

Reply via email to