summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2015-03-04 13:28:57 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2015-03-05 08:48:04 +0000
commit8ca2082cdb2cf65b8ec9e1c392349208c0a00373 (patch)
treeaae7ea9ed580d2ebe3876c24a0327b7c02ee825e
parentee1ccdbeda5cc559194db64c6ecf38f28cc391f0 (diff)
downloaddefinitions-8ca2082cdb2cf65b8ec9e1c392349208c0a00373.tar.gz
Add copyright headers to write.help and configure.help files
-rw-r--r--initramfs.write.help14
-rw-r--r--install-files.configure.help14
-rw-r--r--kvm.write.help14
-rw-r--r--nfsboot.write.help14
-rw-r--r--openstack.write.help14
-rw-r--r--rawdisk.write.help14
-rw-r--r--ssh-rsync.write.help14
-rw-r--r--tar.write.help16
-rw-r--r--virtualbox-ssh.write.help14
9 files changed, 127 insertions, 1 deletions
diff --git a/initramfs.write.help b/initramfs.write.help
index a4a89f9d..54d3ae8c 100644
--- a/initramfs.write.help
+++ b/initramfs.write.help
@@ -1,3 +1,17 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
Create an initramfs for a system by taking an existing system and
diff --git a/install-files.configure.help b/install-files.configure.help
index eb3aab0c..991c26c8 100644
--- a/install-files.configure.help
+++ b/install-files.configure.help
@@ -1,3 +1,17 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
Install a set of files onto a system
diff --git a/kvm.write.help b/kvm.write.help
index 04393b8a..812a5309 100644
--- a/kvm.write.help
+++ b/kvm.write.help
@@ -1,3 +1,17 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
Deploy a Baserock system as a *new* KVM/LibVirt virtual machine.
diff --git a/nfsboot.write.help b/nfsboot.write.help
index 310fd7a4..186c479a 100644
--- a/nfsboot.write.help
+++ b/nfsboot.write.help
@@ -1,3 +1,17 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
*** DO NOT USE ***
- This was written before 'proper' deployment mechanisms were in place.
diff --git a/openstack.write.help b/openstack.write.help
index 75ad9f0c..26983060 100644
--- a/openstack.write.help
+++ b/openstack.write.help
@@ -1,3 +1,17 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
Deploy a Baserock system as a *new* OpenStack virtual machine.
diff --git a/rawdisk.write.help b/rawdisk.write.help
index 54af81c4..52ed73fb 100644
--- a/rawdisk.write.help
+++ b/rawdisk.write.help
@@ -1,3 +1,17 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
Write a system produced by Morph to a physical disk, or to a file that can
diff --git a/ssh-rsync.write.help b/ssh-rsync.write.help
index d03508c0..f3f79ed5 100644
--- a/ssh-rsync.write.help
+++ b/ssh-rsync.write.help
@@ -1,3 +1,17 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
Upgrade a Baserock system which is already deployed:
diff --git a/tar.write.help b/tar.write.help
index f052ac03..b45c61fa 100644
--- a/tar.write.help
+++ b/tar.write.help
@@ -1,5 +1,19 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
Create a .tar file of the deployed system.
-
+
The `location` argument is a pathname to the .tar file to be
created.
diff --git a/virtualbox-ssh.write.help b/virtualbox-ssh.write.help
index cb50acc0..2dbf988c 100644
--- a/virtualbox-ssh.write.help
+++ b/virtualbox-ssh.write.help
@@ -1,3 +1,17 @@
+# Copyright (C) 2014, 2015 Codethink Limited
+#
+# 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 2 of the License.
+#
+# 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.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, see <http://www.gnu.org/licenses/>.
+
help: |
Deploy a Baserock system as a *new* VirtualBox virtual machine.