summaryrefslogtreecommitdiff
path: root/common/module
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2018-06-09 11:34:49 +1000
committerDave Chinner <david@fromorbit.com>2018-06-09 11:34:49 +1000
commit98a3b42b423d43f56016df09de2ac3c2a988e4a8 (patch)
tree5fa61304e850f98fded1f99e1f817ae0f223ec29 /common/module
parent99f34d0714642ec15e2af56a6ad41976b349848b (diff)
common: convert to SPDX license tags
These have been scripted conversions then cleaned up by hand as there was no consistency to the formatting of the license headers in the common/ directory. Author information was also removed (it's in the git history) and so now the header format is consistently: ##/bin/bash # SPDX-License-Identifier: GPL-2.0(+) # Copyright (c) <date> <owner>. All Rights Reserved. # # <file description> Signed-off-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'common/module')
-rw-r--r--common/module22
1 files changed, 3 insertions, 19 deletions
diff --git a/common/module b/common/module
index ebaf2906..39e4e793 100644
--- a/common/module
+++ b/common/module
@@ -1,24 +1,8 @@
##/bin/bash
-
-# Routines for messing around with loadable kernel modules
-#
-#-----------------------------------------------------------------------
-# Copyright (c) 2017 Oracle. All Rights Reserved.
-# 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.
+# SPDX-License-Identifier: GPL-2.0+
+# Copyright (c) 2017 Oracle. All Rights Reserved.
#
-# 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
-#-----------------------------------------------------------------------
+# Routines for messing around with loadable kernel modules
# Return the module name for this fs.
_module_for_fs()