From c057d061b5575c7666950cc0d335c1d43886c2f5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 13 Feb 2019 22:37:54 -0500 Subject: Copyright statements --- fi-filelist/main.go | 15 +++++++++++++++ fi-pacmanlog/main.go | 15 +++++++++++++++ fi-svntogit-to-aur/filter.go | 15 +++++++++++++++ fi-svntogit-to-aur/git.go | 15 +++++++++++++++ fi-svntogit-to-aur/heuristics.go | 15 +++++++++++++++ fi-svntogit-to-aur/main.go | 15 +++++++++++++++ fiutil/errors.go | 15 +++++++++++++++ fiutil/git.go | 15 +++++++++++++++ 8 files changed, 120 insertions(+) diff --git a/fi-filelist/main.go b/fi-filelist/main.go index 7fbb820..4b64b26 100644 --- a/fi-filelist/main.go +++ b/fi-filelist/main.go @@ -1,3 +1,18 @@ +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package main import ( diff --git a/fi-pacmanlog/main.go b/fi-pacmanlog/main.go index 44114e9..ccc7b5d 100644 --- a/fi-pacmanlog/main.go +++ b/fi-pacmanlog/main.go @@ -1,3 +1,18 @@ +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package main import ( diff --git a/fi-svntogit-to-aur/filter.go b/fi-svntogit-to-aur/filter.go index 07054c5..04e2a08 100644 --- a/fi-svntogit-to-aur/filter.go +++ b/fi-svntogit-to-aur/filter.go @@ -1,3 +1,18 @@ +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package main import ( diff --git a/fi-svntogit-to-aur/git.go b/fi-svntogit-to-aur/git.go index 1b32859..3facab9 100644 --- a/fi-svntogit-to-aur/git.go +++ b/fi-svntogit-to-aur/git.go @@ -1,3 +1,18 @@ +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package main import ( diff --git a/fi-svntogit-to-aur/heuristics.go b/fi-svntogit-to-aur/heuristics.go index 4047e25..8d8dfa4 100644 --- a/fi-svntogit-to-aur/heuristics.go +++ b/fi-svntogit-to-aur/heuristics.go @@ -1,3 +1,18 @@ +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package main import ( diff --git a/fi-svntogit-to-aur/main.go b/fi-svntogit-to-aur/main.go index 1b43031..be61677 100644 --- a/fi-svntogit-to-aur/main.go +++ b/fi-svntogit-to-aur/main.go @@ -1,3 +1,18 @@ +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package main import ( diff --git a/fiutil/errors.go b/fiutil/errors.go index 631c3f1..7152133 100644 --- a/fiutil/errors.go +++ b/fiutil/errors.go @@ -1,3 +1,18 @@ +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package fiutil import ( diff --git a/fiutil/git.go b/fiutil/git.go index 18e4754..bd81f42 100644 --- a/fiutil/git.go +++ b/fiutil/git.go @@ -1,3 +1,18 @@ +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see . + package fiutil import ( -- cgit v1.2.2