[libvirt] [libvirt-designer] Fix FSF address

A few files were using the old address. --- libvirt-designer/libvirt-designer-domain.c | 2 +- libvirt-designer/libvirt-designer-domain.h | 2 +- libvirt-designer/test-designer-domain.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libvirt-designer/libvirt-designer-domain.c b/libvirt-designer/libvirt-designer-domain.c index 6fbfa51..d9f4ea2 100644 --- a/libvirt-designer/libvirt-designer-domain.c +++ b/libvirt-designer/libvirt-designer-domain.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: * Daniel P. Berrange <berrange@redhat.com> diff --git a/libvirt-designer/libvirt-designer-domain.h b/libvirt-designer/libvirt-designer-domain.h index e202f77..45685b8 100644 --- a/libvirt-designer/libvirt-designer-domain.h +++ b/libvirt-designer/libvirt-designer-domain.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Author: Daniel P. Berrange <berrange@redhat.com> */ diff --git a/libvirt-designer/test-designer-domain.c b/libvirt-designer/test-designer-domain.c index 91fa04d..a88797c 100644 --- a/libvirt-designer/test-designer-domain.c +++ b/libvirt-designer/test-designer-domain.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Author: Daniel P. Berrange <berrange@redhat.com> */ -- 1.8.1.4

Self NACK, I just sent a v2 removing the FSF address from these files, and pointing at the fsf website instead as suggested by Laine in my libvirt-glib patch. Christophe On Mon, Mar 11, 2013 at 12:36:16PM +0100, Christophe Fergeau wrote:
A few files were using the old address. --- libvirt-designer/libvirt-designer-domain.c | 2 +- libvirt-designer/libvirt-designer-domain.h | 2 +- libvirt-designer/test-designer-domain.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libvirt-designer/libvirt-designer-domain.c b/libvirt-designer/libvirt-designer-domain.c index 6fbfa51..d9f4ea2 100644 --- a/libvirt-designer/libvirt-designer-domain.c +++ b/libvirt-designer/libvirt-designer-domain.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: * Daniel P. Berrange <berrange@redhat.com> diff --git a/libvirt-designer/libvirt-designer-domain.h b/libvirt-designer/libvirt-designer-domain.h index e202f77..45685b8 100644 --- a/libvirt-designer/libvirt-designer-domain.h +++ b/libvirt-designer/libvirt-designer-domain.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Author: Daniel P. Berrange <berrange@redhat.com> */ diff --git a/libvirt-designer/test-designer-domain.c b/libvirt-designer/test-designer-domain.c index 91fa04d..a88797c 100644 --- a/libvirt-designer/test-designer-domain.c +++ b/libvirt-designer/test-designer-domain.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Author: Daniel P. Berrange <berrange@redhat.com> */ -- 1.8.1.4
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

On 03/11/2013 05:36 AM, Christophe Fergeau wrote:
A few files were using the old address. --- libvirt-designer/libvirt-designer-domain.c | 2 +- libvirt-designer/libvirt-designer-domain.h | 2 +- libvirt-designer/test-designer-domain.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libvirt-designer/libvirt-designer-domain.c b/libvirt-designer/libvirt-designer-domain.c index 6fbfa51..d9f4ea2 100644 --- a/libvirt-designer/libvirt-designer-domain.c +++ b/libvirt-designer/libvirt-designer-domain.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
NACK. Instead of using the street address (either old or new), you should be using the URL form: * You should have received a copy of the GNU Lesser General Public * License along with this library. If not, see * <http://www.gnu.org/licenses/>. Then we should probably add a syntax-check rule (the way libvirt has done) to prevent further accidental use of either street address. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Christophe Fergeau
-
Eric Blake