Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Added license notice
Browse files Browse the repository at this point in the history
  • Loading branch information
sionide21 committed Dec 21, 2009
1 parent 7e74143 commit 22c1f5f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xmlrpc/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 The Ben Olive. All rights reserved.
// Use of this source code is governed by a BSD style
// license that can be found in the LICENSE file.

// This package provides low level xmlrpc functionality.
package xmlrpc

Expand Down
4 changes: 4 additions & 0 deletions xmlrpc/common_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 The Ben Olive. All rights reserved.
// Use of this source code is governed by a BSD style
// license that can be found in the LICENSE file.

package xmlrpc_test

import (
Expand Down
4 changes: 4 additions & 0 deletions xmlrpc/http.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 The Ben Olive. All rights reserved.
// Use of this source code is governed by a BSD style
// license that can be found in the LICENSE file.

package xmlrpc

import (
Expand Down
4 changes: 4 additions & 0 deletions xmlrpc/param.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 The Ben Olive. All rights reserved.
// Use of this source code is governed by a BSD style
// license that can be found in the LICENSE file.

package xmlrpc

import (
Expand Down
4 changes: 4 additions & 0 deletions xmlrpc/request.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 The Ben Olive. All rights reserved.
// Use of this source code is governed by a BSD style
// license that can be found in the LICENSE file.

package xmlrpc

import (
Expand Down
4 changes: 4 additions & 0 deletions xmlrpc/response.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright 2009 The Ben Olive. All rights reserved.
// Use of this source code is governed by a BSD style
// license that can be found in the LICENSE file.

package xmlrpc

import (
Expand Down

0 comments on commit 22c1f5f

Please sign in to comment.