diff options
author | Julien Veyssier <julien-nc@posteo.net> | 2023-05-22 15:39:56 +0200 |
---|---|---|
committer | Julien Veyssier <julien-nc@posteo.net> | 2023-06-19 13:12:30 +0200 |
commit | 86fe33f6641c0e0573bf933114284dad3f41ee33 (patch) | |
tree | eb45297f65f0f81d52590342bf6db2390a64b9bd /lib/composer | |
parent | 43c66b0ecd4f5c4145d498c86292c22f7f8b7fbe (diff) | |
download | nextcloud-server-86fe33f6641c0e0573bf933114284dad3f41ee33.tar.gz nextcloud-server-86fe33f6641c0e0573bf933114284dad3f41ee33.zip |
encrypt oauth2 client secrets
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Diffstat (limited to 'lib/composer')
-rw-r--r-- | lib/composer/composer/LICENSE | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/composer/composer/LICENSE b/lib/composer/composer/LICENSE index f27399a042d..62ecfd8d004 100644 --- a/lib/composer/composer/LICENSE +++ b/lib/composer/composer/LICENSE @@ -1,4 +1,3 @@ - Copyright (c) Nils Adermann, Jordi Boggiano Permission is hereby granted, free of charge, to any person obtaining a copy @@ -18,4 +17,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - |