Skip to content

Commit

Permalink
Add copyright statement at the top of all go files bar thirdparty
Browse files Browse the repository at this point in the history
  • Loading branch information
bz2 committed May 2, 2013
1 parent 65a393c commit 62e7590
Show file tree
Hide file tree
Showing 400 changed files with 1,200 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bzr/bzr.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

// Package bzr offers an interface to manage branches of the Bazaar VCS.
package bzr

Expand Down
3 changes: 3 additions & 0 deletions bzr/bzr_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package bzr_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cert/cert.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cert

import (
Expand Down
3 changes: 3 additions & 0 deletions cert/cert_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cert_test

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/bundle.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/bundle_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm_test

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/charm.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/charm_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm_test

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/config_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm_test

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/dir.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/dir_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm_test

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/export_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/hooks/hooks.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

// hooks provides types and constants that define the hooks known to Juju.
package hooks

Expand Down
3 changes: 3 additions & 0 deletions charm/meta.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/meta_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm_test

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/repo.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/repo_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm_test

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/url.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm

import (
Expand Down
3 changes: 3 additions & 0 deletions charm/url_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package charm_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cloudinit/cloudinit.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

// The cloudinit package implements a way of creating
// a cloud-init configuration file.
// See https://help.ubuntu.com/community/CloudInit.
Expand Down
3 changes: 3 additions & 0 deletions cloudinit/cloudinit_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cloudinit_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cloudinit/options.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2011, 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cloudinit

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/builddb/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/charmd/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/charmload/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cmd

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/cmd_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cmd_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/filevar.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cmd

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/filevar_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package cmd_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/addrelation.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/addrelation_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/addunit.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/addunit_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/bootstrap.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/bootstrap_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/cmd_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/config_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/constraints.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/constraints_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/debuglog.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/debuglog_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/deploy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/deploy_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroyenvironment.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroymachine.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroymachine_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroyrelation.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroyrelation_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroyservice.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroyservice_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroyunit.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/destroyunit_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/environment.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/environment_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/environmentcommand.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/juju/expose.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package main

import (
Expand Down
Loading

0 comments on commit 62e7590

Please sign in to comment.