Skip to content

Commit 2d167b6

Browse files
committed
bbitmap: fix corrupted BSD license header
vim %s replaced too much. Reported-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 31a5854 commit 2d167b6

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Legend:
1818
- [B] str: return `NULL` in `cdada_str_create()` when input C string is `NULL`
1919
- [B] str: align `cdada_str()` invalid-handle behavior with API docs (return `NULL`, not empty string)
2020
- [B] bbitmap: make `cdada_bbitmap_dump()` set `size_used` in buffered paths too
21+
- [B] bbitmap: fix corrupted BSD license header in `bbitmap.h`
2122
- [O] tests: add coverage for `cdada_strerr()` valid, boundary and high invalid values
2223
- [O] tests: add `oom_create_test` coverage for create paths (`list`, `map`, `queue`, `set`, `stack`, `str`, `bbitmap`)
2324
- [O] tests: add coverage for `cdada_str_replace_all()` empty-match invalid input and self-overlap replacement

include/cdada/bbitmap.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Copyright (c) 2020, Marc Sune Clos
33
All rights reserved.
44
5-
Redibbitmapibution and use in source and binary forms, with or without
5+
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:
77
8-
* Redibbitmapibutions of source code must retain the above copyright notice, this
8+
* Redistributions of source code must retain the above copyright notice, this
99
list of conditions and the following disclaimer.
1010
11-
* Redibbitmapibutions in binary form must reproduce the above copyright notice,
11+
* Redistributions in binary form must reproduce the above copyright notice,
1212
this list of conditions and the following disclaimer in the documentation
13-
and/or other materials provided with the dibbitmapibution.
13+
and/or other materials provided with the distribution.
1414
1515
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1616
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

0 commit comments

Comments
 (0)