diff --git a/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthenticationException.java b/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthenticationException.java index d98f809..3ad5748 100644 --- a/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthenticationException.java +++ b/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthenticationException.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client; diff --git a/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthorizationException.java b/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthorizationException.java index e6bcb11..bc0c062 100644 --- a/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthorizationException.java +++ b/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthorizationException.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client; diff --git a/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthzClient.java b/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthzClient.java index 9ea6ae6..0814a51 100644 --- a/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthzClient.java +++ b/client/src/main/java/io/pravega/keycloak/client/KeycloakAuthzClient.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client; diff --git a/client/src/main/java/io/pravega/keycloak/client/KeycloakConfigResolver.java b/client/src/main/java/io/pravega/keycloak/client/KeycloakConfigResolver.java index 37df980..92a8acb 100644 --- a/client/src/main/java/io/pravega/keycloak/client/KeycloakConfigResolver.java +++ b/client/src/main/java/io/pravega/keycloak/client/KeycloakConfigResolver.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client; diff --git a/client/src/main/java/io/pravega/keycloak/client/KeycloakConfigurationException.java b/client/src/main/java/io/pravega/keycloak/client/KeycloakConfigurationException.java index 265a5f7..3b54553 100644 --- a/client/src/main/java/io/pravega/keycloak/client/KeycloakConfigurationException.java +++ b/client/src/main/java/io/pravega/keycloak/client/KeycloakConfigurationException.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client; diff --git a/client/src/main/java/io/pravega/keycloak/client/PravegaKeycloakCredentials.java b/client/src/main/java/io/pravega/keycloak/client/PravegaKeycloakCredentials.java index 63ee5b2..7a9556b 100644 --- a/client/src/main/java/io/pravega/keycloak/client/PravegaKeycloakCredentials.java +++ b/client/src/main/java/io/pravega/keycloak/client/PravegaKeycloakCredentials.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client; diff --git a/client/src/main/resources/META-INF/services/io.pravega.shared.security.auth.Credentials b/client/src/main/resources/META-INF/services/io.pravega.shared.security.auth.Credentials index 13213b3..4daf558 100644 --- a/client/src/main/resources/META-INF/services/io.pravega.shared.security.auth.Credentials +++ b/client/src/main/resources/META-INF/services/io.pravega.shared.security.auth.Credentials @@ -1,10 +1,17 @@ # -# Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. +# Copyright Pravega Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + io.pravega.keycloak.client.PravegaKeycloakCredentials \ No newline at end of file diff --git a/client/src/test/java/io/pravega/keycloak/client/KeycloakAuthzClientTest.java b/client/src/test/java/io/pravega/keycloak/client/KeycloakAuthzClientTest.java index 54fb481..b4545d2 100644 --- a/client/src/test/java/io/pravega/keycloak/client/KeycloakAuthzClientTest.java +++ b/client/src/test/java/io/pravega/keycloak/client/KeycloakAuthzClientTest.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client; diff --git a/client/src/test/java/io/pravega/keycloak/client/KeycloakConfigResolverTest.java b/client/src/test/java/io/pravega/keycloak/client/KeycloakConfigResolverTest.java index aedbe58..cac289d 100644 --- a/client/src/test/java/io/pravega/keycloak/client/KeycloakConfigResolverTest.java +++ b/client/src/test/java/io/pravega/keycloak/client/KeycloakConfigResolverTest.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client; diff --git a/client/src/test/java/io/pravega/keycloak/client/helpers/AccessTokenBuilder.java b/client/src/test/java/io/pravega/keycloak/client/helpers/AccessTokenBuilder.java index 4fe1db6..4e17d67 100644 --- a/client/src/test/java/io/pravega/keycloak/client/helpers/AccessTokenBuilder.java +++ b/client/src/test/java/io/pravega/keycloak/client/helpers/AccessTokenBuilder.java @@ -1,13 +1,18 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ - package io.pravega.keycloak.client.helpers; import org.keycloak.representations.AccessToken; diff --git a/client/src/test/java/io/pravega/keycloak/client/helpers/AccessTokenIssuer.java b/client/src/test/java/io/pravega/keycloak/client/helpers/AccessTokenIssuer.java index 0d85301..38fa651 100644 --- a/client/src/test/java/io/pravega/keycloak/client/helpers/AccessTokenIssuer.java +++ b/client/src/test/java/io/pravega/keycloak/client/helpers/AccessTokenIssuer.java @@ -1,11 +1,17 @@ /** - * Copyright (c) 2019 Dell Inc., or its subsidiaries. All Rights Reserved. + * Copyright Pravega Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.pravega.keycloak.client.helpers; diff --git a/gradle.properties b/gradle.properties index 64f6ef8..13ff8d3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,10 +14,10 @@ guavaVersion=28.2-jre junitVersion=4.13.2 keycloakVersion=12.0.4 mockitoVersion=3.3.3 -pravegaVersion=0.10.0-2976.ea3db6f-SNAPSHOT +pravegaVersion=0.10.1 slf4jVersion=1.7.30 -buildVersion=0.10.0-SNAPSHOT +buildVersion=0.10.1 # The below release/publishing properties specified in this file below may be overridden by supplying project