Merge lp:~gz/juju-core/add_copyright_headers into lp:~juju/juju-core/trunk

Proposed by Martin Packman
Status: Merged
Merged at revision: 1213
Proposed branch: lp:~gz/juju-core/add_copyright_headers
Merge into: lp:~juju/juju-core/trunk
Diff against target: 4432 lines (+1209/-0)
403 files modified
bzr/bzr.go (+3/-0)
bzr/bzr_test.go (+3/-0)
cert/cert.go (+3/-0)
cert/cert_test.go (+3/-0)
charm/bundle.go (+3/-0)
charm/bundle_test.go (+3/-0)
charm/charm.go (+3/-0)
charm/charm_test.go (+3/-0)
charm/config.go (+3/-0)
charm/config_test.go (+3/-0)
charm/dir.go (+3/-0)
charm/dir_test.go (+3/-0)
charm/export_test.go (+3/-0)
charm/hooks/hooks.go (+3/-0)
charm/meta.go (+3/-0)
charm/meta_test.go (+3/-0)
charm/repo.go (+3/-0)
charm/repo_test.go (+3/-0)
charm/url.go (+3/-0)
charm/url_test.go (+3/-0)
cloudinit/cloudinit.go (+3/-0)
cloudinit/cloudinit_test.go (+3/-0)
cloudinit/options.go (+3/-0)
cmd/builddb/main.go (+3/-0)
cmd/charmd/main.go (+3/-0)
cmd/charmload/main.go (+3/-0)
cmd/cmd.go (+3/-0)
cmd/cmd_test.go (+3/-0)
cmd/filevar.go (+3/-0)
cmd/filevar_test.go (+3/-0)
cmd/juju/addrelation.go (+3/-0)
cmd/juju/addrelation_test.go (+3/-0)
cmd/juju/addunit.go (+3/-0)
cmd/juju/addunit_test.go (+3/-0)
cmd/juju/bootstrap.go (+3/-0)
cmd/juju/bootstrap_test.go (+3/-0)
cmd/juju/cmd_test.go (+3/-0)
cmd/juju/config_test.go (+3/-0)
cmd/juju/constraints.go (+3/-0)
cmd/juju/constraints_test.go (+3/-0)
cmd/juju/debuglog.go (+3/-0)
cmd/juju/debuglog_test.go (+3/-0)
cmd/juju/deploy.go (+3/-0)
cmd/juju/deploy_test.go (+3/-0)
cmd/juju/destroyenvironment.go (+3/-0)
cmd/juju/destroymachine.go (+3/-0)
cmd/juju/destroymachine_test.go (+3/-0)
cmd/juju/destroyrelation.go (+3/-0)
cmd/juju/destroyrelation_test.go (+3/-0)
cmd/juju/destroyservice.go (+3/-0)
cmd/juju/destroyservice_test.go (+3/-0)
cmd/juju/destroyunit.go (+3/-0)
cmd/juju/destroyunit_test.go (+3/-0)
cmd/juju/environment.go (+3/-0)
cmd/juju/environment_test.go (+3/-0)
cmd/juju/environmentcommand.go (+3/-0)
cmd/juju/environmentcommand_test.go (+3/-0)
cmd/juju/expose.go (+3/-0)
cmd/juju/expose_test.go (+3/-0)
cmd/juju/get.go (+3/-0)
cmd/juju/help_topics.go (+3/-0)
cmd/juju/init.go (+3/-0)
cmd/juju/init_test.go (+3/-0)
cmd/juju/main.go (+3/-0)
cmd/juju/main_test.go (+3/-0)
cmd/juju/publish.go (+3/-0)
cmd/juju/publish_test.go (+3/-0)
cmd/juju/resolved.go (+3/-0)
cmd/juju/resolved_test.go (+3/-0)
cmd/juju/scp.go (+3/-0)
cmd/juju/scp_test.go (+3/-0)
cmd/juju/set.go (+3/-0)
cmd/juju/ssh.go (+3/-0)
cmd/juju/ssh_test.go (+3/-0)
cmd/juju/status.go (+3/-0)
cmd/juju/status_test.go (+3/-0)
cmd/juju/switch.go (+3/-0)
cmd/juju/switch_test.go (+3/-0)
cmd/juju/synctools.go (+3/-0)
cmd/juju/synctools_test.go (+3/-0)
cmd/juju/unexpose.go (+3/-0)
cmd/juju/unexpose_test.go (+3/-0)
cmd/juju/upgradecharm.go (+3/-0)
cmd/juju/upgradecharm_test.go (+3/-0)
cmd/juju/upgradejuju.go (+3/-0)
cmd/juju/upgradejuju_test.go (+3/-0)
cmd/jujud/agent.go (+3/-0)
cmd/jujud/agent_test.go (+3/-0)
cmd/jujud/bootstrap.go (+3/-0)
cmd/jujud/bootstrap_test.go (+3/-0)
cmd/jujud/deploy_test.go (+3/-0)
cmd/jujud/machine.go (+3/-0)
cmd/jujud/machine_test.go (+3/-0)
cmd/jujud/main.go (+3/-0)
cmd/jujud/main_test.go (+3/-0)
cmd/jujud/unit.go (+3/-0)
cmd/jujud/unit_test.go (+3/-0)
cmd/jujud/upgrade.go (+3/-0)
cmd/jujud/upgrade_test.go (+3/-0)
cmd/logging.go (+3/-0)
cmd/logging_test.go (+3/-0)
cmd/output.go (+3/-0)
cmd/output_test.go (+3/-0)
cmd/supercommand.go (+3/-0)
cmd/supercommand_test.go (+3/-0)
cmd/util_test.go (+3/-0)
cmd/version.go (+3/-0)
cmd/version_test.go (+3/-0)
constraints/constraints.go (+3/-0)
constraints/constraints_test.go (+3/-0)
downloader/downloader.go (+3/-0)
downloader/downloader_test.go (+3/-0)
environs/agent/agent.go (+3/-0)
environs/agent/agent_test.go (+3/-0)
environs/agent/tools.go (+3/-0)
environs/agent/tools_test.go (+3/-0)
environs/all/all.go (+3/-0)
environs/boilerplate_config.go (+3/-0)
environs/boilerplate_config_test.go (+3/-0)
environs/bootstrap.go (+3/-0)
environs/bootstrap_test.go (+3/-0)
environs/cert.go (+3/-0)
environs/cert_internal_test.go (+3/-0)
environs/cert_test.go (+3/-0)
environs/cloudinit.go (+3/-0)
environs/cloudinit/cloudinit.go (+3/-0)
environs/cloudinit/cloudinit_test.go (+3/-0)
environs/cloudinit/suite_test.go (+3/-0)
environs/cloudinit_test.go (+3/-0)
environs/config.go (+3/-0)
environs/config/authkeys.go (+3/-0)
environs/config/config.go (+3/-0)
environs/config/config_test.go (+3/-0)
environs/config/home.go (+3/-0)
environs/config/home_test.go (+3/-0)
environs/config_test.go (+3/-0)
environs/dummy/config_test.go (+3/-0)
environs/dummy/environs.go (+3/-0)
environs/dummy/environs_test.go (+3/-0)
environs/dummy/storage.go (+3/-0)
environs/ec2/config.go (+3/-0)
environs/ec2/config_test.go (+3/-0)
environs/ec2/ec2.go (+3/-0)
environs/ec2/export_test.go (+3/-0)
environs/ec2/image.go (+3/-0)
environs/ec2/image_test.go (+3/-0)
environs/ec2/instancetype.go (+3/-0)
environs/ec2/live_test.go (+3/-0)
environs/ec2/local_test.go (+3/-0)
environs/ec2/state.go (+3/-0)
environs/ec2/storage.go (+3/-0)
environs/ec2/suite_test.go (+3/-0)
environs/export_test.go (+3/-0)
environs/instances/image.go (+3/-0)
environs/instances/image_test.go (+3/-0)
environs/instances/instancetype.go (+3/-0)
environs/instances/instancetype_test.go (+3/-0)
environs/interface.go (+3/-0)
environs/jujutest/jujutest_test.go (+3/-0)
environs/jujutest/livetests.go (+3/-0)
environs/jujutest/metadata.go (+3/-0)
environs/jujutest/metadata_test.go (+3/-0)
environs/jujutest/tests.go (+3/-0)
environs/local/backend.go (+3/-0)
environs/local/backend_test.go (+3/-0)
environs/local/export_test.go (+3/-0)
environs/local/storage.go (+3/-0)
environs/local/storage_test.go (+3/-0)
environs/maas/config.go (+3/-0)
environs/maas/config_test.go (+3/-0)
environs/maas/environ.go (+3/-0)
environs/maas/environ_test.go (+3/-0)
environs/maas/environprovider.go (+3/-0)
environs/maas/environprovider_test.go (+3/-0)
environs/maas/instance.go (+3/-0)
environs/maas/instance_test.go (+3/-0)
environs/maas/maas_test.go (+3/-0)
environs/maas/state.go (+3/-0)
environs/maas/state_test.go (+3/-0)
environs/maas/storage.go (+3/-0)
environs/maas/storage_test.go (+3/-0)
environs/maas/util.go (+3/-0)
environs/maas/util_test.go (+3/-0)
environs/mongo.go (+3/-0)
environs/mongo_test.go (+3/-0)
environs/open.go (+3/-0)
environs/open_test.go (+3/-0)
environs/openstack/config.go (+3/-0)
environs/openstack/config_test.go (+3/-0)
environs/openstack/export_test.go (+3/-0)
environs/openstack/image.go (+3/-0)
environs/openstack/live_test.go (+3/-0)
environs/openstack/local_test.go (+3/-0)
environs/openstack/provider.go (+3/-0)
environs/openstack/provider_test.go (+3/-0)
environs/openstack/state.go (+3/-0)
environs/openstack/storage.go (+3/-0)
environs/storage.go (+3/-0)
environs/storage_test.go (+3/-0)
environs/suite_test.go (+3/-0)
environs/testing/instances.go (+3/-0)
environs/testing/tools.go (+3/-0)
environs/tools.go (+3/-0)
environs/tools/build.go (+3/-0)
environs/tools/export_test.go (+3/-0)
environs/tools/list.go (+3/-0)
environs/tools/list_test.go (+3/-0)
environs/tools/storage.go (+3/-0)
environs/tools/storage_test.go (+3/-0)
environs/tools_test.go (+3/-0)
juju/api.go (+3/-0)
juju/apiconn_test.go (+3/-0)
juju/conn.go (+3/-0)
juju/conn_test.go (+3/-0)
juju/testing/conn.go (+3/-0)
log/log.go (+3/-0)
log/log_test.go (+3/-0)
log/syslog/cmd.go (+3/-0)
log/syslog/config.go (+3/-0)
log/syslog/config_test.go (+3/-0)
rpc/client.go (+3/-0)
rpc/rpc.go (+3/-0)
rpc/rpc_test.go (+3/-0)
rpc/server.go (+3/-0)
schema/schema.go (+3/-0)
schema/schema_test.go (+3/-0)
state/annotator.go (+3/-0)
state/annotator_test.go (+3/-0)
state/api/apiclient.go (+3/-0)
state/api/client.go (+3/-0)
state/api/error.go (+3/-0)
state/api/params/params.go (+3/-0)
state/api/params/params_test.go (+3/-0)
state/api/params/status.go (+3/-0)
state/apiserver/api_test.go (+3/-0)
state/apiserver/apiserver.go (+3/-0)
state/apiserver/error.go (+3/-0)
state/apiserver/export_test.go (+3/-0)
state/apiserver/server.go (+3/-0)
state/assign_test.go (+3/-0)
state/bench_test.go (+3/-0)
state/charm.go (+3/-0)
state/charm_test.go (+3/-0)
state/conn_test.go (+3/-0)
state/constraints.go (+3/-0)
state/endpoint.go (+3/-0)
state/endpoint_test.go (+3/-0)
state/environ.go (+3/-0)
state/environ_test.go (+3/-0)
state/export_test.go (+3/-0)
state/initialize_test.go (+3/-0)
state/life.go (+3/-0)
state/life_test.go (+3/-0)
state/machine.go (+3/-0)
state/machine_test.go (+3/-0)
state/megawatcher.go (+3/-0)
state/megawatcher_internal_test.go (+3/-0)
state/multiwatcher/multiwatcher.go (+3/-0)
state/multiwatcher/multiwatcher_internal_test.go (+3/-0)
state/open.go (+3/-0)
state/presence/export_test.go (+3/-0)
state/presence/presence.go (+3/-0)
state/presence/presence_test.go (+3/-0)
state/relation.go (+3/-0)
state/relation_internal_test.go (+3/-0)
state/relation_test.go (+3/-0)
state/relationunit.go (+3/-0)
state/relationunit_test.go (+3/-0)
state/sequence.go (+3/-0)
state/service.go (+3/-0)
state/service_test.go (+3/-0)
state/settings.go (+3/-0)
state/settings_test.go (+3/-0)
state/state.go (+3/-0)
state/state_test.go (+3/-0)
state/statecmd/addrelation.go (+3/-0)
state/statecmd/addrelation_test.go (+3/-0)
state/statecmd/addunit.go (+3/-0)
state/statecmd/addunit_test.go (+3/-0)
state/statecmd/config_test.go (+3/-0)
state/statecmd/destroyrelation.go (+3/-0)
state/statecmd/destroyrelation_test.go (+3/-0)
state/statecmd/destroyservice.go (+3/-0)
state/statecmd/destroyservice_test.go (+3/-0)
state/statecmd/destroyunit.go (+3/-0)
state/statecmd/expose.go (+3/-0)
state/statecmd/expose_test.go (+3/-0)
state/statecmd/get.go (+3/-0)
state/statecmd/getconstraints.go (+3/-0)
state/statecmd/setconstraints.go (+3/-0)
state/statecmd/unexpose.go (+3/-0)
state/statecmd/unexpose_test.go (+3/-0)
state/status.go (+3/-0)
state/tools_test.go (+3/-0)
state/unit.go (+3/-0)
state/unit_test.go (+3/-0)
state/user.go (+3/-0)
state/user_test.go (+3/-0)
state/watcher.go (+3/-0)
state/watcher/helpers.go (+3/-0)
state/watcher/helpers_test.go (+3/-0)
state/watcher/watcher.go (+3/-0)
state/watcher/watcher_test.go (+3/-0)
store/branch.go (+3/-0)
store/branch_test.go (+3/-0)
store/export_test.go (+3/-0)
store/lpad.go (+3/-0)
store/lpad_test.go (+3/-0)
store/mgo_test.go (+3/-0)
store/server.go (+3/-0)
store/server_test.go (+3/-0)
store/store.go (+3/-0)
store/store_test.go (+3/-0)
testing/cert.go (+3/-0)
testing/charm.go (+3/-0)
testing/cmd.go (+3/-0)
testing/environ.go (+3/-0)
testing/environ_test.go (+3/-0)
testing/git.go (+3/-0)
testing/http.go (+3/-0)
testing/log.go (+3/-0)
testing/mgo.go (+3/-0)
testing/mgo_test.go (+3/-0)
testing/targz.go (+3/-0)
upstart/upstart.go (+3/-0)
upstart/upstart_test.go (+3/-0)
utils/attempt.go (+3/-0)
utils/fslock/export_test.go (+3/-0)
utils/fslock/fslock.go (+3/-0)
utils/fslock/fslock_test.go (+3/-0)
utils/password.go (+3/-0)
utils/set/strings.go (+3/-0)
utils/set/strings_test.go (+3/-0)
utils/timeit.go (+3/-0)
utils/trivial.go (+3/-0)
utils/trivial_test.go (+3/-0)
utils/uuid.go (+3/-0)
utils/uuid_test.go (+3/-0)
version/current_test.go (+3/-0)
version/export_test.go (+3/-0)
version/version.go (+3/-0)
version/version_test.go (+3/-0)
worker/deployer/addresser.go (+3/-0)
worker/deployer/deployer.go (+3/-0)
worker/deployer/deployer_test.go (+3/-0)
worker/deployer/export_test.go (+3/-0)
worker/deployer/simple.go (+3/-0)
worker/deployer/simple_test.go (+3/-0)
worker/environ.go (+3/-0)
worker/environ_test.go (+3/-0)
worker/export_test.go (+3/-0)
worker/firewaller/firewaller.go (+3/-0)
worker/firewaller/firewaller_test.go (+3/-0)
worker/machiner/machiner.go (+3/-0)
worker/machiner/machiner_test.go (+3/-0)
worker/provisioner/export_test.go (+3/-0)
worker/provisioner/provisioner.go (+3/-0)
worker/provisioner/provisioner_test.go (+3/-0)
worker/uniter/charm/charm.go (+3/-0)
worker/uniter/charm/charm_test.go (+3/-0)
worker/uniter/charm/deployer.go (+3/-0)
worker/uniter/charm/deployer_test.go (+3/-0)
worker/uniter/charm/git.go (+3/-0)
worker/uniter/charm/git_test.go (+3/-0)
worker/uniter/context.go (+3/-0)
worker/uniter/context_test.go (+3/-0)
worker/uniter/filter.go (+3/-0)
worker/uniter/filter_test.go (+3/-0)
worker/uniter/hook/hook.go (+3/-0)
worker/uniter/hook/hook_test.go (+3/-0)
worker/uniter/jujuc/config-get.go (+3/-0)
worker/uniter/jujuc/config-get_test.go (+3/-0)
worker/uniter/jujuc/context.go (+3/-0)
worker/uniter/jujuc/juju-log.go (+3/-0)
worker/uniter/jujuc/juju-log_test.go (+3/-0)
worker/uniter/jujuc/ports.go (+3/-0)
worker/uniter/jujuc/ports_test.go (+3/-0)
worker/uniter/jujuc/relation-get.go (+3/-0)
worker/uniter/jujuc/relation-get_test.go (+3/-0)
worker/uniter/jujuc/relation-ids.go (+3/-0)
worker/uniter/jujuc/relation-ids_test.go (+3/-0)
worker/uniter/jujuc/relation-list.go (+3/-0)
worker/uniter/jujuc/relation-list_test.go (+3/-0)
worker/uniter/jujuc/relation-set.go (+3/-0)
worker/uniter/jujuc/relation-set_test.go (+3/-0)
worker/uniter/jujuc/server.go (+3/-0)
worker/uniter/jujuc/server_test.go (+3/-0)
worker/uniter/jujuc/unit-get.go (+3/-0)
worker/uniter/jujuc/unit-get_test.go (+3/-0)
worker/uniter/jujuc/util_test.go (+3/-0)
worker/uniter/modes.go (+3/-0)
worker/uniter/relation/hookqueue.go (+3/-0)
worker/uniter/relation/hookqueue_test.go (+3/-0)
worker/uniter/relation/relation.go (+3/-0)
worker/uniter/relation/relation_test.go (+3/-0)
worker/uniter/relationer.go (+3/-0)
worker/uniter/relationer_test.go (+3/-0)
worker/uniter/state.go (+3/-0)
worker/uniter/state_test.go (+3/-0)
worker/uniter/tools.go (+3/-0)
worker/uniter/tools_test.go (+3/-0)
worker/uniter/uniter.go (+3/-0)
worker/uniter/uniter_test.go (+3/-0)
To merge this branch: bzr merge lp:~gz/juju-core/add_copyright_headers
Reviewer Review Type Date Requested Status
Juju Engineering Pending
Review via email: mp+162139@code.launchpad.net

Description of the change

Add per-file copyright headers

As requested during the release process for Ubuntu, we need a copyright
statement at the top of source files. I have deliberately excluded
documentation and non-go code for now, pending feedback. Because bzr already
has a fancy tool for doing the years from the revision history, the year stated
comes from there rather than being project-wide.

https://codereview.appspot.com/9104045/

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :
Download full text (7.1 KiB)

Reviewers: mp+162139_code.launchpad.net,

Message:
Please take a look.

Description:
Add per-file copyright headers

As requested during the release process for Ubuntu, we need a copyright
statement at the top of source files. I have deliberately excluded
documentation and non-go code for now, pending feedback. Because bzr
already
has a fancy tool for doing the years from the revision history, the year
stated
comes from there rather than being project-wide.

The changes in this branch were generated using the following script:

 #!/bin/sh
 set -e
 L1=" Copyright 2013, Canonical Ltd.\n"
 L2=" Licensed under the AGPLv3, see LICENCE file for details.\n"
 find . -name thirdparty -prune -o -name "*.go" -print0|xargs -0 sed -i
-e "1i//${L1}//${L2}"
 #chmod 755 scripts/release-public-tools/release-public-tools.sh
 #find . -executable -type f -print0|xargs -0 sed -i -e "2i#${L1}#${L2}"
 #sed -i -e "1i#${L1}#${L2}" scripts/jujuman.py
 bzr update-copyright

Note that I've not included the logic for adding the header to python
and shell
scripts when creating this branch. There are only a few of them, and
making the
output pretty in an automated fashion is harder.

https://code.launchpad.net/~gz/juju-core/add_copyright_headers/+merge/162139

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/9104045/

Affected files:
   A [revision details]
   M bzr/bzr.go
   M bzr/bzr_test.go
   M cert/cert.go
   M cert/cert_test.go
   M charm/bundle.go
   M charm/bundle_test.go
   M charm/charm.go
   M charm/charm_test.go
   M charm/config.go
   M charm/config_test.go
   M charm/dir.go
   M charm/dir_test.go
   M charm/export_test.go
   M charm/hooks/hooks.go
   M charm/meta.go
   M charm/meta_test.go
   M charm/repo.go
   M charm/repo_test.go
   M charm/url.go
   M charm/url_test.go
   M cloudinit/cloudinit.go
   M cloudinit/cloudinit_test.go
   M cloudinit/options.go
   M cmd/builddb/main.go
   M cmd/charmd/main.go
   M cmd/charmload/main.go
   M cmd/cmd.go
   M cmd/cmd_test.go
   M cmd/filevar.go
   M cmd/filevar_test.go
   M cmd/juju/addrelation.go
   M cmd/juju/addrelation_test.go
   M cmd/juju/addunit.go
   M cmd/juju/addunit_test.go
   M cmd/juju/bootstrap.go
   M cmd/juju/bootstrap_test.go
   M cmd/juju/cmd_test.go
   M cmd/juju/config_test.go
   M cmd/juju/constraints.go
   M cmd/juju/constraints_test.go
   M cmd/juju/debuglog.go
   M cmd/juju/debuglog_test.go
   M cmd/juju/deploy.go
   M cmd/juju/deploy_test.go
   M cmd/juju/destroyenvironment.go
   M cmd/juju/destroymachine.go
   M cmd/juju/destroymachine_test.go
   M cmd/juju/destroyrelation.go
   M cmd/juju/destroyrelation_test.go
   M cmd/juju/destroyservice.go
   M cmd/juju/destroyservice_test.go
   M cmd/juju/destroyunit.go
   M cmd/juju/destroyunit_test.go
   M cmd/juju/environment.go
   M cmd/juju/environment_test.go
   M cmd/juju/environmentcommand.go
   M cmd/juju/expose.go
   M cmd/juju/expose_test.go
   M cmd/juju/get.go
   M cmd/juju/help_topics.go
   M cmd/juju/init.go
   M cmd/juju/init_test.go
   M cmd/juju/main.go
   M cmd/juju/main_test.go
   M cmd/juju/publish.go
   M cmd/juju/publish_test.go
   M cmd/juju/resolved.go
   M cmd/juju/resolve...

Read more...

Revision history for this message
Roger Peppe (rogpeppe) wrote :

On 2013/05/02 16:12:13, gz wrote:
> Please take a look.

LGTM

https://codereview.appspot.com/9104045/

Revision history for this message
Dimiter Naydenov (dimitern) wrote :

I agree, Rietveld sucks for not having full diff preview, but this never
bothered me before :)

LGTM

https://codereview.appspot.com/9104045/

Revision history for this message
Roger Peppe (rogpeppe) wrote :

On 2 May 2013 18:18, <email address hidden> wrote:
> I agree, Rietveld sucks for not having full diff preview, but this never
> bothered me before :)

me neither. you can still view it in launchpad if you want.

Revision history for this message
Martin Packman (gz) wrote :
Revision history for this message
Martin Packman (gz) wrote :

*** Submitted:

Add per-file copyright headers

As requested during the release process for Ubuntu, we need a copyright
statement at the top of source files. I have deliberately excluded
documentation and non-go code for now, pending feedback. Because bzr
already
has a fancy tool for doing the years from the revision history, the year
stated
comes from there rather than being project-wide.

R=rog, dimitern
CC=
https://codereview.appspot.com/9104045

