You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by jk...@apache.org on 2022/09/22 08:21:50 UTC

[unomi-tracker] 01/01: UNOMI-671: add missing stuff for release process

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

jkevan pushed a commit to branch UNOMI-671-additional-for-releasing
in repository https://gitbox.apache.org/repos/asf/unomi-tracker.git

commit febedb9ef3e0c7c39f2e3b82ee709a4805c9624b
Author: Kevan <ke...@jahia.com>
AuthorDate: Thu Sep 22 10:21:30 2022 +0200

    UNOMI-671: add missing stuff for release process
---
 NOTICE           |  8 ++++++++
 rollup.config.js | 17 +++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..b4b8547
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,8 @@
+Apache Unomi
+Copyright 2015-2022 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Based on source code originally developed by
+Jahia Solutions Software (http://www.jahia.com/).
\ No newline at end of file
diff --git a/rollup.config.js b/rollup.config.js
index 2856e0f..390299d 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -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.
+ */
+
 import resolve from '@rollup/plugin-node-resolve';
 import commonjs from '@rollup/plugin-commonjs';
 import babel from '@rollup/plugin-babel';