[libvirt] [libvirt-designer PATCHv2] Remove FSF address from a few files

It was wrong after the FSF moved, and this is not how the licensing boilerplate is written in other source files. --- libvirt-designer/libvirt-designer-domain.c | 4 ++-- libvirt-designer/libvirt-designer-domain.h | 4 ++-- libvirt-designer/test-designer-domain.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libvirt-designer/libvirt-designer-domain.c b/libvirt-designer/libvirt-designer-domain.c index 6fbfa51..bc1cbb3 100644 --- a/libvirt-designer/libvirt-designer-domain.c +++ b/libvirt-designer/libvirt-designer-domain.c @@ -14,8 +14,8 @@ * Lesser General Public License for more details. * * 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 + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * 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..d6ceb86 100644 --- a/libvirt-designer/libvirt-designer-domain.h +++ b/libvirt-designer/libvirt-designer-domain.h @@ -14,8 +14,8 @@ * Lesser General Public License for more details. * * 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 + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * 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..a3d62b6 100644 --- a/libvirt-designer/test-designer-domain.c +++ b/libvirt-designer/test-designer-domain.c @@ -14,8 +14,8 @@ * Lesser General Public License for more details. * * 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 + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Author: Daniel P. Berrange <berrange@redhat.com> */ -- 1.8.1.4

On 11.03.2013 14:07, Christophe Fergeau wrote:
It was wrong after the FSF moved, and this is not how the licensing boilerplate is written in other source files. --- libvirt-designer/libvirt-designer-domain.c | 4 ++-- libvirt-designer/libvirt-designer-domain.h | 4 ++-- libvirt-designer/test-designer-domain.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)
I wonder if other source files should have the FSF header as well. However, ACK to these changes. Michal

On Mon, Mar 11, 2013 at 02:16:32PM +0100, Michal Privoznik wrote:
On 11.03.2013 14:07, Christophe Fergeau wrote:
It was wrong after the FSF moved, and this is not how the licensing boilerplate is written in other source files. --- libvirt-designer/libvirt-designer-domain.c | 4 ++-- libvirt-designer/libvirt-designer-domain.h | 4 ++-- libvirt-designer/test-designer-domain.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)
I wonder if other source files should have the FSF header as well. However, ACK to these changes.
All other c/h files have the FSF header and link to the FSF website. Christophe
participants (2)
-
Christophe Fergeau
-
Michal Privoznik