From: Zbigniew Jędrzejewski-Szmek Date: Fri, 1 Oct 2021 10:49:36 +0000 (+0200) Subject: licensing: add spdx header to chromiumos helper, move license file X-Git-Tag: v250-rc1~577^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=090ade7ee7a869ee840f09e1042dcbd151987814;p=thirdparty%2Fsystemd.git licensing: add spdx header to chromiumos helper, move license file It makes it easier to process the license automatically like other files. The text of the license in tools/chromiumos/LICENSE matches https://spdx.org/licenses/BSD-3-Clause.html exactly. --- diff --git a/tools/chromiumos/LICENSE b/LICENSES/BSD-3-Clause.txt similarity index 100% rename from tools/chromiumos/LICENSE rename to LICENSES/BSD-3-Clause.txt diff --git a/tools/chromiumos/gen_autosuspend_rules.py b/tools/chromiumos/gen_autosuspend_rules.py index 6e167f60f09..cbdd577e95c 100644 --- a/tools/chromiumos/gen_autosuspend_rules.py +++ b/tools/chromiumos/gen_autosuspend_rules.py @@ -1,9 +1,10 @@ #!/usr/bin/env python3 +# SPDX-License-Identifier: BSD-3-Clause # -*- coding: utf-8 -*- # Copyright 2017 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. +# found in the LICENSES/BSD-3-Clause.txt file. """Autosuspend udev rule generator