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
=== modified file 'bzr/bzr.go'
--- bzr/bzr.go 2013-04-09 16:18:13 +0000
+++ bzr/bzr.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Package bzr offers an interface to manage branches of the Bazaar VCS.4// Package bzr offers an interface to manage branches of the Bazaar VCS.
2package bzr5package bzr
36
47
=== modified file 'bzr/bzr_test.go'
--- bzr/bzr_test.go 2013-04-09 16:18:13 +0000
+++ bzr/bzr_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package bzr_test4package bzr_test
25
3import (6import (
47
=== modified file 'cert/cert.go'
--- cert/cert.go 2012-11-28 21:14:44 +0000
+++ cert/cert.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cert4package cert
25
3import (6import (
47
=== modified file 'cert/cert_test.go'
--- cert/cert_test.go 2012-11-28 17:11:23 +0000
+++ cert/cert_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cert_test4package cert_test
25
3import (6import (
47
=== modified file 'charm/bundle.go'
--- charm/bundle.go 2013-02-15 16:51:12 +0000
+++ charm/bundle.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'charm/bundle_test.go'
--- charm/bundle_test.go 2013-02-19 07:06:20 +0000
+++ charm/bundle_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'charm/charm.go'
--- charm/charm.go 2013-04-01 19:35:59 +0000
+++ charm/charm.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'charm/charm_test.go'
--- charm/charm_test.go 2013-04-01 19:35:59 +0000
+++ charm/charm_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'charm/config.go'
--- charm/config.go 2013-02-26 18:24:08 +0000
+++ charm/config.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'charm/config_test.go'
--- charm/config_test.go 2013-02-27 08:18:52 +0000
+++ charm/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'charm/dir.go'
--- charm/dir.go 2013-03-14 02:38:14 +0000
+++ charm/dir.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'charm/dir_test.go'
--- charm/dir_test.go 2013-03-21 06:56:06 +0000
+++ charm/dir_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'charm/export_test.go'
--- charm/export_test.go 2013-04-01 19:35:59 +0000
+++ charm/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'charm/hooks/hooks.go'
--- charm/hooks/hooks.go 2013-02-15 11:43:05 +0000
+++ charm/hooks/hooks.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// hooks provides types and constants that define the hooks known to Juju.4// hooks provides types and constants that define the hooks known to Juju.
2package hooks5package hooks
36
47
=== modified file 'charm/meta.go'
--- charm/meta.go 2013-03-28 11:50:15 +0000
+++ charm/meta.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'charm/meta_test.go'
--- charm/meta_test.go 2013-03-28 11:52:50 +0000
+++ charm/meta_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'charm/repo.go'
--- charm/repo.go 2013-04-09 16:38:05 +0000
+++ charm/repo.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'charm/repo_test.go'
--- charm/repo_test.go 2013-04-09 16:38:05 +0000
+++ charm/repo_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'charm/url.go'
--- charm/url.go 2013-04-09 17:24:46 +0000
+++ charm/url.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'charm/url_test.go'
--- charm/url_test.go 2013-04-09 18:25:17 +0000
+++ charm/url_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'cloudinit/cloudinit.go'
--- cloudinit/cloudinit.go 2013-01-16 14:26:43 +0000
+++ cloudinit/cloudinit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The cloudinit package implements a way of creating4// The cloudinit package implements a way of creating
2// a cloud-init configuration file.5// a cloud-init configuration file.
3// See https://help.ubuntu.com/community/CloudInit.6// See https://help.ubuntu.com/community/CloudInit.
47
=== modified file 'cloudinit/cloudinit_test.go'
--- cloudinit/cloudinit_test.go 2013-04-05 09:16:18 +0000
+++ cloudinit/cloudinit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cloudinit_test4package cloudinit_test
25
3import (6import (
47
=== modified file 'cloudinit/options.go'
--- cloudinit/options.go 2013-04-05 09:16:18 +0000
+++ cloudinit/options.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cloudinit4package cloudinit
25
3import (6import (
47
=== modified file 'cmd/builddb/main.go'
--- cmd/builddb/main.go 2013-04-12 17:11:50 +0000
+++ cmd/builddb/main.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/charmd/main.go'
--- cmd/charmd/main.go 2013-03-20 04:50:41 +0000
+++ cmd/charmd/main.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/charmload/main.go'
--- cmd/charmload/main.go 2013-03-20 04:50:41 +0000
+++ cmd/charmload/main.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/cmd.go'
--- cmd/cmd.go 2013-04-18 13:13:33 +0000
+++ cmd/cmd.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd4package cmd
25
3import (6import (
47
=== modified file 'cmd/cmd_test.go'
--- cmd/cmd_test.go 2013-04-10 22:31:43 +0000
+++ cmd/cmd_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd_test4package cmd_test
25
3import (6import (
47
=== modified file 'cmd/filevar.go'
--- cmd/filevar.go 2012-11-01 14:08:11 +0000
+++ cmd/filevar.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd4package cmd
25
3import (6import (
47
=== modified file 'cmd/filevar_test.go'
--- cmd/filevar_test.go 2013-02-28 12:27:09 +0000
+++ cmd/filevar_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd_test4package cmd_test
25
3import (6import (
47
=== modified file 'cmd/juju/addrelation.go'
--- cmd/juju/addrelation.go 2013-03-29 14:17:02 +0000
+++ cmd/juju/addrelation.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/addrelation_test.go'
--- cmd/juju/addrelation_test.go 2013-03-29 14:17:02 +0000
+++ cmd/juju/addrelation_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/addunit.go'
--- cmd/juju/addunit.go 2013-04-12 14:09:59 +0000
+++ cmd/juju/addunit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/addunit_test.go'
--- cmd/juju/addunit_test.go 2013-03-01 01:12:44 +0000
+++ cmd/juju/addunit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/bootstrap.go'
--- cmd/juju/bootstrap.go 2013-04-23 16:04:45 +0000
+++ cmd/juju/bootstrap.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/bootstrap_test.go'
--- cmd/juju/bootstrap_test.go 2013-04-16 07:37:30 +0000
+++ cmd/juju/bootstrap_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/cmd_test.go'
--- cmd/juju/cmd_test.go 2013-04-14 01:20:21 +0000
+++ cmd/juju/cmd_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/config_test.go'
--- cmd/juju/config_test.go 2013-04-19 13:05:40 +0000
+++ cmd/juju/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/constraints.go'
--- cmd/juju/constraints.go 2013-04-05 03:45:50 +0000
+++ cmd/juju/constraints.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/constraints_test.go'
--- cmd/juju/constraints_test.go 2013-03-18 19:33:51 +0000
+++ cmd/juju/constraints_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/debuglog.go'
--- cmd/juju/debuglog.go 2013-03-27 23:02:50 +0000
+++ cmd/juju/debuglog.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/debuglog_test.go'
--- cmd/juju/debuglog_test.go 2013-04-23 04:01:42 +0000
+++ cmd/juju/debuglog_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/deploy.go'
--- cmd/juju/deploy.go 2013-04-15 14:12:11 +0000
+++ cmd/juju/deploy.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/deploy_test.go'
--- cmd/juju/deploy_test.go 2013-04-14 14:40:40 +0000
+++ cmd/juju/deploy_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroyenvironment.go'
--- cmd/juju/destroyenvironment.go 2013-02-28 02:55:21 +0000
+++ cmd/juju/destroyenvironment.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroymachine.go'
--- cmd/juju/destroymachine.go 2013-03-21 16:00:04 +0000
+++ cmd/juju/destroymachine.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroymachine_test.go'
--- cmd/juju/destroymachine_test.go 2013-03-01 01:12:44 +0000
+++ cmd/juju/destroymachine_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroyrelation.go'
--- cmd/juju/destroyrelation.go 2013-03-29 14:17:02 +0000
+++ cmd/juju/destroyrelation.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroyrelation_test.go'
--- cmd/juju/destroyrelation_test.go 2013-03-29 14:17:02 +0000
+++ cmd/juju/destroyrelation_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroyservice.go'
--- cmd/juju/destroyservice.go 2013-03-12 18:55:06 +0000
+++ cmd/juju/destroyservice.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroyservice_test.go'
--- cmd/juju/destroyservice_test.go 2013-03-01 01:12:44 +0000
+++ cmd/juju/destroyservice_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroyunit.go'
--- cmd/juju/destroyunit.go 2013-03-14 16:38:27 +0000
+++ cmd/juju/destroyunit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/destroyunit_test.go'
--- cmd/juju/destroyunit_test.go 2013-03-01 01:12:44 +0000
+++ cmd/juju/destroyunit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/environment.go'
--- cmd/juju/environment.go 2013-04-13 21:02:42 +0000
+++ cmd/juju/environment.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/environment_test.go'
--- cmd/juju/environment_test.go 2013-04-24 09:07:57 +0000
+++ cmd/juju/environment_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/environmentcommand.go'
--- cmd/juju/environmentcommand.go 2013-05-08 00:07:19 +0000
+++ cmd/juju/environmentcommand.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/environmentcommand_test.go'
--- cmd/juju/environmentcommand_test.go 2013-05-08 00:10:28 +0000
+++ cmd/juju/environmentcommand_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/expose.go'
--- cmd/juju/expose.go 2013-03-08 13:57:47 +0000
+++ cmd/juju/expose.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/expose_test.go'
--- cmd/juju/expose_test.go 2013-03-01 01:12:44 +0000
+++ cmd/juju/expose_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/get.go'
--- cmd/juju/get.go 2013-04-08 20:52:01 +0000
+++ cmd/juju/get.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/help_topics.go'
--- cmd/juju/help_topics.go 2013-03-04 16:17:47 +0000
+++ cmd/juju/help_topics.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3const helpBasics = `6const helpBasics = `
47
=== modified file 'cmd/juju/init.go'
--- cmd/juju/init.go 2013-02-26 00:32:35 +0000
+++ cmd/juju/init.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/init_test.go'
--- cmd/juju/init_test.go 2013-03-14 04:51:54 +0000
+++ cmd/juju/init_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/main.go'
--- cmd/juju/main.go 2013-04-23 00:45:17 +0000
+++ cmd/juju/main.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/main_test.go'
--- cmd/juju/main_test.go 2013-05-07 23:22:52 +0000
+++ cmd/juju/main_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/publish.go'
--- cmd/juju/publish.go 2013-04-11 17:51:37 +0000
+++ cmd/juju/publish.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/publish_test.go'
--- cmd/juju/publish_test.go 2013-05-08 00:29:04 +0000
+++ cmd/juju/publish_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/resolved.go'
--- cmd/juju/resolved.go 2013-04-10 14:55:46 +0000
+++ cmd/juju/resolved.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/resolved_test.go'
--- cmd/juju/resolved_test.go 2013-04-11 15:46:31 +0000
+++ cmd/juju/resolved_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/scp.go'
--- cmd/juju/scp.go 2013-02-26 00:32:35 +0000
+++ cmd/juju/scp.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/scp_test.go'
--- cmd/juju/scp_test.go 2013-02-28 12:27:09 +0000
+++ cmd/juju/scp_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/set.go'
--- cmd/juju/set.go 2013-04-10 17:40:01 +0000
+++ cmd/juju/set.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/ssh.go'
--- cmd/juju/ssh.go 2013-04-11 17:51:37 +0000
+++ cmd/juju/ssh.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/ssh_test.go'
--- cmd/juju/ssh_test.go 2013-04-05 18:56:15 +0000
+++ cmd/juju/ssh_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/status.go'
--- cmd/juju/status.go 2013-04-19 12:45:35 +0000
+++ cmd/juju/status.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/status_test.go'
--- cmd/juju/status_test.go 2013-04-18 14:18:36 +0000
+++ cmd/juju/status_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/switch.go'
--- cmd/juju/switch.go 2013-05-08 00:07:19 +0000
+++ cmd/juju/switch.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/switch_test.go'
--- cmd/juju/switch_test.go 2013-05-08 00:15:54 +0000
+++ cmd/juju/switch_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/synctools.go'
--- cmd/juju/synctools.go 2013-04-14 23:50:20 +0000
+++ cmd/juju/synctools.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/synctools_test.go'
--- cmd/juju/synctools_test.go 2013-04-16 08:42:12 +0000
+++ cmd/juju/synctools_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/unexpose.go'
--- cmd/juju/unexpose.go 2013-03-08 13:57:47 +0000
+++ cmd/juju/unexpose.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/unexpose_test.go'
--- cmd/juju/unexpose_test.go 2013-03-01 01:12:44 +0000
+++ cmd/juju/unexpose_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/upgradecharm.go'
--- cmd/juju/upgradecharm.go 2013-04-29 16:40:25 +0000
+++ cmd/juju/upgradecharm.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/upgradecharm_test.go'
--- cmd/juju/upgradecharm_test.go 2013-04-29 16:40:25 +0000
+++ cmd/juju/upgradecharm_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/upgradejuju.go'
--- cmd/juju/upgradejuju.go 2013-04-16 07:37:30 +0000
+++ cmd/juju/upgradejuju.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/juju/upgradejuju_test.go'
--- cmd/juju/upgradejuju_test.go 2013-04-15 10:28:50 +0000
+++ cmd/juju/upgradejuju_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/agent.go'
--- cmd/jujud/agent.go 2013-04-11 17:51:37 +0000
+++ cmd/jujud/agent.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/agent_test.go'
--- cmd/jujud/agent_test.go 2013-04-13 19:05:08 +0000
+++ cmd/jujud/agent_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/bootstrap.go'
--- cmd/jujud/bootstrap.go 2013-04-28 20:50:44 +0000
+++ cmd/jujud/bootstrap.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/bootstrap_test.go'
--- cmd/jujud/bootstrap_test.go 2013-04-28 20:50:44 +0000
+++ cmd/jujud/bootstrap_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/deploy_test.go'
--- cmd/jujud/deploy_test.go 2013-04-15 01:01:43 +0000
+++ cmd/jujud/deploy_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/machine.go'
--- cmd/jujud/machine.go 2013-04-17 14:45:59 +0000
+++ cmd/jujud/machine.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/machine_test.go'
--- cmd/jujud/machine_test.go 2013-04-17 06:39:43 +0000
+++ cmd/jujud/machine_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/main.go'
--- cmd/jujud/main.go 2013-04-11 14:12:41 +0000
+++ cmd/jujud/main.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/main_test.go'
--- cmd/jujud/main_test.go 2013-04-17 05:28:16 +0000
+++ cmd/jujud/main_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/unit.go'
--- cmd/jujud/unit.go 2013-04-17 14:45:59 +0000
+++ cmd/jujud/unit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/unit_test.go'
--- cmd/jujud/unit_test.go 2013-04-11 15:46:31 +0000
+++ cmd/jujud/unit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/upgrade.go'
--- cmd/jujud/upgrade.go 2013-04-16 01:56:55 +0000
+++ cmd/jujud/upgrade.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/jujud/upgrade_test.go'
--- cmd/jujud/upgrade_test.go 2013-04-13 19:05:08 +0000
+++ cmd/jujud/upgrade_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package main4package main
25
3import (6import (
47
=== modified file 'cmd/logging.go'
--- cmd/logging.go 2013-04-12 08:15:54 +0000
+++ cmd/logging.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd4package cmd
25
3import (6import (
47
=== modified file 'cmd/logging_test.go'
--- cmd/logging_test.go 2013-04-12 08:15:54 +0000
+++ cmd/logging_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd_test4package cmd_test
25
3import (6import (
47
=== modified file 'cmd/output.go'
--- cmd/output.go 2013-03-12 20:48:44 +0000
+++ cmd/output.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd4package cmd
25
3import (6import (
47
=== modified file 'cmd/output_test.go'
--- cmd/output_test.go 2013-03-12 20:48:44 +0000
+++ cmd/output_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd_test4package cmd_test
25
3import (6import (
47
=== modified file 'cmd/supercommand.go'
--- cmd/supercommand.go 2013-04-18 13:13:33 +0000
+++ cmd/supercommand.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd4package cmd
25
3import (6import (
47
=== modified file 'cmd/supercommand_test.go'
--- cmd/supercommand_test.go 2013-04-12 08:51:24 +0000
+++ cmd/supercommand_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd_test4package cmd_test
25
3import (6import (
47
=== modified file 'cmd/util_test.go'
--- cmd/util_test.go 2013-02-28 20:08:55 +0000
+++ cmd/util_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd_test4package cmd_test
25
3import (6import (
47
=== modified file 'cmd/version.go'
--- cmd/version.go 2013-03-14 06:04:48 +0000
+++ cmd/version.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd4package cmd
25
3import (6import (
47
=== modified file 'cmd/version_test.go'
--- cmd/version_test.go 2013-03-14 06:00:30 +0000
+++ cmd/version_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cmd4package cmd
25
3import (6import (
47
=== modified file 'constraints/constraints.go'
--- constraints/constraints.go 2013-03-26 10:13:09 +0000
+++ constraints/constraints.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package constraints4package constraints
25
3import (6import (
47
=== modified file 'constraints/constraints_test.go'
--- constraints/constraints_test.go 2013-04-09 12:27:45 +0000
+++ constraints/constraints_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package constraints_test4package constraints_test
25
3import (6import (
47
=== modified file 'downloader/downloader.go'
--- downloader/downloader.go 2013-03-14 02:38:14 +0000
+++ downloader/downloader.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package downloader4package downloader
25
3import (6import (
47
=== modified file 'downloader/downloader_test.go'
--- downloader/downloader_test.go 2012-08-23 14:32:04 +0000
+++ downloader/downloader_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package downloader_test4package downloader_test
25
3import (6import (
47
=== modified file 'environs/agent/agent.go'
--- environs/agent/agent.go 2013-04-14 22:12:49 +0000
+++ environs/agent/agent.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package agent4package agent
25
3import (6import (
47
=== modified file 'environs/agent/agent_test.go'
--- environs/agent/agent_test.go 2013-04-14 22:12:49 +0000
+++ environs/agent/agent_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package agent_test4package agent_test
25
3import (6import (
47
=== modified file 'environs/agent/tools.go'
--- environs/agent/tools.go 2013-03-15 07:02:42 +0000
+++ environs/agent/tools.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package agent4package agent
25
3import (6import (
47
=== modified file 'environs/agent/tools_test.go'
--- environs/agent/tools_test.go 2013-02-25 16:46:55 +0000
+++ environs/agent/tools_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package agent_test4package agent_test
25
3import (6import (
47
=== modified file 'environs/all/all.go'
--- environs/all/all.go 2013-04-11 14:11:32 +0000
+++ environs/all/all.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package all4package all
25
3// Register all the available providers.6// Register all the available providers.
47
=== modified file 'environs/boilerplate_config.go'
--- environs/boilerplate_config.go 2013-03-07 21:15:40 +0000
+++ environs/boilerplate_config.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/boilerplate_config_test.go'
--- environs/boilerplate_config_test.go 2013-03-26 20:17:23 +0000
+++ environs/boilerplate_config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/bootstrap.go'
--- environs/bootstrap.go 2013-04-16 07:37:30 +0000
+++ environs/bootstrap.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/bootstrap_test.go'
--- environs/bootstrap_test.go 2013-04-16 07:37:30 +0000
+++ environs/bootstrap_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/cert.go'
--- environs/cert.go 2013-04-23 16:17:57 +0000
+++ environs/cert.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/cert_internal_test.go'
--- environs/cert_internal_test.go 2013-03-18 22:33:50 +0000
+++ environs/cert_internal_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/cert_test.go'
--- environs/cert_test.go 2013-04-23 16:04:45 +0000
+++ environs/cert_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/cloudinit.go'
--- environs/cloudinit.go 2013-04-16 07:37:30 +0000
+++ environs/cloudinit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/cloudinit/cloudinit.go'
--- environs/cloudinit/cloudinit.go 2013-05-10 19:17:49 +0000
+++ environs/cloudinit/cloudinit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cloudinit4package cloudinit
25
3import (6import (
47
=== modified file 'environs/cloudinit/cloudinit_test.go'
--- environs/cloudinit/cloudinit_test.go 2013-05-10 19:17:49 +0000
+++ environs/cloudinit/cloudinit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cloudinit_test4package cloudinit_test
25
3import (6import (
47
=== modified file 'environs/cloudinit/suite_test.go'
--- environs/cloudinit/suite_test.go 2012-08-16 06:57:16 +0000
+++ environs/cloudinit/suite_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package cloudinit_test4package cloudinit_test
25
3import (6import (
47
=== modified file 'environs/cloudinit_test.go'
--- environs/cloudinit_test.go 2013-04-16 02:38:43 +0000
+++ environs/cloudinit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/config.go'
--- environs/config.go 2013-04-24 09:07:57 +0000
+++ environs/config.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/config/authkeys.go'
--- environs/config/authkeys.go 2012-11-28 17:18:56 +0000
+++ environs/config/authkeys.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package config4package config
25
3import (6import (
47
=== modified file 'environs/config/config.go'
--- environs/config/config.go 2013-04-13 21:02:42 +0000
+++ environs/config/config.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package config4package config
25
3import (6import (
47
=== modified file 'environs/config/config_test.go'
--- environs/config/config_test.go 2013-04-23 03:25:48 +0000
+++ environs/config/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package config_test4package config_test
25
3import (6import (
47
=== modified file 'environs/config/home.go'
--- environs/config/home.go 2013-04-23 16:04:45 +0000
+++ environs/config/home.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package config4package config
25
3import (6import (
47
=== modified file 'environs/config/home_test.go'
--- environs/config/home_test.go 2013-03-28 11:00:00 +0000
+++ environs/config/home_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package config_test4package config_test
25
3import (6import (
47
=== modified file 'environs/config_test.go'
--- environs/config_test.go 2013-04-14 15:09:35 +0000
+++ environs/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/dummy/config_test.go'
--- environs/dummy/config_test.go 2012-11-27 09:16:02 +0000
+++ environs/dummy/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package dummy_test4package dummy_test
25
3import (6import (
47
=== modified file 'environs/dummy/environs.go'
--- environs/dummy/environs.go 2013-04-16 02:38:43 +0000
+++ environs/dummy/environs.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The dummy provider implements an environment provider for testing4// The dummy provider implements an environment provider for testing
2// purposes, registered with environs under the name "dummy".5// purposes, registered with environs under the name "dummy".
3//6//
47
=== modified file 'environs/dummy/environs_test.go'
--- environs/dummy/environs_test.go 2013-03-26 12:49:08 +0000
+++ environs/dummy/environs_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package dummy_test4package dummy_test
25
3import (6import (
47
=== modified file 'environs/dummy/storage.go'
--- environs/dummy/storage.go 2013-04-10 00:11:24 +0000
+++ environs/dummy/storage.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package dummy4package dummy
25
3import (6import (
47
=== modified file 'environs/ec2/config.go'
--- environs/ec2/config.go 2013-04-10 02:56:46 +0000
+++ environs/ec2/config.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3import (6import (
47
=== modified file 'environs/ec2/config_test.go'
--- environs/ec2/config_test.go 2013-04-10 00:11:24 +0000
+++ environs/ec2/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3// TODO: Clean this up so it matches environs/openstack/config_test.go.6// TODO: Clean this up so it matches environs/openstack/config_test.go.
47
=== modified file 'environs/ec2/ec2.go'
--- environs/ec2/ec2.go 2013-04-30 00:16:13 +0000
+++ environs/ec2/ec2.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3import (6import (
47
=== modified file 'environs/ec2/export_test.go'
--- environs/ec2/export_test.go 2013-04-29 01:06:35 +0000
+++ environs/ec2/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3import (6import (
47
=== modified file 'environs/ec2/image.go'
--- environs/ec2/image.go 2013-04-30 00:16:13 +0000
+++ environs/ec2/image.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3import (6import (
47
=== modified file 'environs/ec2/image_test.go'
--- environs/ec2/image_test.go 2013-04-30 00:16:13 +0000
+++ environs/ec2/image_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3import (6import (
47
=== modified file 'environs/ec2/instancetype.go'
--- environs/ec2/instancetype.go 2013-04-29 01:06:35 +0000
+++ environs/ec2/instancetype.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3import (6import (
47
=== modified file 'environs/ec2/live_test.go'
--- environs/ec2/live_test.go 2013-04-10 00:11:24 +0000
+++ environs/ec2/live_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec2_test4package ec2_test
25
3import (6import (
47
=== modified file 'environs/ec2/local_test.go'
--- environs/ec2/local_test.go 2013-04-17 22:09:22 +0000
+++ environs/ec2/local_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec2_test4package ec2_test
25
3import (6import (
47
=== modified file 'environs/ec2/state.go'
--- environs/ec2/state.go 2012-11-28 17:57:23 +0000
+++ environs/ec2/state.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3import (6import (
47
=== modified file 'environs/ec2/storage.go'
--- environs/ec2/storage.go 2013-04-10 00:11:24 +0000
+++ environs/ec2/storage.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec24package ec2
25
3import (6import (
47
=== modified file 'environs/ec2/suite_test.go'
--- environs/ec2/suite_test.go 2013-03-18 10:45:34 +0000
+++ environs/ec2/suite_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package ec2_test4package ec2_test
25
3import (6import (
47
=== modified file 'environs/export_test.go'
--- environs/export_test.go 2013-04-08 22:25:49 +0000
+++ environs/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3func Providers() map[string]EnvironProvider {6func Providers() map[string]EnvironProvider {
47
=== modified file 'environs/instances/image.go'
--- environs/instances/image.go 2013-04-26 04:46:54 +0000
+++ environs/instances/image.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package instances4package instances
25
3import (6import (
47
=== modified file 'environs/instances/image_test.go'
--- environs/instances/image_test.go 2013-04-29 01:06:35 +0000
+++ environs/instances/image_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package instances4package instances
25
3import (6import (
47
=== modified file 'environs/instances/instancetype.go'
--- environs/instances/instancetype.go 2013-04-29 01:06:35 +0000
+++ environs/instances/instancetype.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package instances4package instances
25
3import (6import (
47
=== modified file 'environs/instances/instancetype_test.go'
--- environs/instances/instancetype_test.go 2013-04-26 04:46:54 +0000
+++ environs/instances/instancetype_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package instances4package instances
25
3import (6import (
47
=== modified file 'environs/interface.go'
--- environs/interface.go 2013-04-16 02:38:43 +0000
+++ environs/interface.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/jujutest/jujutest_test.go'
--- environs/jujutest/jujutest_test.go 2013-03-07 16:34:33 +0000
+++ environs/jujutest/jujutest_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujutest4package jujutest
25
3import (6import (
47
=== modified file 'environs/jujutest/livetests.go'
--- environs/jujutest/livetests.go 2013-04-17 06:39:43 +0000
+++ environs/jujutest/livetests.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujutest4package jujutest
25
3import (6import (
47
=== modified file 'environs/jujutest/metadata.go'
--- environs/jujutest/metadata.go 2013-03-25 16:46:34 +0000
+++ environs/jujutest/metadata.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujutest4package jujutest
25
3import (6import (
47
=== modified file 'environs/jujutest/metadata_test.go'
--- environs/jujutest/metadata_test.go 2013-03-08 22:05:31 +0000
+++ environs/jujutest/metadata_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujutest4package jujutest
25
3import (6import (
47
=== modified file 'environs/jujutest/tests.go'
--- environs/jujutest/tests.go 2013-04-16 02:38:43 +0000
+++ environs/jujutest/tests.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujutest4package jujutest
25
3import (6import (
47
=== modified file 'environs/local/backend.go'
--- environs/local/backend.go 2013-02-22 13:59:18 +0000
+++ environs/local/backend.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package local4package local
25
3import (6import (
47
=== modified file 'environs/local/backend_test.go'
--- environs/local/backend_test.go 2013-03-08 17:34:45 +0000
+++ environs/local/backend_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package local_test4package local_test
25
3import (6import (
47
=== modified file 'environs/local/export_test.go'
--- environs/local/export_test.go 2013-04-10 00:11:24 +0000
+++ environs/local/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package local4package local
25
3import (6import (
47
=== modified file 'environs/local/storage.go'
--- environs/local/storage.go 2013-04-10 00:11:24 +0000
+++ environs/local/storage.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package local4package local
25
3import (6import (
47
=== modified file 'environs/local/storage_test.go'
--- environs/local/storage_test.go 2013-04-10 00:11:24 +0000
+++ environs/local/storage_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package local_test4package local_test
25
3import (6import (
47
=== modified file 'environs/maas/config.go'
--- environs/maas/config.go 2013-04-11 10:05:24 +0000
+++ environs/maas/config.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/config_test.go'
--- environs/maas/config_test.go 2013-04-11 10:05:38 +0000
+++ environs/maas/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/environ.go'
--- environs/maas/environ.go 2013-04-19 10:19:30 +0000
+++ environs/maas/environ.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/environ_test.go'
--- environs/maas/environ_test.go 2013-04-19 09:57:27 +0000
+++ environs/maas/environ_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/environprovider.go'
--- environs/maas/environprovider.go 2013-04-15 11:20:15 +0000
+++ environs/maas/environprovider.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/environprovider_test.go'
--- environs/maas/environprovider_test.go 2013-04-15 12:22:14 +0000
+++ environs/maas/environprovider_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/instance.go'
--- environs/maas/instance.go 2013-04-11 04:42:00 +0000
+++ environs/maas/instance.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/instance_test.go'
--- environs/maas/instance_test.go 2013-02-07 13:25:52 +0000
+++ environs/maas/instance_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/maas_test.go'
--- environs/maas/maas_test.go 2013-04-14 15:09:35 +0000
+++ environs/maas/maas_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/state.go'
--- environs/maas/state.go 2013-03-07 10:50:22 +0000
+++ environs/maas/state.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/state_test.go'
--- environs/maas/state_test.go 2013-03-08 07:19:11 +0000
+++ environs/maas/state_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/storage.go'
--- environs/maas/storage.go 2013-04-11 06:03:22 +0000
+++ environs/maas/storage.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/storage_test.go'
--- environs/maas/storage_test.go 2013-03-13 15:48:04 +0000
+++ environs/maas/storage_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/util.go'
--- environs/maas/util.go 2013-04-14 22:12:49 +0000
+++ environs/maas/util.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/maas/util_test.go'
--- environs/maas/util_test.go 2013-04-14 22:12:49 +0000
+++ environs/maas/util_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package maas4package maas
25
3import (6import (
47
=== modified file 'environs/mongo.go'
--- environs/mongo.go 2013-04-12 12:50:52 +0000
+++ environs/mongo.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/mongo_test.go'
--- environs/mongo_test.go 2013-04-11 02:13:40 +0000
+++ environs/mongo_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/open.go'
--- environs/open.go 2012-09-03 14:07:19 +0000
+++ environs/open.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/open_test.go'
--- environs/open_test.go 2013-04-14 15:09:35 +0000
+++ environs/open_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/openstack/config.go'
--- environs/openstack/config.go 2013-04-19 11:17:17 +0000
+++ environs/openstack/config.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack4package openstack
25
3import (6import (
47
=== modified file 'environs/openstack/config_test.go'
--- environs/openstack/config_test.go 2013-05-09 17:20:40 +0000
+++ environs/openstack/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack4package openstack
25
3import (6import (
47
=== modified file 'environs/openstack/export_test.go'
--- environs/openstack/export_test.go 2013-04-29 03:19:43 +0000
+++ environs/openstack/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack4package openstack
25
3import (6import (
47
=== modified file 'environs/openstack/image.go'
--- environs/openstack/image.go 2013-04-26 04:46:54 +0000
+++ environs/openstack/image.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack4package openstack
25
3import (6import (
47
=== modified file 'environs/openstack/live_test.go'
--- environs/openstack/live_test.go 2013-04-29 03:28:11 +0000
+++ environs/openstack/live_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack_test4package openstack_test
25
3import (6import (
47
=== modified file 'environs/openstack/local_test.go'
--- environs/openstack/local_test.go 2013-05-09 00:25:39 +0000
+++ environs/openstack/local_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack_test4package openstack_test
25
3import (6import (
47
=== modified file 'environs/openstack/provider.go'
--- environs/openstack/provider.go 2013-05-09 00:25:39 +0000
+++ environs/openstack/provider.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Stub provider for OpenStack, using goose will be implemented here4// Stub provider for OpenStack, using goose will be implemented here
25
3package openstack6package openstack
47
=== modified file 'environs/openstack/provider_test.go'
--- environs/openstack/provider_test.go 2013-04-29 01:39:21 +0000
+++ environs/openstack/provider_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack_test4package openstack_test
25
3import (6import (
47
=== modified file 'environs/openstack/state.go'
--- environs/openstack/state.go 2013-01-22 11:53:27 +0000
+++ environs/openstack/state.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack4package openstack
25
3import (6import (
47
=== modified file 'environs/openstack/storage.go'
--- environs/openstack/storage.go 2013-04-10 00:11:24 +0000
+++ environs/openstack/storage.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package openstack4package openstack
25
3import (6import (
47
=== modified file 'environs/storage.go'
--- environs/storage.go 2013-04-10 00:11:24 +0000
+++ environs/storage.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/storage_test.go'
--- environs/storage_test.go 2013-04-08 22:25:49 +0000
+++ environs/storage_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/suite_test.go'
--- environs/suite_test.go 2012-09-21 11:39:56 +0000
+++ environs/suite_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'environs/testing/instances.go'
--- environs/testing/instances.go 2013-04-29 01:06:35 +0000
+++ environs/testing/instances.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'environs/testing/tools.go'
--- environs/testing/tools.go 2013-04-23 04:03:33 +0000
+++ environs/testing/tools.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'environs/tools.go'
--- environs/tools.go 2013-04-17 07:01:00 +0000
+++ environs/tools.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs4package environs
25
3import (6import (
47
=== modified file 'environs/tools/build.go'
--- environs/tools/build.go 2013-04-08 22:25:49 +0000
+++ environs/tools/build.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package tools4package tools
25
3import (6import (
47
=== modified file 'environs/tools/export_test.go'
--- environs/tools/export_test.go 2013-04-08 22:25:49 +0000
+++ environs/tools/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package tools4package tools
25
3var Setenv = setenv6var Setenv = setenv
47
=== modified file 'environs/tools/list.go'
--- environs/tools/list.go 2013-04-16 01:19:41 +0000
+++ environs/tools/list.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package tools4package tools
25
3import (6import (
47
=== modified file 'environs/tools/list_test.go'
--- environs/tools/list_test.go 2013-04-13 19:05:08 +0000
+++ environs/tools/list_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package tools_test4package tools_test
25
3import (6import (
47
=== modified file 'environs/tools/storage.go'
--- environs/tools/storage.go 2013-04-29 03:19:43 +0000
+++ environs/tools/storage.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package tools4package tools
25
3import (6import (
47
=== modified file 'environs/tools/storage_test.go'
--- environs/tools/storage_test.go 2013-04-29 03:19:43 +0000
+++ environs/tools/storage_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package tools_test4package tools_test
25
3import (6import (
47
=== modified file 'environs/tools_test.go'
--- environs/tools_test.go 2013-04-17 07:01:00 +0000
+++ environs/tools_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package environs_test4package environs_test
25
3import (6import (
47
=== modified file 'juju/api.go'
--- juju/api.go 2013-03-25 16:52:39 +0000
+++ juju/api.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package juju4package juju
25
3import (6import (
47
=== modified file 'juju/apiconn_test.go'
--- juju/apiconn_test.go 2013-03-20 17:03:02 +0000
+++ juju/apiconn_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package juju_test4package juju_test
25
3import (6import (
47
=== modified file 'juju/conn.go'
--- juju/conn.go 2013-04-15 15:37:10 +0000
+++ juju/conn.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package juju4package juju
25
3import (6import (
47
=== modified file 'juju/conn_test.go'
--- juju/conn_test.go 2013-04-15 15:37:10 +0000
+++ juju/conn_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package juju_test4package juju_test
25
3import (6import (
47
=== modified file 'juju/testing/conn.go'
--- juju/testing/conn.go 2013-04-15 10:28:50 +0000
+++ juju/testing/conn.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'log/log.go'
--- log/log.go 2013-03-21 06:33:48 +0000
+++ log/log.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package log4package log
25
3import (6import (
47
=== modified file 'log/log_test.go'
--- log/log_test.go 2013-03-21 06:56:06 +0000
+++ log/log_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package log_test4package log_test
25
3import (6import (
47
=== modified file 'log/syslog/cmd.go'
--- log/syslog/cmd.go 2013-03-26 03:05:48 +0000
+++ log/syslog/cmd.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package syslog4package syslog
25
3import (6import (
47
=== modified file 'log/syslog/config.go'
--- log/syslog/config.go 2013-03-26 03:05:48 +0000
+++ log/syslog/config.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package syslog4package syslog
25
3import (6import (
47
=== modified file 'log/syslog/config_test.go'
--- log/syslog/config_test.go 2013-03-26 03:05:48 +0000
+++ log/syslog/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package syslog_test4package syslog_test
25
3import (6import (
47
=== modified file 'rpc/client.go'
--- rpc/client.go 2013-03-15 08:09:21 +0000
+++ rpc/client.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package rpc4package rpc
25
3import (6import (
47
=== modified file 'rpc/rpc.go'
--- rpc/rpc.go 2013-03-14 02:38:14 +0000
+++ rpc/rpc.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package rpc4package rpc
25
3import (6import (
47
=== modified file 'rpc/rpc_test.go'
--- rpc/rpc_test.go 2013-04-09 12:09:04 +0000
+++ rpc/rpc_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package rpc_test4package rpc_test
25
3import (6import (
47
=== modified file 'rpc/server.go'
--- rpc/server.go 2013-04-03 13:22:36 +0000
+++ rpc/server.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package rpc4package rpc
25
3import (6import (
47
=== modified file 'schema/schema.go'
--- schema/schema.go 2012-08-30 09:11:09 +0000
+++ schema/schema.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package schema4package schema
25
3import (6import (
47
=== modified file 'schema/schema_test.go'
--- schema/schema_test.go 2012-08-30 09:11:09 +0000
+++ schema/schema_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package schema_test4package schema_test
25
3import (6import (
47
=== modified file 'state/annotator.go'
--- state/annotator.go 2013-04-14 22:12:49 +0000
+++ state/annotator.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/annotator_test.go'
--- state/annotator_test.go 2013-03-25 15:25:01 +0000
+++ state/annotator_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/api/apiclient.go'
--- state/api/apiclient.go 2013-04-25 10:46:51 +0000
+++ state/api/apiclient.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package api4package api
25
3import (6import (
47
=== modified file 'state/api/client.go'
--- state/api/client.go 2013-04-14 22:12:49 +0000
+++ state/api/client.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package api4package api
25
3import (6import (
47
=== modified file 'state/api/error.go'
--- state/api/error.go 2013-03-05 22:52:23 +0000
+++ state/api/error.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package api4package api
25
3import (6import (
47
=== modified file 'state/api/params/params.go'
--- state/api/params/params.go 2013-04-25 10:46:51 +0000
+++ state/api/params/params.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package params4package params
25
3import (6import (
47
=== modified file 'state/api/params/params_test.go'
--- state/api/params/params_test.go 2013-04-24 09:07:57 +0000
+++ state/api/params/params_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package params_test4package params_test
25
3import (6import (
47
=== modified file 'state/api/params/status.go'
--- state/api/params/status.go 2013-04-11 16:53:43 +0000
+++ state/api/params/status.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package params4package params
25
3// Status represents the status of an entity.6// Status represents the status of an entity.
47
=== modified file 'state/apiserver/api_test.go'
--- state/apiserver/api_test.go 2013-04-25 10:46:51 +0000
+++ state/apiserver/api_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package apiserver_test4package apiserver_test
25
3import (6import (
47
=== modified file 'state/apiserver/apiserver.go'
--- state/apiserver/apiserver.go 2013-04-25 10:46:51 +0000
+++ state/apiserver/apiserver.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package apiserver4package apiserver
25
3import (6import (
47
=== modified file 'state/apiserver/error.go'
--- state/apiserver/error.go 2013-03-12 17:40:02 +0000
+++ state/apiserver/error.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package apiserver4package apiserver
25
3import (6import (
47
=== modified file 'state/apiserver/export_test.go'
--- state/apiserver/export_test.go 2013-03-05 22:43:34 +0000
+++ state/apiserver/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package apiserver4package apiserver
25
3var (6var (
47
=== modified file 'state/apiserver/server.go'
--- state/apiserver/server.go 2013-03-15 08:09:21 +0000
+++ state/apiserver/server.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package apiserver4package apiserver
25
3import (6import (
47
=== modified file 'state/assign_test.go'
--- state/assign_test.go 2013-04-01 14:39:22 +0000
+++ state/assign_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/bench_test.go'
--- state/bench_test.go 2013-03-19 13:03:42 +0000
+++ state/bench_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/charm.go'
--- state/charm.go 2012-10-19 14:39:52 +0000
+++ state/charm.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/charm_test.go'
--- state/charm_test.go 2013-04-01 10:45:01 +0000
+++ state/charm_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/conn_test.go'
--- state/conn_test.go 2013-04-03 13:27:55 +0000
+++ state/conn_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/constraints.go'
--- state/constraints.go 2013-04-09 12:39:03 +0000
+++ state/constraints.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/endpoint.go'
--- state/endpoint.go 2013-03-27 17:21:29 +0000
+++ state/endpoint.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/endpoint_test.go'
--- state/endpoint_test.go 2013-03-27 17:21:29 +0000
+++ state/endpoint_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/environ.go'
--- state/environ.go 2013-04-08 17:34:11 +0000
+++ state/environ.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/environ_test.go'
--- state/environ_test.go 2013-04-08 13:36:30 +0000
+++ state/environ_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/export_test.go'
--- state/export_test.go 2013-04-15 10:28:50 +0000
+++ state/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/initialize_test.go'
--- state/initialize_test.go 2013-04-15 10:28:50 +0000
+++ state/initialize_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/life.go'
--- state/life.go 2013-03-30 12:23:13 +0000
+++ state/life.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/life_test.go'
--- state/life_test.go 2013-03-30 12:23:13 +0000
+++ state/life_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/machine.go'
--- state/machine.go 2013-04-14 22:12:49 +0000
+++ state/machine.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/machine_test.go'
--- state/machine_test.go 2013-04-11 15:46:31 +0000
+++ state/machine_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/megawatcher.go'
--- state/megawatcher.go 2013-04-18 10:56:37 +0000
+++ state/megawatcher.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/megawatcher_internal_test.go'
--- state/megawatcher_internal_test.go 2013-04-24 09:07:57 +0000
+++ state/megawatcher_internal_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/multiwatcher/multiwatcher.go'
--- state/multiwatcher/multiwatcher.go 2013-04-09 09:43:43 +0000
+++ state/multiwatcher/multiwatcher.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package multiwatcher4package multiwatcher
25
3import (6import (
47
=== modified file 'state/multiwatcher/multiwatcher_internal_test.go'
--- state/multiwatcher/multiwatcher_internal_test.go 2013-04-09 07:55:32 +0000
+++ state/multiwatcher/multiwatcher_internal_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package multiwatcher4package multiwatcher
25
3import (6import (
47
=== modified file 'state/open.go'
--- state/open.go 2013-04-17 14:41:49 +0000
+++ state/open.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/presence/export_test.go'
--- state/presence/export_test.go 2012-09-03 18:10:52 +0000
+++ state/presence/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package presence4package presence
25
3func FakeTimeSlot(offset int) {6func FakeTimeSlot(offset int) {
47
=== modified file 'state/presence/presence.go'
--- state/presence/presence.go 2013-04-16 15:12:30 +0000
+++ state/presence/presence.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The presence package implements an interface for observing liveness4// The presence package implements an interface for observing liveness
2// of arbitrary keys (agents, processes, etc) on top of MongoDB.5// of arbitrary keys (agents, processes, etc) on top of MongoDB.
3// The design works by periodically updating the database so that6// The design works by periodically updating the database so that
47
=== modified file 'state/presence/presence_test.go'
--- state/presence/presence_test.go 2012-09-19 14:28:48 +0000
+++ state/presence/presence_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package presence_test4package presence_test
25
3import (6import (
47
=== modified file 'state/relation.go'
--- state/relation.go 2013-04-14 22:12:49 +0000
+++ state/relation.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/relation_internal_test.go'
--- state/relation_internal_test.go 2013-03-27 17:21:29 +0000
+++ state/relation_internal_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/relation_test.go'
--- state/relation_test.go 2013-04-01 10:45:01 +0000
+++ state/relation_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/relationunit.go'
--- state/relationunit.go 2013-04-14 22:12:49 +0000
+++ state/relationunit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/relationunit_test.go'
--- state/relationunit_test.go 2013-01-25 18:33:16 +0000
+++ state/relationunit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/sequence.go'
--- state/sequence.go 2012-09-19 13:40:41 +0000
+++ state/sequence.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/service.go'
--- state/service.go 2013-05-03 10:31:26 +0000
+++ state/service.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/service_test.go'
--- state/service_test.go 2013-05-02 16:53:26 +0000
+++ state/service_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/settings.go'
--- state/settings.go 2013-04-16 14:57:08 +0000
+++ state/settings.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/settings_test.go'
--- state/settings_test.go 2013-04-15 21:49:07 +0000
+++ state/settings_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/state.go'
--- state/state.go 2013-04-17 10:13:57 +0000
+++ state/state.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The state package enables reading, observing, and changing4// The state package enables reading, observing, and changing
2// the state stored in MongoDB of a whole environment5// the state stored in MongoDB of a whole environment
3// managed by juju.6// managed by juju.
47
=== modified file 'state/state_test.go'
--- state/state_test.go 2013-04-16 00:18:23 +0000
+++ state/state_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/statecmd/addrelation.go'
--- state/statecmd/addrelation.go 2013-03-29 11:27:46 +0000
+++ state/statecmd/addrelation.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Code shared by the CLI and API for the AddRelation function.4// Code shared by the CLI and API for the AddRelation function.
25
3package statecmd6package statecmd
47
=== modified file 'state/statecmd/addrelation_test.go'
--- state/statecmd/addrelation_test.go 2013-03-29 11:27:46 +0000
+++ state/statecmd/addrelation_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package statecmd_test4package statecmd_test
25
3import (6import (
47
=== modified file 'state/statecmd/addunit.go'
--- state/statecmd/addunit.go 2013-04-15 15:42:27 +0000
+++ state/statecmd/addunit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Code shared by the CLI and API for the ServiceAddUnit function.4// Code shared by the CLI and API for the ServiceAddUnit function.
25
3package statecmd6package statecmd
47
=== modified file 'state/statecmd/addunit_test.go'
--- state/statecmd/addunit_test.go 2013-04-15 09:20:10 +0000
+++ state/statecmd/addunit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package statecmd_test4package statecmd_test
25
3import (6import (
47
=== modified file 'state/statecmd/config_test.go'
--- state/statecmd/config_test.go 2013-04-19 12:49:34 +0000
+++ state/statecmd/config_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package statecmd_test4package statecmd_test
25
3import (6import (
47
=== modified file 'state/statecmd/destroyrelation.go'
--- state/statecmd/destroyrelation.go 2013-03-29 11:27:46 +0000
+++ state/statecmd/destroyrelation.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Code shared by the CLI and API for the DestroyRelation function.4// Code shared by the CLI and API for the DestroyRelation function.
25
3package statecmd6package statecmd
47
=== modified file 'state/statecmd/destroyrelation_test.go'
--- state/statecmd/destroyrelation_test.go 2013-03-29 14:17:02 +0000
+++ state/statecmd/destroyrelation_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package statecmd_test4package statecmd_test
25
3import (6import (
47
=== modified file 'state/statecmd/destroyservice.go'
--- state/statecmd/destroyservice.go 2013-03-13 14:20:50 +0000
+++ state/statecmd/destroyservice.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package statecmd4package statecmd
25
3// Code shared by the CLI and API for the ServiceDestroy function.6// Code shared by the CLI and API for the ServiceDestroy function.
47
=== modified file 'state/statecmd/destroyservice_test.go'
--- state/statecmd/destroyservice_test.go 2013-03-13 14:20:50 +0000
+++ state/statecmd/destroyservice_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package statecmd_test4package statecmd_test
25
3import (6import (
47
=== modified file 'state/statecmd/destroyunit.go'
--- state/statecmd/destroyunit.go 2013-03-21 16:00:04 +0000
+++ state/statecmd/destroyunit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Code shared by the CLI and API for the DestroyServiceUnits function.4// Code shared by the CLI and API for the DestroyServiceUnits function.
25
3package statecmd6package statecmd
47
=== modified file 'state/statecmd/expose.go'
--- state/statecmd/expose.go 2013-03-06 16:44:27 +0000
+++ state/statecmd/expose.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Code shared by the CLI and API for the ServiceExpose function.4// Code shared by the CLI and API for the ServiceExpose function.
25
3package statecmd6package statecmd
47
=== modified file 'state/statecmd/expose_test.go'
--- state/statecmd/expose_test.go 2013-03-09 14:38:10 +0000
+++ state/statecmd/expose_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package statecmd_test4package statecmd_test
25
3import (6import (
47
=== modified file 'state/statecmd/get.go'
--- state/statecmd/get.go 2013-04-19 13:11:59 +0000
+++ state/statecmd/get.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The statecmd package is a temporary package4// The statecmd package is a temporary package
2// to put code that's used by both cmd/juju and state/api.5// to put code that's used by both cmd/juju and state/api.
3// It is intended to wither away to nothing as functionality6// It is intended to wither away to nothing as functionality
47
=== modified file 'state/statecmd/getconstraints.go'
--- state/statecmd/getconstraints.go 2013-04-04 15:54:08 +0000
+++ state/statecmd/getconstraints.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Code shared by the CLI and API for the GetConstraints function.4// Code shared by the CLI and API for the GetConstraints function.
25
3package statecmd6package statecmd
47
=== modified file 'state/statecmd/setconstraints.go'
--- state/statecmd/setconstraints.go 2013-03-21 16:00:04 +0000
+++ state/statecmd/setconstraints.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// Code shared by the CLI and API for the SetConstraints function.4// Code shared by the CLI and API for the SetConstraints function.
25
3package statecmd6package statecmd
47
=== modified file 'state/statecmd/unexpose.go'
--- state/statecmd/unexpose.go 2013-03-06 17:53:52 +0000
+++ state/statecmd/unexpose.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The statecmd package is a temporary package4// The statecmd package is a temporary package
2// to put code that's used by both cmd/juju and state/api.5// to put code that's used by both cmd/juju and state/api.
3package statecmd6package statecmd
47
=== modified file 'state/statecmd/unexpose_test.go'
--- state/statecmd/unexpose_test.go 2013-03-06 16:44:27 +0000
+++ state/statecmd/unexpose_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package statecmd_test4package statecmd_test
25
3import (6import (
47
=== modified file 'state/status.go'
--- state/status.go 2013-04-11 15:46:31 +0000
+++ state/status.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/tools_test.go'
--- state/tools_test.go 2013-03-30 12:23:13 +0000
+++ state/tools_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/unit.go'
--- state/unit.go 2013-04-17 08:22:26 +0000
+++ state/unit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/unit_test.go'
--- state/unit_test.go 2013-04-16 00:46:29 +0000
+++ state/unit_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/user.go'
--- state/user.go 2013-04-14 22:12:49 +0000
+++ state/user.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/user_test.go'
--- state/user_test.go 2013-04-14 22:12:49 +0000
+++ state/user_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state_test4package state_test
25
3import (6import (
47
=== modified file 'state/watcher.go'
--- state/watcher.go 2013-04-16 00:18:23 +0000
+++ state/watcher.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package state4package state
25
3import (6import (
47
=== modified file 'state/watcher/helpers.go'
--- state/watcher/helpers.go 2012-09-25 10:46:18 +0000
+++ state/watcher/helpers.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package watcher4package watcher
25
3import (6import (
47
=== modified file 'state/watcher/helpers_test.go'
--- state/watcher/helpers_test.go 2013-03-28 11:34:40 +0000
+++ state/watcher/helpers_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package watcher_test4package watcher_test
25
3import (6import (
47
=== modified file 'state/watcher/watcher.go'
--- state/watcher/watcher.go 2013-04-16 15:26:39 +0000
+++ state/watcher/watcher.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The watcher package provides an interface for observing changes4// The watcher package provides an interface for observing changes
2// to arbitrary MongoDB documents that are maintained via the5// to arbitrary MongoDB documents that are maintained via the
3// mgo/txn transaction package.6// mgo/txn transaction package.
47
=== modified file 'state/watcher/watcher_test.go'
--- state/watcher/watcher_test.go 2013-04-04 12:46:57 +0000
+++ state/watcher/watcher_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package watcher_test4package watcher_test
25
3import (6import (
47
=== modified file 'store/branch.go'
--- store/branch.go 2013-02-19 07:06:20 +0000
+++ store/branch.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store4package store
25
3import (6import (
47
=== modified file 'store/branch_test.go'
--- store/branch_test.go 2013-02-19 07:06:20 +0000
+++ store/branch_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store_test4package store_test
25
3import (6import (
47
=== modified file 'store/export_test.go'
--- store/export_test.go 2013-03-14 21:12:49 +0000
+++ store/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store4package store
25
3import (6import (
47
=== modified file 'store/lpad.go'
--- store/lpad.go 2013-03-15 08:09:21 +0000
+++ store/lpad.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store4package store
25
3import (6import (
47
=== modified file 'store/lpad_test.go'
--- store/lpad_test.go 2013-02-19 07:06:20 +0000
+++ store/lpad_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store_test4package store_test
25
3import (6import (
47
=== modified file 'store/mgo_test.go'
--- store/mgo_test.go 2013-02-19 07:06:20 +0000
+++ store/mgo_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store_test4package store_test
25
3import (6import (
47
=== modified file 'store/server.go'
--- store/server.go 2013-03-28 00:12:19 +0000
+++ store/server.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store4package store
25
3import (6import (
47
=== modified file 'store/server_test.go'
--- store/server_test.go 2013-03-28 00:13:16 +0000
+++ store/server_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store_test4package store_test
25
3import (6import (
47
=== modified file 'store/store.go'
--- store/store.go 2013-04-01 19:40:14 +0000
+++ store/store.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The store package is capable of storing and updating charms in a MongoDB4// The store package is capable of storing and updating charms in a MongoDB
2// database, as well as maintaining further information about them such as5// database, as well as maintaining further information about them such as
3// the VCS revision the charm was loaded from and the URLs for the charms.6// the VCS revision the charm was loaded from and the URLs for the charms.
47
=== modified file 'store/store_test.go'
--- store/store_test.go 2013-03-21 00:20:51 +0000
+++ store/store_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package store_test4package store_test
25
3import (6import (
47
=== modified file 'testing/cert.go'
--- testing/cert.go 2012-12-07 15:21:35 +0000
+++ testing/cert.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'testing/charm.go'
--- testing/charm.go 2013-04-26 14:19:24 +0000
+++ testing/charm.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'testing/cmd.go'
--- testing/cmd.go 2013-04-08 15:46:52 +0000
+++ testing/cmd.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'testing/environ.go'
--- testing/environ.go 2013-05-08 00:15:54 +0000
+++ testing/environ.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'testing/environ_test.go'
--- testing/environ_test.go 2013-04-23 02:48:23 +0000
+++ testing/environ_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing_test4package testing_test
25
3import (6import (
47
=== modified file 'testing/git.go'
--- testing/git.go 2013-03-15 02:55:37 +0000
+++ testing/git.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'testing/http.go'
--- testing/http.go 2012-08-30 14:27:47 +0000
+++ testing/http.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'testing/log.go'
--- testing/log.go 2013-03-20 04:50:41 +0000
+++ testing/log.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'testing/mgo.go'
--- testing/mgo.go 2013-04-10 17:17:10 +0000
+++ testing/mgo.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'testing/mgo_test.go'
--- testing/mgo_test.go 2012-10-10 12:41:22 +0000
+++ testing/mgo_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing_test4package testing_test
25
3import (6import (
47
=== modified file 'testing/targz.go'
--- testing/targz.go 2012-08-17 09:31:37 +0000
+++ testing/targz.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package testing4package testing
25
3import (6import (
47
=== modified file 'upstart/upstart.go'
--- upstart/upstart.go 2013-04-30 05:38:10 +0000
+++ upstart/upstart.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package upstart4package upstart
25
3import (6import (
47
=== modified file 'upstart/upstart_test.go'
--- upstart/upstart_test.go 2013-04-27 04:24:55 +0000
+++ upstart/upstart_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package upstart_test4package upstart_test
25
3import (6import (
47
=== modified file 'utils/attempt.go'
--- utils/attempt.go 2013-04-14 22:12:49 +0000
+++ utils/attempt.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2011, 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package utils4package utils
25
3import (6import (
47
=== modified file 'utils/fslock/export_test.go'
--- utils/fslock/export_test.go 2013-04-26 00:42:34 +0000
+++ utils/fslock/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package fslock4package fslock
25
3import (6import (
47
=== modified file 'utils/fslock/fslock.go'
--- utils/fslock/fslock.go 2013-04-26 01:01:18 +0000
+++ utils/fslock/fslock.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// On-disk mutex protecting a resource4// On-disk mutex protecting a resource
2//5//
3// A lock is represented on disk by a directory of a particular name,6// A lock is represented on disk by a directory of a particular name,
47
=== modified file 'utils/fslock/fslock_test.go'
--- utils/fslock/fslock_test.go 2013-04-26 00:42:34 +0000
+++ utils/fslock/fslock_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package fslock_test4package fslock_test
25
3import (6import (
47
=== modified file 'utils/password.go'
--- utils/password.go 2013-04-14 22:12:49 +0000
+++ utils/password.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package utils4package utils
25
3import (6import (
47
=== modified file 'utils/set/strings.go'
--- utils/set/strings.go 2013-04-15 01:01:43 +0000
+++ utils/set/strings.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package set4package set
25
3import (6import (
47
=== modified file 'utils/set/strings_test.go'
--- utils/set/strings_test.go 2013-04-15 01:01:43 +0000
+++ utils/set/strings_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package set_test4package set_test
25
3import (6import (
47
=== modified file 'utils/timeit.go'
--- utils/timeit.go 2013-04-14 22:12:49 +0000
+++ utils/timeit.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package utils4package utils
25
3import (6import (
47
=== modified file 'utils/trivial.go'
--- utils/trivial.go 2013-04-14 22:12:49 +0000
+++ utils/trivial.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package utils4package utils
25
3import (6import (
47
=== modified file 'utils/trivial_test.go'
--- utils/trivial_test.go 2013-04-14 22:12:49 +0000
+++ utils/trivial_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package utils_test4package utils_test
25
3import (6import (
47
=== modified file 'utils/uuid.go'
--- utils/uuid.go 2013-04-14 22:12:49 +0000
+++ utils/uuid.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package utils4package utils
25
3import (6import (
47
=== modified file 'utils/uuid_test.go'
--- utils/uuid_test.go 2013-04-14 22:12:49 +0000
+++ utils/uuid_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package utils_test4package utils_test
25
3import (6import (
47
=== modified file 'version/current_test.go'
--- version/current_test.go 2013-04-03 21:00:05 +0000
+++ version/current_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package version_test4package version_test
25
3import (6import (
47
=== modified file 'version/export_test.go'
--- version/export_test.go 2012-07-30 16:37:39 +0000
+++ version/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package version4package version
25
3func ReadSeries(f string) string {6func ReadSeries(f string) string {
47
=== modified file 'version/version.go'
--- version/version.go 2013-04-24 15:15:27 +0000
+++ version/version.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The version package implements version parsing.4// The version package implements version parsing.
2// It also acts as guardian of the current client Juju version number.5// It also acts as guardian of the current client Juju version number.
3package version6package version
47
=== modified file 'version/version_test.go'
--- version/version_test.go 2013-04-11 21:18:40 +0000
+++ version/version_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package version_test4package version_test
25
3import (6import (
47
=== modified file 'worker/deployer/addresser.go'
--- worker/deployer/addresser.go 2013-03-07 16:05:22 +0000
+++ worker/deployer/addresser.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package deployer4package deployer
25
3// Addresser implementations provide the capability to lookup a list of server addresses.6// Addresser implementations provide the capability to lookup a list of server addresses.
47
=== modified file 'worker/deployer/deployer.go'
--- worker/deployer/deployer.go 2013-04-14 22:55:38 +0000
+++ worker/deployer/deployer.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package deployer4package deployer
25
3import (6import (
47
=== modified file 'worker/deployer/deployer_test.go'
--- worker/deployer/deployer_test.go 2013-04-05 18:56:15 +0000
+++ worker/deployer/deployer_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package deployer_test4package deployer_test
25
3import (6import (
47
=== modified file 'worker/deployer/export_test.go'
--- worker/deployer/export_test.go 2013-03-29 14:54:20 +0000
+++ worker/deployer/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package deployer4package deployer
25
3type fakeAddresser struct{}6type fakeAddresser struct{}
47
=== modified file 'worker/deployer/simple.go'
--- worker/deployer/simple.go 2013-04-08 09:51:21 +0000
+++ worker/deployer/simple.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package deployer4package deployer
25
3import (6import (
47
=== modified file 'worker/deployer/simple_test.go'
--- worker/deployer/simple_test.go 2013-04-08 09:51:21 +0000
+++ worker/deployer/simple_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package deployer_test4package deployer_test
25
3import (6import (
47
=== modified file 'worker/environ.go'
--- worker/environ.go 2013-04-08 12:19:10 +0000
+++ worker/environ.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package worker4package worker
25
3import (6import (
47
=== modified file 'worker/environ_test.go'
--- worker/environ_test.go 2012-09-21 15:06:40 +0000
+++ worker/environ_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package worker_test4package worker_test
25
3import (6import (
47
=== modified file 'worker/export_test.go'
--- worker/export_test.go 2012-08-31 15:07:33 +0000
+++ worker/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package worker4package worker
25
3var LoadedInvalid = make(chan struct{})6var LoadedInvalid = make(chan struct{})
47
=== modified file 'worker/firewaller/firewaller.go'
--- worker/firewaller/firewaller.go 2013-04-01 19:42:53 +0000
+++ worker/firewaller/firewaller.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package firewaller4package firewaller
25
3import (6import (
47
=== modified file 'worker/firewaller/firewaller_test.go'
--- worker/firewaller/firewaller_test.go 2013-04-12 17:11:50 +0000
+++ worker/firewaller/firewaller_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package firewaller_test4package firewaller_test
25
3import (6import (
47
=== modified file 'worker/machiner/machiner.go'
--- worker/machiner/machiner.go 2013-04-11 15:46:31 +0000
+++ worker/machiner/machiner.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package machiner4package machiner
25
3import (6import (
47
=== modified file 'worker/machiner/machiner_test.go'
--- worker/machiner/machiner_test.go 2013-04-11 15:46:31 +0000
+++ worker/machiner/machiner_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package machiner_test4package machiner_test
25
3import (6import (
47
=== modified file 'worker/provisioner/export_test.go'
--- worker/provisioner/export_test.go 2012-11-01 14:08:11 +0000
+++ worker/provisioner/export_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package provisioner4package provisioner
25
3import (6import (
47
=== modified file 'worker/provisioner/provisioner.go'
--- worker/provisioner/provisioner.go 2013-04-16 00:18:23 +0000
+++ worker/provisioner/provisioner.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package provisioner4package provisioner
25
3import (6import (
47
=== modified file 'worker/provisioner/provisioner_test.go'
--- worker/provisioner/provisioner_test.go 2013-04-18 10:56:37 +0000
+++ worker/provisioner/provisioner_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package provisioner_test4package provisioner_test
25
3import (6import (
47
=== modified file 'worker/uniter/charm/charm.go'
--- worker/uniter/charm/charm.go 2013-04-14 22:12:49 +0000
+++ worker/uniter/charm/charm.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'worker/uniter/charm/charm_test.go'
--- worker/uniter/charm/charm_test.go 2013-02-11 05:51:12 +0000
+++ worker/uniter/charm/charm_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'worker/uniter/charm/deployer.go'
--- worker/uniter/charm/deployer.go 2013-03-15 08:09:21 +0000
+++ worker/uniter/charm/deployer.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'worker/uniter/charm/deployer_test.go'
--- worker/uniter/charm/deployer_test.go 2013-03-15 02:05:59 +0000
+++ worker/uniter/charm/deployer_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'worker/uniter/charm/git.go'
--- worker/uniter/charm/git.go 2013-04-14 22:12:49 +0000
+++ worker/uniter/charm/git.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm4package charm
25
3import (6import (
47
=== modified file 'worker/uniter/charm/git_test.go'
--- worker/uniter/charm/git_test.go 2013-03-15 02:05:59 +0000
+++ worker/uniter/charm/git_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package charm_test4package charm_test
25
3import (6import (
47
=== modified file 'worker/uniter/context.go'
--- worker/uniter/context.go 2013-04-08 13:36:30 +0000
+++ worker/uniter/context.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter4package uniter
25
3import (6import (
47
=== modified file 'worker/uniter/context_test.go'
--- worker/uniter/context_test.go 2013-04-14 22:12:49 +0000
+++ worker/uniter/context_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter_test4package uniter_test
25
3import (6import (
47
=== modified file 'worker/uniter/filter.go'
--- worker/uniter/filter.go 2013-04-10 14:55:46 +0000
+++ worker/uniter/filter.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter4package uniter
25
3import (6import (
47
=== modified file 'worker/uniter/filter_test.go'
--- worker/uniter/filter_test.go 2013-04-11 15:46:31 +0000
+++ worker/uniter/filter_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter4package uniter
25
3import (6import (
47
=== modified file 'worker/uniter/hook/hook.go'
--- worker/uniter/hook/hook.go 2013-02-15 10:09:00 +0000
+++ worker/uniter/hook/hook.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// hook provides types that define the hooks known to the Uniter4// hook provides types that define the hooks known to the Uniter
2package hook5package hook
36
47
=== modified file 'worker/uniter/hook/hook_test.go'
--- worker/uniter/hook/hook_test.go 2013-02-15 10:09:00 +0000
+++ worker/uniter/hook/hook_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package hook_test4package hook_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/config-get.go'
--- worker/uniter/jujuc/config-get.go 2013-02-26 00:32:35 +0000
+++ worker/uniter/jujuc/config-get.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/config-get_test.go'
--- worker/uniter/jujuc/config-get_test.go 2013-03-13 22:14:47 +0000
+++ worker/uniter/jujuc/config-get_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/context.go'
--- worker/uniter/jujuc/context.go 2013-01-09 16:54:32 +0000
+++ worker/uniter/jujuc/context.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/juju-log.go'
--- worker/uniter/jujuc/juju-log.go 2013-04-25 14:50:18 +0000
+++ worker/uniter/jujuc/juju-log.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/juju-log_test.go'
--- worker/uniter/jujuc/juju-log_test.go 2013-04-25 14:50:18 +0000
+++ worker/uniter/jujuc/juju-log_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/ports.go'
--- worker/uniter/jujuc/ports.go 2013-03-14 21:39:03 +0000
+++ worker/uniter/jujuc/ports.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/ports_test.go'
--- worker/uniter/jujuc/ports_test.go 2013-04-14 22:55:38 +0000
+++ worker/uniter/jujuc/ports_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/relation-get.go'
--- worker/uniter/jujuc/relation-get.go 2013-04-29 15:33:25 +0000
+++ worker/uniter/jujuc/relation-get.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/relation-get_test.go'
--- worker/uniter/jujuc/relation-get_test.go 2013-03-01 01:12:44 +0000
+++ worker/uniter/jujuc/relation-get_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/relation-ids.go'
--- worker/uniter/jujuc/relation-ids.go 2013-02-26 00:32:35 +0000
+++ worker/uniter/jujuc/relation-ids.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/relation-ids_test.go'
--- worker/uniter/jujuc/relation-ids_test.go 2013-03-01 01:12:44 +0000
+++ worker/uniter/jujuc/relation-ids_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/relation-list.go'
--- worker/uniter/jujuc/relation-list.go 2013-04-29 15:33:25 +0000
+++ worker/uniter/jujuc/relation-list.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/relation-list_test.go'
--- worker/uniter/jujuc/relation-list_test.go 2013-04-29 15:33:25 +0000
+++ worker/uniter/jujuc/relation-list_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/relation-set.go'
--- worker/uniter/jujuc/relation-set.go 2013-03-14 21:39:03 +0000
+++ worker/uniter/jujuc/relation-set.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/relation-set_test.go'
--- worker/uniter/jujuc/relation-set_test.go 2013-03-13 23:29:52 +0000
+++ worker/uniter/jujuc/relation-set_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/server.go'
--- worker/uniter/jujuc/server.go 2013-03-21 16:44:57 +0000
+++ worker/uniter/jujuc/server.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// The worker/uniter/jujuc package implements the server side of the jujuc proxy4// The worker/uniter/jujuc package implements the server side of the jujuc proxy
2// tool, which forwards command invocations to the unit agent process so that5// tool, which forwards command invocations to the unit agent process so that
3// they can be executed against specific state.6// they can be executed against specific state.
47
=== modified file 'worker/uniter/jujuc/server_test.go'
--- worker/uniter/jujuc/server_test.go 2013-02-26 00:32:35 +0000
+++ worker/uniter/jujuc/server_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/unit-get.go'
--- worker/uniter/jujuc/unit-get.go 2013-02-26 00:32:35 +0000
+++ worker/uniter/jujuc/unit-get.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc4package jujuc
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/unit-get_test.go'
--- worker/uniter/jujuc/unit-get_test.go 2013-03-01 01:12:44 +0000
+++ worker/uniter/jujuc/unit-get_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/jujuc/util_test.go'
--- worker/uniter/jujuc/util_test.go 2013-04-14 22:55:38 +0000
+++ worker/uniter/jujuc/util_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package jujuc_test4package jujuc_test
25
3import (6import (
47
=== modified file 'worker/uniter/modes.go'
--- worker/uniter/modes.go 2013-04-11 15:46:31 +0000
+++ worker/uniter/modes.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter4package uniter
25
3import (6import (
47
=== modified file 'worker/uniter/relation/hookqueue.go'
--- worker/uniter/relation/hookqueue.go 2013-02-15 10:09:00 +0000
+++ worker/uniter/relation/hookqueue.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package relation4package relation
25
3import (6import (
47
=== modified file 'worker/uniter/relation/hookqueue_test.go'
--- worker/uniter/relation/hookqueue_test.go 2013-02-15 10:09:00 +0000
+++ worker/uniter/relation/hookqueue_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package relation_test4package relation_test
25
3import (6import (
47
=== modified file 'worker/uniter/relation/relation.go'
--- worker/uniter/relation/relation.go 2013-04-14 22:12:49 +0000
+++ worker/uniter/relation/relation.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1// relation implements persistent local storage of a unit's relation state, and4// relation implements persistent local storage of a unit's relation state, and
2// translation of relation changes into hooks that need to be run.5// translation of relation changes into hooks that need to be run.
3package relation6package relation
47
=== modified file 'worker/uniter/relation/relation_test.go'
--- worker/uniter/relation/relation_test.go 2013-02-15 10:09:00 +0000
+++ worker/uniter/relation/relation_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package relation_test4package relation_test
25
3import (6import (
47
=== modified file 'worker/uniter/relationer.go'
--- worker/uniter/relationer.go 2013-03-27 17:21:10 +0000
+++ worker/uniter/relationer.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter4package uniter
25
3import (6import (
47
=== modified file 'worker/uniter/relationer_test.go'
--- worker/uniter/relationer_test.go 2013-04-04 12:45:48 +0000
+++ worker/uniter/relationer_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter_test4package uniter_test
25
3import (6import (
47
=== modified file 'worker/uniter/state.go'
--- worker/uniter/state.go 2013-04-14 22:12:49 +0000
+++ worker/uniter/state.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter4package uniter
25
3import (6import (
47
=== modified file 'worker/uniter/state_test.go'
--- worker/uniter/state_test.go 2013-04-14 22:12:49 +0000
+++ worker/uniter/state_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter_test4package uniter_test
25
3import (6import (
47
=== modified file 'worker/uniter/tools.go'
--- worker/uniter/tools.go 2013-02-13 13:10:26 +0000
+++ worker/uniter/tools.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter4package uniter
25
3import (6import (
47
=== modified file 'worker/uniter/tools_test.go'
--- worker/uniter/tools_test.go 2013-02-25 16:46:55 +0000
+++ worker/uniter/tools_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter_test4package uniter_test
25
3import (6import (
47
=== modified file 'worker/uniter/uniter.go'
--- worker/uniter/uniter.go 2013-04-26 00:34:40 +0000
+++ worker/uniter/uniter.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter4package uniter
25
3import (6import (
47
=== modified file 'worker/uniter/uniter_test.go'
--- worker/uniter/uniter_test.go 2013-05-02 16:53:26 +0000
+++ worker/uniter/uniter_test.go 2013-05-10 21:31:27 +0000
@@ -1,3 +1,6 @@
1// Copyright 2012, 2013 Canonical Ltd.
2// Licensed under the AGPLv3, see LICENCE file for details.
3
1package uniter_test4package uniter_test
25
3import (6import (

Subscribers

People subscribed via source and target branches