Skip to content

Commit f8abbbe

Browse files
committed
updates to LICENSE, NOTICE and pom
1 parent 5c0cdc1 commit f8abbbe

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ APPENDIX B: Additional licenses relevant to this work.
215215

216216
BSD-2-Clause License
217217
================================
218+
Copyright (C) 2012-2016, Yann Collet.
219+
218220
Redistribution and use in source and binary forms, with or without
219221
modification, are permitted provided that the following conditions
220222
are met:

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Apache License version 2.0 (see LICENSE)
1717
This product contains code to implement the xxHash function:
1818
* https://github.com/apache/incubator-datasketches-java/blob/master/src/main/java/org/apache/datasketches/hash/XxHash.java
1919

20-
This code was adapted from
20+
and was adapted from
2121
https://github.com/OpenHFT/Zero-Allocation-Hashing,
2222
Copyright 2015 Higher Frequency Trading http://www.higherfrequencytrading.com
2323

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -457,14 +457,14 @@ under the License.
457457
</pluginManagement>
458458
</build>
459459
</profile>
460-
<!-- This profile is used to release signed jars to the Apache Nexus repository.
461-
This must be executed from a git repository set at the proper Release branch (e.g., 1.1.X-incubating)
462-
and at a Release Candidate tag (e.g., 1.1.0-incubating-RC1).
463-
The pom version in the release branch must be properly set to something like: "1.1.0-incubating".
464-
The pom version in the master would be set to something like: "1.2.0-incubating-SNAPSHOT".
465-
Test Command: mvn clean verify -Pnexus-jars -Dmaven.test.skip=true
466-
Command: mvn clean deploy -Dnexus-jars
467-
Verify Command (from terminal): gpg -v &#45;&#45;verify $ASC $FILE
460+
<!-- This profile is used to release signed jars to the Apache Nexus repository.
461+
This must be executed from a git repository set at the proper Release branch (e.g., 1.1.X-incubating)
462+
and at a Release Candidate tag (e.g., 1.1.0-incubating-RC1).
463+
The pom version in the release branch must be properly set to something like: "1.1.0-incubating".
464+
The pom version in the master would be set to something like: "1.2.0-incubating-SNAPSHOT".
465+
Test Command: mvn clean verify -Pnexus-jars -DskipTests=true
466+
Command: mvn clean deploy -Dnexus-jars
467+
Verify Command (from terminal): gpg -v &#45;&#45;verify $ASC $FILE # dashdashverify
468468
-->
469469
<profile>
470470
<id>nexus-jars</id>

0 commit comments

Comments
 (0)