~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to test_on_merge.py

  • Committer: Karl Fogel
  • Date: 2009-06-24 22:36:10 UTC
  • mto: This revision was merged to the branch mainline in revision 8960.
  • Revision ID: karl.fogel@canonical.com-20090624223610-kazyb6le1ie02sss
Add the copyright header block to top-level files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python2.4
2
 
# Copyright 2004 Canonical Ltd.  All rights reserved.
 
2
#
 
3
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
4
# GNU Affero General Public License version 3 (see the file LICENSE).
3
5
 
4
6
"""Tests that get run automatically on a merge."""
5
7