From 42be8c971560d434c531495c5620b92317cce79c Mon Sep 17 00:00:00 2001 From: Nathan Tavares Nascimento Date: Wed, 23 Sep 2020 14:13:11 -0300 Subject: [PATCH 1/2] Adding files licenses --- copyright.txt | 13 +++++++++++++ text/file.go | 14 ++++++++++++++ text/file_test.go | 14 ++++++++++++++ text/reader.go | 14 ++++++++++++++ text/reader_test.go | 14 ++++++++++++++ text/reader_win.go | 14 ++++++++++++++ text/reader_win_test.go | 14 ++++++++++++++ text/rule.go | 14 ++++++++++++++ text/unit.go | 14 ++++++++++++++ text/unit_test.go | 14 ++++++++++++++ 10 files changed, 139 insertions(+) create mode 100644 copyright.txt diff --git a/copyright.txt b/copyright.txt new file mode 100644 index 0000000..9d8cec3 --- /dev/null +++ b/copyright.txt @@ -0,0 +1,13 @@ +Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA + +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. \ No newline at end of file diff --git a/text/file.go b/text/file.go index 3cd94aa..04fc46c 100644 --- a/text/file.go +++ b/text/file.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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 text import ( diff --git a/text/file_test.go b/text/file_test.go index d3da054..15b5c3d 100644 --- a/text/file_test.go +++ b/text/file_test.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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 text import ( diff --git a/text/reader.go b/text/reader.go index 1ae8585..41f010b 100644 --- a/text/reader.go +++ b/text/reader.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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. + // +build !windows package text diff --git a/text/reader_test.go b/text/reader_test.go index 36e4e30..bff0ad8 100644 --- a/text/reader_test.go +++ b/text/reader_test.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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. + // +build !windows package text diff --git a/text/reader_win.go b/text/reader_win.go index 6ad65e9..6ff65db 100644 --- a/text/reader_win.go +++ b/text/reader_win.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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. + // +build windows package text diff --git a/text/reader_win_test.go b/text/reader_win_test.go index 64bbff2..154c01e 100644 --- a/text/reader_win_test.go +++ b/text/reader_win_test.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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. + // +build windows package text diff --git a/text/rule.go b/text/rule.go index ef029e7..9c2ab0b 100644 --- a/text/rule.go +++ b/text/rule.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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 text import ( diff --git a/text/unit.go b/text/unit.go index 7d21d14..16819b1 100644 --- a/text/unit.go +++ b/text/unit.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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 text import ( diff --git a/text/unit_test.go b/text/unit_test.go index 3d4702f..8a49261 100644 --- a/text/unit_test.go +++ b/text/unit_test.go @@ -1,3 +1,17 @@ +// Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA +// +// 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 text import ( From 21c30473a6bc5f5aa45d3c3c8b0760a4f467f8f7 Mon Sep 17 00:00:00 2001 From: Nathan Tavares Nascimento Date: Wed, 23 Sep 2020 14:14:50 -0300 Subject: [PATCH 2/2] Adding notice file --- NOTICE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 NOTICE.md diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 0000000..6089127 --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,5 @@ + + +Copyright © 2020 Zup. All Rights Reserved + +This Source Code Form is subject to the terms of the Apache License, version 2.0. If a copy of the Apache License was not distributed with this project, you can obtain one at https://opensource.org/licenses/Apache-2.0.