aboutsummaryrefslogtreecommitdiffstats
path: root/browserenv_unix.go
diff options
context:
space:
mode:
authorTeddy Wing2020-12-20 19:53:36 +0100
committerTeddy Wing2020-12-20 19:53:36 +0100
commit18033da5978da3d7c090d0e6e3d516d1b3c7ee19 (patch)
treee2dccf171f2024ccf7fd87d360941b481e899d61 /browserenv_unix.go
parent999990d16bb246b0e4e82e7d718e887a87949a03 (diff)
downloadbrowserenv-18033da5978da3d7c090d0e6e3d516d1b3c7ee19.tar.bz2
Add license (MPL 2.0)
Diffstat (limited to 'browserenv_unix.go')
-rw-r--r--browserenv_unix.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/browserenv_unix.go b/browserenv_unix.go
index 4565d59..27fc330 100644
--- a/browserenv_unix.go
+++ b/browserenv_unix.go
@@ -1,3 +1,9 @@
+// Copyright (c) 2020 Teddy Wing
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
// +build !windows
package browserenv