diff --git a/main.go b/main.go index 742ac91..25e866a 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,18 @@ +/* + Copyright 2022 Dolysis Consulting Limited + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + For changes see the git log +*/ package main import ( diff --git a/pkg/exporter.go b/pkg/exporter.go index c7e048c..6df15e4 100644 --- a/pkg/exporter.go +++ b/pkg/exporter.go @@ -1,3 +1,18 @@ +/* + Copyright 2022 Dolysis Consulting Limited + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + For changes see the git log +*/ package pkg import ( diff --git a/pkg/jobs.go b/pkg/jobs.go index d3d9a18..928092b 100644 --- a/pkg/jobs.go +++ b/pkg/jobs.go @@ -1,3 +1,18 @@ +/* + Copyright 2022 Dolysis Consulting Limited + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + For changes see the git log +*/ package pkg import ( diff --git a/pkg/printers.go b/pkg/printers.go index 77ba260..f967482 100644 --- a/pkg/printers.go +++ b/pkg/printers.go @@ -1,3 +1,18 @@ +/* + Copyright 2022 Dolysis Consulting Limited + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + For changes see the git log +*/ package pkg import (