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

jky pushed a commit to branch 2.4.0
in repository https://gitbox.apache.org/repos/asf/flagon-useralejs.git

commit 34f6f788fe5818798abd97edfaa1e934eee3650f
Author: Jason Young <jason_...@protonmail.com>
AuthorDate: Thu Mar 21 14:50:02 2024 -0400

    Add license headers
---
 .babelrc                                         | 16 ++++++++++++++++
 .gitignore                                       | 16 ++++++++++++++++
 README.md                                        | 19 +++++++++++++++++++
 cypress.config.js                                | 16 ++++++++++++++++
 example/README.md                                | 18 ++++++++++++++++++
 example/custom-non-user-events-example/README.md | 18 ++++++++++++++++++
 example/log-attribute-example/README.md          | 18 ++++++++++++++++++
 example/log-label-example/README.md              | 18 ++++++++++++++++++
 example/react-app-example/.gitignore             | 17 +++++++++++++++++
 example/react-app-example/README.md              | 18 ++++++++++++++++++
 example/react-app-example/src/logo.svg           | 18 ++++++++++++++++++
 example/webpackUserAleExample/.gitignore         | 16 ++++++++++++++++
 example/webpackUserAleExample/README.md          | 18 ++++++++++++++++++
 src/UserALEWebExtension/README.md                | 18 ++++++++++++++++++
 14 files changed, 244 insertions(+)

diff --git a/.babelrc b/.babelrc
index 68bb7a3..72bb335 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 {
   "presets": ["@babel/preset-env"],
   "plugins": [
diff --git a/.gitignore b/.gitignore
index 8d50f9a..c1072aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,19 @@
+# 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.
 .idea
 /node_modules/*
 /logs/*
diff --git a/README.md b/README.md
index ae4e83e..774caed 100644
--- a/README.md
+++ b/README.md
@@ -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.
+-->
+
 # Apache Flagon UserALE.js
 
 ![Node.js 
CI](https://github.com/apache/flagon-useralejs/workflows/Node.js%20CI/badge.svg)
diff --git a/cypress.config.js b/cypress.config.js
index f269aed..8fcdb14 100644
--- a/cypress.config.js
+++ b/cypress.config.js
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 const { defineConfig } = require('cypress')
 
 module.exports = defineConfig({
diff --git a/example/README.md b/example/README.md
index debafeb..b6d8956 100644
--- a/example/README.md
+++ b/example/README.md
@@ -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.
+-->
 # The UserALE.js Example Utility
 
 This directory provides 
diff --git a/example/custom-non-user-events-example/README.md 
b/example/custom-non-user-events-example/README.md
index f4de34c..27bbb40 100644
--- a/example/custom-non-user-events-example/README.md
+++ b/example/custom-non-user-events-example/README.md
@@ -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.
+-->
 ## Logging Custom, Non-User Events Examples
 UserALE.js' API provides significant customization options; you can use it 
extend UserALE.js' out-of-the-box capabilities and log non-user events.
 
diff --git a/example/log-attribute-example/README.md 
b/example/log-attribute-example/README.md
index f7b6f7a..7f6a894 100644
--- a/example/log-attribute-example/README.md
+++ b/example/log-attribute-example/README.md
@@ -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.
+-->
 # HTML attribute logging
 
 The following is an example outlining how to log HTML attributes with 
UserALE.js, and parse some common syntaxs found in attributes.
diff --git a/example/log-label-example/README.md 
b/example/log-label-example/README.md
index a17a89e..0929053 100644
--- a/example/log-label-example/README.md
+++ b/example/log-label-example/README.md
@@ -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.
+-->
 # Custom Log Label Examples
 
 The following are examples illustrating how to add custom labels to logs 
generated by UserALE.js. Custom labels are
diff --git a/example/react-app-example/.gitignore 
b/example/react-app-example/.gitignore
index 4d29575..b0227df 100644
--- a/example/react-app-example/.gitignore
+++ b/example/react-app-example/.gitignore
@@ -1,3 +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.
+
 # See https://help.github.com/articles/ignoring-files/ for more about ignoring 
files.
 
 # dependencies
diff --git a/example/react-app-example/README.md 
b/example/react-app-example/README.md
index 974c955..bdf716d 100644
--- a/example/react-app-example/README.md
+++ b/example/react-app-example/README.md
@@ -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.
+-->
 # Apache Flagon UseraALE.js React Example
 
 This example was bootstrapped with [Create React 
App](https://github.com/facebook/create-react-app). It demonstrates UserALE.js 
`autostart` configurations and `start()`, `stop()` exports.
diff --git a/example/react-app-example/src/logo.svg 
b/example/react-app-example/src/logo.svg
index 9dfc1c0..4111957 100644
--- a/example/react-app-example/src/logo.svg
+++ b/example/react-app-example/src/logo.svg
@@ -1 +1,19 @@
+<!--
+    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.
+-->
 <svg xmlns="http://www.w3.org/2000/svg"; viewBox="0 0 841.9 595.3"><g 
fill="#61DAFB"><path d="M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 
8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 
19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 
29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 
84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 
0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11 [...]
\ No newline at end of file
diff --git a/example/webpackUserAleExample/.gitignore 
b/example/webpackUserAleExample/.gitignore
index 4c0ed70..5d5dcf0 100644
--- a/example/webpackUserAleExample/.gitignore
+++ b/example/webpackUserAleExample/.gitignore
@@ -1,3 +1,19 @@
+# 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.
 .idea
 /node_modules/*
 /logs/*
diff --git a/example/webpackUserAleExample/README.md 
b/example/webpackUserAleExample/README.md
index d4c9dab..ca29e3a 100644
--- a/example/webpackUserAleExample/README.md
+++ b/example/webpackUserAleExample/README.md
@@ -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.
+-->
 # The UserALE.js Webpack Example Utility
 
 This example provides: 
diff --git a/src/UserALEWebExtension/README.md 
b/src/UserALEWebExtension/README.md
index b409dcf..0f1b309 100644
--- a/src/UserALEWebExtension/README.md
+++ b/src/UserALEWebExtension/README.md
@@ -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.
+-->
 # UserALE Web Extension
 
 The UserALE.js Web Extension is designed to enable user activity logging 
across any page they visit, regardless of domain. To achieve this, we 
repackaged our UserALE.js library into a WebExtension compliant format to allow 
portability between browsers.

Reply via email to