diff --git a/config.go b/config.go index 307c787..681163c 100644 --- a/config.go +++ b/config.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/deviceDiscovery.go b/deviceDiscovery.go index 3795411..0053f59 100644 --- a/deviceDiscovery.go +++ b/deviceDiscovery.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/extra.go b/extra.go index e6ff72e..af45fea 100644 --- a/extra.go +++ b/extra.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/fileCrypto.go b/fileCrypto.go index 27e6d04..656b990 100644 --- a/fileCrypto.go +++ b/fileCrypto.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/files.go b/files.go index 6546d80..8609567 100644 --- a/files.go +++ b/files.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/keyCrypto.go b/keyCrypto.go index 01bbc05..832c188 100644 --- a/keyCrypto.go +++ b/keyCrypto.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/keyExchange.go b/keyExchange.go index 8aeb020..3350b02 100644 --- a/keyExchange.go +++ b/keyExchange.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/logging.go b/logging.go index a1030b0..021f1e4 100644 --- a/logging.go +++ b/logging.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/main.go b/main.go index 1ceed74..9c8a70d 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import ( diff --git a/parameterSerialization.go b/parameterSerialization.go index 9bb2252..188210d 100644 --- a/parameterSerialization.go +++ b/parameterSerialization.go @@ -1,3 +1,19 @@ +/* + Copyright © 2021 Arsen Musayelyan + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ + package main import (