mirror of
https://github.com/systemd/systemd.git
synced 2024-11-26 19:53:45 +08:00
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.
This commit is contained in:
parent
64b92d637c
commit
090ade7ee7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user