diff options
author | 2012-07-21 18:06:23 +0800 | |
---|---|---|
committer | 2012-07-23 10:50:50 +0800 | |
commit | f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf (patch) | |
tree | 8e6af29b24405376cee739f3744573941454dec4 | |
parent | ESX: Fix ESX_VI__TEMPLATE__DYNAMIC_DEEP_COPY (diff) | |
download | libvirt-f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf.tar.gz libvirt-f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf.tar.bz2 libvirt-f9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf.zip |
Desert the FSF address in copyright
Per the FSF address could be changed from time to time, and GNU
recommends the following now: (http://www.gnu.org/licenses/gpl-howto.html)
You should have received a copy of the GNU General Public License
along with Foobar. If not, see <http://www.gnu.org/licenses/>.
This patch removes the explicit FSF address, and uses above instead
(of course, with inserting 'Lesser' before 'General').
Except a bunch of files for security driver, all others are changed
automatically, the copyright for securify files are not complete,
that's why to do it manually:
src/security/security_selinux.h
src/security/security_driver.h
src/security/security_selinux.c
src/security/security_apparmor.h
src/security/security_apparmor.c
src/security/security_driver.c
418 files changed, 879 insertions, 825 deletions
diff --git a/daemon/libvirtd-config.c b/daemon/libvirtd-config.c index 2875927ca..5374bcc4a 100644 --- a/daemon/libvirtd-config.c +++ b/daemon/libvirtd-config.c @@ -15,8 +15,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/daemon/libvirtd-config.h b/daemon/libvirtd-config.h index 082cb9cdf..e9c58cbd2 100644 --- a/daemon/libvirtd-config.h +++ b/daemon/libvirtd-config.h @@ -15,8 +15,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/daemon/libvirtd.c b/daemon/libvirtd.c index 8c434a0ed..b5c0102e4 100644 --- a/daemon/libvirtd.c +++ b/daemon/libvirtd.c @@ -15,8 +15,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/daemon/libvirtd.h b/daemon/libvirtd.h index fc169d3a6..726a1fb4d 100644 --- a/daemon/libvirtd.h +++ b/daemon/libvirtd.h @@ -15,8 +15,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/daemon/remote.c b/daemon/remote.c index a3238521b..80626a2ef 100644 --- a/daemon/remote.c +++ b/daemon/remote.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: Richard W.M. Jones <rjones@redhat.com> */ diff --git a/daemon/remote.h b/daemon/remote.h index d3e1b2d46..9f662cb13 100644 --- a/daemon/remote.h +++ b/daemon/remote.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: Richard W.M. Jones <rjones@redhat.com> * Author: Daniel P. Berrange <berrange@redhat.com> diff --git a/daemon/stream.c b/daemon/stream.c index a0e96af78..6f26ee5e4 100644 --- a/daemon/stream.c +++ b/daemon/stream.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> */ diff --git a/daemon/stream.h b/daemon/stream.h index 7c2d8dc70..2c74ab70d 100644 --- a/daemon/stream.h +++ b/daemon/stream.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/src/conf/capabilities.c b/src/conf/capabilities.c index cc7d0181d..8b9b51653 100644 --- a/src/conf/capabilities.c +++ b/src/conf/capabilities.c @@ -15,8 +15,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/src/conf/capabilities.h b/src/conf/capabilities.h index 9568b4c52..460b273e3 100644 --- a/src/conf/capabilities.h +++ b/src/conf/capabilities.h @@ -15,8 +15,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/src/conf/cpu_conf.c b/src/conf/cpu_conf.c index 175a7ed33..87e9540ef 100644 --- a/src/conf/cpu_conf.c +++ b/src/conf/cpu_conf.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: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/conf/cpu_conf.h b/src/conf/cpu_conf.h index 2df0a506b..601e20806 100644 --- a/src/conf/cpu_conf.h +++ b/src/conf/cpu_conf.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/>. * * Authors: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/conf/domain_audit.c b/src/conf/domain_audit.c index cb81fa04b..53003710b 100644 --- a/src/conf/domain_audit.c +++ b/src/conf/domain_audit.c @@ -15,8 +15,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/src/conf/domain_audit.h b/src/conf/domain_audit.h index eaa26d0d0..b430da75f 100644 --- a/src/conf/domain_audit.h +++ b/src/conf/domain_audit.h @@ -15,8 +15,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/src/conf/domain_conf.c b/src/conf/domain_conf.c index 1b5dad95b..41726fff3 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -15,8 +15,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/src/conf/domain_conf.h b/src/conf/domain_conf.h index 6c777e7aa..469d3b63e 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -15,8 +15,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/src/conf/domain_event.c b/src/conf/domain_event.c index c2a3127b1..f72bc8c88 100644 --- a/src/conf/domain_event.c +++ b/src/conf/domain_event.c @@ -15,8 +15,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: Ben Guthro */ diff --git a/src/conf/domain_event.h b/src/conf/domain_event.h index 127475175..0a48bde0e 100644 --- a/src/conf/domain_event.h +++ b/src/conf/domain_event.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: Ben Guthro */ diff --git a/src/conf/domain_nwfilter.c b/src/conf/domain_nwfilter.c index 644b57c17..a6e63e15f 100644 --- a/src/conf/domain_nwfilter.c +++ b/src/conf/domain_nwfilter.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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/conf/domain_nwfilter.h b/src/conf/domain_nwfilter.h index 9330c223a..9662c0a10 100644 --- a/src/conf/domain_nwfilter.h +++ b/src/conf/domain_nwfilter.h @@ -15,8 +15,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/conf/interface_conf.c b/src/conf/interface_conf.c index e05421054..1249f1271 100644 --- a/src/conf/interface_conf.c +++ b/src/conf/interface_conf.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 Veillard <veillard@redhat.com> * Laine Stump <laine@redhat.com> diff --git a/src/conf/interface_conf.h b/src/conf/interface_conf.h index c5630d4c3..a83b120a6 100644 --- a/src/conf/interface_conf.h +++ b/src/conf/interface_conf.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 Veillard <veillard@redhat.com> * Laine Stump <laine@redhat.com> diff --git a/src/conf/netdev_bandwidth_conf.c b/src/conf/netdev_bandwidth_conf.c index 4dbf18d8b..832f6dbc2 100644 --- a/src/conf/netdev_bandwidth_conf.c +++ b/src/conf/netdev_bandwidth_conf.c @@ -12,8 +12,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: * Michal Privoznik <mprivozn@redhat.com> diff --git a/src/conf/netdev_bandwidth_conf.h b/src/conf/netdev_bandwidth_conf.h index 4bb7def9a..3123b662f 100644 --- a/src/conf/netdev_bandwidth_conf.h +++ b/src/conf/netdev_bandwidth_conf.h @@ -12,8 +12,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: * Michal Privoznik <mprivozn@redhat.com> diff --git a/src/conf/netdev_vport_profile_conf.c b/src/conf/netdev_vport_profile_conf.c index 269931050..d0080420c 100644 --- a/src/conf/netdev_vport_profile_conf.c +++ b/src/conf/netdev_vport_profile_conf.c @@ -12,8 +12,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: * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/conf/netdev_vport_profile_conf.h b/src/conf/netdev_vport_profile_conf.h index 30084d567..367bdf307 100644 --- a/src/conf/netdev_vport_profile_conf.h +++ b/src/conf/netdev_vport_profile_conf.h @@ -12,8 +12,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: * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/conf/network_conf.c b/src/conf/network_conf.c index 41864bea6..5827f7c79 100644 --- a/src/conf/network_conf.c +++ b/src/conf/network_conf.c @@ -15,8 +15,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/src/conf/network_conf.h b/src/conf/network_conf.h index 745d97283..1c640a950 100644 --- a/src/conf/network_conf.h +++ b/src/conf/network_conf.h @@ -15,8 +15,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/src/conf/node_device_conf.c b/src/conf/node_device_conf.c index 7144415e5..048c70c34 100644 --- a/src/conf/node_device_conf.c +++ b/src/conf/node_device_conf.c @@ -15,8 +15,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: David F. Lively <dlively@virtualiron.com> */ diff --git a/src/conf/node_device_conf.h b/src/conf/node_device_conf.h index ddf5fca23..41c9fccb2 100644 --- a/src/conf/node_device_conf.h +++ b/src/conf/node_device_conf.h @@ -16,8 +16,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: David F. Lively <dlively@virtualiron.com> */ diff --git a/src/conf/nwfilter_conf.c b/src/conf/nwfilter_conf.c index 70fadaadc..a5e38b2d4 100644 --- a/src/conf/nwfilter_conf.c +++ b/src/conf/nwfilter_conf.c @@ -19,8 +19,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/conf/nwfilter_conf.h b/src/conf/nwfilter_conf.h index 5cffded7d..8b05d0450 100644 --- a/src/conf/nwfilter_conf.h +++ b/src/conf/nwfilter_conf.h @@ -18,8 +18,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/conf/nwfilter_ipaddrmap.c b/src/conf/nwfilter_ipaddrmap.c index c72958bbc..5087be847 100644 --- a/src/conf/nwfilter_ipaddrmap.c +++ b/src/conf/nwfilter_ipaddrmap.c @@ -18,8 +18,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/>. */ #include <config.h> diff --git a/src/conf/nwfilter_ipaddrmap.h b/src/conf/nwfilter_ipaddrmap.h index 3411a99a9..0a34ed60c 100644 --- a/src/conf/nwfilter_ipaddrmap.h +++ b/src/conf/nwfilter_ipaddrmap.h @@ -18,8 +18,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/>. * */ diff --git a/src/conf/nwfilter_params.c b/src/conf/nwfilter_params.c index d08e86099..839d7048f 100644 --- a/src/conf/nwfilter_params.c +++ b/src/conf/nwfilter_params.c @@ -15,8 +15,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/conf/nwfilter_params.h b/src/conf/nwfilter_params.h index f0fd2161d..a44e2cfc9 100644 --- a/src/conf/nwfilter_params.h +++ b/src/conf/nwfilter_params.h @@ -15,8 +15,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/conf/secret_conf.c b/src/conf/secret_conf.c index 0f72596dc..d03503ecd 100644 --- a/src/conf/secret_conf.c +++ b/src/conf/secret_conf.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/>. * * Red Hat Author: Miloslav Trmač <mitr@redhat.com> */ diff --git a/src/conf/secret_conf.h b/src/conf/secret_conf.h index 854b380c1..511c52df6 100644 --- a/src/conf/secret_conf.h +++ b/src/conf/secret_conf.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/>. * * Red Hat Author: Miloslav Trmač <mitr@redhat.com> */ diff --git a/src/conf/storage_conf.c b/src/conf/storage_conf.c index 6ce920894..7944555cd 100644 --- a/src/conf/storage_conf.c +++ b/src/conf/storage_conf.c @@ -15,8 +15,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/src/conf/storage_conf.h b/src/conf/storage_conf.h index 6f8434050..8c4b202b9 100644 --- a/src/conf/storage_conf.h +++ b/src/conf/storage_conf.h @@ -15,8 +15,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/src/conf/storage_encryption_conf.c b/src/conf/storage_encryption_conf.c index 63cb7f4b1..801f4a231 100644 --- a/src/conf/storage_encryption_conf.c +++ b/src/conf/storage_encryption_conf.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/>. * * Red Hat Author: Miloslav Trmač <mitr@redhat.com> */ diff --git a/src/conf/storage_encryption_conf.h b/src/conf/storage_encryption_conf.h index cfb088c75..4fa568b90 100644 --- a/src/conf/storage_encryption_conf.h +++ b/src/conf/storage_encryption_conf.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/>. * * Red Hat Author: Miloslav Trmač <mitr@redhat.com> */ diff --git a/src/conf/virconsole.c b/src/conf/virconsole.c index fe470399b..05e2b0721 100644 --- a/src/conf/virconsole.c +++ b/src/conf/virconsole.c @@ -15,8 +15,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: Peter Krempa <pkrempa@redhat.com> */ diff --git a/src/conf/virconsole.h b/src/conf/virconsole.h index 7cdf578c0..4d256f926 100644 --- a/src/conf/virconsole.h +++ b/src/conf/virconsole.h @@ -15,8 +15,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: Peter Krempa <pkrempa@redhat.com> */ diff --git a/src/conf/virdomainlist.c b/src/conf/virdomainlist.c index 2b0b87881..c882bc201 100644 --- a/src/conf/virdomainlist.c +++ b/src/conf/virdomainlist.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: Peter Krempa <pkrempa@redhat.com> */ diff --git a/src/conf/virdomainlist.h b/src/conf/virdomainlist.h index e62312925..322e5b874 100644 --- a/src/conf/virdomainlist.h +++ b/src/conf/virdomainlist.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: Peter Krempa <pkrempa@redhat.com> */ diff --git a/src/cpu/cpu.c b/src/cpu/cpu.c index c7a08c0bd..2afa90f37 100644 --- a/src/cpu/cpu.c +++ b/src/cpu/cpu.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: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/cpu/cpu.h b/src/cpu/cpu.h index 8d6db44f6..3f74ef5ba 100644 --- a/src/cpu/cpu.h +++ b/src/cpu/cpu.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/>. * * Authors: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/cpu/cpu_arm.c b/src/cpu/cpu_arm.c index d6c991f36..28d78ed7f 100644 --- a/src/cpu/cpu_arm.c +++ b/src/cpu/cpu_arm.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: * Chuck Short <chuck.short@canonical.com> diff --git a/src/cpu/cpu_arm.h b/src/cpu/cpu_arm.h index 6c3b3d384..b78ea2ec6 100644 --- a/src/cpu/cpu_arm.h +++ b/src/cpu/cpu_arm.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/>. * * Authors: * Chuck Short <chuck.short@canonical.com> diff --git a/src/cpu/cpu_generic.c b/src/cpu/cpu_generic.c index cba6cfa3e..8f6edcf19 100644 --- a/src/cpu/cpu_generic.c +++ b/src/cpu/cpu_generic.c @@ -15,8 +15,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: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/cpu/cpu_generic.h b/src/cpu/cpu_generic.h index b49446824..9ac5b880d 100644 --- a/src/cpu/cpu_generic.h +++ b/src/cpu/cpu_generic.h @@ -15,8 +15,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: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/cpu/cpu_map.c b/src/cpu/cpu_map.c index 9749423af..a848960ad 100644 --- a/src/cpu/cpu_map.c +++ b/src/cpu/cpu_map.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: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/cpu/cpu_map.h b/src/cpu/cpu_map.h index acf4cc4e0..d751ac7cf 100644 --- a/src/cpu/cpu_map.h +++ b/src/cpu/cpu_map.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/>. * * Authors: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/cpu/cpu_powerpc.c b/src/cpu/cpu_powerpc.c index ed81694c4..6bab5fd10 100644 --- a/src/cpu/cpu_powerpc.c +++ b/src/cpu/cpu_powerpc.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: * Anton Blanchard <anton@au.ibm.com> diff --git a/src/cpu/cpu_powerpc.h b/src/cpu/cpu_powerpc.h index 2e0c1a51d..8bc2fe5bc 100644 --- a/src/cpu/cpu_powerpc.h +++ b/src/cpu/cpu_powerpc.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/>. * * Authors: * Anton Blanchard <anton@au.ibm.com> diff --git a/src/cpu/cpu_s390.c b/src/cpu/cpu_s390.c index eb2acef8c..f95e18f36 100644 --- a/src/cpu/cpu_s390.c +++ b/src/cpu/cpu_s390.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: * Thang Pham <thang.pham@us.ibm.com> diff --git a/src/cpu/cpu_s390.h b/src/cpu/cpu_s390.h index 4f28cf9ec..119a6d697 100644 --- a/src/cpu/cpu_s390.h +++ b/src/cpu/cpu_s390.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/>. * * Authors: * Thang Pham <thang.pham@us.ibm.com> diff --git a/src/cpu/cpu_x86.c b/src/cpu/cpu_x86.c index dce0a09c9..a5f7405db 100644 --- a/src/cpu/cpu_x86.c +++ b/src/cpu/cpu_x86.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: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/cpu/cpu_x86.h b/src/cpu/cpu_x86.h index dd47c2cba..b820d8b5a 100644 --- a/src/cpu/cpu_x86.h +++ b/src/cpu/cpu_x86.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/>. * * Authors: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/cpu/cpu_x86_data.h b/src/cpu/cpu_x86_data.h index 34a5b066c..0d6f1a9c1 100644 --- a/src/cpu/cpu_x86_data.h +++ b/src/cpu/cpu_x86_data.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/>. * * Authors: * Jiri Denemark <jdenemar@redhat.com> diff --git a/src/datatypes.c b/src/datatypes.c index d718170bd..699c4a880 100644 --- a/src/datatypes.c +++ b/src/datatypes.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/>. * */ diff --git a/src/datatypes.h b/src/datatypes.h index fc284d281..9ad2d0172 100644 --- a/src/datatypes.h +++ b/src/datatypes.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/>. * */ diff --git a/src/driver.c b/src/driver.c index da4bee5b6..0049b79ae 100644 --- a/src/driver.c +++ b/src/driver.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/>. * */ diff --git a/src/esx/esx_device_monitor.c b/src/esx/esx_device_monitor.c index 2eba2b087..d85c7e55a 100644 --- a/src/esx/esx_device_monitor.c +++ b/src/esx/esx_device_monitor.c @@ -17,8 +17,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/>. * */ diff --git a/src/esx/esx_device_monitor.h b/src/esx/esx_device_monitor.h index c19599eb2..0594ad247 100644 --- a/src/esx/esx_device_monitor.h +++ b/src/esx/esx_device_monitor.h @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_driver.c b/src/esx/esx_driver.c index f110ba321..47957ccd6 100644 --- a/src/esx/esx_driver.c +++ b/src/esx/esx_driver.c @@ -17,8 +17,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/>. * */ diff --git a/src/esx/esx_driver.h b/src/esx/esx_driver.h index 7138aca1f..1079afd47 100644 --- a/src/esx/esx_driver.h +++ b/src/esx/esx_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_interface_driver.c b/src/esx/esx_interface_driver.c index 571313700..501409a9f 100644 --- a/src/esx/esx_interface_driver.c +++ b/src/esx/esx_interface_driver.c @@ -17,8 +17,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/>. * */ diff --git a/src/esx/esx_interface_driver.h b/src/esx/esx_interface_driver.h index ac04f79a5..141372dad 100644 --- a/src/esx/esx_interface_driver.h +++ b/src/esx/esx_interface_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_network_driver.c b/src/esx/esx_network_driver.c index 224c76453..2e0e40bb1 100644 --- a/src/esx/esx_network_driver.c +++ b/src/esx/esx_network_driver.c @@ -17,8 +17,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/>. * */ diff --git a/src/esx/esx_network_driver.h b/src/esx/esx_network_driver.h index 9f06d5a5e..779d0bcad 100644 --- a/src/esx/esx_network_driver.h +++ b/src/esx/esx_network_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_nwfilter_driver.c b/src/esx/esx_nwfilter_driver.c index 6056d6d26..8bd2631fd 100644 --- a/src/esx/esx_nwfilter_driver.c +++ b/src/esx/esx_nwfilter_driver.c @@ -17,8 +17,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/>. * */ diff --git a/src/esx/esx_nwfilter_driver.h b/src/esx/esx_nwfilter_driver.h index 64cceab8c..94236da1e 100644 --- a/src/esx/esx_nwfilter_driver.h +++ b/src/esx/esx_nwfilter_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_private.h b/src/esx/esx_private.h index 58d1233d6..671bfb9ab 100644 --- a/src/esx/esx_private.h +++ b/src/esx/esx_private.h @@ -15,8 +15,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/>. * */ diff --git a/src/esx/esx_secret_driver.c b/src/esx/esx_secret_driver.c index c37b62d9e..ce6dacd4d 100644 --- a/src/esx/esx_secret_driver.c +++ b/src/esx/esx_secret_driver.c @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_secret_driver.h b/src/esx/esx_secret_driver.h index d9ee7ebed..4ed117273 100644 --- a/src/esx/esx_secret_driver.h +++ b/src/esx/esx_secret_driver.h @@ -15,8 +15,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/>. * */ diff --git a/src/esx/esx_storage_driver.c b/src/esx/esx_storage_driver.c index b200e5616..348bd62bc 100644 --- a/src/esx/esx_storage_driver.c +++ b/src/esx/esx_storage_driver.c @@ -17,8 +17,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/>. * */ diff --git a/src/esx/esx_storage_driver.h b/src/esx/esx_storage_driver.h index 21098e999..417775dba 100644 --- a/src/esx/esx_storage_driver.h +++ b/src/esx/esx_storage_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_util.c b/src/esx/esx_util.c index 6ed3a3ef0..92882185f 100644 --- a/src/esx/esx_util.c +++ b/src/esx/esx_util.c @@ -17,8 +17,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/>. * */ diff --git a/src/esx/esx_util.h b/src/esx/esx_util.h index a69b3f459..07492c1f2 100644 --- a/src/esx/esx_util.h +++ b/src/esx/esx_util.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/>. * */ diff --git a/src/esx/esx_vi.c b/src/esx/esx_vi.c index b1b5d7044..ab79afe94 100644 --- a/src/esx/esx_vi.c +++ b/src/esx/esx_vi.c @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_vi.h b/src/esx/esx_vi.h index dd4292502..4b84be862 100644 --- a/src/esx/esx_vi.h +++ b/src/esx/esx_vi.h @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_vi_methods.c b/src/esx/esx_vi_methods.c index 77588c28f..2e5819f61 100644 --- a/src/esx/esx_vi_methods.c +++ b/src/esx/esx_vi_methods.c @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_vi_methods.h b/src/esx/esx_vi_methods.h index c78c649c5..4c6b0477a 100644 --- a/src/esx/esx_vi_methods.h +++ b/src/esx/esx_vi_methods.h @@ -15,8 +15,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/>. * */ diff --git a/src/esx/esx_vi_types.c b/src/esx/esx_vi_types.c index 8e22b66b8..a0efb68fc 100644 --- a/src/esx/esx_vi_types.c +++ b/src/esx/esx_vi_types.c @@ -16,8 +16,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/>. * */ diff --git a/src/esx/esx_vi_types.h b/src/esx/esx_vi_types.h index a44d78325..00546d9ff 100644 --- a/src/esx/esx_vi_types.h +++ b/src/esx/esx_vi_types.h @@ -15,8 +15,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/>. * */ diff --git a/src/fdstream.c b/src/fdstream.c index 647db53f1..214f63655 100644 --- a/src/fdstream.c +++ b/src/fdstream.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/>. * */ diff --git a/src/fdstream.h b/src/fdstream.h index f08cab9d6..160e3ccc1 100644 --- a/src/fdstream.h +++ b/src/fdstream.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/>. * */ diff --git a/src/gnutls_1_0_compat.h b/src/gnutls_1_0_compat.h index ebe97fdf4..eb0c046fe 100644 --- a/src/gnutls_1_0_compat.h +++ b/src/gnutls_1_0_compat.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: Richard W.M. Jones <rjones@redhat.com> */ diff --git a/src/hyperv/hyperv_device_monitor.c b/src/hyperv/hyperv_device_monitor.c index 675d43ad3..50ce72fe8 100644 --- a/src/hyperv/hyperv_device_monitor.c +++ b/src/hyperv/hyperv_device_monitor.c @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_device_monitor.h b/src/hyperv/hyperv_device_monitor.h index 864e8afd9..a1481082b 100644 --- a/src/hyperv/hyperv_device_monitor.h +++ b/src/hyperv/hyperv_device_monitor.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_driver.c b/src/hyperv/hyperv_driver.c index 17685ea7d..664b4356a 100644 --- a/src/hyperv/hyperv_driver.c +++ b/src/hyperv/hyperv_driver.c @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_driver.h b/src/hyperv/hyperv_driver.h index 17ffa2cee..14168d171 100644 --- a/src/hyperv/hyperv_driver.h +++ b/src/hyperv/hyperv_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_interface_driver.c b/src/hyperv/hyperv_interface_driver.c index f2e8deebf..29f173bd9 100644 --- a/src/hyperv/hyperv_interface_driver.c +++ b/src/hyperv/hyperv_interface_driver.c @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_interface_driver.h b/src/hyperv/hyperv_interface_driver.h index 730234cad..324097be4 100644 --- a/src/hyperv/hyperv_interface_driver.h +++ b/src/hyperv/hyperv_interface_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_network_driver.c b/src/hyperv/hyperv_network_driver.c index 92a43e3c6..792c7f747 100644 --- a/src/hyperv/hyperv_network_driver.c +++ b/src/hyperv/hyperv_network_driver.c @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_network_driver.h b/src/hyperv/hyperv_network_driver.h index 49c856fc0..645b0aebb 100644 --- a/src/hyperv/hyperv_network_driver.h +++ b/src/hyperv/hyperv_network_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_nwfilter_driver.c b/src/hyperv/hyperv_nwfilter_driver.c index b5d806943..2906a35a3 100644 --- a/src/hyperv/hyperv_nwfilter_driver.c +++ b/src/hyperv/hyperv_nwfilter_driver.c @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_nwfilter_driver.h b/src/hyperv/hyperv_nwfilter_driver.h index ef4f66037..35de2de37 100644 --- a/src/hyperv/hyperv_nwfilter_driver.h +++ b/src/hyperv/hyperv_nwfilter_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_private.h b/src/hyperv/hyperv_private.h index 677c5bcd1..808d60769 100644 --- a/src/hyperv/hyperv_private.h +++ b/src/hyperv/hyperv_private.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_secret_driver.c b/src/hyperv/hyperv_secret_driver.c index b238e06ff..e62def7f8 100644 --- a/src/hyperv/hyperv_secret_driver.c +++ b/src/hyperv/hyperv_secret_driver.c @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_secret_driver.h b/src/hyperv/hyperv_secret_driver.h index a7e9f2539..8dc938f04 100644 --- a/src/hyperv/hyperv_secret_driver.h +++ b/src/hyperv/hyperv_secret_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_storage_driver.c b/src/hyperv/hyperv_storage_driver.c index 4bfefd0f8..c429abf99 100644 --- a/src/hyperv/hyperv_storage_driver.c +++ b/src/hyperv/hyperv_storage_driver.c @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_storage_driver.h b/src/hyperv/hyperv_storage_driver.h index c9bca2297..9b69796b1 100644 --- a/src/hyperv/hyperv_storage_driver.h +++ b/src/hyperv/hyperv_storage_driver.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_util.c b/src/hyperv/hyperv_util.c index 86d140f1c..e74e261e2 100644 --- a/src/hyperv/hyperv_util.c +++ b/src/hyperv/hyperv_util.c @@ -15,8 +15,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/>. * */ diff --git a/src/hyperv/hyperv_util.h b/src/hyperv/hyperv_util.h index d9d1c8424..88928a4fc 100644 --- a/src/hyperv/hyperv_util.h +++ b/src/hyperv/hyperv_util.h @@ -15,8 +15,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/>. * */ diff --git a/src/hyperv/hyperv_wmi.c b/src/hyperv/hyperv_wmi.c index 4a2dfffd5..32ea81ccb 100644 --- a/src/hyperv/hyperv_wmi.c +++ b/src/hyperv/hyperv_wmi.c @@ -17,8 +17,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/>. * */ diff --git a/src/hyperv/hyperv_wmi.h b/src/hyperv/hyperv_wmi.h index fae6d4fe3..44185143c 100644 --- a/src/hyperv/hyperv_wmi.h +++ b/src/hyperv/hyperv_wmi.h @@ -17,8 +17,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/>. * */ diff --git a/src/hyperv/hyperv_wmi_classes.c b/src/hyperv/hyperv_wmi_classes.c index ed5e314bc..6e23e6898 100644 --- a/src/hyperv/hyperv_wmi_classes.c +++ b/src/hyperv/hyperv_wmi_classes.c @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/hyperv_wmi_classes.h b/src/hyperv/hyperv_wmi_classes.h index 5c97ca6e9..bb8bed1af 100644 --- a/src/hyperv/hyperv_wmi_classes.h +++ b/src/hyperv/hyperv_wmi_classes.h @@ -16,8 +16,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/>. * */ diff --git a/src/hyperv/openwsman.h b/src/hyperv/openwsman.h index 8bc0604e8..0b4e83042 100644 --- a/src/hyperv/openwsman.h +++ b/src/hyperv/openwsman.h @@ -15,8 +15,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/>. * */ diff --git a/src/interface/netcf_driver.c b/src/interface/netcf_driver.c index 39fa721cc..935be66ae 100644 --- a/src/interface/netcf_driver.c +++ b/src/interface/netcf_driver.c @@ -15,8 +15,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: Laine Stump <laine@redhat.com> */ diff --git a/src/interface/netcf_driver.h b/src/interface/netcf_driver.h index eb3a55d90..38fbc77eb 100644 --- a/src/interface/netcf_driver.h +++ b/src/interface/netcf_driver.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: Laine Stump <laine@redhat.com> */ diff --git a/src/libvirt-qemu.c b/src/libvirt-qemu.c index 4b2f8c2f9..78480bbf4 100644 --- a/src/libvirt-qemu.c +++ b/src/libvirt-qemu.c @@ -15,8 +15,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: Chris Lalancette <clalance@redhat.com> */ diff --git a/src/libvirt_internal.h b/src/libvirt_internal.h index 01ba6892e..707a9828c 100644 --- a/src/libvirt_internal.h +++ b/src/libvirt_internal.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/>. * * NB This file is ABI sensitive. Things here impact the wire * protocol ABI in the remote driver. Same rules as for things diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c index 28966cd2a..e9eaed7a8 100644 --- a/src/libxl/libxl_conf.c +++ b/src/libxl/libxl_conf.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: * Jim Fehlig <jfehlig@novell.com> diff --git a/src/libxl/libxl_conf.h b/src/libxl/libxl_conf.h index 3067c520a..325298a99 100644 --- a/src/libxl/libxl_conf.h +++ b/src/libxl/libxl_conf.h @@ -13,8 +13,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: * Jim Fehlig <jfehlig@novell.com> diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c index edf5c3310..873f973bb 100644 --- a/src/libxl/libxl_driver.c +++ b/src/libxl/libxl_driver.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: * Jim Fehlig <jfehlig@novell.com> diff --git a/src/libxl/libxl_driver.h b/src/libxl/libxl_driver.h index 4632d33b6..364adf939 100644 --- a/src/libxl/libxl_driver.h +++ b/src/libxl/libxl_driver.h @@ -12,8 +12,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: * Jim Fehlig <jfehlig@novell.com> diff --git a/src/locking/domain_lock.c b/src/locking/domain_lock.c index de1937c9c..55f56407e 100644 --- a/src/locking/domain_lock.c +++ b/src/locking/domain_lock.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/>. * */ diff --git a/src/locking/domain_lock.h b/src/locking/domain_lock.h index dd35c7c5b..e6f845fe5 100644 --- a/src/locking/domain_lock.h +++ b/src/locking/domain_lock.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/>. * */ diff --git a/src/locking/lock_driver.h b/src/locking/lock_driver.h index 357a8d507..6f9eb5fe3 100644 --- a/src/locking/lock_driver.h +++ b/src/locking/lock_driver.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/>. * */ diff --git a/src/locking/lock_driver_nop.c b/src/locking/lock_driver_nop.c index 2ca6c4d26..73799fb4e 100644 --- a/src/locking/lock_driver_nop.c +++ b/src/locking/lock_driver_nop.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/>. * */ diff --git a/src/locking/lock_driver_nop.h b/src/locking/lock_driver_nop.h index 4be537723..d233bbb2f 100644 --- a/src/locking/lock_driver_nop.h +++ b/src/locking/lock_driver_nop.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/>. * */ diff --git a/src/locking/lock_driver_sanlock.c b/src/locking/lock_driver_sanlock.c index 23529685d..7c71af3f0 100644 --- a/src/locking/lock_driver_sanlock.c +++ b/src/locking/lock_driver_sanlock.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/>. * */ diff --git a/src/locking/lock_manager.c b/src/locking/lock_manager.c index d7929e34f..18e739e3f 100644 --- a/src/locking/lock_manager.c +++ b/src/locking/lock_manager.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/>. * */ diff --git a/src/locking/lock_manager.h b/src/locking/lock_manager.h index 0fb3bb70b..b548d4510 100644 --- a/src/locking/lock_manager.h +++ b/src/locking/lock_manager.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/>. * */ diff --git a/src/lxc/lxc_cgroup.c b/src/lxc/lxc_cgroup.c index ddd4901c0..aca63093d 100644 --- a/src/lxc/lxc_cgroup.c +++ b/src/lxc/lxc_cgroup.c @@ -15,8 +15,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/>. */ #include <config.h> diff --git a/src/lxc/lxc_cgroup.h b/src/lxc/lxc_cgroup.h index 97bb12a01..8ff10151a 100644 --- a/src/lxc/lxc_cgroup.h +++ b/src/lxc/lxc_cgroup.h @@ -15,8 +15,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/>. */ #ifndef __VIR_LXC_CGROUP_H__ diff --git a/src/lxc/lxc_conf.c b/src/lxc/lxc_conf.c index 72547c4b3..81b3b3f56 100644 --- a/src/lxc/lxc_conf.c +++ b/src/lxc/lxc_conf.c @@ -18,8 +18,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/>. * */ diff --git a/src/lxc/lxc_conf.h b/src/lxc/lxc_conf.h index 937da1667..1c653e3ae 100644 --- a/src/lxc/lxc_conf.h +++ b/src/lxc/lxc_conf.h @@ -18,8 +18,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/>. */ #ifndef LXC_CONF_H diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index 6fdf3593c..74242b246 100644 --- a/src/lxc/lxc_container.c +++ b/src/lxc/lxc_container.c @@ -19,8 +19,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/>. */ #include <config.h> diff --git a/src/lxc/lxc_container.h b/src/lxc/lxc_container.h index 6f1cc8b69..2a98cc7b9 100644 --- a/src/lxc/lxc_container.h +++ b/src/lxc/lxc_container.h @@ -17,8 +17,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/>. */ #ifndef LXC_CONTAINER_H diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c index 4777d51ef..10f0b8ae8 100644 --- a/src/lxc/lxc_controller.c +++ b/src/lxc/lxc_controller.c @@ -18,8 +18,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/>. */ #include <config.h> diff --git a/src/lxc/lxc_domain.c b/src/lxc/lxc_domain.c index 75fd74f81..f78dc0931 100644 --- a/src/lxc/lxc_domain.c +++ b/src/lxc/lxc_domain.c @@ -15,8 +15,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/>. */ #include <config.h> diff --git a/src/lxc/lxc_domain.h b/src/lxc/lxc_domain.h index e97b2b4d9..9629465d7 100644 --- a/src/lxc/lxc_domain.h +++ b/src/lxc/lxc_domain.h @@ -15,8 +15,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/>. */ diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index 09c64b28e..ba07a80ea 100644 --- a/src/lxc/lxc_driver.c +++ b/src/lxc/lxc_driver.c @@ -18,8 +18,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/>. */ #include <config.h> diff --git a/src/lxc/lxc_driver.h b/src/lxc/lxc_driver.h index 7864fd0ff..7227bc7e6 100644 --- a/src/lxc/lxc_driver.h +++ b/src/lxc/lxc_driver.h @@ -17,8 +17,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/>. */ #ifndef LXC_DRIVER_H diff --git a/src/lxc/lxc_process.c b/src/lxc/lxc_process.c index 12f6ae6e5..ab27cbe2d 100644 --- a/src/lxc/lxc_process.c +++ b/src/lxc/lxc_process.c @@ -15,8 +15,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/>. */ #include <config.h> diff --git a/src/lxc/lxc_process.h b/src/lxc/lxc_process.h index b4b707b76..d763a69ea 100644 --- a/src/lxc/lxc_process.h +++ b/src/lxc/lxc_process.h @@ -15,8 +15,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/>. */ #ifndef __LXC_PROCESS_H__ diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index bb2a7653d..a5046f1db 100644 --- a/src/network/bridge_driver.c +++ b/src/network/bridge_driver.c @@ -15,8 +15,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/src/network/bridge_driver.h b/src/network/bridge_driver.h index 491312683..6620ecb14 100644 --- a/src/network/bridge_driver.h +++ b/src/network/bridge_driver.h @@ -15,8 +15,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/src/node_device/node_device_driver.c b/src/node_device/node_device_driver.c index 83db775d6..d44924c13 100644 --- a/src/node_device/node_device_driver.c +++ b/src/node_device/node_device_driver.c @@ -16,8 +16,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: David F. Lively <dlively@virtualiron.com> */ diff --git a/src/node_device/node_device_driver.h b/src/node_device/node_device_driver.h index 673e95b3a..6f680a5d8 100644 --- a/src/node_device/node_device_driver.h +++ b/src/node_device/node_device_driver.h @@ -15,8 +15,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: David F. Lively <dlively@virtualiron.com> */ diff --git a/src/node_device/node_device_hal.c b/src/node_device/node_device_hal.c index 7f8b07630..9d63a2943 100644 --- a/src/node_device/node_device_hal.c +++ b/src/node_device/node_device_hal.c @@ -16,8 +16,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: David F. Lively <dlively@virtualiron.com> */ diff --git a/src/node_device/node_device_hal.h b/src/node_device/node_device_hal.h index 3cb22a6c1..da93b9194 100644 --- a/src/node_device/node_device_hal.h +++ b/src/node_device/node_device_hal.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/>. * */ diff --git a/src/node_device/node_device_linux_sysfs.c b/src/node_device/node_device_linux_sysfs.c index 6df73a389..4046d69a8 100644 --- a/src/node_device/node_device_linux_sysfs.c +++ b/src/node_device/node_device_linux_sysfs.c @@ -15,8 +15,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/>. * */ diff --git a/src/node_device/node_device_udev.c b/src/node_device/node_device_udev.c index aa96abdb2..265cbd4a2 100644 --- a/src/node_device/node_device_udev.c +++ b/src/node_device/node_device_udev.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: Dave Allan <dallan@redhat.com> */ diff --git a/src/node_device/node_device_udev.h b/src/node_device/node_device_udev.h index cdaa142a7..312c853e1 100644 --- a/src/node_device/node_device_udev.h +++ b/src/node_device/node_device_udev.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: Dave Allan <dallan@redhat.com> */ diff --git a/src/nodeinfo.c b/src/nodeinfo.c index 76b5619bf..84a5d666e 100644 --- a/src/nodeinfo.c +++ b/src/nodeinfo.c @@ -15,8 +15,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/src/nodeinfo.h b/src/nodeinfo.h index 7d2ef1d22..12090e26e 100644 --- a/src/nodeinfo.h +++ b/src/nodeinfo.h @@ -15,8 +15,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/src/nwfilter/nwfilter_dhcpsnoop.c b/src/nwfilter/nwfilter_dhcpsnoop.c index 0a12be511..aee57ede1 100644 --- a/src/nwfilter/nwfilter_dhcpsnoop.c +++ b/src/nwfilter/nwfilter_dhcpsnoop.c @@ -19,8 +19,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/>. * * Based in part on work by Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/nwfilter/nwfilter_dhcpsnoop.h b/src/nwfilter/nwfilter_dhcpsnoop.h index 70ff5b2f5..07fe25082 100644 --- a/src/nwfilter/nwfilter_dhcpsnoop.h +++ b/src/nwfilter/nwfilter_dhcpsnoop.h @@ -15,8 +15,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: David L Stevens <dlstevens@us.ibm.com> */ diff --git a/src/nwfilter/nwfilter_driver.c b/src/nwfilter/nwfilter_driver.c index 903454936..4fa73f8fd 100644 --- a/src/nwfilter/nwfilter_driver.c +++ b/src/nwfilter/nwfilter_driver.c @@ -18,8 +18,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> * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/nwfilter/nwfilter_driver.h b/src/nwfilter/nwfilter_driver.h index 3f60560ab..f1f22e815 100644 --- a/src/nwfilter/nwfilter_driver.h +++ b/src/nwfilter/nwfilter_driver.h @@ -18,8 +18,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> * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/nwfilter/nwfilter_ebiptables_driver.c b/src/nwfilter/nwfilter_ebiptables_driver.c index 18195c310..6d6bc3b5f 100644 --- a/src/nwfilter/nwfilter_ebiptables_driver.c +++ b/src/nwfilter/nwfilter_ebiptables_driver.c @@ -16,8 +16,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/nwfilter/nwfilter_ebiptables_driver.h b/src/nwfilter/nwfilter_ebiptables_driver.h index 47ddff512..e55b9d893 100644 --- a/src/nwfilter/nwfilter_ebiptables_driver.h +++ b/src/nwfilter/nwfilter_ebiptables_driver.h @@ -15,8 +15,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/nwfilter/nwfilter_gentech_driver.c b/src/nwfilter/nwfilter_gentech_driver.c index 48fc44006..5976dc77d 100644 --- a/src/nwfilter/nwfilter_gentech_driver.c +++ b/src/nwfilter/nwfilter_gentech_driver.c @@ -16,8 +16,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/nwfilter/nwfilter_gentech_driver.h b/src/nwfilter/nwfilter_gentech_driver.h index f0da42ce1..882446299 100644 --- a/src/nwfilter/nwfilter_gentech_driver.h +++ b/src/nwfilter/nwfilter_gentech_driver.h @@ -15,8 +15,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/nwfilter/nwfilter_learnipaddr.c b/src/nwfilter/nwfilter_learnipaddr.c index f86fc9722..cb8005041 100644 --- a/src/nwfilter/nwfilter_learnipaddr.c +++ b/src/nwfilter/nwfilter_learnipaddr.c @@ -17,8 +17,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/nwfilter/nwfilter_learnipaddr.h b/src/nwfilter/nwfilter_learnipaddr.h index 5cb974f2d..977b16d3a 100644 --- a/src/nwfilter/nwfilter_learnipaddr.h +++ b/src/nwfilter/nwfilter_learnipaddr.h @@ -16,8 +16,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: Stefan Berger <stefanb@us.ibm.com> */ diff --git a/src/openvz/openvz_conf.c b/src/openvz/openvz_conf.c index 697d9e17f..5dc071cad 100644 --- a/src/openvz/openvz_conf.c +++ b/src/openvz/openvz_conf.c @@ -17,8 +17,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: * Shuveb Hussain <shuveb@binarykarma.com> diff --git a/src/openvz/openvz_conf.h b/src/openvz/openvz_conf.h index 3c783b7cc..0c604a5e2 100644 --- a/src/openvz/openvz_conf.h +++ b/src/openvz/openvz_conf.h @@ -17,8 +17,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: * Shuveb Hussain <shuveb@binarykarma.com> diff --git a/src/openvz/openvz_driver.c b/src/openvz/openvz_driver.c index a144408d5..428b9445f 100644 --- a/src/openvz/openvz_driver.c +++ b/src/openvz/openvz_driver.c @@ -17,8 +17,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: * Shuveb Hussain <shuveb@binarykarma.com> diff --git a/src/openvz/openvz_driver.h b/src/openvz/openvz_driver.h index 5be9ce741..79181a3b7 100644 --- a/src/openvz/openvz_driver.h +++ b/src/openvz/openvz_driver.h @@ -16,8 +16,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: * Shuveb Hussain <shuveb@binarykarma.com> diff --git a/src/openvz/openvz_util.c b/src/openvz/openvz_util.c index a878dd6c0..89066ab6a 100644 --- a/src/openvz/openvz_util.c +++ b/src/openvz/openvz_util.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/>. * */ diff --git a/src/openvz/openvz_util.h b/src/openvz/openvz_util.h index 94c527f29..cf1d3743c 100644 --- a/src/openvz/openvz_util.h +++ b/src/openvz/openvz_util.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/>. * */ diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index 25de1ab15..0ebdfffe9 100644 --- a/src/phyp/phyp_driver.c +++ b/src/phyp/phyp_driver.c @@ -18,8 +18,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/>. */ #include <config.h> diff --git a/src/phyp/phyp_driver.h b/src/phyp/phyp_driver.h index a22156c87..47aa91e43 100644 --- a/src/phyp/phyp_driver.h +++ b/src/phyp/phyp_driver.h @@ -18,8 +18,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/>. */ #ifndef PHYP_DRIVER_H diff --git a/src/qemu/qemu_agent.c b/src/qemu/qemu_agent.c index a3dbc45e4..14bf11b88 100644 --- a/src/qemu/qemu_agent.c +++ b/src/qemu/qemu_agent.c @@ -15,8 +15,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/src/qemu/qemu_agent.h b/src/qemu/qemu_agent.h index 0816d9090..860e7e59c 100644 --- a/src/qemu/qemu_agent.h +++ b/src/qemu/qemu_agent.h @@ -15,8 +15,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/src/qemu/qemu_bridge_filter.c b/src/qemu/qemu_bridge_filter.c index e55b0311b..0d4cfa82b 100644 --- a/src/qemu/qemu_bridge_filter.c +++ b/src/qemu/qemu_bridge_filter.c @@ -13,8 +13,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: * Gerhard Stenzel <gerhard.stenzel@de.ibm.com> diff --git a/src/qemu/qemu_bridge_filter.h b/src/qemu/qemu_bridge_filter.h index 85ca8d005..f1ae0a5c3 100644 --- a/src/qemu/qemu_bridge_filter.h +++ b/src/qemu/qemu_bridge_filter.h @@ -13,8 +13,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: * Gerhard Stenzel <gerhard.stenzel@de.ibm.com> diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 8e1177c46..85c49a270 100644 --- a/src/qemu/qemu_capabilities.c +++ b/src/qemu/qemu_capabilities.c @@ -15,8 +15,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/src/qemu/qemu_capabilities.h b/src/qemu/qemu_capabilities.h index ca5482914..e8251dc73 100644 --- a/src/qemu/qemu_capabilities.h +++ b/src/qemu/qemu_capabilities.h @@ -15,8 +15,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/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c index b93887cd0..32184e724 100644 --- a/src/qemu/qemu_cgroup.c +++ b/src/qemu/qemu_cgroup.c @@ -15,8 +15,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/src/qemu/qemu_cgroup.h b/src/qemu/qemu_cgroup.h index c1023b398..5973430a6 100644 --- a/src/qemu/qemu_cgroup.h +++ b/src/qemu/qemu_cgroup.h @@ -15,8 +15,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/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index d6df4ee10..c1d23fb56 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -15,8 +15,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/src/qemu/qemu_command.h b/src/qemu/qemu_command.h index ddf426f65..3ccf4d7bd 100644 --- a/src/qemu/qemu_command.h +++ b/src/qemu/qemu_command.h @@ -15,8 +15,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/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c index 7735ffe0a..b7db277fc 100644 --- a/src/qemu/qemu_conf.c +++ b/src/qemu/qemu_conf.c @@ -15,8 +15,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/src/qemu/qemu_conf.h b/src/qemu/qemu_conf.h index 4234807ee..92e4968fe 100644 --- a/src/qemu/qemu_conf.h +++ b/src/qemu/qemu_conf.h @@ -15,8 +15,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/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index 42875b48e..86f026550 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -15,8 +15,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/src/qemu/qemu_domain.h b/src/qemu/qemu_domain.h index 3a5f1f38f..9f9467ddf 100644 --- a/src/qemu/qemu_domain.h +++ b/src/qemu/qemu_domain.h @@ -15,8 +15,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/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index ecd2ec18d..6cf388284 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -15,8 +15,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/src/qemu/qemu_driver.h b/src/qemu/qemu_driver.h index 73da9e4d5..94e4d890d 100644 --- a/src/qemu/qemu_driver.h +++ b/src/qemu/qemu_driver.h @@ -15,8 +15,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/src/qemu/qemu_hostdev.c b/src/qemu/qemu_hostdev.c index c55545dea..7619fd092 100644 --- a/src/qemu/qemu_hostdev.c +++ b/src/qemu/qemu_hostdev.c @@ -15,8 +15,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/src/qemu/qemu_hostdev.h b/src/qemu/qemu_hostdev.h index a8acccf45..1737f34c4 100644 --- a/src/qemu/qemu_hostdev.h +++ b/src/qemu/qemu_hostdev.h @@ -15,8 +15,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/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index d7e2a7368..788060694 100644 --- a/src/qemu/qemu_hotplug.c +++ b/src/qemu/qemu_hotplug.c @@ -15,8 +15,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/src/qemu/qemu_hotplug.h b/src/qemu/qemu_hotplug.h index e6d784308..f3a0d838a 100644 --- a/src/qemu/qemu_hotplug.h +++ b/src/qemu/qemu_hotplug.h @@ -15,8 +15,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/src/qemu/qemu_migration.c b/src/qemu/qemu_migration.c index 12cf31dbf..7663e5e81 100644 --- a/src/qemu/qemu_migration.c +++ b/src/qemu/qemu_migration.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/>. * */ diff --git a/src/qemu/qemu_migration.h b/src/qemu/qemu_migration.h index 5fab0ca88..e6ca2153f 100644 --- a/src/qemu/qemu_migration.h +++ b/src/qemu/qemu_migration.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/>. * */ diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c index 7ed0909b7..20395b0cd 100644 --- a/src/qemu/qemu_monitor.c +++ b/src/qemu/qemu_monitor.c @@ -15,8 +15,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/src/qemu/qemu_monitor.h b/src/qemu/qemu_monitor.h index c96282b23..995948b32 100644 --- a/src/qemu/qemu_monitor.h +++ b/src/qemu/qemu_monitor.h @@ -15,8 +15,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/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c index 5c1628468..dd6536f45 100644 --- a/src/qemu/qemu_monitor_json.c +++ b/src/qemu/qemu_monitor_json.c @@ -15,8 +15,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/src/qemu/qemu_monitor_json.h b/src/qemu/qemu_monitor_json.h index 52938957d..e732178a3 100644 --- a/src/qemu/qemu_monitor_json.h +++ b/src/qemu/qemu_monitor_json.h @@ -15,8 +15,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/src/qemu/qemu_monitor_text.c b/src/qemu/qemu_monitor_text.c index c7de17202..fa17927fe 100644 --- a/src/qemu/qemu_monitor_text.c +++ b/src/qemu/qemu_monitor_text.c @@ -15,8 +15,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/src/qemu/qemu_monitor_text.h b/src/qemu/qemu_monitor_text.h index 4525864d2..c6fd464d2 100644 --- a/src/qemu/qemu_monitor_text.h +++ b/src/qemu/qemu_monitor_text.h @@ -15,8 +15,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/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index dad530494..685ea7c64 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.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/>. * */ diff --git a/src/qemu/qemu_process.h b/src/qemu/qemu_process.h index d13778d21..2e74beca3 100644 --- a/src/qemu/qemu_process.h +++ b/src/qemu/qemu_process.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/>. * */ diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index aa0e6d626..a69e69a7b 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -15,8 +15,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: Richard Jones <rjones@redhat.com> */ diff --git a/src/remote/remote_driver.h b/src/remote/remote_driver.h index aca94125f..1ab429078 100644 --- a/src/remote/remote_driver.h +++ b/src/remote/remote_driver.h @@ -15,8 +15,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: Richard Jones <rjones@redhat.com> */ diff --git a/src/rpc/virkeepalive.c b/src/rpc/virkeepalive.c index c05847a82..ffb059e4b 100644 --- a/src/rpc/virkeepalive.c +++ b/src/rpc/virkeepalive.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: Jiri Denemark <jdenemar@redhat.com> */ diff --git a/src/rpc/virkeepalive.h b/src/rpc/virkeepalive.h index 1e2521423..52e1d046e 100644 --- a/src/rpc/virkeepalive.h +++ b/src/rpc/virkeepalive.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: Jiri Denemark <jdenemar@redhat.com> */ diff --git a/src/rpc/virnetclient.c b/src/rpc/virnetclient.c index f87793490..0e7e42386 100644 --- a/src/rpc/virnetclient.c +++ b/src/rpc/virnetclient.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> */ diff --git a/src/rpc/virnetclient.h b/src/rpc/virnetclient.h index 13b4f96cc..3b8cbb254 100644 --- a/src/rpc/virnetclient.h +++ b/src/rpc/virnetclient.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/src/rpc/virnetclientprogram.c b/src/rpc/virnetclientprogram.c index 47e6adce6..c7d240971 100644 --- a/src/rpc/virnetclientprogram.c +++ b/src/rpc/virnetclientprogram.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> */ diff --git a/src/rpc/virnetclientprogram.h b/src/rpc/virnetclientprogram.h index 14a4c9650..f799f2e4a 100644 --- a/src/rpc/virnetclientprogram.h +++ b/src/rpc/virnetclientprogram.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/src/rpc/virnetclientstream.c b/src/rpc/virnetclientstream.c index f230d20c3..8580e39da 100644 --- a/src/rpc/virnetclientstream.c +++ b/src/rpc/virnetclientstream.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> */ diff --git a/src/rpc/virnetclientstream.h b/src/rpc/virnetclientstream.h index fd7a2ee1f..00d598ab6 100644 --- a/src/rpc/virnetclientstream.h +++ b/src/rpc/virnetclientstream.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/src/rpc/virnetmessage.c b/src/rpc/virnetmessage.c index 4b5adb82e..be4076f16 100644 --- a/src/rpc/virnetmessage.c +++ b/src/rpc/virnetmessage.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/>. */ #include <config.h> diff --git a/src/rpc/virnetmessage.h b/src/rpc/virnetmessage.h index 8f36a70f3..8f5bcf2e6 100644 --- a/src/rpc/virnetmessage.h +++ b/src/rpc/virnetmessage.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/>. */ #ifndef __VIR_NET_MESSAGE_H__ diff --git a/src/rpc/virnetsaslcontext.c b/src/rpc/virnetsaslcontext.c index 9943057dc..9c737d0cc 100644 --- a/src/rpc/virnetsaslcontext.c +++ b/src/rpc/virnetsaslcontext.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/>. */ #include <config.h> diff --git a/src/rpc/virnetsaslcontext.h b/src/rpc/virnetsaslcontext.h index 774139cbe..914c45cdf 100644 --- a/src/rpc/virnetsaslcontext.h +++ b/src/rpc/virnetsaslcontext.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/>. */ #ifndef __VIR_NET_CLIENT_SASL_CONTEXT_H__ diff --git a/src/rpc/virnetserver.c b/src/rpc/virnetserver.c index 257cef728..248ad9f1a 100644 --- a/src/rpc/virnetserver.c +++ b/src/rpc/virnetserver.c @@ -15,8 +15,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/src/rpc/virnetserver.h b/src/rpc/virnetserver.h index 438f52411..92f741a14 100644 --- a/src/rpc/virnetserver.h +++ b/src/rpc/virnetserver.h @@ -15,8 +15,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/src/rpc/virnetserverclient.c b/src/rpc/virnetserverclient.c index d6b348b4b..d0a144c25 100644 --- a/src/rpc/virnetserverclient.c +++ b/src/rpc/virnetserverclient.c @@ -15,8 +15,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/src/rpc/virnetserverclient.h b/src/rpc/virnetserverclient.h index 154a16095..606c428df 100644 --- a/src/rpc/virnetserverclient.h +++ b/src/rpc/virnetserverclient.h @@ -15,8 +15,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/src/rpc/virnetservermdns.c b/src/rpc/virnetservermdns.c index a63cbbc26..274be19b4 100644 --- a/src/rpc/virnetservermdns.c +++ b/src/rpc/virnetservermdns.c @@ -17,8 +17,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/src/rpc/virnetservermdns.h b/src/rpc/virnetservermdns.h index a482aef3c..5fe5d3ce5 100644 --- a/src/rpc/virnetservermdns.h +++ b/src/rpc/virnetservermdns.h @@ -17,8 +17,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/src/rpc/virnetserverprogram.c b/src/rpc/virnetserverprogram.c index 001e18dec..c083fb390 100644 --- a/src/rpc/virnetserverprogram.c +++ b/src/rpc/virnetserverprogram.c @@ -15,8 +15,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/src/rpc/virnetserverprogram.h b/src/rpc/virnetserverprogram.h index aa9f3cf5d..015ecef86 100644 --- a/src/rpc/virnetserverprogram.h +++ b/src/rpc/virnetserverprogram.h @@ -15,8 +15,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/src/rpc/virnetserverservice.c b/src/rpc/virnetserverservice.c index 28202a430..2880df3b7 100644 --- a/src/rpc/virnetserverservice.c +++ b/src/rpc/virnetserverservice.c @@ -15,8 +15,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/src/rpc/virnetserverservice.h b/src/rpc/virnetserverservice.h index 8540bd935..d6bf98bb6 100644 --- a/src/rpc/virnetserverservice.h +++ b/src/rpc/virnetserverservice.h @@ -15,8 +15,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/src/rpc/virnetsocket.c b/src/rpc/virnetsocket.c index aee3c19e3..31c4e2868 100644 --- a/src/rpc/virnetsocket.c +++ b/src/rpc/virnetsocket.c @@ -15,8 +15,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/src/rpc/virnetsocket.h b/src/rpc/virnetsocket.h index 5ba7c8f47..6c8e77c47 100644 --- a/src/rpc/virnetsocket.h +++ b/src/rpc/virnetsocket.h @@ -15,8 +15,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/src/rpc/virnettlscontext.c b/src/rpc/virnettlscontext.c index adbc0dea8..5ae22f25d 100644 --- a/src/rpc/virnettlscontext.c +++ b/src/rpc/virnettlscontext.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/>. */ #include <config.h> diff --git a/src/rpc/virnettlscontext.h b/src/rpc/virnettlscontext.h index fdfce6da9..8893da9e8 100644 --- a/src/rpc/virnettlscontext.h +++ b/src/rpc/virnettlscontext.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/>. */ #ifndef __VIR_NET_TLS_CONTEXT_H__ diff --git a/src/secret/secret_driver.c b/src/secret/secret_driver.c index af3bfcfb7..7f92776af 100644 --- a/src/secret/secret_driver.c +++ b/src/secret/secret_driver.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/>. * * Red Hat Author: Miloslav Trmač <mitr@redhat.com> */ diff --git a/src/secret/secret_driver.h b/src/secret/secret_driver.h index 54a60a139..fe8e46b81 100644 --- a/src/secret/secret_driver.h +++ b/src/secret/secret_driver.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/>. * * Red Hat Author: Miloslav Trmač <mitr@redhat.com> */ diff --git a/src/security/security_apparmor.c b/src/security/security_apparmor.c index 8c95f78e7..338523276 100644 --- a/src/security/security_apparmor.c +++ b/src/security/security_apparmor.c @@ -1,5 +1,6 @@ /* * AppArmor security driver for libvirt + * * Copyright (C) 2011 Red Hat, Inc. * Copyright (C) 2009-2010 Canonical Ltd. * @@ -8,6 +9,15 @@ * 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: * Jamie Strandboge <jamie@canonical.com> * Based on security_selinux.c by James Morris <jmorris@namei.org> diff --git a/src/security/security_apparmor.h b/src/security/security_apparmor.h index ffd82889b..d0dd0a19a 100644 --- a/src/security/security_apparmor.h +++ b/src/security/security_apparmor.h @@ -1,4 +1,3 @@ - /* * Copyright (C) 2009 Canonical Ltd. * @@ -7,6 +6,15 @@ * 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: * Jamie Strandboge <jamie@canonical.com> * diff --git a/src/security/security_dac.c b/src/security/security_dac.c index 9182b39c9..f398c3fa6 100644 --- a/src/security/security_dac.c +++ b/src/security/security_dac.c @@ -12,8 +12,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/>. * * POSIX DAC security driver */ diff --git a/src/security/security_dac.h b/src/security/security_dac.h index ccd9d1c9e..b312b0372 100644 --- a/src/security/security_dac.h +++ b/src/security/security_dac.h @@ -12,8 +12,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/>. * * POSIX DAC security driver */ diff --git a/src/security/security_driver.c b/src/security/security_driver.c index 5cc61782d..7ff5f1786 100644 --- a/src/security/security_driver.c +++ b/src/security/security_driver.c @@ -6,6 +6,15 @@ * 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: * James Morris <jmorris@namei.org> * Dan Walsh <dwalsh@redhat.com> diff --git a/src/security/security_driver.h b/src/security/security_driver.h index c68615d7c..e459adacd 100644 --- a/src/security/security_driver.h +++ b/src/security/security_driver.h @@ -6,6 +6,15 @@ * 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: * James Morris <jmorris@namei.org> * diff --git a/src/security/security_manager.c b/src/security/security_manager.c index e7d036096..2e1be4ddb 100644 --- a/src/security/security_manager.c +++ b/src/security/security_manager.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> */ diff --git a/src/security/security_manager.h b/src/security/security_manager.h index af16e7597..36d801b6a 100644 --- a/src/security/security_manager.h +++ b/src/security/security_manager.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/src/security/security_nop.c b/src/security/security_nop.c index 5f90df32c..a6b18da42 100644 --- a/src/security/security_nop.c +++ b/src/security/security_nop.c @@ -12,8 +12,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/>. * */ diff --git a/src/security/security_nop.h b/src/security/security_nop.h index 589a75d7c..24d5d0a7c 100644 --- a/src/security/security_nop.h +++ b/src/security/security_nop.h @@ -12,8 +12,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/>. * */ diff --git a/src/security/security_selinux.c b/src/security/security_selinux.c index 131c05846..ca19b7096 100644 --- a/src/security/security_selinux.c +++ b/src/security/security_selinux.c @@ -6,6 +6,15 @@ * 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: * James Morris <jmorris@namei.org> * Dan Walsh <dwalsh@redhat.com> diff --git a/src/security/security_selinux.h b/src/security/security_selinux.h index aa674216e..09d7ef601 100644 --- a/src/security/security_selinux.h +++ b/src/security/security_selinux.h @@ -6,6 +6,15 @@ * 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: * James Morris <jmorris@namei.org> * diff --git a/src/security/security_stack.c b/src/security/security_stack.c index 65d30d6bb..65d9dd749 100644 --- a/src/security/security_stack.c +++ b/src/security/security_stack.c @@ -12,8 +12,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/>. * * Stacked security driver */ diff --git a/src/security/security_stack.h b/src/security/security_stack.h index bc83ff398..fd0d26f19 100644 --- a/src/security/security_stack.h +++ b/src/security/security_stack.h @@ -12,8 +12,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/>. * * Stacked security driver */ diff --git a/src/storage/parthelper.c b/src/storage/parthelper.c index 964aa780d..b5d4acc2b 100644 --- a/src/storage/parthelper.c +++ b/src/storage/parthelper.c @@ -24,8 +24,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/src/storage/storage_backend.c b/src/storage/storage_backend.c index 10956155f..e677cda1a 100644 --- a/src/storage/storage_backend.c +++ b/src/storage/storage_backend.c @@ -15,8 +15,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/src/storage/storage_backend.h b/src/storage/storage_backend.h index 4c371fbcf..bafd6b6c6 100644 --- a/src/storage/storage_backend.h +++ b/src/storage/storage_backend.h @@ -15,8 +15,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/src/storage/storage_backend_disk.c b/src/storage/storage_backend_disk.c index 75d292708..0fc29958e 100644 --- a/src/storage/storage_backend_disk.c +++ b/src/storage/storage_backend_disk.c @@ -15,8 +15,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/src/storage/storage_backend_disk.h b/src/storage/storage_backend_disk.h index 9d4773e36..b02d3b35c 100644 --- a/src/storage/storage_backend_disk.h +++ b/src/storage/storage_backend_disk.h @@ -15,8 +15,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/src/storage/storage_backend_fs.c b/src/storage/storage_backend_fs.c index 8da985e2a..29d63419b 100644 --- a/src/storage/storage_backend_fs.c +++ b/src/storage/storage_backend_fs.c @@ -15,8 +15,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/src/storage/storage_backend_fs.h b/src/storage/storage_backend_fs.h index 4f6905602..14e927dfe 100644 --- a/src/storage/storage_backend_fs.h +++ b/src/storage/storage_backend_fs.h @@ -15,8 +15,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/src/storage/storage_backend_iscsi.c b/src/storage/storage_backend_iscsi.c index 0e1455806..b2f0c6c91 100644 --- a/src/storage/storage_backend_iscsi.c +++ b/src/storage/storage_backend_iscsi.c @@ -15,8 +15,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/src/storage/storage_backend_iscsi.h b/src/storage/storage_backend_iscsi.h index 6f1828010..e8b5d31b1 100644 --- a/src/storage/storage_backend_iscsi.h +++ b/src/storage/storage_backend_iscsi.h @@ -15,8 +15,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/src/storage/storage_backend_logical.c b/src/storage/storage_backend_logical.c index ac116de30..97152ae60 100644 --- a/src/storage/storage_backend_logical.c +++ b/src/storage/storage_backend_logical.c @@ -15,8 +15,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/src/storage/storage_backend_logical.h b/src/storage/storage_backend_logical.h index 2ee168320..ae220f296 100644 --- a/src/storage/storage_backend_logical.h +++ b/src/storage/storage_backend_logical.h @@ -15,8 +15,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/src/storage/storage_backend_mpath.c b/src/storage/storage_backend_mpath.c index 685cbf42c..fadc08ae1 100644 --- a/src/storage/storage_backend_mpath.c +++ b/src/storage/storage_backend_mpath.c @@ -15,8 +15,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: Dave Allan <dallan@redhat.com> */ diff --git a/src/storage/storage_backend_mpath.h b/src/storage/storage_backend_mpath.h index a060a1397..e146332ba 100644 --- a/src/storage/storage_backend_mpath.h +++ b/src/storage/storage_backend_mpath.h @@ -15,8 +15,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: Dave Allan <dallan@redhat.com> */ diff --git a/src/storage/storage_backend_rbd.c b/src/storage/storage_backend_rbd.c index 4df0b5430..0342e9fed 100644 --- a/src/storage/storage_backend_rbd.c +++ b/src/storage/storage_backend_rbd.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: Wido den Hollander <wido@widodh.nl> */ diff --git a/src/storage/storage_backend_rbd.h b/src/storage/storage_backend_rbd.h index 2ae25134a..d3b9d7684 100644 --- a/src/storage/storage_backend_rbd.h +++ b/src/storage/storage_backend_rbd.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: Wido den Hollander <wido@widodh.nl> */ diff --git a/src/storage/storage_backend_scsi.c b/src/storage/storage_backend_scsi.c index f2158763f..9689fb039 100644 --- a/src/storage/storage_backend_scsi.c +++ b/src/storage/storage_backend_scsi.c @@ -15,8 +15,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/src/storage/storage_backend_scsi.h b/src/storage/storage_backend_scsi.h index c3af1736d..aed289a00 100644 --- a/src/storage/storage_backend_scsi.h +++ b/src/storage/storage_backend_scsi.h @@ -15,8 +15,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/src/storage/storage_backend_sheepdog.c b/src/storage/storage_backend_sheepdog.c index 55ca5c1ae..430c0e9a6 100644 --- a/src/storage/storage_backend_sheepdog.c +++ b/src/storage/storage_backend_sheepdog.c @@ -16,8 +16,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: Wido den Hollander <wido@widodh.nl> * Frank Spijkerman <frank.spijkerman@avira.com> diff --git a/src/storage/storage_backend_sheepdog.h b/src/storage/storage_backend_sheepdog.h index 51ef7a4a7..9c4e1fd7b 100644 --- a/src/storage/storage_backend_sheepdog.h +++ b/src/storage/storage_backend_sheepdog.h @@ -16,8 +16,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: Wido den Hollander <wido@widodh.nl> * Frank Spijkerman <frank.spijkerman@avira.com> diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index c9b80213f..4ad9155b4 100644 --- a/src/storage/storage_driver.c +++ b/src/storage/storage_driver.c @@ -15,8 +15,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/src/storage/storage_driver.h b/src/storage/storage_driver.h index b3e2554cb..ac9a4be73 100644 --- a/src/storage/storage_driver.h +++ b/src/storage/storage_driver.h @@ -15,8 +15,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/src/test/test_driver.c b/src/test/test_driver.c index 990b20df6..3c2056eff 100644 --- a/src/test/test_driver.c +++ b/src/test/test_driver.c @@ -15,8 +15,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/>. * * Daniel Berrange <berrange@redhat.com> */ diff --git a/src/test/test_driver.h b/src/test/test_driver.h index deb0caf83..67d4218e8 100644 --- a/src/test/test_driver.h +++ b/src/test/test_driver.h @@ -15,8 +15,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/>. * * Daniel Berrange <berrange@redhat.com> */ diff --git a/src/uml/uml_conf.c b/src/uml/uml_conf.c index de1cf4665..4c299d8ea 100644 --- a/src/uml/uml_conf.c +++ b/src/uml/uml_conf.c @@ -15,8 +15,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/src/uml/uml_conf.h b/src/uml/uml_conf.h index 13b432880..ee91e6122 100644 --- a/src/uml/uml_conf.h +++ b/src/uml/uml_conf.h @@ -15,8 +15,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/src/uml/uml_driver.c b/src/uml/uml_driver.c index 128b112f6..a4a92589c 100644 --- a/src/uml/uml_driver.c +++ b/src/uml/uml_driver.c @@ -15,8 +15,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/src/uml/uml_driver.h b/src/uml/uml_driver.h index b7b8d9d4c..11ba592b3 100644 --- a/src/uml/uml_driver.h +++ b/src/uml/uml_driver.h @@ -15,8 +15,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/src/util/bitmap.c b/src/util/bitmap.c index 8c326c49e..53a8a3875 100644 --- a/src/util/bitmap.c +++ b/src/util/bitmap.c @@ -15,8 +15,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: Jim Fehlig <jfehlig@novell.com> */ diff --git a/src/util/bitmap.h b/src/util/bitmap.h index ef62cca97..c3e6222b7 100644 --- a/src/util/bitmap.h +++ b/src/util/bitmap.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: Jim Fehlig <jfehlig@novell.com> */ diff --git a/src/util/command.c b/src/util/command.c index c02a7f131..35080d266 100644 --- a/src/util/command.c +++ b/src/util/command.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/>. * */ diff --git a/src/util/command.h b/src/util/command.h index 07aa0b32e..34d93a804 100644 --- a/src/util/command.h +++ b/src/util/command.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/>. * */ diff --git a/src/util/dnsmasq.c b/src/util/dnsmasq.c index dcb719567..9b26ba1ae 100644 --- a/src/util/dnsmasq.c +++ b/src/util/dnsmasq.c @@ -13,8 +13,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/>. * * Based on iptables.c */ diff --git a/src/util/dnsmasq.h b/src/util/dnsmasq.h index 2bec726bb..e4891483d 100644 --- a/src/util/dnsmasq.h +++ b/src/util/dnsmasq.h @@ -13,8 +13,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/>. * * based on iptables.h */ diff --git a/src/util/ebtables.c b/src/util/ebtables.c index 4943d1328..ca056b1fa 100644 --- a/src/util/ebtables.c +++ b/src/util/ebtables.c @@ -13,8 +13,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/>. * * based on iptables.c * Authors: diff --git a/src/util/ebtables.h b/src/util/ebtables.h index d4f3cf84f..05c624b64 100644 --- a/src/util/ebtables.h +++ b/src/util/ebtables.h @@ -13,8 +13,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/>. * * based on iptables.h * Authors: diff --git a/src/util/event.c b/src/util/event.c index 495a1f3f8..f33a4faa7 100644 --- a/src/util/event.c +++ b/src/util/event.c @@ -15,8 +15,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/src/util/event.h b/src/util/event.h index 2fef3149c..3d9f95f2b 100644 --- a/src/util/event.h +++ b/src/util/event.h @@ -15,8 +15,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/src/util/event_poll.c b/src/util/event_poll.c index 273200d0c..1bc1d4132 100644 --- a/src/util/event_poll.c +++ b/src/util/event_poll.c @@ -15,8 +15,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/src/util/event_poll.h b/src/util/event_poll.h index 4ab37893c..31c7dc72d 100644 --- a/src/util/event_poll.h +++ b/src/util/event_poll.h @@ -15,8 +15,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/src/util/hooks.c b/src/util/hooks.c index 1e462a914..2361e7225 100644 --- a/src/util/hooks.c +++ b/src/util/hooks.c @@ -15,8 +15,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 Veillard <veillard@redhat.com> */ diff --git a/src/util/hooks.h b/src/util/hooks.h index 1af7c04f5..4986d0c17 100644 --- a/src/util/hooks.h +++ b/src/util/hooks.h @@ -15,8 +15,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 Veillard <veillard@redhat.com> */ diff --git a/src/util/hostusb.c b/src/util/hostusb.c index 755135d2f..789c0b814 100644 --- a/src/util/hostusb.c +++ b/src/util/hostusb.c @@ -12,8 +12,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/src/util/hostusb.h b/src/util/hostusb.h index 27e07dc92..3468dc853 100644 --- a/src/util/hostusb.h +++ b/src/util/hostusb.h @@ -12,8 +12,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/src/util/iohelper.c b/src/util/iohelper.c index 079419312..0732cac7b 100644 --- a/src/util/iohelper.c +++ b/src/util/iohelper.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> * diff --git a/src/util/iptables.c b/src/util/iptables.c index f63ae2545..b23aca98d 100644 --- a/src/util/iptables.c +++ b/src/util/iptables.c @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/iptables.h b/src/util/iptables.h index 429f29cdb..30e089871 100644 --- a/src/util/iptables.h +++ b/src/util/iptables.h @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/json.c b/src/util/json.c index ae3686f9c..51329897b 100644 --- a/src/util/json.c +++ b/src/util/json.c @@ -15,8 +15,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/>. * */ diff --git a/src/util/json.h b/src/util/json.h index 436405f4c..c8bd5049d 100644 --- a/src/util/json.h +++ b/src/util/json.h @@ -15,8 +15,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/>. * */ diff --git a/src/util/logging.c b/src/util/logging.c index f8233cdba..73e7eb6cd 100644 --- a/src/util/logging.c +++ b/src/util/logging.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/>. * */ diff --git a/src/util/logging.h b/src/util/logging.h index db648cb54..d2bedcf85 100644 --- a/src/util/logging.h +++ b/src/util/logging.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/>. * */ diff --git a/src/util/memory.c b/src/util/memory.c index 90ca29a06..92cb96251 100644 --- a/src/util/memory.c +++ b/src/util/memory.c @@ -15,8 +15,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/>. * */ diff --git a/src/util/memory.h b/src/util/memory.h index 9b6da39aa..ce11f1632 100644 --- a/src/util/memory.h +++ b/src/util/memory.h @@ -15,8 +15,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/>. * */ diff --git a/src/util/pci.c b/src/util/pci.c index 062005da7..137521bf0 100644 --- a/src/util/pci.c +++ b/src/util/pci.c @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/pci.h b/src/util/pci.h index b71bb1299..8bbab07ab 100644 --- a/src/util/pci.h +++ b/src/util/pci.h @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/processinfo.c b/src/util/processinfo.c index af19723b4..16ab8af63 100644 --- a/src/util/processinfo.c +++ b/src/util/processinfo.c @@ -12,8 +12,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/src/util/processinfo.h b/src/util/processinfo.h index 65a7171f8..a648bb8f8 100644 --- a/src/util/processinfo.h +++ b/src/util/processinfo.h @@ -12,8 +12,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/src/util/storage_file.c b/src/util/storage_file.c index 530071ed1..f38aa8e1a 100644 --- a/src/util/storage_file.c +++ b/src/util/storage_file.c @@ -15,8 +15,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/src/util/storage_file.h b/src/util/storage_file.h index 13d0e8793..1fbe08e91 100644 --- a/src/util/storage_file.h +++ b/src/util/storage_file.h @@ -15,8 +15,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/src/util/sysinfo.c b/src/util/sysinfo.c index ca4e56eaa..92c35395f 100644 --- a/src/util/sysinfo.c +++ b/src/util/sysinfo.c @@ -15,8 +15,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 Veillard <veillard@redhat.com> */ diff --git a/src/util/sysinfo.h b/src/util/sysinfo.h index bee43ee89..b36dee4ab 100644 --- a/src/util/sysinfo.h +++ b/src/util/sysinfo.h @@ -15,8 +15,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 Veillard <veillard@redhat.com> */ diff --git a/src/util/threadpool.c b/src/util/threadpool.c index 305a22fdb..63c5ea0c1 100644 --- a/src/util/threadpool.c +++ b/src/util/threadpool.c @@ -15,8 +15,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: * Hu Tao <hutao@cn.fujitsu.com> diff --git a/src/util/threadpool.h b/src/util/threadpool.h index c4612ad1a..894b2783e 100644 --- a/src/util/threadpool.h +++ b/src/util/threadpool.h @@ -15,8 +15,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: * Hu Tao <hutao@cn.fujitsu.com> diff --git a/src/util/threads-pthread.c b/src/util/threads-pthread.c index ea6488722..4bc06ff5b 100644 --- a/src/util/threads-pthread.c +++ b/src/util/threads-pthread.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/>. * */ diff --git a/src/util/threads-pthread.h b/src/util/threads-pthread.h index dcaacb7d1..62b41e8ec 100644 --- a/src/util/threads-pthread.h +++ b/src/util/threads-pthread.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/>. * */ diff --git a/src/util/threads-win32.c b/src/util/threads-win32.c index 20756a107..59c16749a 100644 --- a/src/util/threads-win32.c +++ b/src/util/threads-win32.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/>. * */ diff --git a/src/util/threads-win32.h b/src/util/threads-win32.h index 1b23402a5..830aaa7c9 100644 --- a/src/util/threads-win32.h +++ b/src/util/threads-win32.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/>. * */ diff --git a/src/util/threads.c b/src/util/threads.c index 4ebce568b..98b4cba9c 100644 --- a/src/util/threads.c +++ b/src/util/threads.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/>. * */ diff --git a/src/util/threads.h b/src/util/threads.h index 8f192cfc0..173cbecf9 100644 --- a/src/util/threads.h +++ b/src/util/threads.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/>. * */ diff --git a/src/util/util.c b/src/util/util.c index d1ba0d0b5..e5bb27b35 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -17,8 +17,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> * File created Jul 18, 2007 - Shuveb Hussain <shuveb@binarykarma.com> diff --git a/src/util/util.h b/src/util/util.h index 33226b247..d151c2740 100644 --- a/src/util/util.h +++ b/src/util/util.h @@ -16,8 +16,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/>. * * File created Jul 18, 2007 - Shuveb Hussain <shuveb@binarykarma.com> */ diff --git a/src/util/uuid.c b/src/util/uuid.c index a0ceb3e9b..1efde693a 100644 --- a/src/util/uuid.c +++ b/src/util/uuid.c @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/uuid.h b/src/util/uuid.h index 7dbfad5b7..da56a92ae 100644 --- a/src/util/uuid.h +++ b/src/util/uuid.h @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/viratomic.h b/src/util/viratomic.h index 5fee35bc3..246fe2be4 100644 --- a/src/util/viratomic.h +++ b/src/util/viratomic.h @@ -17,8 +17,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/>. * */ diff --git a/src/util/viraudit.c b/src/util/viraudit.c index df58edfa2..691d2f184 100644 --- a/src/util/viraudit.c +++ b/src/util/viraudit.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/>. * */ diff --git a/src/util/viraudit.h b/src/util/viraudit.h index 9d8c35996..42a4f8cc6 100644 --- a/src/util/viraudit.h +++ b/src/util/viraudit.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/>. * */ diff --git a/src/util/virauth.c b/src/util/virauth.c index 5412ca653..e6b1db0f3 100644 --- a/src/util/virauth.c +++ b/src/util/virauth.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/>. * */ diff --git a/src/util/virauth.h b/src/util/virauth.h index 1b315c720..94e081e07 100644 --- a/src/util/virauth.h +++ b/src/util/virauth.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/>. * */ diff --git a/src/util/virauthconfig.c b/src/util/virauthconfig.c index 20a557129..099fe55ca 100644 --- a/src/util/virauthconfig.c +++ b/src/util/virauthconfig.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> */ diff --git a/src/util/virauthconfig.h b/src/util/virauthconfig.h index cbeef8570..fce439a2f 100644 --- a/src/util/virauthconfig.h +++ b/src/util/virauthconfig.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/src/util/virdbus.c b/src/util/virdbus.c index 040202751..da1b143ad 100644 --- a/src/util/virdbus.c +++ b/src/util/virdbus.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/>. * */ diff --git a/src/util/virdbus.h b/src/util/virdbus.h index 7d9ec8f41..92d0db035 100644 --- a/src/util/virdbus.h +++ b/src/util/virdbus.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/>. * */ diff --git a/src/util/virfile.c b/src/util/virfile.c index 4294da7e9..5c99976ed 100644 --- a/src/util/virfile.c +++ b/src/util/virfile.c @@ -17,8 +17,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/>. * */ diff --git a/src/util/virfile.h b/src/util/virfile.h index 101953ae1..3b4b4f8f8 100644 --- a/src/util/virfile.h +++ b/src/util/virfile.h @@ -17,8 +17,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/>. * */ diff --git a/src/util/virhashcode.c b/src/util/virhashcode.c index d16d54413..d437cdf33 100644 --- a/src/util/virhashcode.c +++ b/src/util/virhashcode.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/>. * * The hash code generation is based on the public domain MurmurHash3 from Austin Appleby: * http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp diff --git a/src/util/virhashcode.h b/src/util/virhashcode.h index a38043ed0..2fb7a95bd 100644 --- a/src/util/virhashcode.h +++ b/src/util/virhashcode.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/>. * * The hash code generation is based on the public domain MurmurHash3 from Austin Appleby: * http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp diff --git a/src/util/virkeycode.c b/src/util/virkeycode.c index f85fe4ac5..bb181b17f 100644 --- a/src/util/virkeycode.c +++ b/src/util/virkeycode.c @@ -12,8 +12,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/>. * */ diff --git a/src/util/virkeycode.h b/src/util/virkeycode.h index 17e1e9dca..6db6b4357 100644 --- a/src/util/virkeycode.h +++ b/src/util/virkeycode.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/>. * */ diff --git a/src/util/virkeyfile.c b/src/util/virkeyfile.c index 4efb89710..9b307cffd 100644 --- a/src/util/virkeyfile.c +++ b/src/util/virkeyfile.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/src/util/virkeyfile.h b/src/util/virkeyfile.h index 098ef59e6..162e9911b 100644 --- a/src/util/virkeyfile.h +++ b/src/util/virkeyfile.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/>. * * Authors: * Daniel P. Berrange <berrange@redhat.com> diff --git a/src/util/virmacaddr.c b/src/util/virmacaddr.c index 887e1ac23..c07976beb 100644 --- a/src/util/virmacaddr.c +++ b/src/util/virmacaddr.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/src/util/virmacaddr.h b/src/util/virmacaddr.h index a76755742..fdac362f0 100644 --- a/src/util/virmacaddr.h +++ b/src/util/virmacaddr.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/>. * * Authors: * Daniel P. Berrange <berrange@redhat.com> diff --git a/src/util/virnetdev.c b/src/util/virnetdev.c index de397c5f5..f1ee0a476 100644 --- a/src/util/virnetdev.c +++ b/src/util/virnetdev.c @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/virnetdev.h b/src/util/virnetdev.h index 4c1a0d9b2..c663e49a8 100644 --- a/src/util/virnetdev.h +++ b/src/util/virnetdev.h @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/virnetdevbandwidth.c b/src/util/virnetdevbandwidth.c index b6686b272..b23ccd337 100644 --- a/src/util/virnetdevbandwidth.c +++ b/src/util/virnetdevbandwidth.c @@ -12,8 +12,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: * Michal Privoznik <mprivozn@redhat.com> diff --git a/src/util/virnetdevbandwidth.h b/src/util/virnetdevbandwidth.h index 58decffe9..18384ae62 100644 --- a/src/util/virnetdevbandwidth.h +++ b/src/util/virnetdevbandwidth.h @@ -12,8 +12,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: * Michal Privoznik <mprivozn@redhat.com> diff --git a/src/util/virnetdevbridge.c b/src/util/virnetdevbridge.c index 08c8f5cc5..a616d8e3b 100644 --- a/src/util/virnetdevbridge.c +++ b/src/util/virnetdevbridge.c @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/virnetdevbridge.h b/src/util/virnetdevbridge.h index 98fc1d2cf..9ec1af022 100644 --- a/src/util/virnetdevbridge.h +++ b/src/util/virnetdevbridge.h @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/virnetdevmacvlan.c b/src/util/virnetdevmacvlan.c index 559fac54d..cfad2de4d 100644 --- a/src/util/virnetdevmacvlan.c +++ b/src/util/virnetdevmacvlan.c @@ -13,8 +13,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: * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/util/virnetdevmacvlan.h b/src/util/virnetdevmacvlan.h index 3d5afcec9..b22b0881b 100644 --- a/src/util/virnetdevmacvlan.h +++ b/src/util/virnetdevmacvlan.h @@ -13,8 +13,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: * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/util/virnetdevopenvswitch.c b/src/util/virnetdevopenvswitch.c index fda44394e..7e0beef35 100644 --- a/src/util/virnetdevopenvswitch.c +++ b/src/util/virnetdevopenvswitch.c @@ -12,8 +12,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: * Dan Wendlandt <dan@nicira.com> diff --git a/src/util/virnetdevopenvswitch.h b/src/util/virnetdevopenvswitch.h index 5adfabda1..fbf91687a 100644 --- a/src/util/virnetdevopenvswitch.h +++ b/src/util/virnetdevopenvswitch.h @@ -12,8 +12,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: * Dan Wendlandt <dan@nicira.com> diff --git a/src/util/virnetdevtap.c b/src/util/virnetdevtap.c index e6b1ae534..6ccc380e8 100644 --- a/src/util/virnetdevtap.c +++ b/src/util/virnetdevtap.c @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/virnetdevtap.h b/src/util/virnetdevtap.h index f14d1c9cb..ce3365eb3 100644 --- a/src/util/virnetdevtap.h +++ b/src/util/virnetdevtap.h @@ -12,8 +12,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: * Mark McLoughlin <markmc@redhat.com> diff --git a/src/util/virnetdevveth.c b/src/util/virnetdevveth.c index b996cfe8b..38d7b188c 100644 --- a/src/util/virnetdevveth.c +++ b/src/util/virnetdevveth.c @@ -13,8 +13,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: * David L. Leskovec <dlesko at linux.vnet.ibm.com> diff --git a/src/util/virnetdevveth.h b/src/util/virnetdevveth.h index 0d450f17b..69fd04f06 100644 --- a/src/util/virnetdevveth.h +++ b/src/util/virnetdevveth.h @@ -13,8 +13,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: * David L. Leskovec <dlesko at linux.vnet.ibm.com> diff --git a/src/util/virnetdevvportprofile.c b/src/util/virnetdevvportprofile.c index 089ec8a40..506240b87 100644 --- a/src/util/virnetdevvportprofile.c +++ b/src/util/virnetdevvportprofile.c @@ -12,8 +12,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: * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/util/virnetdevvportprofile.h b/src/util/virnetdevvportprofile.h index 1c93f77e3..6cce1bb45 100644 --- a/src/util/virnetdevvportprofile.h +++ b/src/util/virnetdevvportprofile.h @@ -12,8 +12,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: * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/util/virnetlink.c b/src/util/virnetlink.c index b1ec777b5..4a31b1cd4 100644 --- a/src/util/virnetlink.c +++ b/src/util/virnetlink.c @@ -13,8 +13,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: * Stefan Berger <stefanb@us.ibm.com> diff --git a/src/util/virnetlink.h b/src/util/virnetlink.h index b7f64cada..1997c8d0e 100644 --- a/src/util/virnetlink.h +++ b/src/util/virnetlink.h @@ -13,8 +13,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/>. */ #ifndef __VIR_NETLINK_H__ diff --git a/src/util/virnodesuspend.c b/src/util/virnodesuspend.c index 2978b1c8a..71beb3d7a 100644 --- a/src/util/virnodesuspend.c +++ b/src/util/virnodesuspend.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/>. * */ diff --git a/src/util/virnodesuspend.h b/src/util/virnodesuspend.h index 5debde2aa..a6927acf1 100644 --- a/src/util/virnodesuspend.h +++ b/src/util/virnodesuspend.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/>. * */ diff --git a/src/util/virpidfile.c b/src/util/virpidfile.c index d6235d2df..7c78924fa 100644 --- a/src/util/virpidfile.c +++ b/src/util/virpidfile.c @@ -16,8 +16,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/>. * */ diff --git a/src/util/virpidfile.h b/src/util/virpidfile.h index dc44fc96f..6227bb135 100644 --- a/src/util/virpidfile.h +++ b/src/util/virpidfile.h @@ -16,8 +16,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/>. * */ diff --git a/src/util/virrandom.c b/src/util/virrandom.c index 88413ab4c..b815ce2ac 100644 --- a/src/util/virrandom.c +++ b/src/util/virrandom.c @@ -12,8 +12,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/src/util/virrandom.h b/src/util/virrandom.h index 24ab0b14f..aa2c8b43f 100644 --- a/src/util/virrandom.h +++ b/src/util/virrandom.h @@ -12,8 +12,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/src/util/virsocketaddr.c b/src/util/virsocketaddr.c index 603d2ecde..36ac2fb09 100644 --- a/src/util/virsocketaddr.c +++ b/src/util/virsocketaddr.c @@ -12,8 +12,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 Veillard <veillard@redhat.com> diff --git a/src/util/virsocketaddr.h b/src/util/virsocketaddr.h index b71a8af00..ba863e2ce 100644 --- a/src/util/virsocketaddr.h +++ b/src/util/virsocketaddr.h @@ -12,8 +12,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 Veillard <veillard@redhat.com> diff --git a/src/util/virterror_internal.h b/src/util/virterror_internal.h index 06417b5e1..b82b905cf 100644 --- a/src/util/virterror_internal.h +++ b/src/util/virterror_internal.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/>. * */ diff --git a/src/util/virtime.c b/src/util/virtime.c index 92b6cdd17..926bb50d8 100644 --- a/src/util/virtime.c +++ b/src/util/virtime.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> * diff --git a/src/util/virtime.h b/src/util/virtime.h index 59954c2ea..e21662b31 100644 --- a/src/util/virtime.h +++ b/src/util/virtime.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/src/util/virtypedparam.c b/src/util/virtypedparam.c index d1a1eeae3..d68d79f2f 100644 --- a/src/util/virtypedparam.c +++ b/src/util/virtypedparam.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/>. * */ diff --git a/src/util/virtypedparam.h b/src/util/virtypedparam.h index 7c513ed1f..f117b84ff 100644 --- a/src/util/virtypedparam.h +++ b/src/util/virtypedparam.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/>. * */ diff --git a/src/vbox/vbox_MSCOMGlue.c b/src/vbox/vbox_MSCOMGlue.c index 68810fbf7..eb688b83a 100644 --- a/src/vbox/vbox_MSCOMGlue.c +++ b/src/vbox/vbox_MSCOMGlue.c @@ -15,8 +15,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/>. * */ diff --git a/src/vbox/vbox_MSCOMGlue.h b/src/vbox/vbox_MSCOMGlue.h index 83b2ce106..cd0b5a638 100644 --- a/src/vbox/vbox_MSCOMGlue.h +++ b/src/vbox/vbox_MSCOMGlue.h @@ -15,8 +15,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/>. * */ diff --git a/src/vbox/vbox_glue.c b/src/vbox/vbox_glue.c index 5fca84376..dbd600d7c 100644 --- a/src/vbox/vbox_glue.c +++ b/src/vbox/vbox_glue.c @@ -15,8 +15,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/>. * */ diff --git a/src/vbox/vbox_glue.h b/src/vbox/vbox_glue.h index bbc244b14..e074d7513 100644 --- a/src/vbox/vbox_glue.h +++ b/src/vbox/vbox_glue.h @@ -15,8 +15,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/>. * */ diff --git a/src/vmware/vmware_conf.c b/src/vmware/vmware_conf.c index e7a9dfa81..9fb95c41e 100644 --- a/src/vmware/vmware_conf.c +++ b/src/vmware/vmware_conf.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/>. */ /*---------------------------------------------------------------------------*/ diff --git a/src/vmware/vmware_conf.h b/src/vmware/vmware_conf.h index 9053eba23..1b2b0790b 100644 --- a/src/vmware/vmware_conf.h +++ b/src/vmware/vmware_conf.h @@ -12,8 +12,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/>. */ /*---------------------------------------------------------------------------*/ diff --git a/src/vmware/vmware_driver.c b/src/vmware/vmware_driver.c index 9af5078ba..6c6347a09 100644 --- a/src/vmware/vmware_driver.c +++ b/src/vmware/vmware_driver.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/>. */ /*---------------------------------------------------------------------------*/ diff --git a/src/vmware/vmware_driver.h b/src/vmware/vmware_driver.h index 71186de57..0e48d8121 100644 --- a/src/vmware/vmware_driver.h +++ b/src/vmware/vmware_driver.h @@ -12,8 +12,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/>. */ /*---------------------------------------------------------------------------*/ diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c index e3dd125fc..db22624a7 100644 --- a/src/vmx/vmx.c +++ b/src/vmx/vmx.c @@ -16,8 +16,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/>. * */ diff --git a/src/vmx/vmx.h b/src/vmx/vmx.h index f9093133a..5bb2e10f4 100644 --- a/src/vmx/vmx.h +++ b/src/vmx/vmx.h @@ -15,8 +15,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/>. * */ diff --git a/src/xen/xen_inotify.c b/src/xen/xen_inotify.c index 7185366ae..24e70a6d2 100644 --- a/src/xen/xen_inotify.c +++ b/src/xen/xen_inotify.c @@ -18,8 +18,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: Ben Guthro */ diff --git a/src/xen/xen_inotify.h b/src/xen/xen_inotify.h index 74f4dffe1..984351b5d 100644 --- a/src/xen/xen_inotify.h +++ b/src/xen/xen_inotify.h @@ -15,8 +15,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: Ben Guthro */ diff --git a/src/xen/xm_internal.c b/src/xen/xm_internal.c index c073f252c..f9ccbab35 100644 --- a/src/xen/xm_internal.c +++ b/src/xen/xm_internal.c @@ -15,8 +15,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/src/xen/xm_internal.h b/src/xen/xm_internal.h index 3e1f886e0..190d32e2b 100644 --- a/src/xen/xm_internal.h +++ b/src/xen/xm_internal.h @@ -15,8 +15,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/src/xenapi/xenapi_driver.c b/src/xenapi/xenapi_driver.c index 38a7cd0f6..5608de889 100644 --- a/src/xenapi/xenapi_driver.c +++ b/src/xenapi/xenapi_driver.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: Sharadha Prabhakar <sharadha.prabhakar@citrix.com> */ diff --git a/src/xenapi/xenapi_driver.h b/src/xenapi/xenapi_driver.h index a47c1327c..647cd9831 100644 --- a/src/xenapi/xenapi_driver.h +++ b/src/xenapi/xenapi_driver.h @@ -13,8 +13,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: Sharadha Prabhakar <sharadha.prabhakar@citrix.com> */ diff --git a/src/xenapi/xenapi_driver_private.h b/src/xenapi/xenapi_driver_private.h index cfcaa7572..07f799586 100644 --- a/src/xenapi/xenapi_driver_private.h +++ b/src/xenapi/xenapi_driver_private.h @@ -13,8 +13,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: Sharadha Prabhakar <sharadha.prabhakar@citrix.com> */ diff --git a/src/xenapi/xenapi_utils.c b/src/xenapi/xenapi_utils.c index c8b12dea2..3031a17a5 100644 --- a/src/xenapi/xenapi_utils.c +++ b/src/xenapi/xenapi_utils.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: Sharadha Prabhakar <sharadha.prabhakar@citrix.com> */ diff --git a/src/xenapi/xenapi_utils.h b/src/xenapi/xenapi_utils.h index aa1ff740d..59124464a 100644 --- a/src/xenapi/xenapi_utils.h +++ b/src/xenapi/xenapi_utils.h @@ -13,8 +13,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: Sharadha Prabhakar <sharadha.prabhakar@citrix.com> */ diff --git a/src/xenxs/xen_sxpr.c b/src/xenxs/xen_sxpr.c index 42533cee0..c84ce35e9 100644 --- a/src/xenxs/xen_sxpr.c +++ b/src/xenxs/xen_sxpr.c @@ -16,8 +16,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: Anthony Liguori <aliguori@us.ibm.com> * Author: Daniel Veillard <veillard@redhat.com> diff --git a/src/xenxs/xen_sxpr.h b/src/xenxs/xen_sxpr.h index e5380ab58..3433f6872 100644 --- a/src/xenxs/xen_sxpr.h +++ b/src/xenxs/xen_sxpr.h @@ -16,8 +16,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: Anthony Liguori <aliguori@us.ibm.com> * Author: Daniel Veillard <veillard@redhat.com> diff --git a/src/xenxs/xen_xm.c b/src/xenxs/xen_xm.c index 99e736e5c..20347d31e 100644 --- a/src/xenxs/xen_xm.c +++ b/src/xenxs/xen_xm.c @@ -16,8 +16,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> * Author: Markus Groß <gross@univention.de> diff --git a/src/xenxs/xen_xm.h b/src/xenxs/xen_xm.h index 7b53ab61b..0689fe0e7 100644 --- a/src/xenxs/xen_xm.h +++ b/src/xenxs/xen_xm.h @@ -16,8 +16,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> * Author: Markus Groß <gross@univention.de> diff --git a/src/xenxs/xenxs_private.h b/src/xenxs/xenxs_private.h index 4fc946142..d0ba59a65 100644 --- a/src/xenxs/xenxs_private.h +++ b/src/xenxs/xenxs_private.h @@ -15,8 +15,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: Richard W.M. Jones <rjones@redhat.com> * Author: Markus Groß <gross@univention.de> diff --git a/tests/commandhelper.c b/tests/commandhelper.c index ec0c4583e..29da1a5db 100644 --- a/tests/commandhelper.c +++ b/tests/commandhelper.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/>. */ #include <config.h> diff --git a/tests/commandtest.c b/tests/commandtest.c index fa445d31c..b1c752373 100644 --- a/tests/commandtest.c +++ b/tests/commandtest.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/>. */ #include <config.h> diff --git a/tests/cputest.c b/tests/cputest.c index ccc17fd57..1ca0b8599 100644 --- a/tests/cputest.c +++ b/tests/cputest.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: Jiri Denemark <jdenemar@redhat.com> */ diff --git a/tests/eventtest.c b/tests/eventtest.c index 4c458602b..2dea75b10 100644 --- a/tests/eventtest.c +++ b/tests/eventtest.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> */ diff --git a/tests/libvirtdconftest.c b/tests/libvirtdconftest.c index f97bf801d..b394d54a4 100644 --- a/tests/libvirtdconftest.c +++ b/tests/libvirtdconftest.c @@ -12,8 +12,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/tests/shunloadhelper.c b/tests/shunloadhelper.c index efd8af0cc..51307b26e 100644 --- a/tests/shunloadhelper.c +++ b/tests/shunloadhelper.c @@ -12,8 +12,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/>. * */ diff --git a/tests/shunloadtest.c b/tests/shunloadtest.c index 45ef0a15a..7b5ea5d3f 100644 --- a/tests/shunloadtest.c +++ b/tests/shunloadtest.c @@ -12,8 +12,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/>. * */ diff --git a/tests/sockettest.c b/tests/sockettest.c index 777da4a44..e58140fcf 100644 --- a/tests/sockettest.c +++ b/tests/sockettest.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/>. * */ diff --git a/tests/ssh.c b/tests/ssh.c index 49b6bce0b..e6e8f4204 100644 --- a/tests/ssh.c +++ b/tests/ssh.c @@ -12,8 +12,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/tests/storagebackendsheepdogtest.c b/tests/storagebackendsheepdogtest.c index 08708296e..b7b3b35d0 100644 --- a/tests/storagebackendsheepdogtest.c +++ b/tests/storagebackendsheepdogtest.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: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> */ diff --git a/tests/virauthconfigtest.c b/tests/virauthconfigtest.c index 6d0bc512a..9b1b537b6 100644 --- a/tests/virauthconfigtest.c +++ b/tests/virauthconfigtest.c @@ -12,8 +12,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/tests/virdrivermoduletest.c b/tests/virdrivermoduletest.c index 405574edd..8762de435 100644 --- a/tests/virdrivermoduletest.c +++ b/tests/virdrivermoduletest.c @@ -12,8 +12,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/tests/virkeyfiletest.c b/tests/virkeyfiletest.c index 0d0931c71..92b64bf4c 100644 --- a/tests/virkeyfiletest.c +++ b/tests/virkeyfiletest.c @@ -12,8 +12,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/tests/virnetmessagetest.c b/tests/virnetmessagetest.c index 0408b5bb4..02c68c20b 100644 --- a/tests/virnetmessagetest.c +++ b/tests/virnetmessagetest.c @@ -12,8 +12,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/tests/virnetsockettest.c b/tests/virnetsockettest.c index 204113e41..d65b949eb 100644 --- a/tests/virnetsockettest.c +++ b/tests/virnetsockettest.c @@ -12,8 +12,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/tests/virnettlscontexttest.c b/tests/virnettlscontexttest.c index e745487db..0dfaa23bf 100644 --- a/tests/virnettlscontexttest.c +++ b/tests/virnettlscontexttest.c @@ -12,8 +12,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/tests/virtimetest.c b/tests/virtimetest.c index ac06e894a..c151f7033 100644 --- a/tests/virtimetest.c +++ b/tests/virtimetest.c @@ -12,8 +12,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/tests/viruritest.c b/tests/viruritest.c index 48cbaf570..93deb12ef 100644 --- a/tests/viruritest.c +++ b/tests/viruritest.c @@ -12,8 +12,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/tests/xmconfigtest.c b/tests/xmconfigtest.c index 9956bf252..3a0937e93 100644 --- a/tests/xmconfigtest.c +++ b/tests/xmconfigtest.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> * diff --git a/tools/console.c b/tools/console.c index 90e54e36c..afece274f 100644 --- a/tools/console.c +++ b/tools/console.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/>. * * Daniel Berrange <berrange@redhat.com> */ diff --git a/tools/console.h b/tools/console.h index 1feea9edc..c1448a737 100644 --- a/tools/console.h +++ b/tools/console.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/>. * * Daniel Berrange <berrange@redhat.com> */ diff --git a/tools/virt-host-validate-common.c b/tools/virt-host-validate-common.c index 066343ccf..e947a536b 100644 --- a/tools/virt-host-validate-common.c +++ b/tools/virt-host-validate-common.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/>. * */ diff --git a/tools/virt-host-validate-common.h b/tools/virt-host-validate-common.h index 93d8a83a3..184dddff5 100644 --- a/tools/virt-host-validate-common.h +++ b/tools/virt-host-validate-common.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/>. * */ diff --git a/tools/virt-host-validate-lxc.c b/tools/virt-host-validate-lxc.c index 9d69b67e6..321b209ca 100644 --- a/tools/virt-host-validate-lxc.c +++ b/tools/virt-host-validate-lxc.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/>. * */ diff --git a/tools/virt-host-validate-lxc.h b/tools/virt-host-validate-lxc.h index 7efc22900..64e3a83d5 100644 --- a/tools/virt-host-validate-lxc.h +++ b/tools/virt-host-validate-lxc.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/>. * */ diff --git a/tools/virt-host-validate-qemu.c b/tools/virt-host-validate-qemu.c index b65d44911..f9c3188cc 100644 --- a/tools/virt-host-validate-qemu.c +++ b/tools/virt-host-validate-qemu.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/>. * */ diff --git a/tools/virt-host-validate-qemu.h b/tools/virt-host-validate-qemu.h index ba5f03b2d..99153b8b9 100644 --- a/tools/virt-host-validate-qemu.h +++ b/tools/virt-host-validate-qemu.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/>. * */ diff --git a/tools/virt-host-validate.c b/tools/virt-host-validate.c index cdf8302ca..e32d358bf 100644 --- a/tools/virt-host-validate.c +++ b/tools/virt-host-validate.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/>. * */ |