linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anubhav Shelat <ashelat@redhat.com>
To: linux-rt-users@vger.kernel.org
Cc: kcarcia@redhat.com, Anubhav Shelat <ashelat@redhat.com>
Subject: [PATCH 4/5] procfs: Added SPDX licence
Date: Wed, 26 Jul 2023 10:48:25 -0400	[thread overview]
Message-ID: <20230726144826.355643-5-ashelat@redhat.com> (raw)
In-Reply-To: <20230726144826.355643-1-ashelat@redhat.com>

procfs: Added SPDX licence
Signed-off-by: Anubhav Shelat <ashelat@redhat.com>
---
 procfs/procfs.py | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/procfs/procfs.py b/procfs/procfs.py
index 36f38f965475..0037c18fead1 100755
--- a/procfs/procfs.py
+++ b/procfs/procfs.py
@@ -1,22 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #!/usr/bin/python3
 # -*- python -*-
 # -*- coding: utf-8 -*-
 #
 # Copyright (C) 2007-2015 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.
-#
 
 import os
 import platform
-- 
2.39.3


  parent reply	other threads:[~2023-07-26 14:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-26 14:48 [PATCH 0/5] Cover letter Anubhav Shelat
2023-07-26 14:48 ` [PATCH 1/5] bitmasklist_test: Added SPDX licence Anubhav Shelat
2023-07-26 16:47   ` John Kacur
2023-07-26 14:48 ` [PATCH 2/5] setup: " Anubhav Shelat
2023-07-26 14:48 ` [PATCH 3/5] __init__: " Anubhav Shelat
2023-07-26 14:48 ` Anubhav Shelat [this message]
2023-07-26 14:48 ` [PATCH 5/5] utilist: " Anubhav Shelat
2023-07-26 15:06 ` [PATCH 0/5] Cover letter John Kacur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230726144826.355643-5-ashelat@redhat.com \
    --to=ashelat@redhat.com \
    --cc=kcarcia@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).