[Drbd-dev] [PATCH 01/17] lru_cache: remove FSF address from licence
Tobin C. Harding
me at tobin.cc
Mon Oct 2 00:34:00 CEST 2017
checkpatch emits warning 'Do not include the paragraph about writing to the Free Software
Foundation's mailing address from the sample GPL notice. The FSF has changed addresses in the past,
and may do so again. Linux already includes a copy of the GPL.'
Remove paragraph containing FSF address from licence.
Signed-off-by: Tobin C. Harding <me at tobin.cc>
---
lib/lru_cache.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/lib/lru_cache.c b/lib/lru_cache.c
index 28ba40b..44d7ab0 100644
--- a/lib/lru_cache.c
+++ b/lib/lru_cache.c
@@ -16,11 +16,6 @@
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 drbd; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-
*/
#include <linux/module.h>
--
2.7.4
More information about the drbd-dev
mailing list