You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ Alternatively, you can just manually copy the binary to wherever you need it.
46
46
- .gitignore: [MIT](https://opensource.org/license/mit/), Copyright 2023 Dan Cassidy
47
47
- Makefile: [MIT](https://opensource.org/license/mit/), Copyright 2023 Dan Cassidy
48
48
- README.md: [MIT](https://opensource.org/license/mit/), Copyright 2023 Dan Cassidy
49
-
- crc32c.c: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), via the Stack Exchange Terms of Service as detailed [here](https://stackoverflow.com/help/licensing)
49
+
- crc32c.c: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), via the Stack Exchange Terms of Service as detailed [here](https://stackoverflow.com/help/licensing) and [here](https://stackoverflow.com/posts/17646775/timeline#history_b8f3e8c5-356e-43b8-9069-d1f69b06039b)
50
50
- The `TEST` macro is [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), via the [license in its origin repo](https://github.com/madler/brotli/blob/46ecea69a993a7ebd2de4a60ae6042d31e26213f/LICENSE)
51
-
- generate_crc32c_h.c: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), via the Stack Exchange Terms of Service as detailed [here](https://stackoverflow.com/help/licensing)
51
+
- generate_crc32c_h.c: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), via the Stack Exchange Terms of Service as detailed [here](https://stackoverflow.com/help/licensing) and [here](https://stackoverflow.com/posts/17646775/timeline#history_b8f3e8c5-356e-43b8-9069-d1f69b06039b)
52
52
- load.c: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), via the [license in its origin repo](https://github.com/madler/brotli/blob/46ecea69a993a7ebd2de4a60ae6042d31e26213f/LICENSE)
53
53
- load.h: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0), via the [license in its origin repo](https://github.com/madler/brotli/blob/46ecea69a993a7ebd2de4a60ae6042d31e26213f/LICENSE)
0 commit comments