[libvirt] [sandbox PATCH v2] Fix FSF address on bin/virt-sandbox-service

--- Use the URLized version bin/virt-sandbox-service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service index 2dcbfb8..884acac 100755 --- a/bin/virt-sandbox-service +++ b/bin/virt-sandbox-service @@ -15,8 +15,7 @@ # 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. +# along with this library. If not, see <http://www.gnu.org/licenses/>. # from gi.repository import LibvirtGObject -- 1.8.5.2

On Tue, Jan 07, 2014 at 03:12:34PM +0100, Cédric Bosdonnat wrote:
--- Use the URLized version
bin/virt-sandbox-service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service index 2dcbfb8..884acac 100755 --- a/bin/virt-sandbox-service +++ b/bin/virt-sandbox-service @@ -15,8 +15,7 @@ # 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. +# along with this library. If not, see <http://www.gnu.org/licenses/>.
ACK. Christophe
participants (2)
-
Christophe Fergeau
-
Cédric Bosdonnat