Skip to content

Commit 0125fc2

Browse files
authored
chore: update ada/idna (#373)
* chore: update ada/idna * docs: update readme license section
1 parent 4215aed commit 0125fc2

File tree

3 files changed

+2444
-2495
lines changed

3 files changed

+2444
-2495
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ You may amalgamate all source files into only two files (`ada.h` and `ada.cpp`)
157157
158158
### License
159159
160-
This code is made available under the Apache License 2.0 as well as the MIT license. For unicode processing, we rely on a few functions from UniLib which are licensed under the Mozilla Public License v.2.0.
160+
This code is made available under the Apache License 2.0 as well as the MIT license.
161161
162-
Our tests include third-party code and data. The benchmarking code includes third-party code: it is provided for research purposes only and not part of the library.
162+
Our tests include third-party code and data. The benchmarking code includes third-party code:
163+
it is provided for research purposes only and not part of the library.

include/ada/ada_idna.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* auto-generated on 2023-04-26 14:14:42 -0400. Do not edit! */
1+
/* auto-generated on 2023-05-07 19:12:14 -0400. Do not edit! */
22
/* begin file include/idna.h */
33
#ifndef ADA_IDNA_H
44
#define ADA_IDNA_H

0 commit comments

Comments
 (0)