summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-01 12:49:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-01 14:45:00 +0200
commit090ade7ee7a869ee840f09e1042dcbd151987814 (patch)
tree8cf5811b583b09786bf716d6fb098ca8329596cf
parent64b92d637c7bc22b22463f35722f1b63b2db11b1 (diff)
downloadsystemd-090ade7ee7a869ee840f09e1042dcbd151987814.tar.gz
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.
-rw-r--r--LICENSES/BSD-3-Clause.txt (renamed from tools/chromiumos/LICENSE)0
-rw-r--r--tools/chromiumos/gen_autosuspend_rules.py3
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/chromiumos/LICENSE b/LICENSES/BSD-3-Clause.txt
index b9e779f92c..b9e779f92c 100644
--- a/tools/chromiumos/LICENSE
+++ b/LICENSES/BSD-3-Clause.txt
diff --git a/tools/chromiumos/gen_autosuspend_rules.py b/tools/chromiumos/gen_autosuspend_rules.py
index 6e167f60f0..cbdd577e95 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