Ubuntu Pastebin

Paste from smoser at Thu, 21 Sep 2017 16:48:07 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
diff --git a/sysvinit/suse/cloud-config b/sysvinit/suse/cloud-config
index 8c3abbb1..75b81512 100644
--- a/sysvinit/suse/cloud-config
+++ b/sysvinit/suse/cloud-config
@@ -1,7 +1,7 @@
 #!/bin/sh
-
+# Copyright (C) 2012 Yahoo! Inc.
 #
-#    Copyright (C) 2017 SUSE LLC
+# Author: Joshua Harlow <harlowja@yahoo-inc.com>
 #
 # This file is part of cloud-init. See LICENSE file for license information.
 
diff --git a/sysvinit/suse/cloud-final b/sysvinit/suse/cloud-final
index 714a066b..25586e1e 100644
--- a/sysvinit/suse/cloud-final
+++ b/sysvinit/suse/cloud-final
@@ -1,7 +1,7 @@
 #!/bin/sh
-
+# Copyright (C) 2012 Yahoo! Inc.
 #
-#    Copyright (C) 2017 SUSE LLC
+# Author: Joshua Harlow <harlowja@yahoo-inc.com>
 #
 # This file is part of cloud-init. See LICENSE file for license information.
 
diff --git a/sysvinit/suse/cloud-init b/sysvinit/suse/cloud-init
index 71267537..67e8e6af 100644
--- a/sysvinit/suse/cloud-init
+++ b/sysvinit/suse/cloud-init
@@ -1,7 +1,7 @@
 #!/bin/sh
-
+# Copyright (C) 2012 Yahoo! Inc.
 #
-#    Copyright (C) 2017 SUSE LLC
+# Author: Joshua Harlow <harlowja@yahoo-inc.com>
 #
 # This file is part of cloud-init. See LICENSE file for license information.
 
diff --git a/sysvinit/suse/cloud-init-local b/sysvinit/suse/cloud-init-local
index fd3980e1..1370d980 100644
--- a/sysvinit/suse/cloud-init-local
+++ b/sysvinit/suse/cloud-init-local
@@ -1,7 +1,7 @@
 #!/bin/sh
-
+# Copyright (C) 2012 Yahoo! Inc.
 #
-#    Copyright (C) 2017 SUSE LLC
+# Author: Joshua Harlow <harlowja@yahoo-inc.com>
 #
 # This file is part of cloud-init. See LICENSE file for license information.
 
Download as text