Build system: use SPDX identifiers
[urcu.git] / scripts / urcu-api-list.sh
index 3d150486ffcbf4ba9622b3166067411d279ff968..3f065b4c71b9d1589f40b443429e53b9a5cd1ceb 100755 (executable)
@@ -1,25 +1,13 @@
 #!/bin/sh
+
+# SPDX-FileCopyrightText: 2013 IBM Corporation
 #
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # Run in userspace-rcu git archive.  Prints out a list of API members
 # and the version in which they were introduced.  You need to list all
 # the API members immediately below. Depends on "cscope".
-#
-# 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; either version 2 of the License, or
-# (at your option) any later version.
-#
-# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# Copyright (C) IBM Corporation, 2013
-#
+
 # Authors: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
 
 api="caa_container_of \
This page took 0.022128 seconds and 4 git commands to generate.