diff --git a/VERSION b/VERSION index f2e984b..0d15162 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0-rc.2 +0.1.0-rc.3 diff --git a/examples/client-certificate-authentication/main.tf b/examples/client-certificate-authentication/main.tf index 1a66a42..a5cfcb2 100644 --- a/examples/client-certificate-authentication/main.tf +++ b/examples/client-certificate-authentication/main.tf @@ -1,3 +1,17 @@ +# Copyright 2024 Solace Corporation. All rights reserved. +# +# 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. + provider "solacebroker" { username = "admin" password = "admin" diff --git a/examples/customized-acl-and-client-profiles/main.tf b/examples/customized-acl-and-client-profiles/main.tf index 21bb942..d9330d3 100644 --- a/examples/customized-acl-and-client-profiles/main.tf +++ b/examples/customized-acl-and-client-profiles/main.tf @@ -1,3 +1,17 @@ +# Copyright 2024 Solace Corporation. All rights reserved. +# +# 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. + provider "solacebroker" { username = "admin" password = "admin" diff --git a/examples/oauth-authentication/main.tf b/examples/oauth-authentication/main.tf index e08d325..0756179 100644 --- a/examples/oauth-authentication/main.tf +++ b/examples/oauth-authentication/main.tf @@ -1,3 +1,17 @@ +# Copyright 2024 Solace Corporation. All rights reserved. +# +# 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. + provider "solacebroker" { username = "admin" password = "admin" diff --git a/examples/services-and-listen-ports/main.tf b/examples/services-and-listen-ports/main.tf index 24ededc..e12e72b 100644 --- a/examples/services-and-listen-ports/main.tf +++ b/examples/services-and-listen-ports/main.tf @@ -1,3 +1,17 @@ +# Copyright 2024 Solace Corporation. All rights reserved. +# +# 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. + provider "solacebroker" { username = "admin" password = "admin"