From ef2ecdab6c1f079cb2f3ef2927be0b1d07456ff3 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 20 Jul 2010 21:25:46 -0700 Subject: [PATCH] fuse.cc: make license GPL Originally based on Miklos' fusexmp.c, which is GPL. Keep that license. LGPL makes no sense here anyway. --- src/client/fuse.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/client/fuse.cc b/src/client/fuse.cc index 49a835ffeddd9..c5c4df9c280a8 100644 --- a/src/client/fuse.cc +++ b/src/client/fuse.cc @@ -3,12 +3,10 @@ /* * Ceph - scalable distributed file system * - * Copyright (C) 2004-2006 Sage Weil + * Copyright (C) 2004-2010 Sage Weil * * This is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software - * Foundation. See file COPYING. + * modify it under the terms of the GPL. * */ -- 2.39.5