1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-09 01:18:00 +03:00

maint: Use consistent copyright.

This is a follow up patch of commit f9ce7dad6, it modifies all
the files which declare the copyright like "See COPYING.LIB for
the License of this software" to use the detailed/consistent one.

And deserts the outdated comments like:

 * libvirt-qemu.h:
 * Summary: qemu specific interfaces
 * Description: Provides the interfaces of the libvirt library to handle
 *              qemu specific methods
 *
 * Copy:  Copyright (C) 2010, 2012 Red Hat, Inc.

Uses the more compact style like:

 * libvirt-qemu.h: Interfaces specific for QEMU/KVM driver
 *
 * Copyright (C) 2010, 2012 Red Hat, Inc.
This commit is contained in:
Osier Yang 2012-07-27 17:39:53 +08:00
parent 536a1d7d0a
commit a4bcefbcff
29 changed files with 384 additions and 45 deletions

View File

@ -1,12 +1,21 @@
/* -*- c -*- /* -*- c -*-
* libvirt-qemu.h: * libvirt-qemu.h: Interfaces specific for QEMU/KVM driver
* Summary: qemu specific interfaces
* Description: Provides the interfaces of the libvirt library to handle
* qemu specific methods
* *
* Copy: Copyright (C) 2010, 2012 Red Hat, Inc. * Copyright (C) 2010, 2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Author: Chris Lalancette <clalance@redhat.com> * Author: Chris Lalancette <clalance@redhat.com>
*/ */

View File

@ -1,12 +1,21 @@
/* -*- c -*- /* -*- c -*-
* libvirt.h: * libvirt.h: Core interfaces for the libvirt library
* Summary: core interfaces for the libvirt library
* Description: Provides the interfaces of the libvirt library to handle
* virtualized domains
* *
* Copy: Copyright (C) 2005-2006, 2010-2012 Red Hat, Inc. * Copyright (C) 2005-2006, 2010-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Author: Daniel Veillard <veillard@redhat.com> * Author: Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -1,12 +1,21 @@
/* /*
* virterror.h: * virterror.h: Error handling interfaces for the libvirt library
* Summary: error handling interfaces for the libvirt library
* Description: Provides the interfaces of the libvirt library to handle
* errors raised while using the library.
* *
* Copy: Copyright (C) 2006, 2010-2012 Red Hat, Inc. * Copyright (C) 2006, 2010-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Author: Daniel Veillard <veillard@redhat.com> * Author: Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -4,7 +4,19 @@
* *
* Copyright (C) 2005-2006, 2008-2012 Red Hat, Inc. * Copyright (C) 2005-2006, 2008-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -5,7 +5,19 @@
* Copyright (C) 2010-2012 Red Hat, Inc. * Copyright (C) 2010-2012 Red Hat, Inc.
* Copyright (C) 2009-2011 Canonical Ltd. * Copyright (C) 2009-2011 Canonical Ltd.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Author: * Author:
* Jamie Strandboge <jamie@canonical.com> * Jamie Strandboge <jamie@canonical.com>

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2005-2008, 2010-2012 Red Hat, Inc. * Copyright (C) 2005-2008, 2010-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2005-2008, 2011, 2012 Red Hat, Inc. * Copyright (C) 2005-2008, 2011, 2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -4,7 +4,19 @@
* Copyright (C) 2010-2012 Red Hat, Inc. * Copyright (C) 2010-2012 Red Hat, Inc.
* Copyright IBM Corp. 2008 * Copyright IBM Corp. 2008
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Authors: * Authors:
* Dan Smith <danms@us.ibm.com> * Dan Smith <danms@us.ibm.com>

View File

@ -4,7 +4,19 @@
* Copyright (C) 2011-2012 Red Hat, Inc. * Copyright (C) 2011-2012 Red Hat, Inc.
* Copyright IBM Corp. 2008 * Copyright IBM Corp. 2008
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Authors: * Authors:
* Dan Smith <danms@us.ibm.com> * Dan Smith <danms@us.ibm.com>

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2006-2012 Red Hat, Inc. * Copyright (C) 2006-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2006, 2007 Red Hat, Inc. * Copyright (C) 2006, 2007 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2007-2010 Red Hat, Inc. * Copyright (C) 2007-2010 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Richard W.M. Jones <rjones@redhat.com> * Richard W.M. Jones <rjones@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2007 Red Hat, Inc. * Copyright (C) 2007 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Richard W.M. Jones <rjones@redhat.com> * Richard W.M. Jones <rjones@redhat.com>
*/ */

View File

@ -1,9 +1,21 @@
/* /*
* virterror.c: implements error handling and reporting code for libvirt * virterror.c: implements error handling and reporting code for libvirt
* *
* Copy: Copyright (C) 2006, 2008-2012 Red Hat, Inc. * Copyright (C) 2006, 2008-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Author: Daniel Veillard <veillard@redhat.com> * Author: Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2012 Red Hat, Inc. * Copyright (C) 2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
*/ */
#include <config.h> #include <config.h>

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2012 Red Hat, Inc. * Copyright (C) 2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
*/ */
#ifndef __VIR_URI_H__ #ifndef __VIR_URI_H__

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2005, 2007-2012 Red Hat, Inc. * Copyright (C) 2005, 2007-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2007-2009 Red Hat, Inc. * Copyright (C) 2007-2009 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Richard W.M. Jones <rjones@redhat.com> * Richard W.M. Jones <rjones@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2007 Red Hat, Inc. * Copyright (C) 2007 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Richard W.M. Jones <rjones@redhat.com> * Richard W.M. Jones <rjones@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2007-2012 Red Hat, Inc. * Copyright (C) 2007-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Richard W.M. Jones <rjones@redhat.com> * Richard W.M. Jones <rjones@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2007, 2010-2011 Red Hat, Inc. * Copyright (C) 2007, 2010-2011 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Richard W.M. Jones <rjones@redhat.com> * Richard W.M. Jones <rjones@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2005-2012 Red Hat, Inc. * Copyright (C) 2005-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2005, 2010-2011 Red Hat, Inc. * Copyright (C) 2005, 2010-2011 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2006, 2009-2012 Red Hat, Inc. * Copyright (C) 2006, 2009-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2006, 2010-2012 Red Hat, Inc. * Copyright (C) 2006, 2010-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2005-2012 Red Hat, Inc. * Copyright (C) 2005-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Karel Zak <kzak@redhat.com> * Karel Zak <kzak@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2005, 2008-2012 Red Hat, Inc. * Copyright (C) 2005, 2008-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Karel Zak <kzak@redhat.com> * Karel Zak <kzak@redhat.com>
*/ */

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2012 Red Hat, Inc. * Copyright (C) 2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software. * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Usage: * Usage:
* Define macros: * Define macros:

View File

@ -3,7 +3,19 @@
* *
* Copyright (C) 2005, 2007-2012 Red Hat, Inc. * Copyright (C) 2005, 2007-2012 Red Hat, Inc.
* *
* See COPYING.LIB for the License of this software * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see
* <http://www.gnu.org/licenses/>.
* *
* Daniel Veillard <veillard@redhat.com> * Daniel Veillard <veillard@redhat.com>
* Karel Zak <kzak@redhat.com> * Karel Zak <kzak@redhat.com>