https://codereview.appspot.com/9104045/

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bzr/bzr.go'
2--- bzr/bzr.go 2013-04-09 16:18:13 +0000
3+++ bzr/bzr.go 2013-05-10 21:31:27 +0000
4@@ -1,3 +1,6 @@
5+// Copyright 2013 Canonical Ltd.
6+// Licensed under the AGPLv3, see LICENCE file for details.
7+
8 // Package bzr offers an interface to manage branches of the Bazaar VCS.
9 package bzr
10
11
12=== modified file 'bzr/bzr_test.go'
13--- bzr/bzr_test.go 2013-04-09 16:18:13 +0000
14+++ bzr/bzr_test.go 2013-05-10 21:31:27 +0000
15@@ -1,3 +1,6 @@
16+// Copyright 2013 Canonical Ltd.
17+// Licensed under the AGPLv3, see LICENCE file for details.
18+
19 package bzr_test
20
21 import (
22
23=== modified file 'cert/cert.go'
24--- cert/cert.go 2012-11-28 21:14:44 +0000
25+++ cert/cert.go 2013-05-10 21:31:27 +0000
26@@ -1,3 +1,6 @@
27+// Copyright 2012, 2013 Canonical Ltd.
28+// Licensed under the AGPLv3, see LICENCE file for details.
29+
30 package cert
31
32 import (
33
34=== modified file 'cert/cert_test.go'
35--- cert/cert_test.go 2012-11-28 17:11:23 +0000
36+++ cert/cert_test.go 2013-05-10 21:31:27 +0000
37@@ -1,3 +1,6 @@
38+// Copyright 2012, 2013 Canonical Ltd.
39+// Licensed under the AGPLv3, see LICENCE file for details.
40+
41 package cert_test
42
43 import (
44
45=== modified file 'charm/bundle.go'
46--- charm/bundle.go 2013-02-15 16:51:12 +0000
47+++ charm/bundle.go 2013-05-10 21:31:27 +0000
48@@ -1,3 +1,6 @@
49+// Copyright 2011, 2012, 2013 Canonical Ltd.
50+// Licensed under the AGPLv3, see LICENCE file for details.
51+
52 package charm
53
54 import (
55
56=== modified file 'charm/bundle_test.go'
57--- charm/bundle_test.go 2013-02-19 07:06:20 +0000
58+++ charm/bundle_test.go 2013-05-10 21:31:27 +0000
59@@ -1,3 +1,6 @@
60+// Copyright 2011, 2012, 2013 Canonical Ltd.
61+// Licensed under the AGPLv3, see LICENCE file for details.
62+
63 package charm_test
64
65 import (
66
67=== modified file 'charm/charm.go'
68--- charm/charm.go 2013-04-01 19:35:59 +0000
69+++ charm/charm.go 2013-05-10 21:31:27 +0000
70@@ -1,3 +1,6 @@
71+// Copyright 2011, 2012, 2013 Canonical Ltd.
72+// Licensed under the AGPLv3, see LICENCE file for details.
73+
74 package charm
75
76 import (
77
78=== modified file 'charm/charm_test.go'
79--- charm/charm_test.go 2013-04-01 19:35:59 +0000
80+++ charm/charm_test.go 2013-05-10 21:31:27 +0000
81@@ -1,3 +1,6 @@
82+// Copyright 2011, 2012, 2013 Canonical Ltd.
83+// Licensed under the AGPLv3, see LICENCE file for details.
84+
85 package charm_test
86
87 import (
88
89=== modified file 'charm/config.go'
90--- charm/config.go 2013-02-26 18:24:08 +0000
91+++ charm/config.go 2013-05-10 21:31:27 +0000
92@@ -1,3 +1,6 @@
93+// Copyright 2011, 2012, 2013 Canonical Ltd.
94+// Licensed under the AGPLv3, see LICENCE file for details.
95+
96 package charm
97
98 import (
99
100=== modified file 'charm/config_test.go'
101--- charm/config_test.go 2013-02-27 08:18:52 +0000
102+++ charm/config_test.go 2013-05-10 21:31:27 +0000
103@@ -1,3 +1,6 @@
104+// Copyright 2011, 2012, 2013 Canonical Ltd.
105+// Licensed under the AGPLv3, see LICENCE file for details.
106+
107 package charm_test
108
109 import (
110
111=== modified file 'charm/dir.go'
112--- charm/dir.go 2013-03-14 02:38:14 +0000
113+++ charm/dir.go 2013-05-10 21:31:27 +0000
114@@ -1,3 +1,6 @@
115+// Copyright 2011, 2012, 2013 Canonical Ltd.
116+// Licensed under the AGPLv3, see LICENCE file for details.
117+
118 package charm
119
120 import (
121
122=== modified file 'charm/dir_test.go'
123--- charm/dir_test.go 2013-03-21 06:56:06 +0000
124+++ charm/dir_test.go 2013-05-10 21:31:27 +0000
125@@ -1,3 +1,6 @@
126+// Copyright 2011, 2012, 2013 Canonical Ltd.
127+// Licensed under the AGPLv3, see LICENCE file for details.
128+
129 package charm_test
130
131 import (
132
133=== modified file 'charm/export_test.go'
134--- charm/export_test.go 2013-04-01 19:35:59 +0000
135+++ charm/export_test.go 2013-05-10 21:31:27 +0000
136@@ -1,3 +1,6 @@
137+// Copyright 2011, 2012, 2013 Canonical Ltd.
138+// Licensed under the AGPLv3, see LICENCE file for details.
139+
140 package charm
141
142 import (
143
144=== modified file 'charm/hooks/hooks.go'
145--- charm/hooks/hooks.go 2013-02-15 11:43:05 +0000
146+++ charm/hooks/hooks.go 2013-05-10 21:31:27 +0000
147@@ -1,3 +1,6 @@
148+// Copyright 2013 Canonical Ltd.
149+// Licensed under the AGPLv3, see LICENCE file for details.
150+
151 // hooks provides types and constants that define the hooks known to Juju.
152 package hooks
153
154
155=== modified file 'charm/meta.go'
156--- charm/meta.go 2013-03-28 11:50:15 +0000
157+++ charm/meta.go 2013-05-10 21:31:27 +0000
158@@ -1,3 +1,6 @@
159+// Copyright 2011, 2012, 2013 Canonical Ltd.
160+// Licensed under the AGPLv3, see LICENCE file for details.
161+
162 package charm
163
164 import (
165
166=== modified file 'charm/meta_test.go'
167--- charm/meta_test.go 2013-03-28 11:52:50 +0000
168+++ charm/meta_test.go 2013-05-10 21:31:27 +0000
169@@ -1,3 +1,6 @@
170+// Copyright 2011, 2012, 2013 Canonical Ltd.
171+// Licensed under the AGPLv3, see LICENCE file for details.
172+
173 package charm_test
174
175 import (
176
177=== modified file 'charm/repo.go'
178--- charm/repo.go 2013-04-09 16:38:05 +0000
179+++ charm/repo.go 2013-05-10 21:31:27 +0000
180@@ -1,3 +1,6 @@
181+// Copyright 2012, 2013 Canonical Ltd.
182+// Licensed under the AGPLv3, see LICENCE file for details.
183+
184 package charm
185
186 import (
187
188=== modified file 'charm/repo_test.go'
189--- charm/repo_test.go 2013-04-09 16:38:05 +0000
190+++ charm/repo_test.go 2013-05-10 21:31:27 +0000
191@@ -1,3 +1,6 @@
192+// Copyright 2012, 2013 Canonical Ltd.
193+// Licensed under the AGPLv3, see LICENCE file for details.
194+
195 package charm_test
196
197 import (
198
199=== modified file 'charm/url.go'
200--- charm/url.go 2013-04-09 17:24:46 +0000
201+++ charm/url.go 2013-05-10 21:31:27 +0000
202@@ -1,3 +1,6 @@
203+// Copyright 2011, 2012, 2013 Canonical Ltd.
204+// Licensed under the AGPLv3, see LICENCE file for details.
205+
206 package charm
207
208 import (
209
210=== modified file 'charm/url_test.go'
211--- charm/url_test.go 2013-04-09 18:25:17 +0000
212+++ charm/url_test.go 2013-05-10 21:31:27 +0000
213@@ -1,3 +1,6 @@
214+// Copyright 2011, 2012, 2013 Canonical Ltd.
215+// Licensed under the AGPLv3, see LICENCE file for details.
216+
217 package charm_test
218
219 import (
220
221=== modified file 'cloudinit/cloudinit.go'
222--- cloudinit/cloudinit.go 2013-01-16 14:26:43 +0000
223+++ cloudinit/cloudinit.go 2013-05-10 21:31:27 +0000
224@@ -1,3 +1,6 @@
225+// Copyright 2011, 2013 Canonical Ltd.
226+// Licensed under the AGPLv3, see LICENCE file for details.
227+
228 // The cloudinit package implements a way of creating
229 // a cloud-init configuration file.
230 // See https://help.ubuntu.com/community/CloudInit.
231
232=== modified file 'cloudinit/cloudinit_test.go'
233--- cloudinit/cloudinit_test.go 2013-04-05 09:16:18 +0000
234+++ cloudinit/cloudinit_test.go 2013-05-10 21:31:27 +0000
235@@ -1,3 +1,6 @@
236+// Copyright 2011, 2012, 2013 Canonical Ltd.
237+// Licensed under the AGPLv3, see LICENCE file for details.
238+
239 package cloudinit_test
240
241 import (
242
243=== modified file 'cloudinit/options.go'
244--- cloudinit/options.go 2013-04-05 09:16:18 +0000
245+++ cloudinit/options.go 2013-05-10 21:31:27 +0000
246@@ -1,3 +1,6 @@
247+// Copyright 2011, 2012, 2013 Canonical Ltd.
248+// Licensed under the AGPLv3, see LICENCE file for details.
249+
250 package cloudinit
251
252 import (
253
254=== modified file 'cmd/builddb/main.go'
255--- cmd/builddb/main.go 2013-04-12 17:11:50 +0000
256+++ cmd/builddb/main.go 2013-05-10 21:31:27 +0000
257@@ -1,3 +1,6 @@
258+// Copyright 2012, 2013 Canonical Ltd.
259+// Licensed under the AGPLv3, see LICENCE file for details.
260+
261 package main
262
263 import (
264
265=== modified file 'cmd/charmd/main.go'
266--- cmd/charmd/main.go 2013-03-20 04:50:41 +0000
267+++ cmd/charmd/main.go 2013-05-10 21:31:27 +0000
268@@ -1,3 +1,6 @@
269+// Copyright 2012, 2013 Canonical Ltd.
270+// Licensed under the AGPLv3, see LICENCE file for details.
271+
272 package main
273
274 import (
275
276=== modified file 'cmd/charmload/main.go'
277--- cmd/charmload/main.go 2013-03-20 04:50:41 +0000
278+++ cmd/charmload/main.go 2013-05-10 21:31:27 +0000
279@@ -1,3 +1,6 @@
280+// Copyright 2012, 2013 Canonical Ltd.
281+// Licensed under the AGPLv3, see LICENCE file for details.
282+
283 package main
284
285 import (
286
287=== modified file 'cmd/cmd.go'
288--- cmd/cmd.go 2013-04-18 13:13:33 +0000
289+++ cmd/cmd.go 2013-05-10 21:31:27 +0000
290@@ -1,3 +1,6 @@
291+// Copyright 2012, 2013 Canonical Ltd.
292+// Licensed under the AGPLv3, see LICENCE file for details.
293+
294 package cmd
295
296 import (
297
298=== modified file 'cmd/cmd_test.go'
299--- cmd/cmd_test.go 2013-04-10 22:31:43 +0000
300+++ cmd/cmd_test.go 2013-05-10 21:31:27 +0000
301@@ -1,3 +1,6 @@
302+// Copyright 2012, 2013 Canonical Ltd.
303+// Licensed under the AGPLv3, see LICENCE file for details.
304+
305 package cmd_test
306
307 import (
308
309=== modified file 'cmd/filevar.go'
310--- cmd/filevar.go 2012-11-01 14:08:11 +0000
311+++ cmd/filevar.go 2013-05-10 21:31:27 +0000
312@@ -1,3 +1,6 @@
313+// Copyright 2012, 2013 Canonical Ltd.
314+// Licensed under the AGPLv3, see LICENCE file for details.
315+
316 package cmd
317
318 import (
319
320=== modified file 'cmd/filevar_test.go'
321--- cmd/filevar_test.go 2013-02-28 12:27:09 +0000
322+++ cmd/filevar_test.go 2013-05-10 21:31:27 +0000
323@@ -1,3 +1,6 @@
324+// Copyright 2012, 2013 Canonical Ltd.
325+// Licensed under the AGPLv3, see LICENCE file for details.
326+
327 package cmd_test
328
329 import (
330
331=== modified file 'cmd/juju/addrelation.go'
332--- cmd/juju/addrelation.go 2013-03-29 14:17:02 +0000
333+++ cmd/juju/addrelation.go 2013-05-10 21:31:27 +0000
334@@ -1,3 +1,6 @@
335+// Copyright 2012, 2013 Canonical Ltd.
336+// Licensed under the AGPLv3, see LICENCE file for details.
337+
338 package main
339
340 import (
341
342=== modified file 'cmd/juju/addrelation_test.go'
343--- cmd/juju/addrelation_test.go 2013-03-29 14:17:02 +0000
344+++ cmd/juju/addrelation_test.go 2013-05-10 21:31:27 +0000
345@@ -1,3 +1,6 @@
346+// Copyright 2012, 2013 Canonical Ltd.
347+// Licensed under the AGPLv3, see LICENCE file for details.
348+
349 package main
350
351 import (
352
353=== modified file 'cmd/juju/addunit.go'
354--- cmd/juju/addunit.go 2013-04-12 14:09:59 +0000
355+++ cmd/juju/addunit.go 2013-05-10 21:31:27 +0000
356@@ -1,3 +1,6 @@
357+// Copyright 2012, 2013 Canonical Ltd.
358+// Licensed under the AGPLv3, see LICENCE file for details.
359+
360 package main
361
362 import (
363
364=== modified file 'cmd/juju/addunit_test.go'
365--- cmd/juju/addunit_test.go 2013-03-01 01:12:44 +0000
366+++ cmd/juju/addunit_test.go 2013-05-10 21:31:27 +0000
367@@ -1,3 +1,6 @@
368+// Copyright 2012, 2013 Canonical Ltd.
369+// Licensed under the AGPLv3, see LICENCE file for details.
370+
371 package main
372
373 import (
374
375=== modified file 'cmd/juju/bootstrap.go'
376--- cmd/juju/bootstrap.go 2013-04-23 16:04:45 +0000
377+++ cmd/juju/bootstrap.go 2013-05-10 21:31:27 +0000
378@@ -1,3 +1,6 @@
379+// Copyright 2012, 2013 Canonical Ltd.
380+// Licensed under the AGPLv3, see LICENCE file for details.
381+
382 package main
383
384 import (
385
386=== modified file 'cmd/juju/bootstrap_test.go'
387--- cmd/juju/bootstrap_test.go 2013-04-16 07:37:30 +0000
388+++ cmd/juju/bootstrap_test.go 2013-05-10 21:31:27 +0000
389@@ -1,3 +1,6 @@
390+// Copyright 2012, 2013 Canonical Ltd.
391+// Licensed under the AGPLv3, see LICENCE file for details.
392+
393 package main
394
395 import (
396
397=== modified file 'cmd/juju/cmd_test.go'
398--- cmd/juju/cmd_test.go 2013-04-14 01:20:21 +0000
399+++ cmd/juju/cmd_test.go 2013-05-10 21:31:27 +0000
400@@ -1,3 +1,6 @@
401+// Copyright 2012, 2013 Canonical Ltd.
402+// Licensed under the AGPLv3, see LICENCE file for details.
403+
404 package main
405
406 import (
407
408=== modified file 'cmd/juju/config_test.go'
409--- cmd/juju/config_test.go 2013-04-19 13:05:40 +0000
410+++ cmd/juju/config_test.go 2013-05-10 21:31:27 +0000
411@@ -1,3 +1,6 @@
412+// Copyright 2012, 2013 Canonical Ltd.
413+// Licensed under the AGPLv3, see LICENCE file for details.
414+
415 package main
416
417 import (
418
419=== modified file 'cmd/juju/constraints.go'
420--- cmd/juju/constraints.go 2013-04-05 03:45:50 +0000
421+++ cmd/juju/constraints.go 2013-05-10 21:31:27 +0000
422@@ -1,3 +1,6 @@
423+// Copyright 2013 Canonical Ltd.
424+// Licensed under the AGPLv3, see LICENCE file for details.
425+
426 package main
427
428 import (
429
430=== modified file 'cmd/juju/constraints_test.go'
431--- cmd/juju/constraints_test.go 2013-03-18 19:33:51 +0000
432+++ cmd/juju/constraints_test.go 2013-05-10 21:31:27 +0000
433@@ -1,3 +1,6 @@
434+// Copyright 2013 Canonical Ltd.
435+// Licensed under the AGPLv3, see LICENCE file for details.
436+
437 package main
438
439 import (
440
441=== modified file 'cmd/juju/debuglog.go'
442--- cmd/juju/debuglog.go 2013-03-27 23:02:50 +0000
443+++ cmd/juju/debuglog.go 2013-05-10 21:31:27 +0000
444@@ -1,3 +1,6 @@
445+// Copyright 2013 Canonical Ltd.
446+// Licensed under the AGPLv3, see LICENCE file for details.
447+
448 package main
449
450 import (
451
452=== modified file 'cmd/juju/debuglog_test.go'
453--- cmd/juju/debuglog_test.go 2013-04-23 04:01:42 +0000
454+++ cmd/juju/debuglog_test.go 2013-05-10 21:31:27 +0000
455@@ -1,3 +1,6 @@
456+// Copyright 2013 Canonical Ltd.
457+// Licensed under the AGPLv3, see LICENCE file for details.
458+
459 package main
460
461 import (
462
463=== modified file 'cmd/juju/deploy.go'
464--- cmd/juju/deploy.go 2013-04-15 14:12:11 +0000
465+++ cmd/juju/deploy.go 2013-05-10 21:31:27 +0000
466@@ -1,3 +1,6 @@
467+// Copyright 2012, 2013 Canonical Ltd.
468+// Licensed under the AGPLv3, see LICENCE file for details.
469+
470 package main
471
472 import (
473
474=== modified file 'cmd/juju/deploy_test.go'
475--- cmd/juju/deploy_test.go 2013-04-14 14:40:40 +0000
476+++ cmd/juju/deploy_test.go 2013-05-10 21:31:27 +0000
477@@ -1,3 +1,6 @@
478+// Copyright 2012, 2013 Canonical Ltd.
479+// Licensed under the AGPLv3, see LICENCE file for details.
480+
481 package main
482
483 import (
484
485=== modified file 'cmd/juju/destroyenvironment.go'
486--- cmd/juju/destroyenvironment.go 2013-02-28 02:55:21 +0000
487+++ cmd/juju/destroyenvironment.go 2013-05-10 21:31:27 +0000
488@@ -1,3 +1,6 @@
489+// Copyright 2012, 2013 Canonical Ltd.
490+// Licensed under the AGPLv3, see LICENCE file for details.
491+
492 package main
493
494 import (
495
496=== modified file 'cmd/juju/destroymachine.go'
497--- cmd/juju/destroymachine.go 2013-03-21 16:00:04 +0000
498+++ cmd/juju/destroymachine.go 2013-05-10 21:31:27 +0000
499@@ -1,3 +1,6 @@
500+// Copyright 2013 Canonical Ltd.
501+// Licensed under the AGPLv3, see LICENCE file for details.
502+
503 package main
504
505 import (
506
507=== modified file 'cmd/juju/destroymachine_test.go'
508--- cmd/juju/destroymachine_test.go 2013-03-01 01:12:44 +0000
509+++ cmd/juju/destroymachine_test.go 2013-05-10 21:31:27 +0000
510@@ -1,3 +1,6 @@
511+// Copyright 2013 Canonical Ltd.
512+// Licensed under the AGPLv3, see LICENCE file for details.
513+
514 package main
515
516 import (
517
518=== modified file 'cmd/juju/destroyrelation.go'
519--- cmd/juju/destroyrelation.go 2013-03-29 14:17:02 +0000
520+++ cmd/juju/destroyrelation.go 2013-05-10 21:31:27 +0000
521@@ -1,3 +1,6 @@
522+// Copyright 2012, 2013 Canonical Ltd.
523+// Licensed under the AGPLv3, see LICENCE file for details.
524+
525 package main
526
527 import (
528
529=== modified file 'cmd/juju/destroyrelation_test.go'
530--- cmd/juju/destroyrelation_test.go 2013-03-29 14:17:02 +0000
531+++ cmd/juju/destroyrelation_test.go 2013-05-10 21:31:27 +0000
532@@ -1,3 +1,6 @@
533+// Copyright 2012, 2013 Canonical Ltd.
534+// Licensed under the AGPLv3, see LICENCE file for details.
535+
536 package main
537
538 import (
539
540=== modified file 'cmd/juju/destroyservice.go'
541--- cmd/juju/destroyservice.go 2013-03-12 18:55:06 +0000
542+++ cmd/juju/destroyservice.go 2013-05-10 21:31:27 +0000
543@@ -1,3 +1,6 @@
544+// Copyright 2013 Canonical Ltd.
545+// Licensed under the AGPLv3, see LICENCE file for details.
546+
547 package main
548
549 import (
550
551=== modified file 'cmd/juju/destroyservice_test.go'
552--- cmd/juju/destroyservice_test.go 2013-03-01 01:12:44 +0000
553+++ cmd/juju/destroyservice_test.go 2013-05-10 21:31:27 +0000
554@@ -1,3 +1,6 @@
555+// Copyright 2013 Canonical Ltd.
556+// Licensed under the AGPLv3, see LICENCE file for details.
557+
558 package main
559
560 import (
561
562=== modified file 'cmd/juju/destroyunit.go'
563--- cmd/juju/destroyunit.go 2013-03-14 16:38:27 +0000
564+++ cmd/juju/destroyunit.go 2013-05-10 21:31:27 +0000
565@@ -1,3 +1,6 @@
566+// Copyright 2012, 2013 Canonical Ltd.
567+// Licensed under the AGPLv3, see LICENCE file for details.
568+
569 package main
570
571 import (
572
573=== modified file 'cmd/juju/destroyunit_test.go'
574--- cmd/juju/destroyunit_test.go 2013-03-01 01:12:44 +0000
575+++ cmd/juju/destroyunit_test.go 2013-05-10 21:31:27 +0000
576@@ -1,3 +1,6 @@
577+// Copyright 2012, 2013 Canonical Ltd.
578+// Licensed under the AGPLv3, see LICENCE file for details.
579+
580 package main
581
582 import (
583
584=== modified file 'cmd/juju/environment.go'
585--- cmd/juju/environment.go 2013-04-13 21:02:42 +0000
586+++ cmd/juju/environment.go 2013-05-10 21:31:27 +0000
587@@ -1,3 +1,6 @@
588+// Copyright 2013 Canonical Ltd.
589+// Licensed under the AGPLv3, see LICENCE file for details.
590+
591 package main
592
593 import (
594
595=== modified file 'cmd/juju/environment_test.go'
596--- cmd/juju/environment_test.go 2013-04-24 09:07:57 +0000
597+++ cmd/juju/environment_test.go 2013-05-10 21:31:27 +0000
598@@ -1,3 +1,6 @@
599+// Copyright 2013 Canonical Ltd.
600+// Licensed under the AGPLv3, see LICENCE file for details.
601+
602 package main
603
604 import (
605
606=== modified file 'cmd/juju/environmentcommand.go'
607--- cmd/juju/environmentcommand.go 2013-05-08 00:07:19 +0000
608+++ cmd/juju/environmentcommand.go 2013-05-10 21:31:27 +0000
609@@ -1,3 +1,6 @@
610+// Copyright 2013 Canonical Ltd.
611+// Licensed under the AGPLv3, see LICENCE file for details.
612+
613 package main
614
615 import (
616
617=== modified file 'cmd/juju/environmentcommand_test.go'
618--- cmd/juju/environmentcommand_test.go 2013-05-08 00:10:28 +0000
619+++ cmd/juju/environmentcommand_test.go 2013-05-10 21:31:27 +0000
620@@ -1,3 +1,6 @@
621+// Copyright 2013 Canonical Ltd.
622+// Licensed under the AGPLv3, see LICENCE file for details.
623+
624 package main
625
626 import (
627
628=== modified file 'cmd/juju/expose.go'
629--- cmd/juju/expose.go 2013-03-08 13:57:47 +0000
630+++ cmd/juju/expose.go 2013-05-10 21:31:27 +0000
631@@ -1,3 +1,6 @@
632+// Copyright 2012, 2013 Canonical Ltd.
633+// Licensed under the AGPLv3, see LICENCE file for details.
634+
635 package main
636
637 import (
638
639=== modified file 'cmd/juju/expose_test.go'
640--- cmd/juju/expose_test.go 2013-03-01 01:12:44 +0000
641+++ cmd/juju/expose_test.go 2013-05-10 21:31:27 +0000
642@@ -1,3 +1,6 @@
643+// Copyright 2012, 2013 Canonical Ltd.
644+// Licensed under the AGPLv3, see LICENCE file for details.
645+
646 package main
647
648 import (
649
650=== modified file 'cmd/juju/get.go'
651--- cmd/juju/get.go 2013-04-08 20:52:01 +0000
652+++ cmd/juju/get.go 2013-05-10 21:31:27 +0000
653@@ -1,3 +1,6 @@
654+// Copyright 2012, 2013 Canonical Ltd.
655+// Licensed under the AGPLv3, see LICENCE file for details.
656+
657 package main
658
659 import (
660
661=== modified file 'cmd/juju/help_topics.go'
662--- cmd/juju/help_topics.go 2013-03-04 16:17:47 +0000
663+++ cmd/juju/help_topics.go 2013-05-10 21:31:27 +0000
664@@ -1,3 +1,6 @@
665+// Copyright 2013 Canonical Ltd.
666+// Licensed under the AGPLv3, see LICENCE file for details.
667+
668 package main
669
670 const helpBasics = `
671
672=== modified file 'cmd/juju/init.go'
673--- cmd/juju/init.go 2013-02-26 00:32:35 +0000
674+++ cmd/juju/init.go 2013-05-10 21:31:27 +0000
675@@ -1,3 +1,6 @@
676+// Copyright 2013 Canonical Ltd.
677+// Licensed under the AGPLv3, see LICENCE file for details.
678+
679 package main
680
681 import (
682
683=== modified file 'cmd/juju/init_test.go'
684--- cmd/juju/init_test.go 2013-03-14 04:51:54 +0000
685+++ cmd/juju/init_test.go 2013-05-10 21:31:27 +0000
686@@ -1,3 +1,6 @@
687+// Copyright 2013 Canonical Ltd.
688+// Licensed under the AGPLv3, see LICENCE file for details.
689+
690 package main
691
692 import (
693
694=== modified file 'cmd/juju/main.go'
695--- cmd/juju/main.go 2013-04-23 00:45:17 +0000
696+++ cmd/juju/main.go 2013-05-10 21:31:27 +0000
697@@ -1,3 +1,6 @@
698+// Copyright 2012, 2013 Canonical Ltd.
699+// Licensed under the AGPLv3, see LICENCE file for details.
700+
701 package main
702
703 import (
704
705=== modified file 'cmd/juju/main_test.go'
706--- cmd/juju/main_test.go 2013-05-07 23:22:52 +0000
707+++ cmd/juju/main_test.go 2013-05-10 21:31:27 +0000
708@@ -1,3 +1,6 @@
709+// Copyright 2012, 2013 Canonical Ltd.
710+// Licensed under the AGPLv3, see LICENCE file for details.
711+
712 package main
713
714 import (
715
716=== modified file 'cmd/juju/publish.go'
717--- cmd/juju/publish.go 2013-04-11 17:51:37 +0000
718+++ cmd/juju/publish.go 2013-05-10 21:31:27 +0000
719@@ -1,3 +1,6 @@
720+// Copyright 2013 Canonical Ltd.
721+// Licensed under the AGPLv3, see LICENCE file for details.
722+
723 package main
724
725 import (
726
727=== modified file 'cmd/juju/publish_test.go'
728--- cmd/juju/publish_test.go 2013-05-08 00:29:04 +0000
729+++ cmd/juju/publish_test.go 2013-05-10 21:31:27 +0000
730@@ -1,3 +1,6 @@
731+// Copyright 2013 Canonical Ltd.
732+// Licensed under the AGPLv3, see LICENCE file for details.
733+
734 package main
735
736 import (
737
738=== modified file 'cmd/juju/resolved.go'
739--- cmd/juju/resolved.go 2013-04-10 14:55:46 +0000
740+++ cmd/juju/resolved.go 2013-05-10 21:31:27 +0000
741@@ -1,3 +1,6 @@
742+// Copyright 2012, 2013 Canonical Ltd.
743+// Licensed under the AGPLv3, see LICENCE file for details.
744+
745 package main
746
747 import (
748
749=== modified file 'cmd/juju/resolved_test.go'
750--- cmd/juju/resolved_test.go 2013-04-11 15:46:31 +0000
751+++ cmd/juju/resolved_test.go 2013-05-10 21:31:27 +0000
752@@ -1,3 +1,6 @@
753+// Copyright 2012, 2013 Canonical Ltd.
754+// Licensed under the AGPLv3, see LICENCE file for details.
755+
756 package main
757
758 import (
759
760=== modified file 'cmd/juju/scp.go'
761--- cmd/juju/scp.go 2013-02-26 00:32:35 +0000
762+++ cmd/juju/scp.go 2013-05-10 21:31:27 +0000
763@@ -1,3 +1,6 @@
764+// Copyright 2012, 2013 Canonical Ltd.
765+// Licensed under the AGPLv3, see LICENCE file for details.
766+
767 package main
768
769 import (
770
771=== modified file 'cmd/juju/scp_test.go'
772--- cmd/juju/scp_test.go 2013-02-28 12:27:09 +0000
773+++ cmd/juju/scp_test.go 2013-05-10 21:31:27 +0000
774@@ -1,3 +1,6 @@
775+// Copyright 2012, 2013 Canonical Ltd.
776+// Licensed under the AGPLv3, see LICENCE file for details.
777+
778 package main
779
780 import (
781
782=== modified file 'cmd/juju/set.go'
783--- cmd/juju/set.go 2013-04-10 17:40:01 +0000
784+++ cmd/juju/set.go 2013-05-10 21:31:27 +0000
785@@ -1,3 +1,6 @@
786+// Copyright 2012, 2013 Canonical Ltd.
787+// Licensed under the AGPLv3, see LICENCE file for details.
788+
789 package main
790
791 import (
792
793=== modified file 'cmd/juju/ssh.go'
794--- cmd/juju/ssh.go 2013-04-11 17:51:37 +0000
795+++ cmd/juju/ssh.go 2013-05-10 21:31:27 +0000
796@@ -1,3 +1,6 @@
797+// Copyright 2012, 2013 Canonical Ltd.
798+// Licensed under the AGPLv3, see LICENCE file for details.
799+
800 package main
801
802 import (
803
804=== modified file 'cmd/juju/ssh_test.go'
805--- cmd/juju/ssh_test.go 2013-04-05 18:56:15 +0000
806+++ cmd/juju/ssh_test.go 2013-05-10 21:31:27 +0000
807@@ -1,3 +1,6 @@
808+// Copyright 2012, 2013 Canonical Ltd.
809+// Licensed under the AGPLv3, see LICENCE file for details.
810+
811 package main
812
813 import (
814
815=== modified file 'cmd/juju/status.go'
816--- cmd/juju/status.go 2013-04-19 12:45:35 +0000
817+++ cmd/juju/status.go 2013-05-10 21:31:27 +0000
818@@ -1,3 +1,6 @@
819+// Copyright 2012, 2013 Canonical Ltd.
820+// Licensed under the AGPLv3, see LICENCE file for details.
821+
822 package main
823
824 import (
825
826=== modified file 'cmd/juju/status_test.go'
827--- cmd/juju/status_test.go 2013-04-18 14:18:36 +0000
828+++ cmd/juju/status_test.go 2013-05-10 21:31:27 +0000
829@@ -1,3 +1,6 @@
830+// Copyright 2012, 2013 Canonical Ltd.
831+// Licensed under the AGPLv3, see LICENCE file for details.
832+
833 package main
834
835 import (
836
837=== modified file 'cmd/juju/switch.go'
838--- cmd/juju/switch.go 2013-05-08 00:07:19 +0000
839+++ cmd/juju/switch.go 2013-05-10 21:31:27 +0000
840@@ -1,3 +1,6 @@
841+// Copyright 2013 Canonical Ltd.
842+// Licensed under the AGPLv3, see LICENCE file for details.
843+
844 package main
845
846 import (
847
848=== modified file 'cmd/juju/switch_test.go'
849--- cmd/juju/switch_test.go 2013-05-08 00:15:54 +0000
850+++ cmd/juju/switch_test.go 2013-05-10 21:31:27 +0000
851@@ -1,3 +1,6 @@
852+// Copyright 2013 Canonical Ltd.
853+// Licensed under the AGPLv3, see LICENCE file for details.
854+
855 package main
856
857 import (
858
859=== modified file 'cmd/juju/synctools.go'
860--- cmd/juju/synctools.go 2013-04-14 23:50:20 +0000
861+++ cmd/juju/synctools.go 2013-05-10 21:31:27 +0000
862@@ -1,3 +1,6 @@
863+// Copyright 2013 Canonical Ltd.
864+// Licensed under the AGPLv3, see LICENCE file for details.
865+
866 package main
867
868 import (
869
870=== modified file 'cmd/juju/synctools_test.go'
871--- cmd/juju/synctools_test.go 2013-04-16 08:42:12 +0000
872+++ cmd/juju/synctools_test.go 2013-05-10 21:31:27 +0000
873@@ -1,3 +1,6 @@
874+// Copyright 2013 Canonical Ltd.
875+// Licensed under the AGPLv3, see LICENCE file for details.
876+
877 package main
878
879 import (
880
881=== modified file 'cmd/juju/unexpose.go'
882--- cmd/juju/unexpose.go 2013-03-08 13:57:47 +0000
883+++ cmd/juju/unexpose.go 2013-05-10 21:31:27 +0000
884@@ -1,3 +1,6 @@
885+// Copyright 2012, 2013 Canonical Ltd.
886+// Licensed under the AGPLv3, see LICENCE file for details.
887+
888 package main
889
890 import (
891
892=== modified file 'cmd/juju/unexpose_test.go'
893--- cmd/juju/unexpose_test.go 2013-03-01 01:12:44 +0000
894+++ cmd/juju/unexpose_test.go 2013-05-10 21:31:27 +0000
895@@ -1,3 +1,6 @@
896+// Copyright 2012, 2013 Canonical Ltd.
897+// Licensed under the AGPLv3, see LICENCE file for details.
898+
899 package main
900
901 import (
902
903=== modified file 'cmd/juju/upgradecharm.go'
904--- cmd/juju/upgradecharm.go 2013-04-29 16:40:25 +0000
905+++ cmd/juju/upgradecharm.go 2013-05-10 21:31:27 +0000
906@@ -1,3 +1,6 @@
907+// Copyright 2013 Canonical Ltd.
908+// Licensed under the AGPLv3, see LICENCE file for details.
909+
910 package main
911
912 import (
913
914=== modified file 'cmd/juju/upgradecharm_test.go'
915--- cmd/juju/upgradecharm_test.go 2013-04-29 16:40:25 +0000
916+++ cmd/juju/upgradecharm_test.go 2013-05-10 21:31:27 +0000
917@@ -1,3 +1,6 @@
918+// Copyright 2013 Canonical Ltd.
919+// Licensed under the AGPLv3, see LICENCE file for details.
920+
921 package main
922
923 import (
924
925=== modified file 'cmd/juju/upgradejuju.go'
926--- cmd/juju/upgradejuju.go 2013-04-16 07:37:30 +0000
927+++ cmd/juju/upgradejuju.go 2013-05-10 21:31:27 +0000
928@@ -1,3 +1,6 @@
929+// Copyright 2012, 2013 Canonical Ltd.
930+// Licensed under the AGPLv3, see LICENCE file for details.
931+
932 package main
933
934 import (
935
936=== modified file 'cmd/juju/upgradejuju_test.go'
937--- cmd/juju/upgradejuju_test.go 2013-04-15 10:28:50 +0000
938+++ cmd/juju/upgradejuju_test.go 2013-05-10 21:31:27 +0000
939@@ -1,3 +1,6 @@
940+// Copyright 2012, 2013 Canonical Ltd.
941+// Licensed under the AGPLv3, see LICENCE file for details.
942+
943 package main
944
945 import (
946
947=== modified file 'cmd/jujud/agent.go'
948--- cmd/jujud/agent.go 2013-04-11 17:51:37 +0000
949+++ cmd/jujud/agent.go 2013-05-10 21:31:27 +0000
950@@ -1,3 +1,6 @@
951+// Copyright 2012, 2013 Canonical Ltd.
952+// Licensed under the AGPLv3, see LICENCE file for details.
953+
954 package main
955
956 import (
957
958=== modified file 'cmd/jujud/agent_test.go'
959--- cmd/jujud/agent_test.go 2013-04-13 19:05:08 +0000
960+++ cmd/jujud/agent_test.go 2013-05-10 21:31:27 +0000
961@@ -1,3 +1,6 @@
962+// Copyright 2012, 2013 Canonical Ltd.
963+// Licensed under the AGPLv3, see LICENCE file for details.
964+
965 package main
966
967 import (
968
969=== modified file 'cmd/jujud/bootstrap.go'
970--- cmd/jujud/bootstrap.go 2013-04-28 20:50:44 +0000
971+++ cmd/jujud/bootstrap.go 2013-05-10 21:31:27 +0000
972@@ -1,3 +1,6 @@
973+// Copyright 2012, 2013 Canonical Ltd.
974+// Licensed under the AGPLv3, see LICENCE file for details.
975+
976 package main
977
978 import (
979
980=== modified file 'cmd/jujud/bootstrap_test.go'
981--- cmd/jujud/bootstrap_test.go 2013-04-28 20:50:44 +0000
982+++ cmd/jujud/bootstrap_test.go 2013-05-10 21:31:27 +0000
983@@ -1,3 +1,6 @@
984+// Copyright 2012, 2013 Canonical Ltd.
985+// Licensed under the AGPLv3, see LICENCE file for details.
986+
987 package main
988
989 import (
990
991=== modified file 'cmd/jujud/deploy_test.go'
992--- cmd/jujud/deploy_test.go 2013-04-15 01:01:43 +0000
993+++ cmd/jujud/deploy_test.go 2013-05-10 21:31:27 +0000
994@@ -1,3 +1,6 @@
995+// Copyright 2013 Canonical Ltd.
996+// Licensed under the AGPLv3, see LICENCE file for details.
997+
998 package main
999
1000 import (
1001
1002=== modified file 'cmd/jujud/machine.go'
1003--- cmd/jujud/machine.go 2013-04-17 14:45:59 +0000
1004+++ cmd/jujud/machine.go 2013-05-10 21:31:27 +0000
1005@@ -1,3 +1,6 @@
1006+// Copyright 2012, 2013 Canonical Ltd.
1007+// Licensed under the AGPLv3, see LICENCE file for details.
1008+
1009 package main
1010
1011 import (
1012
1013=== modified file 'cmd/jujud/machine_test.go'
1014--- cmd/jujud/machine_test.go 2013-04-17 06:39:43 +0000
1015+++ cmd/jujud/machine_test.go 2013-05-10 21:31:27 +0000
1016@@ -1,3 +1,6 @@
1017+// Copyright 2012, 2013 Canonical Ltd.
1018+// Licensed under the AGPLv3, see LICENCE file for details.
1019+
1020 package main
1021
1022 import (
1023
1024=== modified file 'cmd/jujud/main.go'
1025--- cmd/jujud/main.go 2013-04-11 14:12:41 +0000
1026+++ cmd/jujud/main.go 2013-05-10 21:31:27 +0000
1027@@ -1,3 +1,6 @@
1028+// Copyright 2012, 2013 Canonical Ltd.
1029+// Licensed under the AGPLv3, see LICENCE file for details.
1030+
1031 package main
1032
1033 import (
1034
1035=== modified file 'cmd/jujud/main_test.go'
1036--- cmd/jujud/main_test.go 2013-04-17 05:28:16 +0000
1037+++ cmd/jujud/main_test.go 2013-05-10 21:31:27 +0000
1038@@ -1,3 +1,6 @@
1039+// Copyright 2012, 2013 Canonical Ltd.
1040+// Licensed under the AGPLv3, see LICENCE file for details.
1041+
1042 package main
1043
1044 import (
1045
1046=== modified file 'cmd/jujud/unit.go'
1047--- cmd/jujud/unit.go 2013-04-17 14:45:59 +0000
1048+++ cmd/jujud/unit.go 2013-05-10 21:31:27 +0000
1049@@ -1,3 +1,6 @@
1050+// Copyright 2012, 2013 Canonical Ltd.
1051+// Licensed under the AGPLv3, see LICENCE file for details.
1052+
1053 package main
1054
1055 import (
1056
1057=== modified file 'cmd/jujud/unit_test.go'
1058--- cmd/jujud/unit_test.go 2013-04-11 15:46:31 +0000
1059+++ cmd/jujud/unit_test.go 2013-05-10 21:31:27 +0000
1060@@ -1,3 +1,6 @@
1061+// Copyright 2012, 2013 Canonical Ltd.
1062+// Licensed under the AGPLv3, see LICENCE file for details.
1063+
1064 package main
1065
1066 import (
1067
1068=== modified file 'cmd/jujud/upgrade.go'
1069--- cmd/jujud/upgrade.go 2013-04-16 01:56:55 +0000
1070+++ cmd/jujud/upgrade.go 2013-05-10 21:31:27 +0000
1071@@ -1,3 +1,6 @@
1072+// Copyright 2012, 2013 Canonical Ltd.
1073+// Licensed under the AGPLv3, see LICENCE file for details.
1074+
1075 package main
1076
1077 import (
1078
1079=== modified file 'cmd/jujud/upgrade_test.go'
1080--- cmd/jujud/upgrade_test.go 2013-04-13 19:05:08 +0000
1081+++ cmd/jujud/upgrade_test.go 2013-05-10 21:31:27 +0000
1082@@ -1,3 +1,6 @@
1083+// Copyright 2012, 2013 Canonical Ltd.
1084+// Licensed under the AGPLv3, see LICENCE file for details.
1085+
1086 package main
1087
1088 import (
1089
1090=== modified file 'cmd/logging.go'
1091--- cmd/logging.go 2013-04-12 08:15:54 +0000
1092+++ cmd/logging.go 2013-05-10 21:31:27 +0000
1093@@ -1,3 +1,6 @@
1094+// Copyright 2012, 2013 Canonical Ltd.
1095+// Licensed under the AGPLv3, see LICENCE file for details.
1096+
1097 package cmd
1098
1099 import (
1100
1101=== modified file 'cmd/logging_test.go'
1102--- cmd/logging_test.go 2013-04-12 08:15:54 +0000
1103+++ cmd/logging_test.go 2013-05-10 21:31:27 +0000
1104@@ -1,3 +1,6 @@
1105+// Copyright 2012, 2013 Canonical Ltd.
1106+// Licensed under the AGPLv3, see LICENCE file for details.
1107+
1108 package cmd_test
1109
1110 import (
1111
1112=== modified file 'cmd/output.go'
1113--- cmd/output.go 2013-03-12 20:48:44 +0000
1114+++ cmd/output.go 2013-05-10 21:31:27 +0000
1115@@ -1,3 +1,6 @@
1116+// Copyright 2012, 2013 Canonical Ltd.
1117+// Licensed under the AGPLv3, see LICENCE file for details.
1118+
1119 package cmd
1120
1121 import (
1122
1123=== modified file 'cmd/output_test.go'
1124--- cmd/output_test.go 2013-03-12 20:48:44 +0000
1125+++ cmd/output_test.go 2013-05-10 21:31:27 +0000
1126@@ -1,3 +1,6 @@
1127+// Copyright 2012, 2013 Canonical Ltd.
1128+// Licensed under the AGPLv3, see LICENCE file for details.
1129+
1130 package cmd_test
1131
1132 import (
1133
1134=== modified file 'cmd/supercommand.go'
1135--- cmd/supercommand.go 2013-04-18 13:13:33 +0000
1136+++ cmd/supercommand.go 2013-05-10 21:31:27 +0000
1137@@ -1,3 +1,6 @@
1138+// Copyright 2012, 2013 Canonical Ltd.
1139+// Licensed under the AGPLv3, see LICENCE file for details.
1140+
1141 package cmd
1142
1143 import (
1144
1145=== modified file 'cmd/supercommand_test.go'
1146--- cmd/supercommand_test.go 2013-04-12 08:51:24 +0000
1147+++ cmd/supercommand_test.go 2013-05-10 21:31:27 +0000
1148@@ -1,3 +1,6 @@
1149+// Copyright 2012, 2013 Canonical Ltd.
1150+// Licensed under the AGPLv3, see LICENCE file for details.
1151+
1152 package cmd_test
1153
1154 import (
1155
1156=== modified file 'cmd/util_test.go'
1157--- cmd/util_test.go 2013-02-28 20:08:55 +0000
1158+++ cmd/util_test.go 2013-05-10 21:31:27 +0000
1159@@ -1,3 +1,6 @@
1160+// Copyright 2012, 2013 Canonical Ltd.
1161+// Licensed under the AGPLv3, see LICENCE file for details.
1162+
1163 package cmd_test
1164
1165 import (
1166
1167=== modified file 'cmd/version.go'
1168--- cmd/version.go 2013-03-14 06:04:48 +0000
1169+++ cmd/version.go 2013-05-10 21:31:27 +0000
1170@@ -1,3 +1,6 @@
1171+// Copyright 2012, 2013 Canonical Ltd.
1172+// Licensed under the AGPLv3, see LICENCE file for details.
1173+
1174 package cmd
1175
1176 import (
1177
1178=== modified file 'cmd/version_test.go'
1179--- cmd/version_test.go 2013-03-14 06:00:30 +0000
1180+++ cmd/version_test.go 2013-05-10 21:31:27 +0000
1181@@ -1,3 +1,6 @@
1182+// Copyright 2012, 2013 Canonical Ltd.
1183+// Licensed under the AGPLv3, see LICENCE file for details.
1184+
1185 package cmd
1186
1187 import (
1188
1189=== modified file 'constraints/constraints.go'
1190--- constraints/constraints.go 2013-03-26 10:13:09 +0000
1191+++ constraints/constraints.go 2013-05-10 21:31:27 +0000
1192@@ -1,3 +1,6 @@
1193+// Copyright 2013 Canonical Ltd.
1194+// Licensed under the AGPLv3, see LICENCE file for details.
1195+
1196 package constraints
1197
1198 import (
1199
1200=== modified file 'constraints/constraints_test.go'
1201--- constraints/constraints_test.go 2013-04-09 12:27:45 +0000
1202+++ constraints/constraints_test.go 2013-05-10 21:31:27 +0000
1203@@ -1,3 +1,6 @@
1204+// Copyright 2013 Canonical Ltd.
1205+// Licensed under the AGPLv3, see LICENCE file for details.
1206+
1207 package constraints_test
1208
1209 import (
1210
1211=== modified file 'downloader/downloader.go'
1212--- downloader/downloader.go 2013-03-14 02:38:14 +0000
1213+++ downloader/downloader.go 2013-05-10 21:31:27 +0000
1214@@ -1,3 +1,6 @@
1215+// Copyright 2012, 2013 Canonical Ltd.
1216+// Licensed under the AGPLv3, see LICENCE file for details.
1217+
1218 package downloader
1219
1220 import (
1221
1222=== modified file 'downloader/downloader_test.go'
1223--- downloader/downloader_test.go 2012-08-23 14:32:04 +0000
1224+++ downloader/downloader_test.go 2013-05-10 21:31:27 +0000
1225@@ -1,3 +1,6 @@
1226+// Copyright 2012, 2013 Canonical Ltd.
1227+// Licensed under the AGPLv3, see LICENCE file for details.
1228+
1229 package downloader_test
1230
1231 import (
1232
1233=== modified file 'environs/agent/agent.go'
1234--- environs/agent/agent.go 2013-04-14 22:12:49 +0000
1235+++ environs/agent/agent.go 2013-05-10 21:31:27 +0000
1236@@ -1,3 +1,6 @@
1237+// Copyright 2013 Canonical Ltd.
1238+// Licensed under the AGPLv3, see LICENCE file for details.
1239+
1240 package agent
1241
1242 import (
1243
1244=== modified file 'environs/agent/agent_test.go'
1245--- environs/agent/agent_test.go 2013-04-14 22:12:49 +0000
1246+++ environs/agent/agent_test.go 2013-05-10 21:31:27 +0000
1247@@ -1,3 +1,6 @@
1248+// Copyright 2013 Canonical Ltd.
1249+// Licensed under the AGPLv3, see LICENCE file for details.
1250+
1251 package agent_test
1252
1253 import (
1254
1255=== modified file 'environs/agent/tools.go'
1256--- environs/agent/tools.go 2013-03-15 07:02:42 +0000
1257+++ environs/agent/tools.go 2013-05-10 21:31:27 +0000
1258@@ -1,3 +1,6 @@
1259+// Copyright 2013 Canonical Ltd.
1260+// Licensed under the AGPLv3, see LICENCE file for details.
1261+
1262 package agent
1263
1264 import (
1265
1266=== modified file 'environs/agent/tools_test.go'
1267--- environs/agent/tools_test.go 2013-02-25 16:46:55 +0000
1268+++ environs/agent/tools_test.go 2013-05-10 21:31:27 +0000
1269@@ -1,3 +1,6 @@
1270+// Copyright 2013 Canonical Ltd.
1271+// Licensed under the AGPLv3, see LICENCE file for details.
1272+
1273 package agent_test
1274
1275 import (
1276
1277=== modified file 'environs/all/all.go'
1278--- environs/all/all.go 2013-04-11 14:11:32 +0000
1279+++ environs/all/all.go 2013-05-10 21:31:27 +0000
1280@@ -1,3 +1,6 @@
1281+// Copyright 2013 Canonical Ltd.
1282+// Licensed under the AGPLv3, see LICENCE file for details.
1283+
1284 package all
1285
1286 // Register all the available providers.
1287
1288=== modified file 'environs/boilerplate_config.go'
1289--- environs/boilerplate_config.go 2013-03-07 21:15:40 +0000
1290+++ environs/boilerplate_config.go 2013-05-10 21:31:27 +0000
1291@@ -1,3 +1,6 @@
1292+// Copyright 2013 Canonical Ltd.
1293+// Licensed under the AGPLv3, see LICENCE file for details.
1294+
1295 package environs
1296
1297 import (
1298
1299=== modified file 'environs/boilerplate_config_test.go'
1300--- environs/boilerplate_config_test.go 2013-03-26 20:17:23 +0000
1301+++ environs/boilerplate_config_test.go 2013-05-10 21:31:27 +0000
1302@@ -1,3 +1,6 @@
1303+// Copyright 2013 Canonical Ltd.
1304+// Licensed under the AGPLv3, see LICENCE file for details.
1305+
1306 package environs_test
1307
1308 import (
1309
1310=== modified file 'environs/bootstrap.go'
1311--- environs/bootstrap.go 2013-04-16 07:37:30 +0000
1312+++ environs/bootstrap.go 2013-05-10 21:31:27 +0000
1313@@ -1,3 +1,6 @@
1314+// Copyright 2012, 2013 Canonical Ltd.
1315+// Licensed under the AGPLv3, see LICENCE file for details.
1316+
1317 package environs
1318
1319 import (
1320
1321=== modified file 'environs/bootstrap_test.go'
1322--- environs/bootstrap_test.go 2013-04-16 07:37:30 +0000
1323+++ environs/bootstrap_test.go 2013-05-10 21:31:27 +0000
1324@@ -1,3 +1,6 @@
1325+// Copyright 2012, 2013 Canonical Ltd.
1326+// Licensed under the AGPLv3, see LICENCE file for details.
1327+
1328 package environs_test
1329
1330 import (
1331
1332=== modified file 'environs/cert.go'
1333--- environs/cert.go 2013-04-23 16:17:57 +0000
1334+++ environs/cert.go 2013-05-10 21:31:27 +0000
1335@@ -1,3 +1,6 @@
1336+// Copyright 2013 Canonical Ltd.
1337+// Licensed under the AGPLv3, see LICENCE file for details.
1338+
1339 package environs
1340
1341 import (
1342
1343=== modified file 'environs/cert_internal_test.go'
1344--- environs/cert_internal_test.go 2013-03-18 22:33:50 +0000
1345+++ environs/cert_internal_test.go 2013-05-10 21:31:27 +0000
1346@@ -1,3 +1,6 @@
1347+// Copyright 2013 Canonical Ltd.
1348+// Licensed under the AGPLv3, see LICENCE file for details.
1349+
1350 package environs
1351
1352 import (
1353
1354=== modified file 'environs/cert_test.go'
1355--- environs/cert_test.go 2013-04-23 16:04:45 +0000
1356+++ environs/cert_test.go 2013-05-10 21:31:27 +0000
1357@@ -1,3 +1,6 @@
1358+// Copyright 2013 Canonical Ltd.
1359+// Licensed under the AGPLv3, see LICENCE file for details.
1360+
1361 package environs_test
1362
1363 import (
1364
1365=== modified file 'environs/cloudinit.go'
1366--- environs/cloudinit.go 2013-04-16 07:37:30 +0000
1367+++ environs/cloudinit.go 2013-05-10 21:31:27 +0000
1368@@ -1,3 +1,6 @@
1369+// Copyright 2013 Canonical Ltd.
1370+// Licensed under the AGPLv3, see LICENCE file for details.
1371+
1372 package environs
1373
1374 import (
1375
1376=== modified file 'environs/cloudinit/cloudinit.go'
1377--- environs/cloudinit/cloudinit.go 2013-05-10 19:17:49 +0000
1378+++ environs/cloudinit/cloudinit.go 2013-05-10 21:31:27 +0000
1379@@ -1,3 +1,6 @@
1380+// Copyright 2012, 2013 Canonical Ltd.
1381+// Licensed under the AGPLv3, see LICENCE file for details.
1382+
1383 package cloudinit
1384
1385 import (
1386
1387=== modified file 'environs/cloudinit/cloudinit_test.go'
1388--- environs/cloudinit/cloudinit_test.go 2013-05-10 19:17:49 +0000
1389+++ environs/cloudinit/cloudinit_test.go 2013-05-10 21:31:27 +0000
1390@@ -1,3 +1,6 @@
1391+// Copyright 2012, 2013 Canonical Ltd.
1392+// Licensed under the AGPLv3, see LICENCE file for details.
1393+
1394 package cloudinit_test
1395
1396 import (
1397
1398=== modified file 'environs/cloudinit/suite_test.go'
1399--- environs/cloudinit/suite_test.go 2012-08-16 06:57:16 +0000
1400+++ environs/cloudinit/suite_test.go 2013-05-10 21:31:27 +0000
1401@@ -1,3 +1,6 @@
1402+// Copyright 2012, 2013 Canonical Ltd.
1403+// Licensed under the AGPLv3, see LICENCE file for details.
1404+
1405 package cloudinit_test
1406
1407 import (
1408
1409=== modified file 'environs/cloudinit_test.go'
1410--- environs/cloudinit_test.go 2013-04-16 02:38:43 +0000
1411+++ environs/cloudinit_test.go 2013-05-10 21:31:27 +0000
1412@@ -1,3 +1,6 @@
1413+// Copyright 2013 Canonical Ltd.
1414+// Licensed under the AGPLv3, see LICENCE file for details.
1415+
1416 package environs_test
1417
1418 import (
1419
1420=== modified file 'environs/config.go'
1421--- environs/config.go 2013-04-24 09:07:57 +0000
1422+++ environs/config.go 2013-05-10 21:31:27 +0000
1423@@ -1,3 +1,6 @@
1424+// Copyright 2011, 2012, 2013 Canonical Ltd.
1425+// Licensed under the AGPLv3, see LICENCE file for details.
1426+
1427 package environs
1428
1429 import (
1430
1431=== modified file 'environs/config/authkeys.go'
1432--- environs/config/authkeys.go 2012-11-28 17:18:56 +0000
1433+++ environs/config/authkeys.go 2013-05-10 21:31:27 +0000
1434@@ -1,3 +1,6 @@
1435+// Copyright 2012, 2013 Canonical Ltd.
1436+// Licensed under the AGPLv3, see LICENCE file for details.
1437+
1438 package config
1439
1440 import (
1441
1442=== modified file 'environs/config/config.go'
1443--- environs/config/config.go 2013-04-13 21:02:42 +0000
1444+++ environs/config/config.go 2013-05-10 21:31:27 +0000
1445@@ -1,3 +1,6 @@
1446+// Copyright 2012, 2013 Canonical Ltd.
1447+// Licensed under the AGPLv3, see LICENCE file for details.
1448+
1449 package config
1450
1451 import (
1452
1453=== modified file 'environs/config/config_test.go'
1454--- environs/config/config_test.go 2013-04-23 03:25:48 +0000
1455+++ environs/config/config_test.go 2013-05-10 21:31:27 +0000
1456@@ -1,3 +1,6 @@
1457+// Copyright 2012, 2013 Canonical Ltd.
1458+// Licensed under the AGPLv3, see LICENCE file for details.
1459+
1460 package config_test
1461
1462 import (
1463
1464=== modified file 'environs/config/home.go'
1465--- environs/config/home.go 2013-04-23 16:04:45 +0000
1466+++ environs/config/home.go 2013-05-10 21:31:27 +0000
1467@@ -1,3 +1,6 @@
1468+// Copyright 2013 Canonical Ltd.
1469+// Licensed under the AGPLv3, see LICENCE file for details.
1470+
1471 package config
1472
1473 import (
1474
1475=== modified file 'environs/config/home_test.go'
1476--- environs/config/home_test.go 2013-03-28 11:00:00 +0000
1477+++ environs/config/home_test.go 2013-05-10 21:31:27 +0000
1478@@ -1,3 +1,6 @@
1479+// Copyright 2013 Canonical Ltd.
1480+// Licensed under the AGPLv3, see LICENCE file for details.
1481+
1482 package config_test
1483
1484 import (
1485
1486=== modified file 'environs/config_test.go'
1487--- environs/config_test.go 2013-04-14 15:09:35 +0000
1488+++ environs/config_test.go 2013-05-10 21:31:27 +0000
1489@@ -1,3 +1,6 @@
1490+// Copyright 2011, 2012, 2013 Canonical Ltd.
1491+// Licensed under the AGPLv3, see LICENCE file for details.
1492+
1493 package environs_test
1494
1495 import (
1496
1497=== modified file 'environs/dummy/config_test.go'
1498--- environs/dummy/config_test.go 2012-11-27 09:16:02 +0000
1499+++ environs/dummy/config_test.go 2013-05-10 21:31:27 +0000
1500@@ -1,3 +1,6 @@
1501+// Copyright 2012, 2013 Canonical Ltd.
1502+// Licensed under the AGPLv3, see LICENCE file for details.
1503+
1504 package dummy_test
1505
1506 import (
1507
1508=== modified file 'environs/dummy/environs.go'
1509--- environs/dummy/environs.go 2013-04-16 02:38:43 +0000
1510+++ environs/dummy/environs.go 2013-05-10 21:31:27 +0000
1511@@ -1,3 +1,6 @@
1512+// Copyright 2012, 2013 Canonical Ltd.
1513+// Licensed under the AGPLv3, see LICENCE file for details.
1514+
1515 // The dummy provider implements an environment provider for testing
1516 // purposes, registered with environs under the name "dummy".
1517 //
1518
1519=== modified file 'environs/dummy/environs_test.go'
1520--- environs/dummy/environs_test.go 2013-03-26 12:49:08 +0000
1521+++ environs/dummy/environs_test.go 2013-05-10 21:31:27 +0000
1522@@ -1,3 +1,6 @@
1523+// Copyright 2012, 2013 Canonical Ltd.
1524+// Licensed under the AGPLv3, see LICENCE file for details.
1525+
1526 package dummy_test
1527
1528 import (
1529
1530=== modified file 'environs/dummy/storage.go'
1531--- environs/dummy/storage.go 2013-04-10 00:11:24 +0000
1532+++ environs/dummy/storage.go 2013-05-10 21:31:27 +0000
1533@@ -1,3 +1,6 @@
1534+// Copyright 2012, 2013 Canonical Ltd.
1535+// Licensed under the AGPLv3, see LICENCE file for details.
1536+
1537 package dummy
1538
1539 import (
1540
1541=== modified file 'environs/ec2/config.go'
1542--- environs/ec2/config.go 2013-04-10 02:56:46 +0000
1543+++ environs/ec2/config.go 2013-05-10 21:31:27 +0000
1544@@ -1,3 +1,6 @@
1545+// Copyright 2011, 2012, 2013 Canonical Ltd.
1546+// Licensed under the AGPLv3, see LICENCE file for details.
1547+
1548 package ec2
1549
1550 import (
1551
1552=== modified file 'environs/ec2/config_test.go'
1553--- environs/ec2/config_test.go 2013-04-10 00:11:24 +0000
1554+++ environs/ec2/config_test.go 2013-05-10 21:31:27 +0000
1555@@ -1,3 +1,6 @@
1556+// Copyright 2011, 2012, 2013 Canonical Ltd.
1557+// Licensed under the AGPLv3, see LICENCE file for details.
1558+
1559 package ec2
1560
1561 // TODO: Clean this up so it matches environs/openstack/config_test.go.
1562
1563=== modified file 'environs/ec2/ec2.go'
1564--- environs/ec2/ec2.go 2013-04-30 00:16:13 +0000
1565+++ environs/ec2/ec2.go 2013-05-10 21:31:27 +0000
1566@@ -1,3 +1,6 @@
1567+// Copyright 2011, 2012, 2013 Canonical Ltd.
1568+// Licensed under the AGPLv3, see LICENCE file for details.
1569+
1570 package ec2
1571
1572 import (
1573
1574=== modified file 'environs/ec2/export_test.go'
1575--- environs/ec2/export_test.go 2013-04-29 01:06:35 +0000
1576+++ environs/ec2/export_test.go 2013-05-10 21:31:27 +0000
1577@@ -1,3 +1,6 @@
1578+// Copyright 2012, 2013 Canonical Ltd.
1579+// Licensed under the AGPLv3, see LICENCE file for details.
1580+
1581 package ec2
1582
1583 import (
1584
1585=== modified file 'environs/ec2/image.go'
1586--- environs/ec2/image.go 2013-04-30 00:16:13 +0000
1587+++ environs/ec2/image.go 2013-05-10 21:31:27 +0000
1588@@ -1,3 +1,6 @@
1589+// Copyright 2011, 2012, 2013 Canonical Ltd.
1590+// Licensed under the AGPLv3, see LICENCE file for details.
1591+
1592 package ec2
1593
1594 import (
1595
1596=== modified file 'environs/ec2/image_test.go'
1597--- environs/ec2/image_test.go 2013-04-30 00:16:13 +0000
1598+++ environs/ec2/image_test.go 2013-05-10 21:31:27 +0000
1599@@ -1,3 +1,6 @@
1600+// Copyright 2011, 2012, 2013 Canonical Ltd.
1601+// Licensed under the AGPLv3, see LICENCE file for details.
1602+
1603 package ec2
1604
1605 import (
1606
1607=== modified file 'environs/ec2/instancetype.go'
1608--- environs/ec2/instancetype.go 2013-04-29 01:06:35 +0000
1609+++ environs/ec2/instancetype.go 2013-05-10 21:31:27 +0000
1610@@ -1,3 +1,6 @@
1611+// Copyright 2013 Canonical Ltd.
1612+// Licensed under the AGPLv3, see LICENCE file for details.
1613+
1614 package ec2
1615
1616 import (
1617
1618=== modified file 'environs/ec2/live_test.go'
1619--- environs/ec2/live_test.go 2013-04-10 00:11:24 +0000
1620+++ environs/ec2/live_test.go 2013-05-10 21:31:27 +0000
1621@@ -1,3 +1,6 @@
1622+// Copyright 2011, 2012, 2013 Canonical Ltd.
1623+// Licensed under the AGPLv3, see LICENCE file for details.
1624+
1625 package ec2_test
1626
1627 import (
1628
1629=== modified file 'environs/ec2/local_test.go'
1630--- environs/ec2/local_test.go 2013-04-17 22:09:22 +0000
1631+++ environs/ec2/local_test.go 2013-05-10 21:31:27 +0000
1632@@ -1,3 +1,6 @@
1633+// Copyright 2011, 2012, 2013 Canonical Ltd.
1634+// Licensed under the AGPLv3, see LICENCE file for details.
1635+
1636 package ec2_test
1637
1638 import (
1639
1640=== modified file 'environs/ec2/state.go'
1641--- environs/ec2/state.go 2012-11-28 17:57:23 +0000
1642+++ environs/ec2/state.go 2013-05-10 21:31:27 +0000
1643@@ -1,3 +1,6 @@
1644+// Copyright 2012, 2013 Canonical Ltd.
1645+// Licensed under the AGPLv3, see LICENCE file for details.
1646+
1647 package ec2
1648
1649 import (
1650
1651=== modified file 'environs/ec2/storage.go'
1652--- environs/ec2/storage.go 2013-04-10 00:11:24 +0000
1653+++ environs/ec2/storage.go 2013-05-10 21:31:27 +0000
1654@@ -1,3 +1,6 @@
1655+// Copyright 2012, 2013 Canonical Ltd.
1656+// Licensed under the AGPLv3, see LICENCE file for details.
1657+
1658 package ec2
1659
1660 import (
1661
1662=== modified file 'environs/ec2/suite_test.go'
1663--- environs/ec2/suite_test.go 2013-03-18 10:45:34 +0000
1664+++ environs/ec2/suite_test.go 2013-05-10 21:31:27 +0000
1665@@ -1,3 +1,6 @@
1666+// Copyright 2011, 2012, 2013 Canonical Ltd.
1667+// Licensed under the AGPLv3, see LICENCE file for details.
1668+
1669 package ec2_test
1670
1671 import (
1672
1673=== modified file 'environs/export_test.go'
1674--- environs/export_test.go 2013-04-08 22:25:49 +0000
1675+++ environs/export_test.go 2013-05-10 21:31:27 +0000
1676@@ -1,3 +1,6 @@
1677+// Copyright 2012, 2013 Canonical Ltd.
1678+// Licensed under the AGPLv3, see LICENCE file for details.
1679+
1680 package environs
1681
1682 func Providers() map[string]EnvironProvider {
1683
1684=== modified file 'environs/instances/image.go'
1685--- environs/instances/image.go 2013-04-26 04:46:54 +0000
1686+++ environs/instances/image.go 2013-05-10 21:31:27 +0000
1687@@ -1,3 +1,6 @@
1688+// Copyright 2013 Canonical Ltd.
1689+// Licensed under the AGPLv3, see LICENCE file for details.
1690+
1691 package instances
1692
1693 import (
1694
1695=== modified file 'environs/instances/image_test.go'
1696--- environs/instances/image_test.go 2013-04-29 01:06:35 +0000
1697+++ environs/instances/image_test.go 2013-05-10 21:31:27 +0000
1698@@ -1,3 +1,6 @@
1699+// Copyright 2013 Canonical Ltd.
1700+// Licensed under the AGPLv3, see LICENCE file for details.
1701+
1702 package instances
1703
1704 import (
1705
1706=== modified file 'environs/instances/instancetype.go'
1707--- environs/instances/instancetype.go 2013-04-29 01:06:35 +0000
1708+++ environs/instances/instancetype.go 2013-05-10 21:31:27 +0000
1709@@ -1,3 +1,6 @@
1710+// Copyright 2013 Canonical Ltd.
1711+// Licensed under the AGPLv3, see LICENCE file for details.
1712+
1713 package instances
1714
1715 import (
1716
1717=== modified file 'environs/instances/instancetype_test.go'
1718--- environs/instances/instancetype_test.go 2013-04-26 04:46:54 +0000
1719+++ environs/instances/instancetype_test.go 2013-05-10 21:31:27 +0000
1720@@ -1,3 +1,6 @@
1721+// Copyright 2013 Canonical Ltd.
1722+// Licensed under the AGPLv3, see LICENCE file for details.
1723+
1724 package instances
1725
1726 import (
1727
1728=== modified file 'environs/interface.go'
1729--- environs/interface.go 2013-04-16 02:38:43 +0000
1730+++ environs/interface.go 2013-05-10 21:31:27 +0000
1731@@ -1,3 +1,6 @@
1732+// Copyright 2011, 2012, 2013 Canonical Ltd.
1733+// Licensed under the AGPLv3, see LICENCE file for details.
1734+
1735 package environs
1736
1737 import (
1738
1739=== modified file 'environs/jujutest/jujutest_test.go'
1740--- environs/jujutest/jujutest_test.go 2013-03-07 16:34:33 +0000
1741+++ environs/jujutest/jujutest_test.go 2013-05-10 21:31:27 +0000
1742@@ -1,3 +1,6 @@
1743+// Copyright 2011, 2013 Canonical Ltd.
1744+// Licensed under the AGPLv3, see LICENCE file for details.
1745+
1746 package jujutest
1747
1748 import (
1749
1750=== modified file 'environs/jujutest/livetests.go'
1751--- environs/jujutest/livetests.go 2013-04-17 06:39:43 +0000
1752+++ environs/jujutest/livetests.go 2013-05-10 21:31:27 +0000
1753@@ -1,3 +1,6 @@
1754+// Copyright 2011, 2012, 2013 Canonical Ltd.
1755+// Licensed under the AGPLv3, see LICENCE file for details.
1756+
1757 package jujutest
1758
1759 import (
1760
1761=== modified file 'environs/jujutest/metadata.go'
1762--- environs/jujutest/metadata.go 2013-03-25 16:46:34 +0000
1763+++ environs/jujutest/metadata.go 2013-05-10 21:31:27 +0000
1764@@ -1,3 +1,6 @@
1765+// Copyright 2013 Canonical Ltd.
1766+// Licensed under the AGPLv3, see LICENCE file for details.
1767+
1768 package jujutest
1769
1770 import (
1771
1772=== modified file 'environs/jujutest/metadata_test.go'
1773--- environs/jujutest/metadata_test.go 2013-03-08 22:05:31 +0000
1774+++ environs/jujutest/metadata_test.go 2013-05-10 21:31:27 +0000
1775@@ -1,3 +1,6 @@
1776+// Copyright 2013 Canonical Ltd.
1777+// Licensed under the AGPLv3, see LICENCE file for details.
1778+
1779 package jujutest
1780
1781 import (
1782
1783=== modified file 'environs/jujutest/tests.go'
1784--- environs/jujutest/tests.go 2013-04-16 02:38:43 +0000
1785+++ environs/jujutest/tests.go 2013-05-10 21:31:27 +0000
1786@@ -1,3 +1,6 @@
1787+// Copyright 2011, 2012, 2013 Canonical Ltd.
1788+// Licensed under the AGPLv3, see LICENCE file for details.
1789+
1790 package jujutest
1791
1792 import (
1793
1794=== modified file 'environs/local/backend.go'
1795--- environs/local/backend.go 2013-02-22 13:59:18 +0000
1796+++ environs/local/backend.go 2013-05-10 21:31:27 +0000
1797@@ -1,3 +1,6 @@
1798+// Copyright 2013 Canonical Ltd.
1799+// Licensed under the AGPLv3, see LICENCE file for details.
1800+
1801 package local
1802
1803 import (
1804
1805=== modified file 'environs/local/backend_test.go'
1806--- environs/local/backend_test.go 2013-03-08 17:34:45 +0000
1807+++ environs/local/backend_test.go 2013-05-10 21:31:27 +0000
1808@@ -1,3 +1,6 @@
1809+// Copyright 2013 Canonical Ltd.
1810+// Licensed under the AGPLv3, see LICENCE file for details.
1811+
1812 package local_test
1813
1814 import (
1815
1816=== modified file 'environs/local/export_test.go'
1817--- environs/local/export_test.go 2013-04-10 00:11:24 +0000
1818+++ environs/local/export_test.go 2013-05-10 21:31:27 +0000
1819@@ -1,3 +1,6 @@
1820+// Copyright 2013 Canonical Ltd.
1821+// Licensed under the AGPLv3, see LICENCE file for details.
1822+
1823 package local
1824
1825 import (
1826
1827=== modified file 'environs/local/storage.go'
1828--- environs/local/storage.go 2013-04-10 00:11:24 +0000
1829+++ environs/local/storage.go 2013-05-10 21:31:27 +0000
1830@@ -1,3 +1,6 @@
1831+// Copyright 2013 Canonical Ltd.
1832+// Licensed under the AGPLv3, see LICENCE file for details.
1833+
1834 package local
1835
1836 import (
1837
1838=== modified file 'environs/local/storage_test.go'
1839--- environs/local/storage_test.go 2013-04-10 00:11:24 +0000
1840+++ environs/local/storage_test.go 2013-05-10 21:31:27 +0000
1841@@ -1,3 +1,6 @@
1842+// Copyright 2013 Canonical Ltd.
1843+// Licensed under the AGPLv3, see LICENCE file for details.
1844+
1845 package local_test
1846
1847 import (
1848
1849=== modified file 'environs/maas/config.go'
1850--- environs/maas/config.go 2013-04-11 10:05:24 +0000
1851+++ environs/maas/config.go 2013-05-10 21:31:27 +0000
1852@@ -1,3 +1,6 @@
1853+// Copyright 2013 Canonical Ltd.
1854+// Licensed under the AGPLv3, see LICENCE file for details.
1855+
1856 package maas
1857
1858 import (
1859
1860=== modified file 'environs/maas/config_test.go'
1861--- environs/maas/config_test.go 2013-04-11 10:05:38 +0000
1862+++ environs/maas/config_test.go 2013-05-10 21:31:27 +0000
1863@@ -1,3 +1,6 @@
1864+// Copyright 2013 Canonical Ltd.
1865+// Licensed under the AGPLv3, see LICENCE file for details.
1866+
1867 package maas
1868
1869 import (
1870
1871=== modified file 'environs/maas/environ.go'
1872--- environs/maas/environ.go 2013-04-19 10:19:30 +0000
1873+++ environs/maas/environ.go 2013-05-10 21:31:27 +0000
1874@@ -1,3 +1,6 @@
1875+// Copyright 2013 Canonical Ltd.
1876+// Licensed under the AGPLv3, see LICENCE file for details.
1877+
1878 package maas
1879
1880 import (
1881
1882=== modified file 'environs/maas/environ_test.go'
1883--- environs/maas/environ_test.go 2013-04-19 09:57:27 +0000
1884+++ environs/maas/environ_test.go 2013-05-10 21:31:27 +0000
1885@@ -1,3 +1,6 @@
1886+// Copyright 2013 Canonical Ltd.
1887+// Licensed under the AGPLv3, see LICENCE file for details.
1888+
1889 package maas
1890
1891 import (
1892
1893=== modified file 'environs/maas/environprovider.go'
1894--- environs/maas/environprovider.go 2013-04-15 11:20:15 +0000
1895+++ environs/maas/environprovider.go 2013-05-10 21:31:27 +0000
1896@@ -1,3 +1,6 @@
1897+// Copyright 2013 Canonical Ltd.
1898+// Licensed under the AGPLv3, see LICENCE file for details.
1899+
1900 package maas
1901
1902 import (
1903
1904=== modified file 'environs/maas/environprovider_test.go'
1905--- environs/maas/environprovider_test.go 2013-04-15 12:22:14 +0000
1906+++ environs/maas/environprovider_test.go 2013-05-10 21:31:27 +0000
1907@@ -1,3 +1,6 @@
1908+// Copyright 2013 Canonical Ltd.
1909+// Licensed under the AGPLv3, see LICENCE file for details.
1910+
1911 package maas
1912
1913 import (
1914
1915=== modified file 'environs/maas/instance.go'
1916--- environs/maas/instance.go 2013-04-11 04:42:00 +0000
1917+++ environs/maas/instance.go 2013-05-10 21:31:27 +0000
1918@@ -1,3 +1,6 @@
1919+// Copyright 2013 Canonical Ltd.
1920+// Licensed under the AGPLv3, see LICENCE file for details.
1921+
1922 package maas
1923
1924 import (
1925
1926=== modified file 'environs/maas/instance_test.go'
1927--- environs/maas/instance_test.go 2013-02-07 13:25:52 +0000
1928+++ environs/maas/instance_test.go 2013-05-10 21:31:27 +0000
1929@@ -1,3 +1,6 @@
1930+// Copyright 2013 Canonical Ltd.
1931+// Licensed under the AGPLv3, see LICENCE file for details.
1932+
1933 package maas
1934
1935 import (
1936
1937=== modified file 'environs/maas/maas_test.go'
1938--- environs/maas/maas_test.go 2013-04-14 15:09:35 +0000
1939+++ environs/maas/maas_test.go 2013-05-10 21:31:27 +0000
1940@@ -1,3 +1,6 @@
1941+// Copyright 2013 Canonical Ltd.
1942+// Licensed under the AGPLv3, see LICENCE file for details.
1943+
1944 package maas
1945
1946 import (
1947
1948=== modified file 'environs/maas/state.go'
1949--- environs/maas/state.go 2013-03-07 10:50:22 +0000
1950+++ environs/maas/state.go 2013-05-10 21:31:27 +0000
1951@@ -1,3 +1,6 @@
1952+// Copyright 2013 Canonical Ltd.
1953+// Licensed under the AGPLv3, see LICENCE file for details.
1954+
1955 package maas
1956
1957 import (
1958
1959=== modified file 'environs/maas/state_test.go'
1960--- environs/maas/state_test.go 2013-03-08 07:19:11 +0000
1961+++ environs/maas/state_test.go 2013-05-10 21:31:27 +0000
1962@@ -1,3 +1,6 @@
1963+// Copyright 2013 Canonical Ltd.
1964+// Licensed under the AGPLv3, see LICENCE file for details.
1965+
1966 package maas
1967
1968 import (
1969
1970=== modified file 'environs/maas/storage.go'
1971--- environs/maas/storage.go 2013-04-11 06:03:22 +0000
1972+++ environs/maas/storage.go 2013-05-10 21:31:27 +0000
1973@@ -1,3 +1,6 @@
1974+// Copyright 2013 Canonical Ltd.
1975+// Licensed under the AGPLv3, see LICENCE file for details.
1976+
1977 package maas
1978
1979 import (
1980
1981=== modified file 'environs/maas/storage_test.go'
1982--- environs/maas/storage_test.go 2013-03-13 15:48:04 +0000
1983+++ environs/maas/storage_test.go 2013-05-10 21:31:27 +0000
1984@@ -1,3 +1,6 @@
1985+// Copyright 2013 Canonical Ltd.
1986+// Licensed under the AGPLv3, see LICENCE file for details.
1987+
1988 package maas
1989
1990 import (
1991
1992=== modified file 'environs/maas/util.go'
1993--- environs/maas/util.go 2013-04-14 22:12:49 +0000
1994+++ environs/maas/util.go 2013-05-10 21:31:27 +0000
1995@@ -1,3 +1,6 @@
1996+// Copyright 2013 Canonical Ltd.
1997+// Licensed under the AGPLv3, see LICENCE file for details.
1998+
1999 package maas
2000
2001 import (
2002
2003=== modified file 'environs/maas/util_test.go'
2004--- environs/maas/util_test.go 2013-04-14 22:12:49 +0000
2005+++ environs/maas/util_test.go 2013-05-10 21:31:27 +0000
2006@@ -1,3 +1,6 @@
2007+// Copyright 2013 Canonical Ltd.
2008+// Licensed under the AGPLv3, see LICENCE file for details.
2009+
2010 package maas
2011
2012 import (
2013
2014=== modified file 'environs/mongo.go'
2015--- environs/mongo.go 2013-04-12 12:50:52 +0000
2016+++ environs/mongo.go 2013-05-10 21:31:27 +0000
2017@@ -1,3 +1,6 @@
2018+// Copyright 2013 Canonical Ltd.
2019+// Licensed under the AGPLv3, see LICENCE file for details.
2020+
2021 package environs
2022
2023 import (
2024
2025=== modified file 'environs/mongo_test.go'
2026--- environs/mongo_test.go 2013-04-11 02:13:40 +0000
2027+++ environs/mongo_test.go 2013-05-10 21:31:27 +0000
2028@@ -1,3 +1,6 @@
2029+// Copyright 2013 Canonical Ltd.
2030+// Licensed under the AGPLv3, see LICENCE file for details.
2031+
2032 package environs_test
2033
2034 import (
2035
2036=== modified file 'environs/open.go'
2037--- environs/open.go 2012-09-03 14:07:19 +0000
2038+++ environs/open.go 2013-05-10 21:31:27 +0000
2039@@ -1,3 +1,6 @@
2040+// Copyright 2011, 2012, 2013 Canonical Ltd.
2041+// Licensed under the AGPLv3, see LICENCE file for details.
2042+
2043 package environs
2044
2045 import (
2046
2047=== modified file 'environs/open_test.go'
2048--- environs/open_test.go 2013-04-14 15:09:35 +0000
2049+++ environs/open_test.go 2013-05-10 21:31:27 +0000
2050@@ -1,3 +1,6 @@
2051+// Copyright 2012, 2013 Canonical Ltd.
2052+// Licensed under the AGPLv3, see LICENCE file for details.
2053+
2054 package environs_test
2055
2056 import (
2057
2058=== modified file 'environs/openstack/config.go'
2059--- environs/openstack/config.go 2013-04-19 11:17:17 +0000
2060+++ environs/openstack/config.go 2013-05-10 21:31:27 +0000
2061@@ -1,3 +1,6 @@
2062+// Copyright 2012, 2013 Canonical Ltd.
2063+// Licensed under the AGPLv3, see LICENCE file for details.
2064+
2065 package openstack
2066
2067 import (
2068
2069=== modified file 'environs/openstack/config_test.go'
2070--- environs/openstack/config_test.go 2013-05-09 17:20:40 +0000
2071+++ environs/openstack/config_test.go 2013-05-10 21:31:27 +0000
2072@@ -1,3 +1,6 @@
2073+// Copyright 2012, 2013 Canonical Ltd.
2074+// Licensed under the AGPLv3, see LICENCE file for details.
2075+
2076 package openstack
2077
2078 import (
2079
2080=== modified file 'environs/openstack/export_test.go'
2081--- environs/openstack/export_test.go 2013-04-29 03:19:43 +0000
2082+++ environs/openstack/export_test.go 2013-05-10 21:31:27 +0000
2083@@ -1,3 +1,6 @@
2084+// Copyright 2012, 2013 Canonical Ltd.
2085+// Licensed under the AGPLv3, see LICENCE file for details.
2086+
2087 package openstack
2088
2089 import (
2090
2091=== modified file 'environs/openstack/image.go'
2092--- environs/openstack/image.go 2013-04-26 04:46:54 +0000
2093+++ environs/openstack/image.go 2013-05-10 21:31:27 +0000
2094@@ -1,3 +1,6 @@
2095+// Copyright 2013 Canonical Ltd.
2096+// Licensed under the AGPLv3, see LICENCE file for details.
2097+
2098 package openstack
2099
2100 import (
2101
2102=== modified file 'environs/openstack/live_test.go'
2103--- environs/openstack/live_test.go 2013-04-29 03:28:11 +0000
2104+++ environs/openstack/live_test.go 2013-05-10 21:31:27 +0000
2105@@ -1,3 +1,6 @@
2106+// Copyright 2012, 2013 Canonical Ltd.
2107+// Licensed under the AGPLv3, see LICENCE file for details.
2108+
2109 package openstack_test
2110
2111 import (
2112
2113=== modified file 'environs/openstack/local_test.go'
2114--- environs/openstack/local_test.go 2013-05-09 00:25:39 +0000
2115+++ environs/openstack/local_test.go 2013-05-10 21:31:27 +0000
2116@@ -1,3 +1,6 @@
2117+// Copyright 2012, 2013 Canonical Ltd.
2118+// Licensed under the AGPLv3, see LICENCE file for details.
2119+
2120 package openstack_test
2121
2122 import (
2123
2124=== modified file 'environs/openstack/provider.go'
2125--- environs/openstack/provider.go 2013-05-09 00:25:39 +0000
2126+++ environs/openstack/provider.go 2013-05-10 21:31:27 +0000
2127@@ -1,3 +1,6 @@
2128+// Copyright 2012, 2013 Canonical Ltd.
2129+// Licensed under the AGPLv3, see LICENCE file for details.
2130+
2131 // Stub provider for OpenStack, using goose will be implemented here
2132
2133 package openstack
2134
2135=== modified file 'environs/openstack/provider_test.go'
2136--- environs/openstack/provider_test.go 2013-04-29 01:39:21 +0000
2137+++ environs/openstack/provider_test.go 2013-05-10 21:31:27 +0000
2138@@ -1,3 +1,6 @@
2139+// Copyright 2012, 2013 Canonical Ltd.
2140+// Licensed under the AGPLv3, see LICENCE file for details.
2141+
2142 package openstack_test
2143
2144 import (
2145
2146=== modified file 'environs/openstack/state.go'
2147--- environs/openstack/state.go 2013-01-22 11:53:27 +0000
2148+++ environs/openstack/state.go 2013-05-10 21:31:27 +0000
2149@@ -1,3 +1,6 @@
2150+// Copyright 2013 Canonical Ltd.
2151+// Licensed under the AGPLv3, see LICENCE file for details.
2152+
2153 package openstack
2154
2155 import (
2156
2157=== modified file 'environs/openstack/storage.go'
2158--- environs/openstack/storage.go 2013-04-10 00:11:24 +0000
2159+++ environs/openstack/storage.go 2013-05-10 21:31:27 +0000
2160@@ -1,3 +1,6 @@
2161+// Copyright 2012, 2013 Canonical Ltd.
2162+// Licensed under the AGPLv3, see LICENCE file for details.
2163+
2164 package openstack
2165
2166 import (
2167
2168=== modified file 'environs/storage.go'
2169--- environs/storage.go 2013-04-10 00:11:24 +0000
2170+++ environs/storage.go 2013-05-10 21:31:27 +0000
2171@@ -1,3 +1,6 @@
2172+// Copyright 2013 Canonical Ltd.
2173+// Licensed under the AGPLv3, see LICENCE file for details.
2174+
2175 package environs
2176
2177 import (
2178
2179=== modified file 'environs/storage_test.go'
2180--- environs/storage_test.go 2013-04-08 22:25:49 +0000
2181+++ environs/storage_test.go 2013-05-10 21:31:27 +0000
2182@@ -1,3 +1,6 @@
2183+// Copyright 2013 Canonical Ltd.
2184+// Licensed under the AGPLv3, see LICENCE file for details.
2185+
2186 package environs_test
2187
2188 import (
2189
2190=== modified file 'environs/suite_test.go'
2191--- environs/suite_test.go 2012-09-21 11:39:56 +0000
2192+++ environs/suite_test.go 2013-05-10 21:31:27 +0000
2193@@ -1,3 +1,6 @@
2194+// Copyright 2011, 2012, 2013 Canonical Ltd.
2195+// Licensed under the AGPLv3, see LICENCE file for details.
2196+
2197 package environs_test
2198
2199 import (
2200
2201=== modified file 'environs/testing/instances.go'
2202--- environs/testing/instances.go 2013-04-29 01:06:35 +0000
2203+++ environs/testing/instances.go 2013-05-10 21:31:27 +0000
2204@@ -1,3 +1,6 @@
2205+// Copyright 2013 Canonical Ltd.
2206+// Licensed under the AGPLv3, see LICENCE file for details.
2207+
2208 package testing
2209
2210 import (
2211
2212=== modified file 'environs/testing/tools.go'
2213--- environs/testing/tools.go 2013-04-23 04:03:33 +0000
2214+++ environs/testing/tools.go 2013-05-10 21:31:27 +0000
2215@@ -1,3 +1,6 @@
2216+// Copyright 2013 Canonical Ltd.
2217+// Licensed under the AGPLv3, see LICENCE file for details.
2218+
2219 package testing
2220
2221 import (
2222
2223=== modified file 'environs/tools.go'
2224--- environs/tools.go 2013-04-17 07:01:00 +0000
2225+++ environs/tools.go 2013-05-10 21:31:27 +0000
2226@@ -1,3 +1,6 @@
2227+// Copyright 2012, 2013 Canonical Ltd.
2228+// Licensed under the AGPLv3, see LICENCE file for details.
2229+
2230 package environs
2231
2232 import (
2233
2234=== modified file 'environs/tools/build.go'
2235--- environs/tools/build.go 2013-04-08 22:25:49 +0000
2236+++ environs/tools/build.go 2013-05-10 21:31:27 +0000
2237@@ -1,3 +1,6 @@
2238+// Copyright 2013 Canonical Ltd.
2239+// Licensed under the AGPLv3, see LICENCE file for details.
2240+
2241 package tools
2242
2243 import (
2244
2245=== modified file 'environs/tools/export_test.go'
2246--- environs/tools/export_test.go 2013-04-08 22:25:49 +0000
2247+++ environs/tools/export_test.go 2013-05-10 21:31:27 +0000
2248@@ -1,3 +1,6 @@
2249+// Copyright 2013 Canonical Ltd.
2250+// Licensed under the AGPLv3, see LICENCE file for details.
2251+
2252 package tools
2253
2254 var Setenv = setenv
2255
2256=== modified file 'environs/tools/list.go'
2257--- environs/tools/list.go 2013-04-16 01:19:41 +0000
2258+++ environs/tools/list.go 2013-05-10 21:31:27 +0000
2259@@ -1,3 +1,6 @@
2260+// Copyright 2013 Canonical Ltd.
2261+// Licensed under the AGPLv3, see LICENCE file for details.
2262+
2263 package tools
2264
2265 import (
2266
2267=== modified file 'environs/tools/list_test.go'
2268--- environs/tools/list_test.go 2013-04-13 19:05:08 +0000
2269+++ environs/tools/list_test.go 2013-05-10 21:31:27 +0000
2270@@ -1,3 +1,6 @@
2271+// Copyright 2013 Canonical Ltd.
2272+// Licensed under the AGPLv3, see LICENCE file for details.
2273+
2274 package tools_test
2275
2276 import (
2277
2278=== modified file 'environs/tools/storage.go'
2279--- environs/tools/storage.go 2013-04-29 03:19:43 +0000
2280+++ environs/tools/storage.go 2013-05-10 21:31:27 +0000
2281@@ -1,3 +1,6 @@
2282+// Copyright 2013 Canonical Ltd.
2283+// Licensed under the AGPLv3, see LICENCE file for details.
2284+
2285 package tools
2286
2287 import (
2288
2289=== modified file 'environs/tools/storage_test.go'
2290--- environs/tools/storage_test.go 2013-04-29 03:19:43 +0000
2291+++ environs/tools/storage_test.go 2013-05-10 21:31:27 +0000
2292@@ -1,3 +1,6 @@
2293+// Copyright 2013 Canonical Ltd.
2294+// Licensed under the AGPLv3, see LICENCE file for details.
2295+
2296 package tools_test
2297
2298 import (
2299
2300=== modified file 'environs/tools_test.go'
2301--- environs/tools_test.go 2013-04-17 07:01:00 +0000
2302+++ environs/tools_test.go 2013-05-10 21:31:27 +0000
2303@@ -1,3 +1,6 @@
2304+// Copyright 2012, 2013 Canonical Ltd.
2305+// Licensed under the AGPLv3, see LICENCE file for details.
2306+
2307 package environs_test
2308
2309 import (
2310
2311=== modified file 'juju/api.go'
2312--- juju/api.go 2013-03-25 16:52:39 +0000
2313+++ juju/api.go 2013-05-10 21:31:27 +0000
2314@@ -1,3 +1,6 @@
2315+// Copyright 2013 Canonical Ltd.
2316+// Licensed under the AGPLv3, see LICENCE file for details.
2317+
2318 package juju
2319
2320 import (
2321
2322=== modified file 'juju/apiconn_test.go'
2323--- juju/apiconn_test.go 2013-03-20 17:03:02 +0000
2324+++ juju/apiconn_test.go 2013-05-10 21:31:27 +0000
2325@@ -1,3 +1,6 @@
2326+// Copyright 2013 Canonical Ltd.
2327+// Licensed under the AGPLv3, see LICENCE file for details.
2328+
2329 package juju_test
2330
2331 import (
2332
2333=== modified file 'juju/conn.go'
2334--- juju/conn.go 2013-04-15 15:37:10 +0000
2335+++ juju/conn.go 2013-05-10 21:31:27 +0000
2336@@ -1,3 +1,6 @@
2337+// Copyright 2012, 2013 Canonical Ltd.
2338+// Licensed under the AGPLv3, see LICENCE file for details.
2339+
2340 package juju
2341
2342 import (
2343
2344=== modified file 'juju/conn_test.go'
2345--- juju/conn_test.go 2013-04-15 15:37:10 +0000
2346+++ juju/conn_test.go 2013-05-10 21:31:27 +0000
2347@@ -1,3 +1,6 @@
2348+// Copyright 2012, 2013 Canonical Ltd.
2349+// Licensed under the AGPLv3, see LICENCE file for details.
2350+
2351 package juju_test
2352
2353 import (
2354
2355=== modified file 'juju/testing/conn.go'
2356--- juju/testing/conn.go 2013-04-15 10:28:50 +0000
2357+++ juju/testing/conn.go 2013-05-10 21:31:27 +0000
2358@@ -1,3 +1,6 @@
2359+// Copyright 2012, 2013 Canonical Ltd.
2360+// Licensed under the AGPLv3, see LICENCE file for details.
2361+
2362 package testing
2363
2364 import (
2365
2366=== modified file 'log/log.go'
2367--- log/log.go 2013-03-21 06:33:48 +0000
2368+++ log/log.go 2013-05-10 21:31:27 +0000
2369@@ -1,3 +1,6 @@
2370+// Copyright 2011, 2012, 2013 Canonical Ltd.
2371+// Licensed under the AGPLv3, see LICENCE file for details.
2372+
2373 package log
2374
2375 import (
2376
2377=== modified file 'log/log_test.go'
2378--- log/log_test.go 2013-03-21 06:56:06 +0000
2379+++ log/log_test.go 2013-05-10 21:31:27 +0000
2380@@ -1,3 +1,6 @@
2381+// Copyright 2011, 2012, 2013 Canonical Ltd.
2382+// Licensed under the AGPLv3, see LICENCE file for details.
2383+
2384 package log_test
2385
2386 import (
2387
2388=== modified file 'log/syslog/cmd.go'
2389--- log/syslog/cmd.go 2013-03-26 03:05:48 +0000
2390+++ log/syslog/cmd.go 2013-05-10 21:31:27 +0000
2391@@ -1,3 +1,6 @@
2392+// Copyright 2013 Canonical Ltd.
2393+// Licensed under the AGPLv3, see LICENCE file for details.
2394+
2395 package syslog
2396
2397 import (
2398
2399=== modified file 'log/syslog/config.go'
2400--- log/syslog/config.go 2013-03-26 03:05:48 +0000
2401+++ log/syslog/config.go 2013-05-10 21:31:27 +0000
2402@@ -1,3 +1,6 @@
2403+// Copyright 2013 Canonical Ltd.
2404+// Licensed under the AGPLv3, see LICENCE file for details.
2405+
2406 package syslog
2407
2408 import (
2409
2410=== modified file 'log/syslog/config_test.go'
2411--- log/syslog/config_test.go 2013-03-26 03:05:48 +0000
2412+++ log/syslog/config_test.go 2013-05-10 21:31:27 +0000
2413@@ -1,3 +1,6 @@
2414+// Copyright 2013 Canonical Ltd.
2415+// Licensed under the AGPLv3, see LICENCE file for details.
2416+
2417 package syslog_test
2418
2419 import (
2420
2421=== modified file 'rpc/client.go'
2422--- rpc/client.go 2013-03-15 08:09:21 +0000
2423+++ rpc/client.go 2013-05-10 21:31:27 +0000
2424@@ -1,3 +1,6 @@
2425+// Copyright 2012, 2013 Canonical Ltd.
2426+// Licensed under the AGPLv3, see LICENCE file for details.
2427+
2428 package rpc
2429
2430 import (
2431
2432=== modified file 'rpc/rpc.go'
2433--- rpc/rpc.go 2013-03-14 02:38:14 +0000
2434+++ rpc/rpc.go 2013-05-10 21:31:27 +0000
2435@@ -1,3 +1,6 @@
2436+// Copyright 2012, 2013 Canonical Ltd.
2437+// Licensed under the AGPLv3, see LICENCE file for details.
2438+
2439 package rpc
2440
2441 import (
2442
2443=== modified file 'rpc/rpc_test.go'
2444--- rpc/rpc_test.go 2013-04-09 12:09:04 +0000
2445+++ rpc/rpc_test.go 2013-05-10 21:31:27 +0000
2446@@ -1,3 +1,6 @@
2447+// Copyright 2012, 2013 Canonical Ltd.
2448+// Licensed under the AGPLv3, see LICENCE file for details.
2449+
2450 package rpc_test
2451
2452 import (
2453
2454=== modified file 'rpc/server.go'
2455--- rpc/server.go 2013-04-03 13:22:36 +0000
2456+++ rpc/server.go 2013-05-10 21:31:27 +0000
2457@@ -1,3 +1,6 @@
2458+// Copyright 2012, 2013 Canonical Ltd.
2459+// Licensed under the AGPLv3, see LICENCE file for details.
2460+
2461 package rpc
2462
2463 import (
2464
2465=== modified file 'schema/schema.go'
2466--- schema/schema.go 2012-08-30 09:11:09 +0000
2467+++ schema/schema.go 2013-05-10 21:31:27 +0000
2468@@ -1,3 +1,6 @@
2469+// Copyright 2011, 2012, 2013 Canonical Ltd.
2470+// Licensed under the AGPLv3, see LICENCE file for details.
2471+
2472 package schema
2473
2474 import (
2475
2476=== modified file 'schema/schema_test.go'
2477--- schema/schema_test.go 2012-08-30 09:11:09 +0000
2478+++ schema/schema_test.go 2013-05-10 21:31:27 +0000
2479@@ -1,3 +1,6 @@
2480+// Copyright 2011, 2012, 2013 Canonical Ltd.
2481+// Licensed under the AGPLv3, see LICENCE file for details.
2482+
2483 package schema_test
2484
2485 import (
2486
2487=== modified file 'state/annotator.go'
2488--- state/annotator.go 2013-04-14 22:12:49 +0000
2489+++ state/annotator.go 2013-05-10 21:31:27 +0000
2490@@ -1,3 +1,6 @@
2491+// Copyright 2013 Canonical Ltd.
2492+// Licensed under the AGPLv3, see LICENCE file for details.
2493+
2494 package state
2495
2496 import (
2497
2498=== modified file 'state/annotator_test.go'
2499--- state/annotator_test.go 2013-03-25 15:25:01 +0000
2500+++ state/annotator_test.go 2013-05-10 21:31:27 +0000
2501@@ -1,3 +1,6 @@
2502+// Copyright 2013 Canonical Ltd.
2503+// Licensed under the AGPLv3, see LICENCE file for details.
2504+
2505 package state_test
2506
2507 import (
2508
2509=== modified file 'state/api/apiclient.go'
2510--- state/api/apiclient.go 2013-04-25 10:46:51 +0000
2511+++ state/api/apiclient.go 2013-05-10 21:31:27 +0000
2512@@ -1,3 +1,6 @@
2513+// Copyright 2013 Canonical Ltd.
2514+// Licensed under the AGPLv3, see LICENCE file for details.
2515+
2516 package api
2517
2518 import (
2519
2520=== modified file 'state/api/client.go'
2521--- state/api/client.go 2013-04-14 22:12:49 +0000
2522+++ state/api/client.go 2013-05-10 21:31:27 +0000
2523@@ -1,3 +1,6 @@
2524+// Copyright 2012, 2013 Canonical Ltd.
2525+// Licensed under the AGPLv3, see LICENCE file for details.
2526+
2527 package api
2528
2529 import (
2530
2531=== modified file 'state/api/error.go'
2532--- state/api/error.go 2013-03-05 22:52:23 +0000
2533+++ state/api/error.go 2013-05-10 21:31:27 +0000
2534@@ -1,3 +1,6 @@
2535+// Copyright 2013 Canonical Ltd.
2536+// Licensed under the AGPLv3, see LICENCE file for details.
2537+
2538 package api
2539
2540 import (
2541
2542=== modified file 'state/api/params/params.go'
2543--- state/api/params/params.go 2013-04-25 10:46:51 +0000
2544+++ state/api/params/params.go 2013-05-10 21:31:27 +0000
2545@@ -1,3 +1,6 @@
2546+// Copyright 2013 Canonical Ltd.
2547+// Licensed under the AGPLv3, see LICENCE file for details.
2548+
2549 package params
2550
2551 import (
2552
2553=== modified file 'state/api/params/params_test.go'
2554--- state/api/params/params_test.go 2013-04-24 09:07:57 +0000
2555+++ state/api/params/params_test.go 2013-05-10 21:31:27 +0000
2556@@ -1,3 +1,6 @@
2557+// Copyright 2013 Canonical Ltd.
2558+// Licensed under the AGPLv3, see LICENCE file for details.
2559+
2560 package params_test
2561
2562 import (
2563
2564=== modified file 'state/api/params/status.go'
2565--- state/api/params/status.go 2013-04-11 16:53:43 +0000
2566+++ state/api/params/status.go 2013-05-10 21:31:27 +0000
2567@@ -1,3 +1,6 @@
2568+// Copyright 2013 Canonical Ltd.
2569+// Licensed under the AGPLv3, see LICENCE file for details.
2570+
2571 package params
2572
2573 // Status represents the status of an entity.
2574
2575=== modified file 'state/apiserver/api_test.go'
2576--- state/apiserver/api_test.go 2013-04-25 10:46:51 +0000
2577+++ state/apiserver/api_test.go 2013-05-10 21:31:27 +0000
2578@@ -1,3 +1,6 @@
2579+// Copyright 2012, 2013 Canonical Ltd.
2580+// Licensed under the AGPLv3, see LICENCE file for details.
2581+
2582 package apiserver_test
2583
2584 import (
2585
2586=== modified file 'state/apiserver/apiserver.go'
2587--- state/apiserver/apiserver.go 2013-04-25 10:46:51 +0000
2588+++ state/apiserver/apiserver.go 2013-05-10 21:31:27 +0000
2589@@ -1,3 +1,6 @@
2590+// Copyright 2013 Canonical Ltd.
2591+// Licensed under the AGPLv3, see LICENCE file for details.
2592+
2593 package apiserver
2594
2595 import (
2596
2597=== modified file 'state/apiserver/error.go'
2598--- state/apiserver/error.go 2013-03-12 17:40:02 +0000
2599+++ state/apiserver/error.go 2013-05-10 21:31:27 +0000
2600@@ -1,3 +1,6 @@
2601+// Copyright 2013 Canonical Ltd.
2602+// Licensed under the AGPLv3, see LICENCE file for details.
2603+
2604 package apiserver
2605
2606 import (
2607
2608=== modified file 'state/apiserver/export_test.go'
2609--- state/apiserver/export_test.go 2013-03-05 22:43:34 +0000
2610+++ state/apiserver/export_test.go 2013-05-10 21:31:27 +0000
2611@@ -1,3 +1,6 @@
2612+// Copyright 2013 Canonical Ltd.
2613+// Licensed under the AGPLv3, see LICENCE file for details.
2614+
2615 package apiserver
2616
2617 var (
2618
2619=== modified file 'state/apiserver/server.go'
2620--- state/apiserver/server.go 2013-03-15 08:09:21 +0000
2621+++ state/apiserver/server.go 2013-05-10 21:31:27 +0000
2622@@ -1,3 +1,6 @@
2623+// Copyright 2013 Canonical Ltd.
2624+// Licensed under the AGPLv3, see LICENCE file for details.
2625+
2626 package apiserver
2627
2628 import (
2629
2630=== modified file 'state/assign_test.go'
2631--- state/assign_test.go 2013-04-01 14:39:22 +0000
2632+++ state/assign_test.go 2013-05-10 21:31:27 +0000
2633@@ -1,3 +1,6 @@
2634+// Copyright 2012, 2013 Canonical Ltd.
2635+// Licensed under the AGPLv3, see LICENCE file for details.
2636+
2637 package state_test
2638
2639 import (
2640
2641=== modified file 'state/bench_test.go'
2642--- state/bench_test.go 2013-03-19 13:03:42 +0000
2643+++ state/bench_test.go 2013-05-10 21:31:27 +0000
2644@@ -1,3 +1,6 @@
2645+// Copyright 2013 Canonical Ltd.
2646+// Licensed under the AGPLv3, see LICENCE file for details.
2647+
2648 package state_test
2649
2650 import (
2651
2652=== modified file 'state/charm.go'
2653--- state/charm.go 2012-10-19 14:39:52 +0000
2654+++ state/charm.go 2013-05-10 21:31:27 +0000
2655@@ -1,3 +1,6 @@
2656+// Copyright 2012, 2013 Canonical Ltd.
2657+// Licensed under the AGPLv3, see LICENCE file for details.
2658+
2659 package state
2660
2661 import (
2662
2663=== modified file 'state/charm_test.go'
2664--- state/charm_test.go 2013-04-01 10:45:01 +0000
2665+++ state/charm_test.go 2013-05-10 21:31:27 +0000
2666@@ -1,3 +1,6 @@
2667+// Copyright 2012, 2013 Canonical Ltd.
2668+// Licensed under the AGPLv3, see LICENCE file for details.
2669+
2670 package state_test
2671
2672 import (
2673
2674=== modified file 'state/conn_test.go'
2675--- state/conn_test.go 2013-04-03 13:27:55 +0000
2676+++ state/conn_test.go 2013-05-10 21:31:27 +0000
2677@@ -1,3 +1,6 @@
2678+// Copyright 2012, 2013 Canonical Ltd.
2679+// Licensed under the AGPLv3, see LICENCE file for details.
2680+
2681 package state_test
2682
2683 import (
2684
2685=== modified file 'state/constraints.go'
2686--- state/constraints.go 2013-04-09 12:39:03 +0000
2687+++ state/constraints.go 2013-05-10 21:31:27 +0000
2688@@ -1,3 +1,6 @@
2689+// Copyright 2013 Canonical Ltd.
2690+// Licensed under the AGPLv3, see LICENCE file for details.
2691+
2692 package state
2693
2694 import (
2695
2696=== modified file 'state/endpoint.go'
2697--- state/endpoint.go 2013-03-27 17:21:29 +0000
2698+++ state/endpoint.go 2013-05-10 21:31:27 +0000
2699@@ -1,3 +1,6 @@
2700+// Copyright 2012, 2013 Canonical Ltd.
2701+// Licensed under the AGPLv3, see LICENCE file for details.
2702+
2703 package state
2704
2705 import (
2706
2707=== modified file 'state/endpoint_test.go'
2708--- state/endpoint_test.go 2013-03-27 17:21:29 +0000
2709+++ state/endpoint_test.go 2013-05-10 21:31:27 +0000
2710@@ -1,3 +1,6 @@
2711+// Copyright 2012, 2013 Canonical Ltd.
2712+// Licensed under the AGPLv3, see LICENCE file for details.
2713+
2714 package state_test
2715
2716 import (
2717
2718=== modified file 'state/environ.go'
2719--- state/environ.go 2013-04-08 17:34:11 +0000
2720+++ state/environ.go 2013-05-10 21:31:27 +0000
2721@@ -1,3 +1,6 @@
2722+// Copyright 2013 Canonical Ltd.
2723+// Licensed under the AGPLv3, see LICENCE file for details.
2724+
2725 package state
2726
2727 import (
2728
2729=== modified file 'state/environ_test.go'
2730--- state/environ_test.go 2013-04-08 13:36:30 +0000
2731+++ state/environ_test.go 2013-05-10 21:31:27 +0000
2732@@ -1,3 +1,6 @@
2733+// Copyright 2013 Canonical Ltd.
2734+// Licensed under the AGPLv3, see LICENCE file for details.
2735+
2736 package state_test
2737
2738 import (
2739
2740=== modified file 'state/export_test.go'
2741--- state/export_test.go 2013-04-15 10:28:50 +0000
2742+++ state/export_test.go 2013-05-10 21:31:27 +0000
2743@@ -1,3 +1,6 @@
2744+// Copyright 2012, 2013 Canonical Ltd.
2745+// Licensed under the AGPLv3, see LICENCE file for details.
2746+
2747 package state
2748
2749 import (
2750
2751=== modified file 'state/initialize_test.go'
2752--- state/initialize_test.go 2013-04-15 10:28:50 +0000
2753+++ state/initialize_test.go 2013-05-10 21:31:27 +0000
2754@@ -1,3 +1,6 @@
2755+// Copyright 2013 Canonical Ltd.
2756+// Licensed under the AGPLv3, see LICENCE file for details.
2757+
2758 package state_test
2759
2760 import (
2761
2762=== modified file 'state/life.go'
2763--- state/life.go 2013-03-30 12:23:13 +0000
2764+++ state/life.go 2013-05-10 21:31:27 +0000
2765@@ -1,3 +1,6 @@
2766+// Copyright 2012, 2013 Canonical Ltd.
2767+// Licensed under the AGPLv3, see LICENCE file for details.
2768+
2769 package state
2770
2771 import (
2772
2773=== modified file 'state/life_test.go'
2774--- state/life_test.go 2013-03-30 12:23:13 +0000
2775+++ state/life_test.go 2013-05-10 21:31:27 +0000
2776@@ -1,3 +1,6 @@
2777+// Copyright 2012, 2013 Canonical Ltd.
2778+// Licensed under the AGPLv3, see LICENCE file for details.
2779+
2780 package state_test
2781
2782 import (
2783
2784=== modified file 'state/machine.go'
2785--- state/machine.go 2013-04-14 22:12:49 +0000
2786+++ state/machine.go 2013-05-10 21:31:27 +0000
2787@@ -1,3 +1,6 @@
2788+// Copyright 2012, 2013 Canonical Ltd.
2789+// Licensed under the AGPLv3, see LICENCE file for details.
2790+
2791 package state
2792
2793 import (
2794
2795=== modified file 'state/machine_test.go'
2796--- state/machine_test.go 2013-04-11 15:46:31 +0000
2797+++ state/machine_test.go 2013-05-10 21:31:27 +0000
2798@@ -1,3 +1,6 @@
2799+// Copyright 2012, 2013 Canonical Ltd.
2800+// Licensed under the AGPLv3, see LICENCE file for details.
2801+
2802 package state_test
2803
2804 import (
2805
2806=== modified file 'state/megawatcher.go'
2807--- state/megawatcher.go 2013-04-18 10:56:37 +0000
2808+++ state/megawatcher.go 2013-05-10 21:31:27 +0000
2809@@ -1,3 +1,6 @@
2810+// Copyright 2013 Canonical Ltd.
2811+// Licensed under the AGPLv3, see LICENCE file for details.
2812+
2813 package state
2814
2815 import (
2816
2817=== modified file 'state/megawatcher_internal_test.go'
2818--- state/megawatcher_internal_test.go 2013-04-24 09:07:57 +0000
2819+++ state/megawatcher_internal_test.go 2013-05-10 21:31:27 +0000
2820@@ -1,3 +1,6 @@
2821+// Copyright 2013 Canonical Ltd.
2822+// Licensed under the AGPLv3, see LICENCE file for details.
2823+
2824 package state
2825
2826 import (
2827
2828=== modified file 'state/multiwatcher/multiwatcher.go'
2829--- state/multiwatcher/multiwatcher.go 2013-04-09 09:43:43 +0000
2830+++ state/multiwatcher/multiwatcher.go 2013-05-10 21:31:27 +0000
2831@@ -1,3 +1,6 @@
2832+// Copyright 2013 Canonical Ltd.
2833+// Licensed under the AGPLv3, see LICENCE file for details.
2834+
2835 package multiwatcher
2836
2837 import (
2838
2839=== modified file 'state/multiwatcher/multiwatcher_internal_test.go'
2840--- state/multiwatcher/multiwatcher_internal_test.go 2013-04-09 07:55:32 +0000
2841+++ state/multiwatcher/multiwatcher_internal_test.go 2013-05-10 21:31:27 +0000
2842@@ -1,3 +1,6 @@
2843+// Copyright 2013 Canonical Ltd.
2844+// Licensed under the AGPLv3, see LICENCE file for details.
2845+
2846 package multiwatcher
2847
2848 import (
2849
2850=== modified file 'state/open.go'
2851--- state/open.go 2013-04-17 14:41:49 +0000
2852+++ state/open.go 2013-05-10 21:31:27 +0000
2853@@ -1,3 +1,6 @@
2854+// Copyright 2012, 2013 Canonical Ltd.
2855+// Licensed under the AGPLv3, see LICENCE file for details.
2856+
2857 package state
2858
2859 import (
2860
2861=== modified file 'state/presence/export_test.go'
2862--- state/presence/export_test.go 2012-09-03 18:10:52 +0000
2863+++ state/presence/export_test.go 2013-05-10 21:31:27 +0000
2864@@ -1,3 +1,6 @@
2865+// Copyright 2012, 2013 Canonical Ltd.
2866+// Licensed under the AGPLv3, see LICENCE file for details.
2867+
2868 package presence
2869
2870 func FakeTimeSlot(offset int) {
2871
2872=== modified file 'state/presence/presence.go'
2873--- state/presence/presence.go 2013-04-16 15:12:30 +0000
2874+++ state/presence/presence.go 2013-05-10 21:31:27 +0000
2875@@ -1,3 +1,6 @@
2876+// Copyright 2012, 2013 Canonical Ltd.
2877+// Licensed under the AGPLv3, see LICENCE file for details.
2878+
2879 // The presence package implements an interface for observing liveness
2880 // of arbitrary keys (agents, processes, etc) on top of MongoDB.
2881 // The design works by periodically updating the database so that
2882
2883=== modified file 'state/presence/presence_test.go'
2884--- state/presence/presence_test.go 2012-09-19 14:28:48 +0000
2885+++ state/presence/presence_test.go 2013-05-10 21:31:27 +0000
2886@@ -1,3 +1,6 @@
2887+// Copyright 2012, 2013 Canonical Ltd.
2888+// Licensed under the AGPLv3, see LICENCE file for details.
2889+
2890 package presence_test
2891
2892 import (
2893
2894=== modified file 'state/relation.go'
2895--- state/relation.go 2013-04-14 22:12:49 +0000
2896+++ state/relation.go 2013-05-10 21:31:27 +0000
2897@@ -1,3 +1,6 @@
2898+// Copyright 2012, 2013 Canonical Ltd.
2899+// Licensed under the AGPLv3, see LICENCE file for details.
2900+
2901 package state
2902
2903 import (
2904
2905=== modified file 'state/relation_internal_test.go'
2906--- state/relation_internal_test.go 2013-03-27 17:21:29 +0000
2907+++ state/relation_internal_test.go 2013-05-10 21:31:27 +0000
2908@@ -1,3 +1,6 @@
2909+// Copyright 2012, 2013 Canonical Ltd.
2910+// Licensed under the AGPLv3, see LICENCE file for details.
2911+
2912 package state
2913
2914 import (
2915
2916=== modified file 'state/relation_test.go'
2917--- state/relation_test.go 2013-04-01 10:45:01 +0000
2918+++ state/relation_test.go 2013-05-10 21:31:27 +0000
2919@@ -1,3 +1,6 @@
2920+// Copyright 2012, 2013 Canonical Ltd.
2921+// Licensed under the AGPLv3, see LICENCE file for details.
2922+
2923 package state_test
2924
2925 import (
2926
2927=== modified file 'state/relationunit.go'
2928--- state/relationunit.go 2013-04-14 22:12:49 +0000
2929+++ state/relationunit.go 2013-05-10 21:31:27 +0000
2930@@ -1,3 +1,6 @@
2931+// Copyright 2013 Canonical Ltd.
2932+// Licensed under the AGPLv3, see LICENCE file for details.
2933+
2934 package state
2935
2936 import (
2937
2938=== modified file 'state/relationunit_test.go'
2939--- state/relationunit_test.go 2013-01-25 18:33:16 +0000
2940+++ state/relationunit_test.go 2013-05-10 21:31:27 +0000
2941@@ -1,3 +1,6 @@
2942+// Copyright 2013 Canonical Ltd.
2943+// Licensed under the AGPLv3, see LICENCE file for details.
2944+
2945 package state_test
2946
2947 import (
2948
2949=== modified file 'state/sequence.go'
2950--- state/sequence.go 2012-09-19 13:40:41 +0000
2951+++ state/sequence.go 2013-05-10 21:31:27 +0000
2952@@ -1,3 +1,6 @@
2953+// Copyright 2012, 2013 Canonical Ltd.
2954+// Licensed under the AGPLv3, see LICENCE file for details.
2955+
2956 package state
2957
2958 import (
2959
2960=== modified file 'state/service.go'
2961--- state/service.go 2013-05-03 10:31:26 +0000
2962+++ state/service.go 2013-05-10 21:31:27 +0000
2963@@ -1,3 +1,6 @@
2964+// Copyright 2012, 2013 Canonical Ltd.
2965+// Licensed under the AGPLv3, see LICENCE file for details.
2966+
2967 package state
2968
2969 import (
2970
2971=== modified file 'state/service_test.go'
2972--- state/service_test.go 2013-05-02 16:53:26 +0000
2973+++ state/service_test.go 2013-05-10 21:31:27 +0000
2974@@ -1,3 +1,6 @@
2975+// Copyright 2012, 2013 Canonical Ltd.
2976+// Licensed under the AGPLv3, see LICENCE file for details.
2977+
2978 package state_test
2979
2980 import (
2981
2982=== modified file 'state/settings.go'
2983--- state/settings.go 2013-04-16 14:57:08 +0000
2984+++ state/settings.go 2013-05-10 21:31:27 +0000
2985@@ -1,3 +1,6 @@
2986+// Copyright 2012, 2013 Canonical Ltd.
2987+// Licensed under the AGPLv3, see LICENCE file for details.
2988+
2989 package state
2990
2991 import (
2992
2993=== modified file 'state/settings_test.go'
2994--- state/settings_test.go 2013-04-15 21:49:07 +0000
2995+++ state/settings_test.go 2013-05-10 21:31:27 +0000
2996@@ -1,3 +1,6 @@
2997+// Copyright 2012, 2013 Canonical Ltd.
2998+// Licensed under the AGPLv3, see LICENCE file for details.
2999+
3000 package state
3001
3002 import (
3003
3004=== modified file 'state/state.go'
3005--- state/state.go 2013-04-17 10:13:57 +0000
3006+++ state/state.go 2013-05-10 21:31:27 +0000
3007@@ -1,3 +1,6 @@
3008+// Copyright 2012, 2013 Canonical Ltd.
3009+// Licensed under the AGPLv3, see LICENCE file for details.
3010+
3011 // The state package enables reading, observing, and changing
3012 // the state stored in MongoDB of a whole environment
3013 // managed by juju.
3014
3015=== modified file 'state/state_test.go'
3016--- state/state_test.go 2013-04-16 00:18:23 +0000
3017+++ state/state_test.go 2013-05-10 21:31:27 +0000
3018@@ -1,3 +1,6 @@
3019+// Copyright 2012, 2013 Canonical Ltd.
3020+// Licensed under the AGPLv3, see LICENCE file for details.
3021+
3022 package state_test
3023
3024 import (
3025
3026=== modified file 'state/statecmd/addrelation.go'
3027--- state/statecmd/addrelation.go 2013-03-29 11:27:46 +0000
3028+++ state/statecmd/addrelation.go 2013-05-10 21:31:27 +0000
3029@@ -1,3 +1,6 @@
3030+// Copyright 2013 Canonical Ltd.
3031+// Licensed under the AGPLv3, see LICENCE file for details.
3032+
3033 // Code shared by the CLI and API for the AddRelation function.
3034
3035 package statecmd
3036
3037=== modified file 'state/statecmd/addrelation_test.go'
3038--- state/statecmd/addrelation_test.go 2013-03-29 11:27:46 +0000
3039+++ state/statecmd/addrelation_test.go 2013-05-10 21:31:27 +0000
3040@@ -1,3 +1,6 @@
3041+// Copyright 2013 Canonical Ltd.
3042+// Licensed under the AGPLv3, see LICENCE file for details.
3043+
3044 package statecmd_test
3045
3046 import (
3047
3048=== modified file 'state/statecmd/addunit.go'
3049--- state/statecmd/addunit.go 2013-04-15 15:42:27 +0000
3050+++ state/statecmd/addunit.go 2013-05-10 21:31:27 +0000
3051@@ -1,3 +1,6 @@
3052+// Copyright 2013 Canonical Ltd.
3053+// Licensed under the AGPLv3, see LICENCE file for details.
3054+
3055 // Code shared by the CLI and API for the ServiceAddUnit function.
3056
3057 package statecmd
3058
3059=== modified file 'state/statecmd/addunit_test.go'
3060--- state/statecmd/addunit_test.go 2013-04-15 09:20:10 +0000
3061+++ state/statecmd/addunit_test.go 2013-05-10 21:31:27 +0000
3062@@ -1,3 +1,6 @@
3063+// Copyright 2013 Canonical Ltd.
3064+// Licensed under the AGPLv3, see LICENCE file for details.
3065+
3066 package statecmd_test
3067
3068 import (
3069
3070=== modified file 'state/statecmd/config_test.go'
3071--- state/statecmd/config_test.go 2013-04-19 12:49:34 +0000
3072+++ state/statecmd/config_test.go 2013-05-10 21:31:27 +0000
3073@@ -1,3 +1,6 @@
3074+// Copyright 2013 Canonical Ltd.
3075+// Licensed under the AGPLv3, see LICENCE file for details.
3076+
3077 package statecmd_test
3078
3079 import (
3080
3081=== modified file 'state/statecmd/destroyrelation.go'
3082--- state/statecmd/destroyrelation.go 2013-03-29 11:27:46 +0000
3083+++ state/statecmd/destroyrelation.go 2013-05-10 21:31:27 +0000
3084@@ -1,3 +1,6 @@
3085+// Copyright 2013 Canonical Ltd.
3086+// Licensed under the AGPLv3, see LICENCE file for details.
3087+
3088 // Code shared by the CLI and API for the DestroyRelation function.
3089
3090 package statecmd
3091
3092=== modified file 'state/statecmd/destroyrelation_test.go'
3093--- state/statecmd/destroyrelation_test.go 2013-03-29 14:17:02 +0000
3094+++ state/statecmd/destroyrelation_test.go 2013-05-10 21:31:27 +0000
3095@@ -1,3 +1,6 @@
3096+// Copyright 2013 Canonical Ltd.
3097+// Licensed under the AGPLv3, see LICENCE file for details.
3098+
3099 package statecmd_test
3100
3101 import (
3102
3103=== modified file 'state/statecmd/destroyservice.go'
3104--- state/statecmd/destroyservice.go 2013-03-13 14:20:50 +0000
3105+++ state/statecmd/destroyservice.go 2013-05-10 21:31:27 +0000
3106@@ -1,3 +1,6 @@
3107+// Copyright 2013 Canonical Ltd.
3108+// Licensed under the AGPLv3, see LICENCE file for details.
3109+
3110 package statecmd
3111
3112 // Code shared by the CLI and API for the ServiceDestroy function.
3113
3114=== modified file 'state/statecmd/destroyservice_test.go'
3115--- state/statecmd/destroyservice_test.go 2013-03-13 14:20:50 +0000
3116+++ state/statecmd/destroyservice_test.go 2013-05-10 21:31:27 +0000
3117@@ -1,3 +1,6 @@
3118+// Copyright 2013 Canonical Ltd.
3119+// Licensed under the AGPLv3, see LICENCE file for details.
3120+
3121 package statecmd_test
3122
3123 import (
3124
3125=== modified file 'state/statecmd/destroyunit.go'
3126--- state/statecmd/destroyunit.go 2013-03-21 16:00:04 +0000
3127+++ state/statecmd/destroyunit.go 2013-05-10 21:31:27 +0000
3128@@ -1,3 +1,6 @@
3129+// Copyright 2013 Canonical Ltd.
3130+// Licensed under the AGPLv3, see LICENCE file for details.
3131+
3132 // Code shared by the CLI and API for the DestroyServiceUnits function.
3133
3134 package statecmd
3135
3136=== modified file 'state/statecmd/expose.go'
3137--- state/statecmd/expose.go 2013-03-06 16:44:27 +0000
3138+++ state/statecmd/expose.go 2013-05-10 21:31:27 +0000
3139@@ -1,3 +1,6 @@
3140+// Copyright 2013 Canonical Ltd.
3141+// Licensed under the AGPLv3, see LICENCE file for details.
3142+
3143 // Code shared by the CLI and API for the ServiceExpose function.
3144
3145 package statecmd
3146
3147=== modified file 'state/statecmd/expose_test.go'
3148--- state/statecmd/expose_test.go 2013-03-09 14:38:10 +0000
3149+++ state/statecmd/expose_test.go 2013-05-10 21:31:27 +0000
3150@@ -1,3 +1,6 @@
3151+// Copyright 2013 Canonical Ltd.
3152+// Licensed under the AGPLv3, see LICENCE file for details.
3153+
3154 package statecmd_test
3155
3156 import (
3157
3158=== modified file 'state/statecmd/get.go'
3159--- state/statecmd/get.go 2013-04-19 13:11:59 +0000
3160+++ state/statecmd/get.go 2013-05-10 21:31:27 +0000
3161@@ -1,3 +1,6 @@
3162+// Copyright 2013 Canonical Ltd.
3163+// Licensed under the AGPLv3, see LICENCE file for details.
3164+
3165 // The statecmd package is a temporary package
3166 // to put code that's used by both cmd/juju and state/api.
3167 // It is intended to wither away to nothing as functionality
3168
3169=== modified file 'state/statecmd/getconstraints.go'
3170--- state/statecmd/getconstraints.go 2013-04-04 15:54:08 +0000
3171+++ state/statecmd/getconstraints.go 2013-05-10 21:31:27 +0000
3172@@ -1,3 +1,6 @@
3173+// Copyright 2013 Canonical Ltd.
3174+// Licensed under the AGPLv3, see LICENCE file for details.
3175+
3176 // Code shared by the CLI and API for the GetConstraints function.
3177
3178 package statecmd
3179
3180=== modified file 'state/statecmd/setconstraints.go'
3181--- state/statecmd/setconstraints.go 2013-03-21 16:00:04 +0000
3182+++ state/statecmd/setconstraints.go 2013-05-10 21:31:27 +0000
3183@@ -1,3 +1,6 @@
3184+// Copyright 2013 Canonical Ltd.
3185+// Licensed under the AGPLv3, see LICENCE file for details.
3186+
3187 // Code shared by the CLI and API for the SetConstraints function.
3188
3189 package statecmd
3190
3191=== modified file 'state/statecmd/unexpose.go'
3192--- state/statecmd/unexpose.go 2013-03-06 17:53:52 +0000
3193+++ state/statecmd/unexpose.go 2013-05-10 21:31:27 +0000
3194@@ -1,3 +1,6 @@
3195+// Copyright 2013 Canonical Ltd.
3196+// Licensed under the AGPLv3, see LICENCE file for details.
3197+
3198 // The statecmd package is a temporary package
3199 // to put code that's used by both cmd/juju and state/api.
3200 package statecmd
3201
3202=== modified file 'state/statecmd/unexpose_test.go'
3203--- state/statecmd/unexpose_test.go 2013-03-06 16:44:27 +0000
3204+++ state/statecmd/unexpose_test.go 2013-05-10 21:31:27 +0000
3205@@ -1,3 +1,6 @@
3206+// Copyright 2013 Canonical Ltd.
3207+// Licensed under the AGPLv3, see LICENCE file for details.
3208+
3209 package statecmd_test
3210
3211 import (
3212
3213=== modified file 'state/status.go'
3214--- state/status.go 2013-04-11 15:46:31 +0000
3215+++ state/status.go 2013-05-10 21:31:27 +0000
3216@@ -1,3 +1,6 @@
3217+// Copyright 2013 Canonical Ltd.
3218+// Licensed under the AGPLv3, see LICENCE file for details.
3219+
3220 package state
3221
3222 import (
3223
3224=== modified file 'state/tools_test.go'
3225--- state/tools_test.go 2013-03-30 12:23:13 +0000
3226+++ state/tools_test.go 2013-05-10 21:31:27 +0000
3227@@ -1,3 +1,6 @@
3228+// Copyright 2012, 2013 Canonical Ltd.
3229+// Licensed under the AGPLv3, see LICENCE file for details.
3230+
3231 package state_test
3232
3233 import (
3234
3235=== modified file 'state/unit.go'
3236--- state/unit.go 2013-04-17 08:22:26 +0000
3237+++ state/unit.go 2013-05-10 21:31:27 +0000
3238@@ -1,3 +1,6 @@
3239+// Copyright 2012, 2013 Canonical Ltd.
3240+// Licensed under the AGPLv3, see LICENCE file for details.
3241+
3242 package state
3243
3244 import (
3245
3246=== modified file 'state/unit_test.go'
3247--- state/unit_test.go 2013-04-16 00:46:29 +0000
3248+++ state/unit_test.go 2013-05-10 21:31:27 +0000
3249@@ -1,3 +1,6 @@
3250+// Copyright 2012, 2013 Canonical Ltd.
3251+// Licensed under the AGPLv3, see LICENCE file for details.
3252+
3253 package state_test
3254
3255 import (
3256
3257=== modified file 'state/user.go'
3258--- state/user.go 2013-04-14 22:12:49 +0000
3259+++ state/user.go 2013-05-10 21:31:27 +0000
3260@@ -1,3 +1,6 @@
3261+// Copyright 2013 Canonical Ltd.
3262+// Licensed under the AGPLv3, see LICENCE file for details.
3263+
3264 package state
3265
3266 import (
3267
3268=== modified file 'state/user_test.go'
3269--- state/user_test.go 2013-04-14 22:12:49 +0000
3270+++ state/user_test.go 2013-05-10 21:31:27 +0000
3271@@ -1,3 +1,6 @@
3272+// Copyright 2013 Canonical Ltd.
3273+// Licensed under the AGPLv3, see LICENCE file for details.
3274+
3275 package state_test
3276
3277 import (
3278
3279=== modified file 'state/watcher.go'
3280--- state/watcher.go 2013-04-16 00:18:23 +0000
3281+++ state/watcher.go 2013-05-10 21:31:27 +0000
3282@@ -1,3 +1,6 @@
3283+// Copyright 2012, 2013 Canonical Ltd.
3284+// Licensed under the AGPLv3, see LICENCE file for details.
3285+
3286 package state
3287
3288 import (
3289
3290=== modified file 'state/watcher/helpers.go'
3291--- state/watcher/helpers.go 2012-09-25 10:46:18 +0000
3292+++ state/watcher/helpers.go 2013-05-10 21:31:27 +0000
3293@@ -1,3 +1,6 @@
3294+// Copyright 2012, 2013 Canonical Ltd.
3295+// Licensed under the AGPLv3, see LICENCE file for details.
3296+
3297 package watcher
3298
3299 import (
3300
3301=== modified file 'state/watcher/helpers_test.go'
3302--- state/watcher/helpers_test.go 2013-03-28 11:34:40 +0000
3303+++ state/watcher/helpers_test.go 2013-05-10 21:31:27 +0000
3304@@ -1,3 +1,6 @@
3305+// Copyright 2012, 2013 Canonical Ltd.
3306+// Licensed under the AGPLv3, see LICENCE file for details.
3307+
3308 package watcher_test
3309
3310 import (
3311
3312=== modified file 'state/watcher/watcher.go'
3313--- state/watcher/watcher.go 2013-04-16 15:26:39 +0000
3314+++ state/watcher/watcher.go 2013-05-10 21:31:27 +0000
3315@@ -1,3 +1,6 @@
3316+// Copyright 2012, 2013 Canonical Ltd.
3317+// Licensed under the AGPLv3, see LICENCE file for details.
3318+
3319 // The watcher package provides an interface for observing changes
3320 // to arbitrary MongoDB documents that are maintained via the
3321 // mgo/txn transaction package.
3322
3323=== modified file 'state/watcher/watcher_test.go'
3324--- state/watcher/watcher_test.go 2013-04-04 12:46:57 +0000
3325+++ state/watcher/watcher_test.go 2013-05-10 21:31:27 +0000
3326@@ -1,3 +1,6 @@
3327+// Copyright 2012, 2013 Canonical Ltd.
3328+// Licensed under the AGPLv3, see LICENCE file for details.
3329+
3330 package watcher_test
3331
3332 import (
3333
3334=== modified file 'store/branch.go'
3335--- store/branch.go 2013-02-19 07:06:20 +0000
3336+++ store/branch.go 2013-05-10 21:31:27 +0000
3337@@ -1,3 +1,6 @@
3338+// Copyright 2012, 2013 Canonical Ltd.
3339+// Licensed under the AGPLv3, see LICENCE file for details.
3340+
3341 package store
3342
3343 import (
3344
3345=== modified file 'store/branch_test.go'
3346--- store/branch_test.go 2013-02-19 07:06:20 +0000
3347+++ store/branch_test.go 2013-05-10 21:31:27 +0000
3348@@ -1,3 +1,6 @@
3349+// Copyright 2012, 2013 Canonical Ltd.
3350+// Licensed under the AGPLv3, see LICENCE file for details.
3351+
3352 package store_test
3353
3354 import (
3355
3356=== modified file 'store/export_test.go'
3357--- store/export_test.go 2013-03-14 21:12:49 +0000
3358+++ store/export_test.go 2013-05-10 21:31:27 +0000
3359@@ -1,3 +1,6 @@
3360+// Copyright 2013 Canonical Ltd.
3361+// Licensed under the AGPLv3, see LICENCE file for details.
3362+
3363 package store
3364
3365 import (
3366
3367=== modified file 'store/lpad.go'
3368--- store/lpad.go 2013-03-15 08:09:21 +0000
3369+++ store/lpad.go 2013-05-10 21:31:27 +0000
3370@@ -1,3 +1,6 @@
3371+// Copyright 2012, 2013 Canonical Ltd.
3372+// Licensed under the AGPLv3, see LICENCE file for details.
3373+
3374 package store
3375
3376 import (
3377
3378=== modified file 'store/lpad_test.go'
3379--- store/lpad_test.go 2013-02-19 07:06:20 +0000
3380+++ store/lpad_test.go 2013-05-10 21:31:27 +0000
3381@@ -1,3 +1,6 @@
3382+// Copyright 2012, 2013 Canonical Ltd.
3383+// Licensed under the AGPLv3, see LICENCE file for details.
3384+
3385 package store_test
3386
3387 import (
3388
3389=== modified file 'store/mgo_test.go'
3390--- store/mgo_test.go 2013-02-19 07:06:20 +0000
3391+++ store/mgo_test.go 2013-05-10 21:31:27 +0000
3392@@ -1,3 +1,6 @@
3393+// Copyright 2011, 2012, 2013 Canonical Ltd.
3394+// Licensed under the AGPLv3, see LICENCE file for details.
3395+
3396 package store_test
3397
3398 import (
3399
3400=== modified file 'store/server.go'
3401--- store/server.go 2013-03-28 00:12:19 +0000
3402+++ store/server.go 2013-05-10 21:31:27 +0000
3403@@ -1,3 +1,6 @@
3404+// Copyright 2012, 2013 Canonical Ltd.
3405+// Licensed under the AGPLv3, see LICENCE file for details.
3406+
3407 package store
3408
3409 import (
3410
3411=== modified file 'store/server_test.go'
3412--- store/server_test.go 2013-03-28 00:13:16 +0000
3413+++ store/server_test.go 2013-05-10 21:31:27 +0000
3414@@ -1,3 +1,6 @@
3415+// Copyright 2012, 2013 Canonical Ltd.
3416+// Licensed under the AGPLv3, see LICENCE file for details.
3417+
3418 package store_test
3419
3420 import (
3421
3422=== modified file 'store/store.go'
3423--- store/store.go 2013-04-01 19:40:14 +0000
3424+++ store/store.go 2013-05-10 21:31:27 +0000
3425@@ -1,3 +1,6 @@
3426+// Copyright 2011, 2012, 2013 Canonical Ltd.
3427+// Licensed under the AGPLv3, see LICENCE file for details.
3428+
3429 // The store package is capable of storing and updating charms in a MongoDB
3430 // database, as well as maintaining further information about them such as
3431 // the VCS revision the charm was loaded from and the URLs for the charms.
3432
3433=== modified file 'store/store_test.go'
3434--- store/store_test.go 2013-03-21 00:20:51 +0000
3435+++ store/store_test.go 2013-05-10 21:31:27 +0000
3436@@ -1,3 +1,6 @@
3437+// Copyright 2011, 2012, 2013 Canonical Ltd.
3438+// Licensed under the AGPLv3, see LICENCE file for details.
3439+
3440 package store_test
3441
3442 import (
3443
3444=== modified file 'testing/cert.go'
3445--- testing/cert.go 2012-12-07 15:21:35 +0000
3446+++ testing/cert.go 2013-05-10 21:31:27 +0000
3447@@ -1,3 +1,6 @@
3448+// Copyright 2012, 2013 Canonical Ltd.
3449+// Licensed under the AGPLv3, see LICENCE file for details.
3450+
3451 package testing
3452
3453 import (
3454
3455=== modified file 'testing/charm.go'
3456--- testing/charm.go 2013-04-26 14:19:24 +0000
3457+++ testing/charm.go 2013-05-10 21:31:27 +0000
3458@@ -1,3 +1,6 @@
3459+// Copyright 2012, 2013 Canonical Ltd.
3460+// Licensed under the AGPLv3, see LICENCE file for details.
3461+
3462 package testing
3463
3464 import (
3465
3466=== modified file 'testing/cmd.go'
3467--- testing/cmd.go 2013-04-08 15:46:52 +0000
3468+++ testing/cmd.go 2013-05-10 21:31:27 +0000
3469@@ -1,3 +1,6 @@
3470+// Copyright 2013 Canonical Ltd.
3471+// Licensed under the AGPLv3, see LICENCE file for details.
3472+
3473 package testing
3474
3475 import (
3476
3477=== modified file 'testing/environ.go'
3478--- testing/environ.go 2013-05-08 00:15:54 +0000
3479+++ testing/environ.go 2013-05-10 21:31:27 +0000
3480@@ -1,3 +1,6 @@
3481+// Copyright 2013 Canonical Ltd.
3482+// Licensed under the AGPLv3, see LICENCE file for details.
3483+
3484 package testing
3485
3486 import (
3487
3488=== modified file 'testing/environ_test.go'
3489--- testing/environ_test.go 2013-04-23 02:48:23 +0000
3490+++ testing/environ_test.go 2013-05-10 21:31:27 +0000
3491@@ -1,3 +1,6 @@
3492+// Copyright 2013 Canonical Ltd.
3493+// Licensed under the AGPLv3, see LICENCE file for details.
3494+
3495 package testing_test
3496
3497 import (
3498
3499=== modified file 'testing/git.go'
3500--- testing/git.go 2013-03-15 02:55:37 +0000
3501+++ testing/git.go 2013-05-10 21:31:27 +0000
3502@@ -1,3 +1,6 @@
3503+// Copyright 2013 Canonical Ltd.
3504+// Licensed under the AGPLv3, see LICENCE file for details.
3505+
3506 package testing
3507
3508 import (
3509
3510=== modified file 'testing/http.go'
3511--- testing/http.go 2012-08-30 14:27:47 +0000
3512+++ testing/http.go 2013-05-10 21:31:27 +0000
3513@@ -1,3 +1,6 @@
3514+// Copyright 2012, 2013 Canonical Ltd.
3515+// Licensed under the AGPLv3, see LICENCE file for details.
3516+
3517 package testing
3518
3519 import (
3520
3521=== modified file 'testing/log.go'
3522--- testing/log.go 2013-03-20 04:50:41 +0000
3523+++ testing/log.go 2013-05-10 21:31:27 +0000
3524@@ -1,3 +1,6 @@
3525+// Copyright 2012, 2013 Canonical Ltd.
3526+// Licensed under the AGPLv3, see LICENCE file for details.
3527+
3528 package testing
3529
3530 import (
3531
3532=== modified file 'testing/mgo.go'
3533--- testing/mgo.go 2013-04-10 17:17:10 +0000
3534+++ testing/mgo.go 2013-05-10 21:31:27 +0000
3535@@ -1,3 +1,6 @@
3536+// Copyright 2012, 2013 Canonical Ltd.
3537+// Licensed under the AGPLv3, see LICENCE file for details.
3538+
3539 package testing
3540
3541 import (
3542
3543=== modified file 'testing/mgo_test.go'
3544--- testing/mgo_test.go 2012-10-10 12:41:22 +0000
3545+++ testing/mgo_test.go 2013-05-10 21:31:27 +0000
3546@@ -1,3 +1,6 @@
3547+// Copyright 2012, 2013 Canonical Ltd.
3548+// Licensed under the AGPLv3, see LICENCE file for details.
3549+
3550 package testing_test
3551
3552 import (
3553
3554=== modified file 'testing/targz.go'
3555--- testing/targz.go 2012-08-17 09:31:37 +0000
3556+++ testing/targz.go 2013-05-10 21:31:27 +0000
3557@@ -1,3 +1,6 @@
3558+// Copyright 2012, 2013 Canonical Ltd.
3559+// Licensed under the AGPLv3, see LICENCE file for details.
3560+
3561 package testing
3562
3563 import (
3564
3565=== modified file 'upstart/upstart.go'
3566--- upstart/upstart.go 2013-04-30 05:38:10 +0000
3567+++ upstart/upstart.go 2013-05-10 21:31:27 +0000
3568@@ -1,3 +1,6 @@
3569+// Copyright 2012, 2013 Canonical Ltd.
3570+// Licensed under the AGPLv3, see LICENCE file for details.
3571+
3572 package upstart
3573
3574 import (
3575
3576=== modified file 'upstart/upstart_test.go'
3577--- upstart/upstart_test.go 2013-04-27 04:24:55 +0000
3578+++ upstart/upstart_test.go 2013-05-10 21:31:27 +0000
3579@@ -1,3 +1,6 @@
3580+// Copyright 2012, 2013 Canonical Ltd.
3581+// Licensed under the AGPLv3, see LICENCE file for details.
3582+
3583 package upstart_test
3584
3585 import (
3586
3587=== modified file 'utils/attempt.go'
3588--- utils/attempt.go 2013-04-14 22:12:49 +0000
3589+++ utils/attempt.go 2013-05-10 21:31:27 +0000
3590@@ -1,3 +1,6 @@
3591+// Copyright 2011, 2012, 2013 Canonical Ltd.
3592+// Licensed under the AGPLv3, see LICENCE file for details.
3593+
3594 package utils
3595
3596 import (
3597
3598=== modified file 'utils/fslock/export_test.go'
3599--- utils/fslock/export_test.go 2013-04-26 00:42:34 +0000
3600+++ utils/fslock/export_test.go 2013-05-10 21:31:27 +0000
3601@@ -1,3 +1,6 @@
3602+// Copyright 2013 Canonical Ltd.
3603+// Licensed under the AGPLv3, see LICENCE file for details.
3604+
3605 package fslock
3606
3607 import (
3608
3609=== modified file 'utils/fslock/fslock.go'
3610--- utils/fslock/fslock.go 2013-04-26 01:01:18 +0000
3611+++ utils/fslock/fslock.go 2013-05-10 21:31:27 +0000
3612@@ -1,3 +1,6 @@
3613+// Copyright 2013 Canonical Ltd.
3614+// Licensed under the AGPLv3, see LICENCE file for details.
3615+
3616 // On-disk mutex protecting a resource
3617 //
3618 // A lock is represented on disk by a directory of a particular name,
3619
3620=== modified file 'utils/fslock/fslock_test.go'
3621--- utils/fslock/fslock_test.go 2013-04-26 00:42:34 +0000
3622+++ utils/fslock/fslock_test.go 2013-05-10 21:31:27 +0000
3623@@ -1,3 +1,6 @@
3624+// Copyright 2013 Canonical Ltd.
3625+// Licensed under the AGPLv3, see LICENCE file for details.
3626+
3627 package fslock_test
3628
3629 import (
3630
3631=== modified file 'utils/password.go'
3632--- utils/password.go 2013-04-14 22:12:49 +0000
3633+++ utils/password.go 2013-05-10 21:31:27 +0000
3634@@ -1,3 +1,6 @@
3635+// Copyright 2012, 2013 Canonical Ltd.
3636+// Licensed under the AGPLv3, see LICENCE file for details.
3637+
3638 package utils
3639
3640 import (
3641
3642=== modified file 'utils/set/strings.go'
3643--- utils/set/strings.go 2013-04-15 01:01:43 +0000
3644+++ utils/set/strings.go 2013-05-10 21:31:27 +0000
3645@@ -1,3 +1,6 @@
3646+// Copyright 2013 Canonical Ltd.
3647+// Licensed under the AGPLv3, see LICENCE file for details.
3648+
3649 package set
3650
3651 import (
3652
3653=== modified file 'utils/set/strings_test.go'
3654--- utils/set/strings_test.go 2013-04-15 01:01:43 +0000
3655+++ utils/set/strings_test.go 2013-05-10 21:31:27 +0000
3656@@ -1,3 +1,6 @@
3657+// Copyright 2013 Canonical Ltd.
3658+// Licensed under the AGPLv3, see LICENCE file for details.
3659+
3660 package set_test
3661
3662 import (
3663
3664=== modified file 'utils/timeit.go'
3665--- utils/timeit.go 2013-04-14 22:12:49 +0000
3666+++ utils/timeit.go 2013-05-10 21:31:27 +0000
3667@@ -1,3 +1,6 @@
3668+// Copyright 2013 Canonical Ltd.
3669+// Licensed under the AGPLv3, see LICENCE file for details.
3670+
3671 package utils
3672
3673 import (
3674
3675=== modified file 'utils/trivial.go'
3676--- utils/trivial.go 2013-04-14 22:12:49 +0000
3677+++ utils/trivial.go 2013-05-10 21:31:27 +0000
3678@@ -1,3 +1,6 @@
3679+// Copyright 2012, 2013 Canonical Ltd.
3680+// Licensed under the AGPLv3, see LICENCE file for details.
3681+
3682 package utils
3683
3684 import (
3685
3686=== modified file 'utils/trivial_test.go'
3687--- utils/trivial_test.go 2013-04-14 22:12:49 +0000
3688+++ utils/trivial_test.go 2013-05-10 21:31:27 +0000
3689@@ -1,3 +1,6 @@
3690+// Copyright 2013 Canonical Ltd.
3691+// Licensed under the AGPLv3, see LICENCE file for details.
3692+
3693 package utils_test
3694
3695 import (
3696
3697=== modified file 'utils/uuid.go'
3698--- utils/uuid.go 2013-04-14 22:12:49 +0000
3699+++ utils/uuid.go 2013-05-10 21:31:27 +0000
3700@@ -1,3 +1,6 @@
3701+// Copyright 2013 Canonical Ltd.
3702+// Licensed under the AGPLv3, see LICENCE file for details.
3703+
3704 package utils
3705
3706 import (
3707
3708=== modified file 'utils/uuid_test.go'
3709--- utils/uuid_test.go 2013-04-14 22:12:49 +0000
3710+++ utils/uuid_test.go 2013-05-10 21:31:27 +0000
3711@@ -1,3 +1,6 @@
3712+// Copyright 2013 Canonical Ltd.
3713+// Licensed under the AGPLv3, see LICENCE file for details.
3714+
3715 package utils_test
3716
3717 import (
3718
3719=== modified file 'version/current_test.go'
3720--- version/current_test.go 2013-04-03 21:00:05 +0000
3721+++ version/current_test.go 2013-05-10 21:31:27 +0000
3722@@ -1,3 +1,6 @@
3723+// Copyright 2012, 2013 Canonical Ltd.
3724+// Licensed under the AGPLv3, see LICENCE file for details.
3725+
3726 package version_test
3727
3728 import (
3729
3730=== modified file 'version/export_test.go'
3731--- version/export_test.go 2012-07-30 16:37:39 +0000
3732+++ version/export_test.go 2013-05-10 21:31:27 +0000
3733@@ -1,3 +1,6 @@
3734+// Copyright 2012, 2013 Canonical Ltd.
3735+// Licensed under the AGPLv3, see LICENCE file for details.
3736+
3737 package version
3738
3739 func ReadSeries(f string) string {
3740
3741=== modified file 'version/version.go'
3742--- version/version.go 2013-04-24 15:15:27 +0000
3743+++ version/version.go 2013-05-10 21:31:27 +0000
3744@@ -1,3 +1,6 @@
3745+// Copyright 2012, 2013 Canonical Ltd.
3746+// Licensed under the AGPLv3, see LICENCE file for details.
3747+
3748 // The version package implements version parsing.
3749 // It also acts as guardian of the current client Juju version number.
3750 package version
3751
3752=== modified file 'version/version_test.go'
3753--- version/version_test.go 2013-04-11 21:18:40 +0000
3754+++ version/version_test.go 2013-05-10 21:31:27 +0000
3755@@ -1,3 +1,6 @@
3756+// Copyright 2012, 2013 Canonical Ltd.
3757+// Licensed under the AGPLv3, see LICENCE file for details.
3758+
3759 package version_test
3760
3761 import (
3762
3763=== modified file 'worker/deployer/addresser.go'
3764--- worker/deployer/addresser.go 2013-03-07 16:05:22 +0000
3765+++ worker/deployer/addresser.go 2013-05-10 21:31:27 +0000
3766@@ -1,3 +1,6 @@
3767+// Copyright 2013 Canonical Ltd.
3768+// Licensed under the AGPLv3, see LICENCE file for details.
3769+
3770 package deployer
3771
3772 // Addresser implementations provide the capability to lookup a list of server addresses.
3773
3774=== modified file 'worker/deployer/deployer.go'
3775--- worker/deployer/deployer.go 2013-04-14 22:55:38 +0000
3776+++ worker/deployer/deployer.go 2013-05-10 21:31:27 +0000
3777@@ -1,3 +1,6 @@
3778+// Copyright 2012, 2013 Canonical Ltd.
3779+// Licensed under the AGPLv3, see LICENCE file for details.
3780+
3781 package deployer
3782
3783 import (
3784
3785=== modified file 'worker/deployer/deployer_test.go'
3786--- worker/deployer/deployer_test.go 2013-04-05 18:56:15 +0000
3787+++ worker/deployer/deployer_test.go 2013-05-10 21:31:27 +0000
3788@@ -1,3 +1,6 @@
3789+// Copyright 2012, 2013 Canonical Ltd.
3790+// Licensed under the AGPLv3, see LICENCE file for details.
3791+
3792 package deployer_test
3793
3794 import (
3795
3796=== modified file 'worker/deployer/export_test.go'
3797--- worker/deployer/export_test.go 2013-03-29 14:54:20 +0000
3798+++ worker/deployer/export_test.go 2013-05-10 21:31:27 +0000
3799@@ -1,3 +1,6 @@
3800+// Copyright 2013 Canonical Ltd.
3801+// Licensed under the AGPLv3, see LICENCE file for details.
3802+
3803 package deployer
3804
3805 type fakeAddresser struct{}
3806
3807=== modified file 'worker/deployer/simple.go'
3808--- worker/deployer/simple.go 2013-04-08 09:51:21 +0000
3809+++ worker/deployer/simple.go 2013-05-10 21:31:27 +0000
3810@@ -1,3 +1,6 @@
3811+// Copyright 2012, 2013 Canonical Ltd.
3812+// Licensed under the AGPLv3, see LICENCE file for details.
3813+
3814 package deployer
3815
3816 import (
3817
3818=== modified file 'worker/deployer/simple_test.go'
3819--- worker/deployer/simple_test.go 2013-04-08 09:51:21 +0000
3820+++ worker/deployer/simple_test.go 2013-05-10 21:31:27 +0000
3821@@ -1,3 +1,6 @@
3822+// Copyright 2012, 2013 Canonical Ltd.
3823+// Licensed under the AGPLv3, see LICENCE file for details.
3824+
3825 package deployer_test
3826
3827 import (
3828
3829=== modified file 'worker/environ.go'
3830--- worker/environ.go 2013-04-08 12:19:10 +0000
3831+++ worker/environ.go 2013-05-10 21:31:27 +0000
3832@@ -1,3 +1,6 @@
3833+// Copyright 2012, 2013 Canonical Ltd.
3834+// Licensed under the AGPLv3, see LICENCE file for details.
3835+
3836 package worker
3837
3838 import (
3839
3840=== modified file 'worker/environ_test.go'
3841--- worker/environ_test.go 2012-09-21 15:06:40 +0000
3842+++ worker/environ_test.go 2013-05-10 21:31:27 +0000
3843@@ -1,3 +1,6 @@
3844+// Copyright 2012, 2013 Canonical Ltd.
3845+// Licensed under the AGPLv3, see LICENCE file for details.
3846+
3847 package worker_test
3848
3849 import (
3850
3851=== modified file 'worker/export_test.go'
3852--- worker/export_test.go 2012-08-31 15:07:33 +0000
3853+++ worker/export_test.go 2013-05-10 21:31:27 +0000
3854@@ -1,3 +1,6 @@
3855+// Copyright 2012, 2013 Canonical Ltd.
3856+// Licensed under the AGPLv3, see LICENCE file for details.
3857+
3858 package worker
3859
3860 var LoadedInvalid = make(chan struct{})
3861
3862=== modified file 'worker/firewaller/firewaller.go'
3863--- worker/firewaller/firewaller.go 2013-04-01 19:42:53 +0000
3864+++ worker/firewaller/firewaller.go 2013-05-10 21:31:27 +0000
3865@@ -1,3 +1,6 @@
3866+// Copyright 2012, 2013 Canonical Ltd.
3867+// Licensed under the AGPLv3, see LICENCE file for details.
3868+
3869 package firewaller
3870
3871 import (
3872
3873=== modified file 'worker/firewaller/firewaller_test.go'
3874--- worker/firewaller/firewaller_test.go 2013-04-12 17:11:50 +0000
3875+++ worker/firewaller/firewaller_test.go 2013-05-10 21:31:27 +0000
3876@@ -1,3 +1,6 @@
3877+// Copyright 2012, 2013 Canonical Ltd.
3878+// Licensed under the AGPLv3, see LICENCE file for details.
3879+
3880 package firewaller_test
3881
3882 import (
3883
3884=== modified file 'worker/machiner/machiner.go'
3885--- worker/machiner/machiner.go 2013-04-11 15:46:31 +0000
3886+++ worker/machiner/machiner.go 2013-05-10 21:31:27 +0000
3887@@ -1,3 +1,6 @@
3888+// Copyright 2012, 2013 Canonical Ltd.
3889+// Licensed under the AGPLv3, see LICENCE file for details.
3890+
3891 package machiner
3892
3893 import (
3894
3895=== modified file 'worker/machiner/machiner_test.go'
3896--- worker/machiner/machiner_test.go 2013-04-11 15:46:31 +0000
3897+++ worker/machiner/machiner_test.go 2013-05-10 21:31:27 +0000
3898@@ -1,3 +1,6 @@
3899+// Copyright 2013 Canonical Ltd.
3900+// Licensed under the AGPLv3, see LICENCE file for details.
3901+
3902 package machiner_test
3903
3904 import (
3905
3906=== modified file 'worker/provisioner/export_test.go'
3907--- worker/provisioner/export_test.go 2012-11-01 14:08:11 +0000
3908+++ worker/provisioner/export_test.go 2013-05-10 21:31:27 +0000
3909@@ -1,3 +1,6 @@
3910+// Copyright 2012, 2013 Canonical Ltd.
3911+// Licensed under the AGPLv3, see LICENCE file for details.
3912+
3913 package provisioner
3914
3915 import (
3916
3917=== modified file 'worker/provisioner/provisioner.go'
3918--- worker/provisioner/provisioner.go 2013-04-16 00:18:23 +0000
3919+++ worker/provisioner/provisioner.go 2013-05-10 21:31:27 +0000
3920@@ -1,3 +1,6 @@
3921+// Copyright 2012, 2013 Canonical Ltd.
3922+// Licensed under the AGPLv3, see LICENCE file for details.
3923+
3924 package provisioner
3925
3926 import (
3927
3928=== modified file 'worker/provisioner/provisioner_test.go'
3929--- worker/provisioner/provisioner_test.go 2013-04-18 10:56:37 +0000
3930+++ worker/provisioner/provisioner_test.go 2013-05-10 21:31:27 +0000
3931@@ -1,3 +1,6 @@
3932+// Copyright 2012, 2013 Canonical Ltd.
3933+// Licensed under the AGPLv3, see LICENCE file for details.
3934+
3935 package provisioner_test
3936
3937 import (
3938
3939=== modified file 'worker/uniter/charm/charm.go'
3940--- worker/uniter/charm/charm.go 2013-04-14 22:12:49 +0000
3941+++ worker/uniter/charm/charm.go 2013-05-10 21:31:27 +0000
3942@@ -1,3 +1,6 @@
3943+// Copyright 2012, 2013 Canonical Ltd.
3944+// Licensed under the AGPLv3, see LICENCE file for details.
3945+
3946 package charm
3947
3948 import (
3949
3950=== modified file 'worker/uniter/charm/charm_test.go'
3951--- worker/uniter/charm/charm_test.go 2013-02-11 05:51:12 +0000
3952+++ worker/uniter/charm/charm_test.go 2013-05-10 21:31:27 +0000
3953@@ -1,3 +1,6 @@
3954+// Copyright 2012, 2013 Canonical Ltd.
3955+// Licensed under the AGPLv3, see LICENCE file for details.
3956+
3957 package charm_test
3958
3959 import (
3960
3961=== modified file 'worker/uniter/charm/deployer.go'
3962--- worker/uniter/charm/deployer.go 2013-03-15 08:09:21 +0000
3963+++ worker/uniter/charm/deployer.go 2013-05-10 21:31:27 +0000
3964@@ -1,3 +1,6 @@
3965+// Copyright 2012, 2013 Canonical Ltd.
3966+// Licensed under the AGPLv3, see LICENCE file for details.
3967+
3968 package charm
3969
3970 import (
3971
3972=== modified file 'worker/uniter/charm/deployer_test.go'
3973--- worker/uniter/charm/deployer_test.go 2013-03-15 02:05:59 +0000
3974+++ worker/uniter/charm/deployer_test.go 2013-05-10 21:31:27 +0000
3975@@ -1,3 +1,6 @@
3976+// Copyright 2012, 2013 Canonical Ltd.
3977+// Licensed under the AGPLv3, see LICENCE file for details.
3978+
3979 package charm_test
3980
3981 import (
3982
3983=== modified file 'worker/uniter/charm/git.go'
3984--- worker/uniter/charm/git.go 2013-04-14 22:12:49 +0000
3985+++ worker/uniter/charm/git.go 2013-05-10 21:31:27 +0000
3986@@ -1,3 +1,6 @@
3987+// Copyright 2012, 2013 Canonical Ltd.
3988+// Licensed under the AGPLv3, see LICENCE file for details.
3989+
3990 package charm
3991
3992 import (
3993
3994=== modified file 'worker/uniter/charm/git_test.go'
3995--- worker/uniter/charm/git_test.go 2013-03-15 02:05:59 +0000
3996+++ worker/uniter/charm/git_test.go 2013-05-10 21:31:27 +0000
3997@@ -1,3 +1,6 @@
3998+// Copyright 2012, 2013 Canonical Ltd.
3999+// Licensed under the AGPLv3, see LICENCE file for details.
4000+
4001 package charm_test
4002
4003 import (
4004
4005=== modified file 'worker/uniter/context.go'
4006--- worker/uniter/context.go 2013-04-08 13:36:30 +0000
4007+++ worker/uniter/context.go 2013-05-10 21:31:27 +0000
4008@@ -1,3 +1,6 @@
4009+// Copyright 2012, 2013 Canonical Ltd.
4010+// Licensed under the AGPLv3, see LICENCE file for details.
4011+
4012 package uniter
4013
4014 import (
4015
4016=== modified file 'worker/uniter/context_test.go'
4017--- worker/uniter/context_test.go 2013-04-14 22:12:49 +0000
4018+++ worker/uniter/context_test.go 2013-05-10 21:31:27 +0000
4019@@ -1,3 +1,6 @@
4020+// Copyright 2012, 2013 Canonical Ltd.
4021+// Licensed under the AGPLv3, see LICENCE file for details.
4022+
4023 package uniter_test
4024
4025 import (
4026
4027=== modified file 'worker/uniter/filter.go'
4028--- worker/uniter/filter.go 2013-04-10 14:55:46 +0000
4029+++ worker/uniter/filter.go 2013-05-10 21:31:27 +0000
4030@@ -1,3 +1,6 @@
4031+// Copyright 2012, 2013 Canonical Ltd.
4032+// Licensed under the AGPLv3, see LICENCE file for details.
4033+
4034 package uniter
4035
4036 import (
4037
4038=== modified file 'worker/uniter/filter_test.go'
4039--- worker/uniter/filter_test.go 2013-04-11 15:46:31 +0000
4040+++ worker/uniter/filter_test.go 2013-05-10 21:31:27 +0000
4041@@ -1,3 +1,6 @@
4042+// Copyright 2012, 2013 Canonical Ltd.
4043+// Licensed under the AGPLv3, see LICENCE file for details.
4044+
4045 package uniter
4046
4047 import (
4048
4049=== modified file 'worker/uniter/hook/hook.go'
4050--- worker/uniter/hook/hook.go 2013-02-15 10:09:00 +0000
4051+++ worker/uniter/hook/hook.go 2013-05-10 21:31:27 +0000
4052@@ -1,3 +1,6 @@
4053+// Copyright 2012, 2013 Canonical Ltd.
4054+// Licensed under the AGPLv3, see LICENCE file for details.
4055+
4056 // hook provides types that define the hooks known to the Uniter
4057 package hook
4058
4059
4060=== modified file 'worker/uniter/hook/hook_test.go'
4061--- worker/uniter/hook/hook_test.go 2013-02-15 10:09:00 +0000
4062+++ worker/uniter/hook/hook_test.go 2013-05-10 21:31:27 +0000
4063@@ -1,3 +1,6 @@
4064+// Copyright 2012, 2013 Canonical Ltd.
4065+// Licensed under the AGPLv3, see LICENCE file for details.
4066+
4067 package hook_test
4068
4069 import (
4070
4071=== modified file 'worker/uniter/jujuc/config-get.go'
4072--- worker/uniter/jujuc/config-get.go 2013-02-26 00:32:35 +0000
4073+++ worker/uniter/jujuc/config-get.go 2013-05-10 21:31:27 +0000
4074@@ -1,3 +1,6 @@
4075+// Copyright 2012, 2013 Canonical Ltd.
4076+// Licensed under the AGPLv3, see LICENCE file for details.
4077+
4078 package jujuc
4079
4080 import (
4081
4082=== modified file 'worker/uniter/jujuc/config-get_test.go'
4083--- worker/uniter/jujuc/config-get_test.go 2013-03-13 22:14:47 +0000
4084+++ worker/uniter/jujuc/config-get_test.go 2013-05-10 21:31:27 +0000
4085@@ -1,3 +1,6 @@
4086+// Copyright 2012, 2013 Canonical Ltd.
4087+// Licensed under the AGPLv3, see LICENCE file for details.
4088+
4089 package jujuc_test
4090
4091 import (
4092
4093=== modified file 'worker/uniter/jujuc/context.go'
4094--- worker/uniter/jujuc/context.go 2013-01-09 16:54:32 +0000
4095+++ worker/uniter/jujuc/context.go 2013-05-10 21:31:27 +0000
4096@@ -1,3 +1,6 @@
4097+// Copyright 2012, 2013 Canonical Ltd.
4098+// Licensed under the AGPLv3, see LICENCE file for details.
4099+
4100 package jujuc
4101
4102 import (
4103
4104=== modified file 'worker/uniter/jujuc/juju-log.go'
4105--- worker/uniter/jujuc/juju-log.go 2013-04-25 14:50:18 +0000
4106+++ worker/uniter/jujuc/juju-log.go 2013-05-10 21:31:27 +0000
4107@@ -1,3 +1,6 @@
4108+// Copyright 2012, 2013 Canonical Ltd.
4109+// Licensed under the AGPLv3, see LICENCE file for details.
4110+
4111 package jujuc
4112
4113 import (
4114
4115=== modified file 'worker/uniter/jujuc/juju-log_test.go'
4116--- worker/uniter/jujuc/juju-log_test.go 2013-04-25 14:50:18 +0000
4117+++ worker/uniter/jujuc/juju-log_test.go 2013-05-10 21:31:27 +0000
4118@@ -1,3 +1,6 @@
4119+// Copyright 2012, 2013 Canonical Ltd.
4120+// Licensed under the AGPLv3, see LICENCE file for details.
4121+
4122 package jujuc_test
4123
4124 import (
4125
4126=== modified file 'worker/uniter/jujuc/ports.go'
4127--- worker/uniter/jujuc/ports.go 2013-03-14 21:39:03 +0000
4128+++ worker/uniter/jujuc/ports.go 2013-05-10 21:31:27 +0000
4129@@ -1,3 +1,6 @@
4130+// Copyright 2012, 2013 Canonical Ltd.
4131+// Licensed under the AGPLv3, see LICENCE file for details.
4132+
4133 package jujuc
4134
4135 import (
4136
4137=== modified file 'worker/uniter/jujuc/ports_test.go'
4138--- worker/uniter/jujuc/ports_test.go 2013-04-14 22:55:38 +0000
4139+++ worker/uniter/jujuc/ports_test.go 2013-05-10 21:31:27 +0000
4140@@ -1,3 +1,6 @@
4141+// Copyright 2012, 2013 Canonical Ltd.
4142+// Licensed under the AGPLv3, see LICENCE file for details.
4143+
4144 package jujuc_test
4145
4146 import (
4147
4148=== modified file 'worker/uniter/jujuc/relation-get.go'
4149--- worker/uniter/jujuc/relation-get.go 2013-04-29 15:33:25 +0000
4150+++ worker/uniter/jujuc/relation-get.go 2013-05-10 21:31:27 +0000
4151@@ -1,3 +1,6 @@
4152+// Copyright 2012, 2013 Canonical Ltd.
4153+// Licensed under the AGPLv3, see LICENCE file for details.
4154+
4155 package jujuc
4156
4157 import (
4158
4159=== modified file 'worker/uniter/jujuc/relation-get_test.go'
4160--- worker/uniter/jujuc/relation-get_test.go 2013-03-01 01:12:44 +0000
4161+++ worker/uniter/jujuc/relation-get_test.go 2013-05-10 21:31:27 +0000
4162@@ -1,3 +1,6 @@
4163+// Copyright 2012, 2013 Canonical Ltd.
4164+// Licensed under the AGPLv3, see LICENCE file for details.
4165+
4166 package jujuc_test
4167
4168 import (
4169
4170=== modified file 'worker/uniter/jujuc/relation-ids.go'
4171--- worker/uniter/jujuc/relation-ids.go 2013-02-26 00:32:35 +0000
4172+++ worker/uniter/jujuc/relation-ids.go 2013-05-10 21:31:27 +0000
4173@@ -1,3 +1,6 @@
4174+// Copyright 2012, 2013 Canonical Ltd.
4175+// Licensed under the AGPLv3, see LICENCE file for details.
4176+
4177 package jujuc
4178
4179 import (
4180
4181=== modified file 'worker/uniter/jujuc/relation-ids_test.go'
4182--- worker/uniter/jujuc/relation-ids_test.go 2013-03-01 01:12:44 +0000
4183+++ worker/uniter/jujuc/relation-ids_test.go 2013-05-10 21:31:27 +0000
4184@@ -1,3 +1,6 @@
4185+// Copyright 2012, 2013 Canonical Ltd.
4186+// Licensed under the AGPLv3, see LICENCE file for details.
4187+
4188 package jujuc_test
4189
4190 import (
4191
4192=== modified file 'worker/uniter/jujuc/relation-list.go'
4193--- worker/uniter/jujuc/relation-list.go 2013-04-29 15:33:25 +0000
4194+++ worker/uniter/jujuc/relation-list.go 2013-05-10 21:31:27 +0000
4195@@ -1,3 +1,6 @@
4196+// Copyright 2012, 2013 Canonical Ltd.
4197+// Licensed under the AGPLv3, see LICENCE file for details.
4198+
4199 package jujuc
4200
4201 import (
4202
4203=== modified file 'worker/uniter/jujuc/relation-list_test.go'
4204--- worker/uniter/jujuc/relation-list_test.go 2013-04-29 15:33:25 +0000
4205+++ worker/uniter/jujuc/relation-list_test.go 2013-05-10 21:31:27 +0000
4206@@ -1,3 +1,6 @@
4207+// Copyright 2012, 2013 Canonical Ltd.
4208+// Licensed under the AGPLv3, see LICENCE file for details.
4209+
4210 package jujuc_test
4211
4212 import (
4213
4214=== modified file 'worker/uniter/jujuc/relation-set.go'
4215--- worker/uniter/jujuc/relation-set.go 2013-03-14 21:39:03 +0000
4216+++ worker/uniter/jujuc/relation-set.go 2013-05-10 21:31:27 +0000
4217@@ -1,3 +1,6 @@
4218+// Copyright 2012, 2013 Canonical Ltd.
4219+// Licensed under the AGPLv3, see LICENCE file for details.
4220+
4221 package jujuc
4222
4223 import (
4224
4225=== modified file 'worker/uniter/jujuc/relation-set_test.go'
4226--- worker/uniter/jujuc/relation-set_test.go 2013-03-13 23:29:52 +0000
4227+++ worker/uniter/jujuc/relation-set_test.go 2013-05-10 21:31:27 +0000
4228@@ -1,3 +1,6 @@
4229+// Copyright 2012, 2013 Canonical Ltd.
4230+// Licensed under the AGPLv3, see LICENCE file for details.
4231+
4232 package jujuc_test
4233
4234 import (
4235
4236=== modified file 'worker/uniter/jujuc/server.go'
4237--- worker/uniter/jujuc/server.go 2013-03-21 16:44:57 +0000
4238+++ worker/uniter/jujuc/server.go 2013-05-10 21:31:27 +0000
4239@@ -1,3 +1,6 @@
4240+// Copyright 2012, 2013 Canonical Ltd.
4241+// Licensed under the AGPLv3, see LICENCE file for details.
4242+
4243 // The worker/uniter/jujuc package implements the server side of the jujuc proxy
4244 // tool, which forwards command invocations to the unit agent process so that
4245 // they can be executed against specific state.
4246
4247=== modified file 'worker/uniter/jujuc/server_test.go'
4248--- worker/uniter/jujuc/server_test.go 2013-02-26 00:32:35 +0000
4249+++ worker/uniter/jujuc/server_test.go 2013-05-10 21:31:27 +0000
4250@@ -1,3 +1,6 @@
4251+// Copyright 2012, 2013 Canonical Ltd.
4252+// Licensed under the AGPLv3, see LICENCE file for details.
4253+
4254 package jujuc_test
4255
4256 import (
4257
4258=== modified file 'worker/uniter/jujuc/unit-get.go'
4259--- worker/uniter/jujuc/unit-get.go 2013-02-26 00:32:35 +0000
4260+++ worker/uniter/jujuc/unit-get.go 2013-05-10 21:31:27 +0000
4261@@ -1,3 +1,6 @@
4262+// Copyright 2012, 2013 Canonical Ltd.
4263+// Licensed under the AGPLv3, see LICENCE file for details.
4264+
4265 package jujuc
4266
4267 import (
4268
4269=== modified file 'worker/uniter/jujuc/unit-get_test.go'
4270--- worker/uniter/jujuc/unit-get_test.go 2013-03-01 01:12:44 +0000
4271+++ worker/uniter/jujuc/unit-get_test.go 2013-05-10 21:31:27 +0000
4272@@ -1,3 +1,6 @@
4273+// Copyright 2012, 2013 Canonical Ltd.
4274+// Licensed under the AGPLv3, see LICENCE file for details.
4275+
4276 package jujuc_test
4277
4278 import (
4279
4280=== modified file 'worker/uniter/jujuc/util_test.go'
4281--- worker/uniter/jujuc/util_test.go 2013-04-14 22:55:38 +0000
4282+++ worker/uniter/jujuc/util_test.go 2013-05-10 21:31:27 +0000
4283@@ -1,3 +1,6 @@
4284+// Copyright 2012, 2013 Canonical Ltd.
4285+// Licensed under the AGPLv3, see LICENCE file for details.
4286+
4287 package jujuc_test
4288
4289 import (
4290
4291=== modified file 'worker/uniter/modes.go'
4292--- worker/uniter/modes.go 2013-04-11 15:46:31 +0000
4293+++ worker/uniter/modes.go 2013-05-10 21:31:27 +0000
4294@@ -1,3 +1,6 @@
4295+// Copyright 2012, 2013 Canonical Ltd.
4296+// Licensed under the AGPLv3, see LICENCE file for details.
4297+
4298 package uniter
4299
4300 import (
4301
4302=== modified file 'worker/uniter/relation/hookqueue.go'
4303--- worker/uniter/relation/hookqueue.go 2013-02-15 10:09:00 +0000
4304+++ worker/uniter/relation/hookqueue.go 2013-05-10 21:31:27 +0000
4305@@ -1,3 +1,6 @@
4306+// Copyright 2012, 2013 Canonical Ltd.
4307+// Licensed under the AGPLv3, see LICENCE file for details.
4308+
4309 package relation
4310
4311 import (
4312
4313=== modified file 'worker/uniter/relation/hookqueue_test.go'
4314--- worker/uniter/relation/hookqueue_test.go 2013-02-15 10:09:00 +0000
4315+++ worker/uniter/relation/hookqueue_test.go 2013-05-10 21:31:27 +0000
4316@@ -1,3 +1,6 @@
4317+// Copyright 2012, 2013 Canonical Ltd.
4318+// Licensed under the AGPLv3, see LICENCE file for details.
4319+
4320 package relation_test
4321
4322 import (
4323
4324=== modified file 'worker/uniter/relation/relation.go'
4325--- worker/uniter/relation/relation.go 2013-04-14 22:12:49 +0000
4326+++ worker/uniter/relation/relation.go 2013-05-10 21:31:27 +0000
4327@@ -1,3 +1,6 @@
4328+// Copyright 2012, 2013 Canonical Ltd.
4329+// Licensed under the AGPLv3, see LICENCE file for details.
4330+
4331 // relation implements persistent local storage of a unit's relation state, and
4332 // translation of relation changes into hooks that need to be run.
4333 package relation
4334
4335=== modified file 'worker/uniter/relation/relation_test.go'
4336--- worker/uniter/relation/relation_test.go 2013-02-15 10:09:00 +0000
4337+++ worker/uniter/relation/relation_test.go 2013-05-10 21:31:27 +0000
4338@@ -1,3 +1,6 @@
4339+// Copyright 2012, 2013 Canonical Ltd.
4340+// Licensed under the AGPLv3, see LICENCE file for details.
4341+
4342 package relation_test
4343
4344 import (
4345
4346=== modified file 'worker/uniter/relationer.go'
4347--- worker/uniter/relationer.go 2013-03-27 17:21:10 +0000
4348+++ worker/uniter/relationer.go 2013-05-10 21:31:27 +0000
4349@@ -1,3 +1,6 @@
4350+// Copyright 2012, 2013 Canonical Ltd.
4351+// Licensed under the AGPLv3, see LICENCE file for details.
4352+
4353 package uniter
4354
4355 import (
4356
4357=== modified file 'worker/uniter/relationer_test.go'
4358--- worker/uniter/relationer_test.go 2013-04-04 12:45:48 +0000
4359+++ worker/uniter/relationer_test.go 2013-05-10 21:31:27 +0000
4360@@ -1,3 +1,6 @@
4361+// Copyright 2012, 2013 Canonical Ltd.
4362+// Licensed under the AGPLv3, see LICENCE file for details.
4363+
4364 package uniter_test
4365
4366 import (
4367
4368=== modified file 'worker/uniter/state.go'
4369--- worker/uniter/state.go 2013-04-14 22:12:49 +0000
4370+++ worker/uniter/state.go 2013-05-10 21:31:27 +0000
4371@@ -1,3 +1,6 @@
4372+// Copyright 2012, 2013 Canonical Ltd.
4373+// Licensed under the AGPLv3, see LICENCE file for details.
4374+
4375 package uniter
4376
4377 import (
4378
4379=== modified file 'worker/uniter/state_test.go'
4380--- worker/uniter/state_test.go 2013-04-14 22:12:49 +0000
4381+++ worker/uniter/state_test.go 2013-05-10 21:31:27 +0000
4382@@ -1,3 +1,6 @@
4383+// Copyright 2012, 2013 Canonical Ltd.
4384+// Licensed under the AGPLv3, see LICENCE file for details.
4385+
4386 package uniter_test
4387
4388 import (
4389
4390=== modified file 'worker/uniter/tools.go'
4391--- worker/uniter/tools.go 2013-02-13 13:10:26 +0000
4392+++ worker/uniter/tools.go 2013-05-10 21:31:27 +0000
4393@@ -1,3 +1,6 @@
4394+// Copyright 2012, 2013 Canonical Ltd.
4395+// Licensed under the AGPLv3, see LICENCE file for details.
4396+
4397 package uniter
4398
4399 import (
4400
4401=== modified file 'worker/uniter/tools_test.go'
4402--- worker/uniter/tools_test.go 2013-02-25 16:46:55 +0000
4403+++ worker/uniter/tools_test.go 2013-05-10 21:31:27 +0000
4404@@ -1,3 +1,6 @@
4405+// Copyright 2012, 2013 Canonical Ltd.
4406+// Licensed under the AGPLv3, see LICENCE file for details.
4407+
4408 package uniter_test
4409
4410 import (
4411
4412=== modified file 'worker/uniter/uniter.go'
4413--- worker/uniter/uniter.go 2013-04-26 00:34:40 +0000
4414+++ worker/uniter/uniter.go 2013-05-10 21:31:27 +0000
4415@@ -1,3 +1,6 @@
4416+// Copyright 2012, 2013 Canonical Ltd.
4417+// Licensed under the AGPLv3, see LICENCE file for details.
4418+
4419 package uniter
4420
4421 import (
4422
4423=== modified file 'worker/uniter/uniter_test.go'
4424--- worker/uniter/uniter_test.go 2013-05-02 16:53:26 +0000
4425+++ worker/uniter/uniter_test.go 2013-05-10 21:31:27 +0000
4426@@ -1,3 +1,6 @@
4427+// Copyright 2012, 2013 Canonical Ltd.
4428+// Licensed under the AGPLv3, see LICENCE file for details.
4429+
4430 package uniter_test
4431
4432 import (

Subscribers

People subscribed via source and target branches