mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-19 04:41:28 +00:00
* Added copyright to ubuntu-cd and ubuntu-sync.
This commit is contained in:
parent
a90efc7ba2
commit
4aea181e61
@ -1,4 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Copyright 2006,2007 (C) Luke Yelavich <themuso@ubuntu.com>
|
||||||
|
# License: GPLv2
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Get the latest CD snapshot release.
|
# Get the latest CD snapshot release.
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Copyright 2006,2007 (C) Luke Yelavich <themuso@ubuntu.com>
|
||||||
|
# License: GPLv2
|
||||||
|
|
||||||
# Syncronise new ubuntu CD images, depending on command-line flags given.
|
# Syncronise new ubuntu CD images, depending on command-line flags given.
|
||||||
# If none are given, sync all images.
|
# If none are given, sync all images.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user