summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnubhav Shelat <ashelat@redhat.com>2023-08-10 14:16:16 -0400
committerJohn Kacur <jkacur@redhat.com>2023-08-10 14:19:25 -0400
commit9999bb3e0cb9cf612b91a441fd9a151db4d8b53f (patch)
tree0c4dd739acee24cef74a64784bd9f9188e463c27
parent631dc393fffefb3a0dfd3b944eb8ee8172e368e3 (diff)
downloadpython-linux-procfs-9999bb3e0cb9cf612b91a441fd9a151db4d8b53f.tar.gz
python-linux-procfs: utilist: Added SPDX licence
utilist: Added SPDX licence Signed-off-by: Anubhav Shelat <ashelat@redhat.com> Signed-off-by: John Kacur <jkacur@redhat.com>
-rwxr-xr-xprocfs/utilist.py14
1 files changed, 1 insertions, 13 deletions
diff --git a/procfs/utilist.py b/procfs/utilist.py
index f9f1862..e6314f0 100755
--- a/procfs/utilist.py
+++ b/procfs/utilist.py
@@ -1,22 +1,10 @@
#! /usr/bin/python3
# -*- python -*-
# -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2007 Red Hat, Inc.
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; version 2 of the License.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
from six.moves import range