diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..d7196784 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,16 @@ +{ + "licenser.author": "Coralogix Ltd.", + "licenser.license": "AL2", + "licenser.projectName": "Terraform Provider Coralogix", + "licenser.excludeFileExtensions": [ + "toml", + "proto", + "yml", + "yaml", + "md", + "lock", + "pb.go", + "tf", + "json", + ], +} \ No newline at end of file diff --git a/Makefile b/Makefile index 9ded2f53..fc2298c0 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,17 @@ +# Copyright 2024 Coralogix Ltd. +# +# 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 +# +# https://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. + TEST?=$$(go list ./... | grep -v 'vendor') HOSTNAME=locally NAMESPACE=debug diff --git a/coralogix/clientset/actions-client.go b/coralogix/clientset/actions-client.go index 3bf9f49d..d11382a3 100644 --- a/coralogix/clientset/actions-client.go +++ b/coralogix/clientset/actions-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/alerts-client.go b/coralogix/clientset/alerts-client.go index 43363543..a58489ca 100644 --- a/coralogix/clientset/alerts-client.go +++ b/coralogix/clientset/alerts-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/alerts-scheduler-client.go b/coralogix/clientset/alerts-scheduler-client.go index 446f6787..09383260 100644 --- a/coralogix/clientset/alerts-scheduler-client.go +++ b/coralogix/clientset/alerts-scheduler-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/apikeys-client.go b/coralogix/clientset/apikeys-client.go index 14d67c22..6da0a8f3 100644 --- a/coralogix/clientset/apikeys-client.go +++ b/coralogix/clientset/apikeys-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/archive-logs.go b/coralogix/clientset/archive-logs.go index 0c66b47f..5f8f761b 100644 --- a/coralogix/clientset/archive-logs.go +++ b/coralogix/clientset/archive-logs.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/archive-metrics.go b/coralogix/clientset/archive-metrics.go index 0297b6bc..b45da086 100644 --- a/coralogix/clientset/archive-metrics.go +++ b/coralogix/clientset/archive-metrics.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/archive-retentions.go b/coralogix/clientset/archive-retentions.go index 727ce251..b60125a1 100644 --- a/coralogix/clientset/archive-retentions.go +++ b/coralogix/clientset/archive-retentions.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/callPropertiesCreator.go b/coralogix/clientset/callPropertiesCreator.go index e558fb12..99a410b1 100644 --- a/coralogix/clientset/callPropertiesCreator.go +++ b/coralogix/clientset/callPropertiesCreator.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/clientset.go b/coralogix/clientset/clientset.go index c9618f57..a7c5b1c3 100644 --- a/coralogix/clientset/clientset.go +++ b/coralogix/clientset/clientset.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset type ClientSet struct { diff --git a/coralogix/clientset/dashboard-folders-client.go b/coralogix/clientset/dashboard-folders-client.go index 3c8bf4f8..10643efe 100644 --- a/coralogix/clientset/dashboard-folders-client.go +++ b/coralogix/clientset/dashboard-folders-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/dashboards-client.go b/coralogix/clientset/dashboards-client.go index e20afc67..6a088de7 100644 --- a/coralogix/clientset/dashboards-client.go +++ b/coralogix/clientset/dashboards-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/data-sets-client.go b/coralogix/clientset/data-sets-client.go index f4187088..fc6017b8 100644 --- a/coralogix/clientset/data-sets-client.go +++ b/coralogix/clientset/data-sets-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/enrichments-client.go b/coralogix/clientset/enrichments-client.go index b1e6ca88..c510fd0e 100644 --- a/coralogix/clientset/enrichments-client.go +++ b/coralogix/clientset/enrichments-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/events2metrics-client.go b/coralogix/clientset/events2metrics-client.go index 8e22bba7..e816d6bd 100644 --- a/coralogix/clientset/events2metrics-client.go +++ b/coralogix/clientset/events2metrics-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/grafana-client.go b/coralogix/clientset/grafana-client.go index ffbf0521..1e7848cf 100644 --- a/coralogix/clientset/grafana-client.go +++ b/coralogix/clientset/grafana-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/groups-client.go b/coralogix/clientset/groups-client.go index 683f953e..a1ef5186 100644 --- a/coralogix/clientset/groups-client.go +++ b/coralogix/clientset/groups-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/recording-rules-groups-sets-client.go b/coralogix/clientset/recording-rules-groups-sets-client.go index 9f1238d9..6db7c4d4 100644 --- a/coralogix/clientset/recording-rules-groups-sets-client.go +++ b/coralogix/clientset/recording-rules-groups-sets-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/rest/client.go b/coralogix/clientset/rest/client.go index b652aa8d..5a182565 100644 --- a/coralogix/clientset/rest/client.go +++ b/coralogix/clientset/rest/client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 rest import ( diff --git a/coralogix/clientset/roles-client.go b/coralogix/clientset/roles-client.go index 32370ca2..fe424a40 100644 --- a/coralogix/clientset/roles-client.go +++ b/coralogix/clientset/roles-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/rules-groups-client.go b/coralogix/clientset/rules-groups-client.go index b1626db4..5813375b 100644 --- a/coralogix/clientset/rules-groups-client.go +++ b/coralogix/clientset/rules-groups-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/slis-client.go b/coralogix/clientset/slis-client.go index 9aa3ed3d..97748a58 100644 --- a/coralogix/clientset/slis-client.go +++ b/coralogix/clientset/slis-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/slos-client.go b/coralogix/clientset/slos-client.go index 6edf5c96..a5ddd4b3 100644 --- a/coralogix/clientset/slos-client.go +++ b/coralogix/clientset/slos-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/tco-policies-client.go b/coralogix/clientset/tco-policies-client.go index 461a2c92..55406cd8 100644 --- a/coralogix/clientset/tco-policies-client.go +++ b/coralogix/clientset/tco-policies-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/teams-client.go b/coralogix/clientset/teams-client.go index d02b4599..e942de46 100644 --- a/coralogix/clientset/teams-client.go +++ b/coralogix/clientset/teams-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/users-client.go b/coralogix/clientset/users-client.go index 4755c89d..056bacb9 100644 --- a/coralogix/clientset/users-client.go +++ b/coralogix/clientset/users-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/clientset/webhooks-client.go b/coralogix/clientset/webhooks-client.go index c49e6fc6..94725590 100644 --- a/coralogix/clientset/webhooks-client.go +++ b/coralogix/clientset/webhooks-client.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 clientset import ( diff --git a/coralogix/data_source_coralogix_action.go b/coralogix/data_source_coralogix_action.go index 8a7ecb39..4e836553 100644 --- a/coralogix/data_source_coralogix_action.go +++ b/coralogix/data_source_coralogix_action.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_action_test.go b/coralogix/data_source_coralogix_action_test.go index 94fd7615..11c87ed0 100644 --- a/coralogix/data_source_coralogix_action_test.go +++ b/coralogix/data_source_coralogix_action_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_alert.go b/coralogix/data_source_coralogix_alert.go index e982096c..7ea04d01 100644 --- a/coralogix/data_source_coralogix_alert.go +++ b/coralogix/data_source_coralogix_alert.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_alert_test.go b/coralogix/data_source_coralogix_alert_test.go index 91b71af5..9a604dde 100644 --- a/coralogix/data_source_coralogix_alert_test.go +++ b/coralogix/data_source_coralogix_alert_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_alerts_scheduler.go b/coralogix/data_source_coralogix_alerts_scheduler.go index 694f9366..f4c2b758 100644 --- a/coralogix/data_source_coralogix_alerts_scheduler.go +++ b/coralogix/data_source_coralogix_alerts_scheduler.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_alerts_scheduler_test.go b/coralogix/data_source_coralogix_alerts_scheduler_test.go index 8b7d4c1a..6349ba06 100644 --- a/coralogix/data_source_coralogix_alerts_scheduler_test.go +++ b/coralogix/data_source_coralogix_alerts_scheduler_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_api_key.go b/coralogix/data_source_coralogix_api_key.go index 939b250f..c4c54506 100644 --- a/coralogix/data_source_coralogix_api_key.go +++ b/coralogix/data_source_coralogix_api_key.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_api_key_test.go b/coralogix/data_source_coralogix_api_key_test.go index 6573a1eb..8bacc0a2 100644 --- a/coralogix/data_source_coralogix_api_key_test.go +++ b/coralogix/data_source_coralogix_api_key_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_archive_logs.go b/coralogix/data_source_coralogix_archive_logs.go index 69992398..d6a6b5a7 100644 --- a/coralogix/data_source_coralogix_archive_logs.go +++ b/coralogix/data_source_coralogix_archive_logs.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_archive_logs_test.go b/coralogix/data_source_coralogix_archive_logs_test.go index f6be2cd0..9de2fdd9 100644 --- a/coralogix/data_source_coralogix_archive_logs_test.go +++ b/coralogix/data_source_coralogix_archive_logs_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix var archiveLogsDataSourceName = "data." + archiveLogsResourceName diff --git a/coralogix/data_source_coralogix_archive_metrics.go b/coralogix/data_source_coralogix_archive_metrics.go index 480acdc7..20b272ab 100644 --- a/coralogix/data_source_coralogix_archive_metrics.go +++ b/coralogix/data_source_coralogix_archive_metrics.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_archive_metrics_test.go b/coralogix/data_source_coralogix_archive_metrics_test.go index 8dfd00e3..37d55716 100644 --- a/coralogix/data_source_coralogix_archive_metrics_test.go +++ b/coralogix/data_source_coralogix_archive_metrics_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_archive_retentions.go b/coralogix/data_source_coralogix_archive_retentions.go index 0bfbf144..63f3cdfa 100644 --- a/coralogix/data_source_coralogix_archive_retentions.go +++ b/coralogix/data_source_coralogix_archive_retentions.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_archive_retentions_test.go b/coralogix/data_source_coralogix_archive_retentions_test.go index cf0ada0b..9e33c177 100644 --- a/coralogix/data_source_coralogix_archive_retentions_test.go +++ b/coralogix/data_source_coralogix_archive_retentions_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_custom_role.go b/coralogix/data_source_coralogix_custom_role.go index fb0a2f7a..f200fa99 100644 --- a/coralogix/data_source_coralogix_custom_role.go +++ b/coralogix/data_source_coralogix_custom_role.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_custom_role_test.go b/coralogix/data_source_coralogix_custom_role_test.go index 77e85a9c..751c4754 100644 --- a/coralogix/data_source_coralogix_custom_role_test.go +++ b/coralogix/data_source_coralogix_custom_role_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_dashboard.go b/coralogix/data_source_coralogix_dashboard.go index defd4d4c..6c3cfee9 100644 --- a/coralogix/data_source_coralogix_dashboard.go +++ b/coralogix/data_source_coralogix_dashboard.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_dashboard_test.go b/coralogix/data_source_coralogix_dashboard_test.go index 962c6a92..00eb8eed 100644 --- a/coralogix/data_source_coralogix_dashboard_test.go +++ b/coralogix/data_source_coralogix_dashboard_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_dashboards_folder.go b/coralogix/data_source_coralogix_dashboards_folder.go index ef6511b6..564d03ab 100644 --- a/coralogix/data_source_coralogix_dashboards_folder.go +++ b/coralogix/data_source_coralogix_dashboards_folder.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_dashboards_folder_test.go b/coralogix/data_source_coralogix_dashboards_folder_test.go index f88891b9..036da354 100644 --- a/coralogix/data_source_coralogix_dashboards_folder_test.go +++ b/coralogix/data_source_coralogix_dashboards_folder_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_data_set.go b/coralogix/data_source_coralogix_data_set.go index e83e514a..4ec774fe 100644 --- a/coralogix/data_source_coralogix_data_set.go +++ b/coralogix/data_source_coralogix_data_set.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_data_set_test.go b/coralogix/data_source_coralogix_data_set_test.go index 0207ff21..79f4ba88 100644 --- a/coralogix/data_source_coralogix_data_set_test.go +++ b/coralogix/data_source_coralogix_data_set_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_enrichment.go b/coralogix/data_source_coralogix_enrichment.go index 0aaf2056..1a2a9115 100644 --- a/coralogix/data_source_coralogix_enrichment.go +++ b/coralogix/data_source_coralogix_enrichment.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_enrichment_test.go b/coralogix/data_source_coralogix_enrichment_test.go index d27deb3d..5f36725c 100644 --- a/coralogix/data_source_coralogix_enrichment_test.go +++ b/coralogix/data_source_coralogix_enrichment_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_events2meric.go b/coralogix/data_source_coralogix_events2meric.go index 295bab64..e93034a9 100644 --- a/coralogix/data_source_coralogix_events2meric.go +++ b/coralogix/data_source_coralogix_events2meric.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_events2meric_test.go b/coralogix/data_source_coralogix_events2meric_test.go index d1748b8d..aa907170 100644 --- a/coralogix/data_source_coralogix_events2meric_test.go +++ b/coralogix/data_source_coralogix_events2meric_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_group.go b/coralogix/data_source_coralogix_group.go index edf20de0..ff3104ab 100644 --- a/coralogix/data_source_coralogix_group.go +++ b/coralogix/data_source_coralogix_group.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_group_test.go b/coralogix/data_source_coralogix_group_test.go index a69bf34b..03a294f2 100644 --- a/coralogix/data_source_coralogix_group_test.go +++ b/coralogix/data_source_coralogix_group_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_recording_rules_group.go b/coralogix/data_source_coralogix_recording_rules_group.go index 99bcdaee..6f84c387 100644 --- a/coralogix/data_source_coralogix_recording_rules_group.go +++ b/coralogix/data_source_coralogix_recording_rules_group.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_recording_rules_group_test.go b/coralogix/data_source_coralogix_recording_rules_group_test.go index c7ca875c..9fcf0c04 100644 --- a/coralogix/data_source_coralogix_recording_rules_group_test.go +++ b/coralogix/data_source_coralogix_recording_rules_group_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_rules_group.go b/coralogix/data_source_coralogix_rules_group.go index 9588d705..b9314e57 100644 --- a/coralogix/data_source_coralogix_rules_group.go +++ b/coralogix/data_source_coralogix_rules_group.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_rules_group_test.go b/coralogix/data_source_coralogix_rules_group_test.go index 35b142c6..e7bb729c 100644 --- a/coralogix/data_source_coralogix_rules_group_test.go +++ b/coralogix/data_source_coralogix_rules_group_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_sli.go b/coralogix/data_source_coralogix_sli.go index f2dfbdb6..e3e83513 100644 --- a/coralogix/data_source_coralogix_sli.go +++ b/coralogix/data_source_coralogix_sli.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_sli_test.go b/coralogix/data_source_coralogix_sli_test.go index 282298d4..24b5ef32 100644 --- a/coralogix/data_source_coralogix_sli_test.go +++ b/coralogix/data_source_coralogix_sli_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_slo.go b/coralogix/data_source_coralogix_slo.go index 538b73bc..9d514fc6 100644 --- a/coralogix/data_source_coralogix_slo.go +++ b/coralogix/data_source_coralogix_slo.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_slo_test.go b/coralogix/data_source_coralogix_slo_test.go index 65fb946f..498a7a21 100644 --- a/coralogix/data_source_coralogix_slo_test.go +++ b/coralogix/data_source_coralogix_slo_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_tco_policies_logs.go b/coralogix/data_source_coralogix_tco_policies_logs.go index 80e77261..b5e4ae78 100644 --- a/coralogix/data_source_coralogix_tco_policies_logs.go +++ b/coralogix/data_source_coralogix_tco_policies_logs.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_tco_policies_logs_test.go b/coralogix/data_source_coralogix_tco_policies_logs_test.go index 3d765349..a9a3f87a 100644 --- a/coralogix/data_source_coralogix_tco_policies_logs_test.go +++ b/coralogix/data_source_coralogix_tco_policies_logs_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_tco_policies_traces.go b/coralogix/data_source_coralogix_tco_policies_traces.go index 80eee1fd..0e33d62e 100644 --- a/coralogix/data_source_coralogix_tco_policies_traces.go +++ b/coralogix/data_source_coralogix_tco_policies_traces.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_tco_policies_traces_test.go b/coralogix/data_source_coralogix_tco_policies_traces_test.go index b2fdd559..262bb307 100644 --- a/coralogix/data_source_coralogix_tco_policies_traces_test.go +++ b/coralogix/data_source_coralogix_tco_policies_traces_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_tco_policy_logs.go b/coralogix/data_source_coralogix_tco_policy_logs.go index 7d4b485b..250115cc 100644 --- a/coralogix/data_source_coralogix_tco_policy_logs.go +++ b/coralogix/data_source_coralogix_tco_policy_logs.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_tco_policy_logs_test.go b/coralogix/data_source_coralogix_tco_policy_logs_test.go index 2c100f2d..66893b2f 100644 --- a/coralogix/data_source_coralogix_tco_policy_logs_test.go +++ b/coralogix/data_source_coralogix_tco_policy_logs_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_tco_policy_traces.go b/coralogix/data_source_coralogix_tco_policy_traces.go index ab105c9c..9eb3d67e 100644 --- a/coralogix/data_source_coralogix_tco_policy_traces.go +++ b/coralogix/data_source_coralogix_tco_policy_traces.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_tco_policy_traces_test.go b/coralogix/data_source_coralogix_tco_policy_traces_test.go index d3fd0aeb..8e2d0eef 100644 --- a/coralogix/data_source_coralogix_tco_policy_traces_test.go +++ b/coralogix/data_source_coralogix_tco_policy_traces_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_team.go b/coralogix/data_source_coralogix_team.go index 47af8954..31a7f271 100644 --- a/coralogix/data_source_coralogix_team.go +++ b/coralogix/data_source_coralogix_team.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_team_test.go b/coralogix/data_source_coralogix_team_test.go index 23ff1917..597021af 100644 --- a/coralogix/data_source_coralogix_team_test.go +++ b/coralogix/data_source_coralogix_team_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix // diff --git a/coralogix/data_source_coralogix_user.go b/coralogix/data_source_coralogix_user.go index f4c1eab7..249ec7a8 100644 --- a/coralogix/data_source_coralogix_user.go +++ b/coralogix/data_source_coralogix_user.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_user_test.go b/coralogix/data_source_coralogix_user_test.go index d660602e..98821f26 100644 --- a/coralogix/data_source_coralogix_user_test.go +++ b/coralogix/data_source_coralogix_user_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_webhook.go b/coralogix/data_source_coralogix_webhook.go index b4920551..5d01a7eb 100644 --- a/coralogix/data_source_coralogix_webhook.go +++ b/coralogix/data_source_coralogix_webhook.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_coralogix_webhook_test.go b/coralogix/data_source_coralogix_webhook_test.go index 9cd33be1..444e986b 100644 --- a/coralogix/data_source_coralogix_webhook_test.go +++ b/coralogix/data_source_coralogix_webhook_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_hosted_dashboard.go b/coralogix/data_source_hosted_dashboard.go index d0e061df..b1b182ed 100644 --- a/coralogix/data_source_hosted_dashboard.go +++ b/coralogix/data_source_hosted_dashboard.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/data_source_hosted_dashboard_test.go b/coralogix/data_source_hosted_dashboard_test.go index 89b19c90..e009e4e6 100644 --- a/coralogix/data_source_hosted_dashboard_test.go +++ b/coralogix/data_source_hosted_dashboard_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/provider.go b/coralogix/provider.go index 894c8d7c..c6e9efc1 100644 --- a/coralogix/provider.go +++ b/coralogix/provider.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/provider_test.go b/coralogix/provider_test.go index 201f76fd..c0318d02 100644 --- a/coralogix/provider_test.go +++ b/coralogix/provider_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_action.go b/coralogix/resource_coralogix_action.go index ea92380e..c9c8a5a0 100644 --- a/coralogix/resource_coralogix_action.go +++ b/coralogix/resource_coralogix_action.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_action_test.go b/coralogix/resource_coralogix_action_test.go index b8c26f50..79e6641c 100644 --- a/coralogix/resource_coralogix_action_test.go +++ b/coralogix/resource_coralogix_action_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_alert.go b/coralogix/resource_coralogix_alert.go index a124190f..370b9077 100644 --- a/coralogix/resource_coralogix_alert.go +++ b/coralogix/resource_coralogix_alert.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_alert_test.go b/coralogix/resource_coralogix_alert_test.go index 6d59b3ec..b0688f0b 100644 --- a/coralogix/resource_coralogix_alert_test.go +++ b/coralogix/resource_coralogix_alert_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_alerts_scheduler.go b/coralogix/resource_coralogix_alerts_scheduler.go index 4cb1d879..62eeaa4e 100644 --- a/coralogix/resource_coralogix_alerts_scheduler.go +++ b/coralogix/resource_coralogix_alerts_scheduler.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_alerts_scheduler_test.go b/coralogix/resource_coralogix_alerts_scheduler_test.go index f59fc90d..3ef1f4ac 100644 --- a/coralogix/resource_coralogix_alerts_scheduler_test.go +++ b/coralogix/resource_coralogix_alerts_scheduler_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_api_key.go b/coralogix/resource_coralogix_api_key.go index 2403e139..de749a2f 100644 --- a/coralogix/resource_coralogix_api_key.go +++ b/coralogix/resource_coralogix_api_key.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_api_key_test.go b/coralogix/resource_coralogix_api_key_test.go index 159dbc60..d3ba7c82 100644 --- a/coralogix/resource_coralogix_api_key_test.go +++ b/coralogix/resource_coralogix_api_key_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_archive_logs.go b/coralogix/resource_coralogix_archive_logs.go index 22931a01..3196fcee 100644 --- a/coralogix/resource_coralogix_archive_logs.go +++ b/coralogix/resource_coralogix_archive_logs.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_archive_logs_test.go b/coralogix/resource_coralogix_archive_logs_test.go index 2b096ccc..e87f4f82 100644 --- a/coralogix/resource_coralogix_archive_logs_test.go +++ b/coralogix/resource_coralogix_archive_logs_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix var ( diff --git a/coralogix/resource_coralogix_archive_metrics.go b/coralogix/resource_coralogix_archive_metrics.go index f78bcef2..fcfd4935 100644 --- a/coralogix/resource_coralogix_archive_metrics.go +++ b/coralogix/resource_coralogix_archive_metrics.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_archive_metrics_test.go b/coralogix/resource_coralogix_archive_metrics_test.go index 48b61da6..fed7f05d 100644 --- a/coralogix/resource_coralogix_archive_metrics_test.go +++ b/coralogix/resource_coralogix_archive_metrics_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_archive_retentions.go b/coralogix/resource_coralogix_archive_retentions.go index 3630b7ae..3212a1a8 100644 --- a/coralogix/resource_coralogix_archive_retentions.go +++ b/coralogix/resource_coralogix_archive_retentions.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_archive_retentions_test.go b/coralogix/resource_coralogix_archive_retentions_test.go index e445afa9..87b775f3 100644 --- a/coralogix/resource_coralogix_archive_retentions_test.go +++ b/coralogix/resource_coralogix_archive_retentions_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_custom_role.go b/coralogix/resource_coralogix_custom_role.go index 1c494c02..426d86ce 100644 --- a/coralogix/resource_coralogix_custom_role.go +++ b/coralogix/resource_coralogix_custom_role.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_custom_role_test.go b/coralogix/resource_coralogix_custom_role_test.go index a3ffb303..4700f8aa 100644 --- a/coralogix/resource_coralogix_custom_role_test.go +++ b/coralogix/resource_coralogix_custom_role_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_dashboard.go b/coralogix/resource_coralogix_dashboard.go index bd67af82..48f9d154 100644 --- a/coralogix/resource_coralogix_dashboard.go +++ b/coralogix/resource_coralogix_dashboard.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_dashboard_test.go b/coralogix/resource_coralogix_dashboard_test.go index aaf270d5..9b970915 100644 --- a/coralogix/resource_coralogix_dashboard_test.go +++ b/coralogix/resource_coralogix_dashboard_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_dashboards_folder.go b/coralogix/resource_coralogix_dashboards_folder.go index b81fc594..794a6a96 100644 --- a/coralogix/resource_coralogix_dashboards_folder.go +++ b/coralogix/resource_coralogix_dashboards_folder.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_dashboards_folder_test.go b/coralogix/resource_coralogix_dashboards_folder_test.go index 8b5c93bb..f0618006 100644 --- a/coralogix/resource_coralogix_dashboards_folder_test.go +++ b/coralogix/resource_coralogix_dashboards_folder_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_data_set.go b/coralogix/resource_coralogix_data_set.go index 903b1775..bb8a0585 100644 --- a/coralogix/resource_coralogix_data_set.go +++ b/coralogix/resource_coralogix_data_set.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_data_set_test.go b/coralogix/resource_coralogix_data_set_test.go index 00897422..cdcfb884 100644 --- a/coralogix/resource_coralogix_data_set_test.go +++ b/coralogix/resource_coralogix_data_set_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_enrichment.go b/coralogix/resource_coralogix_enrichment.go index 8c049632..39f9c241 100644 --- a/coralogix/resource_coralogix_enrichment.go +++ b/coralogix/resource_coralogix_enrichment.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_enrichment_test.go b/coralogix/resource_coralogix_enrichment_test.go index 6b853638..5b5ccce1 100644 --- a/coralogix/resource_coralogix_enrichment_test.go +++ b/coralogix/resource_coralogix_enrichment_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_events2metric.go b/coralogix/resource_coralogix_events2metric.go index 1d89dd71..cfd2cdb6 100644 --- a/coralogix/resource_coralogix_events2metric.go +++ b/coralogix/resource_coralogix_events2metric.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_events2metric_test.go b/coralogix/resource_coralogix_events2metric_test.go index d3c968bd..0601f25e 100644 --- a/coralogix/resource_coralogix_events2metric_test.go +++ b/coralogix/resource_coralogix_events2metric_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_group.go b/coralogix/resource_coralogix_group.go index 9f02a062..2b88bd64 100644 --- a/coralogix/resource_coralogix_group.go +++ b/coralogix/resource_coralogix_group.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_group_test.go b/coralogix/resource_coralogix_group_test.go index 88d20666..41d66c05 100644 --- a/coralogix/resource_coralogix_group_test.go +++ b/coralogix/resource_coralogix_group_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_recording_rules_groups_set.go b/coralogix/resource_coralogix_recording_rules_groups_set.go index 1cb47586..9e091b4f 100644 --- a/coralogix/resource_coralogix_recording_rules_groups_set.go +++ b/coralogix/resource_coralogix_recording_rules_groups_set.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_recording_rules_groups_set_test.go b/coralogix/resource_coralogix_recording_rules_groups_set_test.go index 648b0b68..11077b33 100644 --- a/coralogix/resource_coralogix_recording_rules_groups_set_test.go +++ b/coralogix/resource_coralogix_recording_rules_groups_set_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_rules_group.go b/coralogix/resource_coralogix_rules_group.go index c0896783..f4ac9fc5 100644 --- a/coralogix/resource_coralogix_rules_group.go +++ b/coralogix/resource_coralogix_rules_group.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_rules_group_test.go b/coralogix/resource_coralogix_rules_group_test.go index 90b5a4c9..3a955382 100644 --- a/coralogix/resource_coralogix_rules_group_test.go +++ b/coralogix/resource_coralogix_rules_group_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_sli.go b/coralogix/resource_coralogix_sli.go index 3dbd3b6a..83599c9a 100644 --- a/coralogix/resource_coralogix_sli.go +++ b/coralogix/resource_coralogix_sli.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_sli_test.go b/coralogix/resource_coralogix_sli_test.go index b1f12ade..b3f3c62d 100644 --- a/coralogix/resource_coralogix_sli_test.go +++ b/coralogix/resource_coralogix_sli_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_slo.go b/coralogix/resource_coralogix_slo.go index 3c865ff5..c3f5bd5d 100644 --- a/coralogix/resource_coralogix_slo.go +++ b/coralogix/resource_coralogix_slo.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_slo_test.go b/coralogix/resource_coralogix_slo_test.go index 147d267b..8b5f8351 100644 --- a/coralogix/resource_coralogix_slo_test.go +++ b/coralogix/resource_coralogix_slo_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_tco_policies_logs.go b/coralogix/resource_coralogix_tco_policies_logs.go index ca3a1262..5cd7ebbd 100644 --- a/coralogix/resource_coralogix_tco_policies_logs.go +++ b/coralogix/resource_coralogix_tco_policies_logs.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_tco_policies_logs_test.go b/coralogix/resource_coralogix_tco_policies_logs_test.go index b1cc462c..003f93e6 100644 --- a/coralogix/resource_coralogix_tco_policies_logs_test.go +++ b/coralogix/resource_coralogix_tco_policies_logs_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_tco_policies_traces.go b/coralogix/resource_coralogix_tco_policies_traces.go index 65134da5..502f23f1 100644 --- a/coralogix/resource_coralogix_tco_policies_traces.go +++ b/coralogix/resource_coralogix_tco_policies_traces.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_tco_policies_traces_test.go b/coralogix/resource_coralogix_tco_policies_traces_test.go index 1d3f8650..dced0382 100644 --- a/coralogix/resource_coralogix_tco_policies_traces_test.go +++ b/coralogix/resource_coralogix_tco_policies_traces_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_tco_policy_logs.go b/coralogix/resource_coralogix_tco_policy_logs.go index d241a95e..9b1c9417 100644 --- a/coralogix/resource_coralogix_tco_policy_logs.go +++ b/coralogix/resource_coralogix_tco_policy_logs.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_tco_policy_logs_test.go b/coralogix/resource_coralogix_tco_policy_logs_test.go index d5ffeeeb..8817a0f5 100644 --- a/coralogix/resource_coralogix_tco_policy_logs_test.go +++ b/coralogix/resource_coralogix_tco_policy_logs_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_tco_policy_traces.go b/coralogix/resource_coralogix_tco_policy_traces.go index 0687bfd9..65f62562 100644 --- a/coralogix/resource_coralogix_tco_policy_traces.go +++ b/coralogix/resource_coralogix_tco_policy_traces.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_tco_policy_traces_test.go b/coralogix/resource_coralogix_tco_policy_traces_test.go index 429bc0d7..af28b47e 100644 --- a/coralogix/resource_coralogix_tco_policy_traces_test.go +++ b/coralogix/resource_coralogix_tco_policy_traces_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_team.go b/coralogix/resource_coralogix_team.go index 8fd2829c..00549259 100644 --- a/coralogix/resource_coralogix_team.go +++ b/coralogix/resource_coralogix_team.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_team_test.go b/coralogix/resource_coralogix_team_test.go index 72553403..6979f098 100644 --- a/coralogix/resource_coralogix_team_test.go +++ b/coralogix/resource_coralogix_team_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix // diff --git a/coralogix/resource_coralogix_user.go b/coralogix/resource_coralogix_user.go index c394f907..617d431b 100644 --- a/coralogix/resource_coralogix_user.go +++ b/coralogix/resource_coralogix_user.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_user_test.go b/coralogix/resource_coralogix_user_test.go index 69472fba..806a99c1 100644 --- a/coralogix/resource_coralogix_user_test.go +++ b/coralogix/resource_coralogix_user_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_webhook.go b/coralogix/resource_coralogix_webhook.go index cd46f881..e1c1355e 100644 --- a/coralogix/resource_coralogix_webhook.go +++ b/coralogix/resource_coralogix_webhook.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_coralogix_webhook_test.go b/coralogix/resource_coralogix_webhook_test.go index 5a4ae6a9..01dc3ef8 100644 --- a/coralogix/resource_coralogix_webhook_test.go +++ b/coralogix/resource_coralogix_webhook_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_grafana_folder.go b/coralogix/resource_grafana_folder.go index 94d1762e..7c305659 100644 --- a/coralogix/resource_grafana_folder.go +++ b/coralogix/resource_grafana_folder.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_hosted_dashboard.go b/coralogix/resource_hosted_dashboard.go index c2349b90..64e38671 100644 --- a/coralogix/resource_hosted_dashboard.go +++ b/coralogix/resource_hosted_dashboard.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/resource_hosted_dashboard_test.go b/coralogix/resource_hosted_dashboard_test.go index 3b4017a8..9c626bf0 100644 --- a/coralogix/resource_hosted_dashboard_test.go +++ b/coralogix/resource_hosted_dashboard_test.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/coralogix/utils.go b/coralogix/utils.go index d023c8d6..f50d8e63 100644 --- a/coralogix/utils.go +++ b/coralogix/utils.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 coralogix import ( diff --git a/main.go b/main.go index 2f6cd7c8..2296a70c 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,17 @@ +// Copyright 2024 Coralogix Ltd. +// +// 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 +// +// https://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 main import (