Skip to content

Commit

Permalink
Merge pull request #10 from senseyeio/copyright-refactor
Browse files Browse the repository at this point in the history
Copyright refactor
  • Loading branch information
smotes authored Apr 25, 2019
2 parents a41c6eb + c0a8b5c commit 95bddbf
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2018 Senseye Ltd. All rights reserved.
// Use of this source code is governed by the MIT License that can be found in the LICENSE file.

// Package mbgo implements a mountebank API client.
package mbgo

Expand Down
3 changes: 3 additions & 0 deletions client_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2018 Senseye Ltd. All rights reserved.
// Use of this source code is governed by the MIT License that can be found in the LICENSE file.

// +build integration

package mbgo_test
Expand Down
3 changes: 3 additions & 0 deletions imposter.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2018 Senseye Ltd. All rights reserved.
// Use of this source code is governed by the MIT License that can be found in the LICENSE file.

package mbgo

import (
Expand Down
3 changes: 3 additions & 0 deletions imposter_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2018 Senseye Ltd. All rights reserved.
// Use of this source code is governed by the MIT License that can be found in the LICENSE file.

package mbgo_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/assert/assert.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2018 Senseye Ltd. All rights reserved.
// Use of this source code is governed by the MIT License that can be found in the LICENSE file.

package assert

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/rest/rest.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2018 Senseye Ltd. All rights reserved.
// Use of this source code is governed by the MIT License that can be found in the LICENSE file.

package rest

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/rest/rest_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2018 Senseye Ltd. All rights reserved.
// Use of this source code is governed by the MIT License that can be found in the LICENSE file.

package rest_test

import (
Expand Down

0 comments on commit 95bddbf

Please sign in to comment.