Skip to content

Commit e58cd7a

Browse files
committed
add link to timestamp of Stack Overflow post
1 parent e3210cc commit e58cd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Alternatively, you can just manually copy the binary to wherever you need it.
4646
- .gitignore: [MIT](https://opensource.org/license/mit/), Copyright 2023 Dan Cassidy
4747
- Makefile: [MIT](https://opensource.org/license/mit/), Copyright 2023 Dan Cassidy
4848
- 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)
5050
- 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)
5252
- 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)
5353
- 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

Comments
 (0)