aboutsummaryrefslogtreecommitdiffstats
path: root/browserenv.go
diff options
context:
space:
mode:
Diffstat (limited to 'browserenv.go')
-rw-r--r--browserenv.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/browserenv.go b/browserenv.go
index 4bcc1ac..6812700 100644
--- a/browserenv.go
+++ b/browserenv.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/.
+
// Package browserenv allows URLs and files to be opened in a local web
// browser. The system's default browser is used. If the BROWSER environment
// variable is set, the command it specifies is used instead.