From 3ffafd6499f50ea71d1ad1a7ac554f4c4448ed6c Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Fri, 15 Oct 2021 12:03:44 +0200 Subject: add copyright and license notice + remove dead code --- utils/io.go | 17 +++++++++++++++++ utils/io_test.go | 17 +++++++++++++++++ utils/string.go | 17 +++++++++++++++++ utils/string_test.go | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) (limited to 'utils') diff --git a/utils/io.go b/utils/io.go index fcc341e..a0aa70c 100644 --- a/utils/io.go +++ b/utils/io.go @@ -1,3 +1,20 @@ +/* Copyright (C) 2021 Nicolas Peugnet + + This file is part of dna-backup. + + dna-backup is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + dna-backup is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with dna-backup. If not, see . */ + package utils import ( diff --git a/utils/io_test.go b/utils/io_test.go index ad1a576..f994dce 100644 --- a/utils/io_test.go +++ b/utils/io_test.go @@ -1,3 +1,20 @@ +/* Copyright (C) 2021 Nicolas Peugnet + + This file is part of dna-backup. + + dna-backup is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + dna-backup is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with dna-backup. If not, see . */ + package utils_test import ( diff --git a/utils/string.go b/utils/string.go index b3cbb17..e8533e9 100644 --- a/utils/string.go +++ b/utils/string.go @@ -1,3 +1,20 @@ +/* Copyright (C) 2021 Nicolas Peugnet + + This file is part of dna-backup. + + dna-backup is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + dna-backup is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with dna-backup. If not, see . */ + package utils import ( diff --git a/utils/string_test.go b/utils/string_test.go index 5d42c24..fab068a 100644 --- a/utils/string_test.go +++ b/utils/string_test.go @@ -1,3 +1,20 @@ +/* Copyright (C) 2021 Nicolas Peugnet + + This file is part of dna-backup. + + dna-backup is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + dna-backup is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with dna-backup. If not, see . */ + package utils_test import ( -- cgit v1.2.3