diff options
author | Teddy Wing | 2020-12-20 19:53:36 +0100 |
---|---|---|
committer | Teddy Wing | 2020-12-20 19:53:36 +0100 |
commit | 18033da5978da3d7c090d0e6e3d516d1b3c7ee19 (patch) | |
tree | e2dccf171f2024ccf7fd87d360941b481e899d61 /browserenv_unix_test.go | |
parent | 999990d16bb246b0e4e82e7d718e887a87949a03 (diff) | |
download | browserenv-18033da5978da3d7c090d0e6e3d516d1b3c7ee19.tar.bz2 |
Add license (MPL 2.0)
Diffstat (limited to 'browserenv_unix_test.go')
-rw-r--r-- | browserenv_unix_test.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/browserenv_unix_test.go b/browserenv_unix_test.go index d328290..4177638 100644 --- a/browserenv_unix_test.go +++ b/browserenv_unix_test.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 |