Skip to content

Commit

Permalink
Add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
dullgiulio committed Nov 11, 2015
1 parent 56ce492 commit 8b1949e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions errors.go
@@ -1,3 +1,7 @@
// Copyright 2015 Giulio Iotti. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package pingo

import (
Expand Down
4 changes: 4 additions & 0 deletions plugin.go
@@ -1,3 +1,7 @@
// Copyright 2015 Giulio Iotti. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

// Package pingo implements the basics for creating and running subprocesses
// as plugins. The subprocesses will communicate via either TCP or Unix socket
// to implement an interface that mimics the standard RPC package.
Expand Down
4 changes: 4 additions & 0 deletions server.go
@@ -1,3 +1,7 @@
// Copyright 2015 Giulio Iotti. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package pingo

import (
Expand Down
4 changes: 4 additions & 0 deletions utils.go
@@ -1,3 +1,7 @@
// Copyright 2015 Giulio Iotti. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

package pingo

import (
Expand Down

0 comments on commit 8b1949e

Please sign in to comment.