File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,6 +215,8 @@ APPENDIX B: Additional licenses relevant to this work.
215215
216216BSD-2-Clause License
217217================================
218+ Copyright (C) 2012-2016, Yann Collet.
219+
218220Redistribution and use in source and binary forms, with or without
219221modification, are permitted provided that the following conditions
220222are met:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Apache License version 2.0 (see LICENSE)
1717This 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
Original file line number Diff line number Diff 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 --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 --verify $ASC $FILE # dashdashverify
468468 -->
469469 <profile >
470470 <id >nexus-jars</id >
You can’t perform that action at this time.
0 commit comments