mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-28 09:11:38 +00:00
License syncpacakge under GPLv3
This needs to be ACK'ed by Martin, though
This commit is contained in:
parent
3f771e4ce8
commit
440ead9328
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -93,4 +93,4 @@ version of the previously specified license: 404main, dch-repeat, dgetlp,
|
|||||||
get-build-deps, lp-project-upload, lp-set-dup, manage-credentials, mk-sbuild-lv,
|
get-build-deps, lp-project-upload, lp-set-dup, manage-credentials, mk-sbuild-lv,
|
||||||
pbuilder-dist, pull-debian-debdiff, pull-debian-source, pull-lp-source,
|
pbuilder-dist, pull-debian-debdiff, pull-debian-source, pull-lp-source,
|
||||||
pull-revu-source, reverse-build-depends, setup-packaging-environment, submittodebian,
|
pull-revu-source, reverse-build-depends, setup-packaging-environment, submittodebian,
|
||||||
suspicious-source, ubuntu-build, what-patch.
|
suspicious-source, syncpackage, ubuntu-build, what-patch.
|
||||||
|
18
syncpackage
18
syncpackage
@ -1,4 +1,22 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Copyright (C) 2008-2010 Martin Pitt <martin.pitt@canonical.com>
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
|
#
|
||||||
|
# This program is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU General Public License
|
||||||
|
# as published by the Free Software Foundation; version 3.
|
||||||
|
#
|
||||||
|
# This program is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# See file /usr/share/common-licenses/GPL-3 for more details.
|
||||||
|
#
|
||||||
|
# ##################################################################
|
||||||
|
|
||||||
import os, os.path, sys, urllib, subprocess, shutil
|
import os, os.path, sys, urllib, subprocess, shutil
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user