From 090ade7ee7a869ee840f09e1042dcbd151987814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 1 Oct 2021 12:49:36 +0200 Subject: [PATCH] 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. --- tools/chromiumos/LICENSE => LICENSES/BSD-3-Clause.txt | 0 tools/chromiumos/gen_autosuspend_rules.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename tools/chromiumos/LICENSE => LICENSES/BSD-3-Clause.txt (100%) 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