Skip to content

Commit

Permalink
Remove common 3rd party headers and update code rules (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann authored Jan 27, 2024
1 parent 1c33d11 commit 3f40f10
Show file tree
Hide file tree
Showing 74 changed files with 1 addition and 33,357 deletions.
1 change: 0 additions & 1 deletion .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
UNCHECKED_DIRECTORIES=(
"IOKit"
"openssl"
)
UNCHECKED_FILES=(
"QuartzCore/QuartzCore-Structs.h" # known to not work
Expand Down
6 changes: 0 additions & 6 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ There is no particular license on this repo. Files in this repo come from many s
### KennyTM
* GraphicsServices, IOSurface, substrate2.h: [3-Clause BSD License](https://opensource.org/licenses/BSD-3-Clause)

### libarchive
* libarchive: [2-Clause BSD License](https://opensource.org/licenses/BSD-2-Clause)

### OpenSSL
* OpenSSL: [OpenSSL](https://www.openssl.org/source/license.html)

### PixelFire
* libcolorpicker: [MIT License](https://github.com/atomikpanda/libcolorpicker/blob/master/LICENSE.md)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ Please send us headers you’ve put together that would be useful to the wider c

If modules are supported by the compiler, `#import` of headers from a module will be translated to equivalent `@import` statements.
* Any headers under an [OSI-approved license](https://opensource.org/licenses) can be included here. Please add its license to [LICENSE.md](LICENSE.md).
* That being said, please try to avoid including headers that are vended by their respective authors in separate, cross-platform "dev" packages (e.g., `openssl`, `libarchive`, etc)
Loading

0 comments on commit 3f40f10

Please sign in to comment.