summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2019-02-13 22:37:54 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2019-02-13 22:37:54 -0500
commitc057d061b5575c7666950cc0d335c1d43886c2f5 (patch)
treecb38775194159b1c2e7e933f5dccc626855e5b9f
parent8c6f48aba33b8d79cbdc573cc0243c31c5bf6e93 (diff)
Copyright statements
-rw-r--r--fi-filelist/main.go15
-rw-r--r--fi-pacmanlog/main.go15
-rw-r--r--fi-svntogit-to-aur/filter.go15
-rw-r--r--fi-svntogit-to-aur/git.go15
-rw-r--r--fi-svntogit-to-aur/heuristics.go15
-rw-r--r--fi-svntogit-to-aur/main.go15
-rw-r--r--fiutil/errors.go15
-rw-r--r--fiutil/git.go15
8 files changed, 120 insertions, 0 deletions
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 <lukeshu@parabola.nu>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
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 <lukeshu@parabola.nu>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
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 <lukeshu@parabola.nu>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
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 <lukeshu@parabola.nu>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
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 <lukeshu@parabola.nu>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
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 <lukeshu@parabola.nu>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
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 <lukeshu@parabola.nu>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
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 <lukeshu@parabola.nu>
+//
+// 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 <http://www.gnu.org/licenses/>.
+
package fiutil
import (