-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: standardize license headers #3216
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3216 +/- ##
=======================================
Coverage 76.86% 76.86%
=======================================
Files 123 123
Lines 8920 8922 +2
=======================================
+ Hits 6856 6858 +2
- Misses 1636 1637 +1
+ Partials 428 427 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
e8db3c2
to
016abc7
Compare
Could you exclude autogenerated files in internal/httpclient please? :) |
1d6060a
to
c68e130
Compare
Great feedback to exclude auto-generated files! ory/cli#214 adds the missing feature. The changes in this PR are a preview of how this would look like. They were created by running:
|
28c914f
to
66f3f3e
Compare
Blocking on shipping ory/cli#239 as a new Ory CLI version. |
…o sdk_test.go validator.go validator_test.go handler.go handler_helper.go handler_jwk.go cmd_create_client.go cmd_create_jwks.go cmd_delete_client.go cmd_delete_jwks.go cmd_delete_tokens.go cmd_get_client.go cmd_get_jwks.go cmd_import_client.go cmd_introspect_token.go cmd_perform_authorization_code.go cmd_perform_client_credentials.go cmd_revoke_token.go helper.go migrate.go migrate_sql.go root.go serve.go banner.go handler.go helper_cert.go version.go handler.go handler_test.go helper.go helper_test.go manager.go manager_test_helpers.go sdk_test.go strategy.go strategy_default.go strategy_default_test.go subject_identifier_algorithm.go subject_identifier_algorithm_pairwise.go subject_identifier_algorithm_public.go types.go doc.go mock_generator_rs256.go aead.go aead_test.go cast.go cast_test.go generator.go handler.go handler_test.go helper.go helper_test.go jwt_strategy.go jwt_strategy_test.go manager.go manager_test_helpers.go sdk_test.go main.go equalKeys.go equalKeys_test.go fosite_store_helpers.go fosite_store_test.go handler.go handler_fallback_endpoints.go handler_fallback_endpoints_test.go handler_test.go introspector.go introspector_test.go oauth2_auth_code_test.go oauth2_client_credentials_test.go oauth2_helper_test.go oauth2_jwt_bearer_test.go revocator_test.go session.go doc.go manager_test_helpers.go main.go main.go main.go basic_auth.go doc.go doc_swagger.go error_enhancer_test.go errors.go errors_test.go fosite_storer.go hasher.go cors.go cors_test.go secret.go test_helpers.go
Add a license header to all source code files.
Related issue(s)
https://github.com/ory-corp/general/issues/602
Checklist
introduces a new feature.
contributing code guidelines.
vulnerability. If this pull request addresses a security. vulnerability, I
confirm that I got green light (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
Further Comments
This is just a demo of the capability for now. Please provide feedback to fine-tune the generated headers.