summaryrefslogtreecommitdiff
path: root/bitmask
diff options
context:
space:
mode:
Diffstat (limited to 'bitmask')
-rw-r--r--bitmask/darwin.go14
-rw-r--r--bitmask/events.go15
-rw-r--r--bitmask/main.go15
-rw-r--r--bitmask/unix.go14
-rw-r--r--bitmask/vpn.go15
-rw-r--r--bitmask/windows.go14
6 files changed, 87 insertions, 0 deletions
diff --git a/bitmask/darwin.go b/bitmask/darwin.go
index 8493436..88d6f8b 100644
--- a/bitmask/darwin.go
+++ b/bitmask/darwin.go
@@ -1,4 +1,18 @@
// +build darwin
+// Copyright (C) 2018 LEAP
+//
+// This program 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.
+//
+// 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 General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
package bitmask
diff --git a/bitmask/events.go b/bitmask/events.go
index c7a5679..3fbdc43 100644
--- a/bitmask/events.go
+++ b/bitmask/events.go
@@ -1,3 +1,18 @@
+// Copyright (C) 2018 LEAP
+//
+// This program 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.
+//
+// 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 General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
+
package bitmask
import (
diff --git a/bitmask/main.go b/bitmask/main.go
index b101367..4efaae1 100644
--- a/bitmask/main.go
+++ b/bitmask/main.go
@@ -1,3 +1,18 @@
+// Copyright (C) 2018 LEAP
+//
+// This program 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.
+//
+// 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 General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
+
package bitmask
import (
diff --git a/bitmask/unix.go b/bitmask/unix.go
index 5bb522c..0c62862 100644
--- a/bitmask/unix.go
+++ b/bitmask/unix.go
@@ -1,4 +1,18 @@
// +build !windows,!darwin
+// Copyright (C) 2018 LEAP
+//
+// This program 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.
+//
+// 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 General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
package bitmask
diff --git a/bitmask/vpn.go b/bitmask/vpn.go
index 7922d6a..8801314 100644
--- a/bitmask/vpn.go
+++ b/bitmask/vpn.go
@@ -1,3 +1,18 @@
+// Copyright (C) 2018 LEAP
+//
+// This program 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.
+//
+// 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 General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
+
package bitmask
import (
diff --git a/bitmask/windows.go b/bitmask/windows.go
index 36481f5..8babd4b 100644
--- a/bitmask/windows.go
+++ b/bitmask/windows.go
@@ -1,4 +1,18 @@
// +build windows
+// Copyright (C) 2018 LEAP
+//
+// This program 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.
+//
+// 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 General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
package bitmask