diff --git a/plugin/client.go b/plugin/client.go index 899de4f..826f5ae 100644 --- a/plugin/client.go +++ b/plugin/client.go @@ -1,17 +1,11 @@ /* Copyright 2021 The terraform-docs Authors. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed under the MIT license (the "License"); you may not +use this file except in compliance with the License. - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +You may obtain a copy of the License at the LICENSE file in +the root directory of this source tree. */ package plugin diff --git a/plugin/doc.go b/plugin/doc.go index 3510b4c..9370b15 100644 --- a/plugin/doc.go +++ b/plugin/doc.go @@ -1,17 +1,11 @@ /* Copyright 2021 The terraform-docs Authors. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed under the MIT license (the "License"); you may not +use this file except in compliance with the License. - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +You may obtain a copy of the License at the LICENSE file in +the root directory of this source tree. */ // Package plugin contains the implementations needed to make diff --git a/plugin/plugin.go b/plugin/plugin.go index deda080..9540476 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -1,17 +1,11 @@ /* Copyright 2021 The terraform-docs Authors. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed under the MIT license (the "License"); you may not +use this file except in compliance with the License. - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +You may obtain a copy of the License at the LICENSE file in +the root directory of this source tree. */ package plugin diff --git a/plugin/server.go b/plugin/server.go index 1fc46c8..3499ce2 100644 --- a/plugin/server.go +++ b/plugin/server.go @@ -1,17 +1,11 @@ /* Copyright 2021 The terraform-docs Authors. -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +Licensed under the MIT license (the "License"); you may not +use this file except in compliance with the License. - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +You may obtain a copy of the License at the LICENSE file in +the root directory of this source tree. */ package plugin