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

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new 09a450b  Update LICENSE file
09a450b is described below

commit 09a450bb9bbf644c3f629b9f432edfe1150230f6
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Wed Dec 1 12:32:03 2021 +0100

    Update LICENSE file
    
    Signed-off-by: bertty <[email protected]>
---
 DISCLAIMER-WIP | 18 ------------------
 LICENSE        | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP
deleted file mode 100644
index 98df081..0000000
--- a/DISCLAIMER-WIP
+++ /dev/null
@@ -1,18 +0,0 @@
-Apache Wayang is an effort undergoing incubation at The Apache Software 
Foundation (ASF),
-sponsored by Apache Incubator. Incubation is required of all newly accepted 
projects
-until a further review indicates that the infrastructure, communications, and 
decision-making
-process have stabilized in a manner consistent with other successful ASF 
projects. While incubation
-status is not necessarily a reflection of the completeness or stability of the 
code, it does
-indicate that the project has yet to be fully endorsed by the ASF.
-
-Some of the incubating project’s releases may not be fully compliant with ASF 
policy. For example,
-releases may have incomplete or un-reviewed licensing conditions. What follows 
is a list of issues
-the project is currently aware of (this list is likely to be incomplete):
-
-* the file NOTICE have some issue in terms of format
-* Releases may have incomplete licensing conditions.
-
-If you are planning to incorporate this work into your product/project, please 
be aware that you
-will need to conduct a thorough licensing review to determine the overall 
implications of including
-this work. For the current status of this project through the Apache Incubator,
-visit: https://incubator.apache.org/projects/wayang.html
diff --git a/LICENSE b/LICENSE
index d645695..6421ab8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -200,3 +200,23 @@
    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 files:
+wayang-commons/wayang-utils-profile-db/src/test/java/org/apache/wayang/commons/util/profiledb/measurement/TestTimeMeasurement.java
+wayang-commons/wayang-utils-profile-db/src/test/java/org/apache/wayang/commons/util/profiledb/measurement/TestMemoryMeasurement.java
+wayang-commons/wayang-utils-profile-db/src/test/java/org/apache/wayang/commons/util/profiledb/ProfileDBTest.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/ProfileDB.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/storage/JDBCStorage.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/storage/Storage.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/storage/FileStorage.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/instrumentation/StopWatch.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/json/MeasurementSerializer.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/json/MeasurementDeserializer.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/model/Type.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/model/measurement/TimeMeasurement.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/model/Subject.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/model/Experiment.java
+wayang-commons/wayang-utils-profile-db/src/main/java/org/apache/wayang/commons/util/profiledb/model/Measurement.java
+Are copyrighted from https://github.com/sekruse/profiledb-java repository 
which is distributed under the Apache 2.0 license.

Reply via email to