~juju/juju-core/trunk

« back to all changes in this revision

Viewing changes to cmd/version_test.go

  • Committer: Martin Packman
  • Date: 2013-05-10 21:36:18 UTC
  • mfrom: (1206.2.2 add_copyright_headers)
  • Revision ID: martin.packman@canonical.com-20130510213618-xzlxg2mwsn32clpo
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

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright 2012, 2013 Canonical Ltd.
 
2
// Licensed under the AGPLv3, see LICENCE file for details.
 
3
 
1
4
package cmd
2
5
 
3
6
import (