From b2a9f33616c806ae6e052520a8589113308f567c Mon Sep 17 00:00:00 2001 From: Jon Grimm Date: Tue, 22 Nov 2016 17:09:53 -0600 Subject: LICENSE: Allow dual licensing GPL-3 or Apache 2.0 This has been a recurring ask and we had initially just made the change to the cloud-init 2.0 codebase. As the current thinking is we'll just continue to enhance the current codebase, its desirable to relicense to match what we'd intended as part of the 2.0 plan here. - put a brief description of license in LICENSE file - put full license versions in LICENSE-GPLv3 and LICENSE-Apache2.0 - simplify the per-file header to reference LICENSE - tox: ignore H102 (Apache License Header check) Add license header to files that ship. Reformat headers, make sure everything has vi: at end of file. Non-shipping files do not need the copyright header, but at the moment tests/ have it. --- tools/cloud-init-per | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/cloud-init-per') diff --git a/tools/cloud-init-per b/tools/cloud-init-per index 5d9a2864..7d6754b6 100755 --- a/tools/cloud-init-per +++ b/tools/cloud-init-per @@ -1,4 +1,5 @@ #!/bin/sh +# This file is part of cloud-init. See LICENSE file for license information. DATA_PRE="/var/lib/cloud/sem/bootper" INST_PRE="/var/lib/cloud/instance/sem/bootper" -- cgit v1.2.3