summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkg/bitmask/autostart.go1
-rw-r--r--pkg/bitmask/autostart_win.go1
2 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bitmask/autostart.go b/pkg/bitmask/autostart.go
index f8f0f19..d12d187 100644
--- a/pkg/bitmask/autostart.go
+++ b/pkg/bitmask/autostart.go
@@ -1,5 +1,4 @@
// +build !windows
-
// Copyright (C) 2018 LEAP
//
// This program is free software: you can redistribute it and/or modify
diff --git a/pkg/bitmask/autostart_win.go b/pkg/bitmask/autostart_win.go
index 51ac0cd..444c5f4 100644
--- a/pkg/bitmask/autostart_win.go
+++ b/pkg/bitmask/autostart_win.go
@@ -1,4 +1,5 @@
// +build windows
+
package bitmask
// Workaround for broken autostart package on windows.