~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/link-external-sourcecode

  • Committer: Karl Fogel
  • Date: 2009-05-14 21:10:16 UTC
  • mto: (8687.15.1 licensing)
  • mto: This revision was merged to the branch mainline in revision 8960.
  • Revision ID: karl.fogel@canonical.com-20090514211016-zc44mt5yn8efpa4m
* utilities/: Add copyright header block to source files that were
  missing it.  Leave the "<YEARS>" unfilled, though, because need
  advice on whether listing the years are really necessary
  (calculating them accurately for each file would be a pain).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
 
2
#
 
3
# Copyright <YEARS> Canonical Ltd.  This software is licensed under the
 
4
# GNU Affero General Public License version 3; see the file LICENSE for
2
5
 
3
6
import optparse
4
7