Skip to content

Commit

Permalink
[GR-53973] Document that we are on the version 3.6.4 of simdjson alre…
Browse files Browse the repository at this point in the history
…ady.

PullRequest: graal/17670
  • Loading branch information
wirthi committed May 11, 2024
2 parents c8ede79 + ddc7ca1 commit 17bad3f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions THIRD_PARTY_LICENSE.txt
Expand Up @@ -90,7 +90,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
================================================================================

simdjson 1.0.1
simdjson 3.6.4

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -280,7 +280,7 @@ file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018-2019 The simdjson authors
Copyright 2018-2023 The simdjson authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -8216,4 +8216,4 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
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 the License for the specific language governing permissions and limitations under the License.
Expand Up @@ -532,7 +532,7 @@ private void emitBMP(AArch64MacroAssembler asm, Register arr, Register len, Regi
* One Instruction Per Byte</a> by John Keiser and Daniel Lemire, and the author's
* implementation in <a href=
* "https://github.com/simdjson/simdjson/blob/d996ffc49423cee75922c30432323288c34f3c04/src/generic/stage1/utf8_lookup4_algorithm.h">
* the simdjson library</a>.
* the simdjson library</a>. Follow-up changes made sure this is compatible with simdjson 3.6.4.
*
* @see <a href="https://github.com/simdjson/simdjson">https://github.com/simdjson/simdjson</a>
* @see <a href="https://lemire.me/blog/2020/10/20/ridiculously-fast-unicode-utf-8-validation/">
Expand Down
Expand Up @@ -573,7 +573,7 @@ private void emitTestTail(AMD64MacroAssembler asm, AMD64BaseAssembler.OperandSiz
* One Instruction Per Byte</a> by John Keiser and Daniel Lemire, and the author's
* implementation in <a href=
* "https://github.com/simdjson/simdjson/blob/d996ffc49423cee75922c30432323288c34f3c04/src/generic/stage1/utf8_lookup4_algorithm.h">
* the simdjson library</a>.
* the simdjson library</a>. Follow-up changes made sure this is compatible with simdjson 3.6.4.
*
* @see <a href="https://github.com/simdjson/simdjson">https://github.com/simdjson/simdjson</a>
* @see <a href="https://lemire.me/blog/2020/10/20/ridiculously-fast-unicode-utf-8-validation/">
Expand Down
6 changes: 3 additions & 3 deletions vm/THIRD_PARTY_LICENSE_CE.txt
Expand Up @@ -90,7 +90,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
================================================================================

simdjson 1.0.1
simdjson 3.6.4

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -280,7 +280,7 @@ file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018-2019 The simdjson authors
Copyright 2018-2023 The simdjson authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -7221,4 +7221,4 @@ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
THE POSSIBILITY OF SUCH DAMAGE.

0 comments on commit 17bad3f

Please sign in to comment.