aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorOsier Yang <jyang@redhat.com>2012-07-21 18:06:23 +0800
committerOsier Yang <jyang@redhat.com>2012-07-23 10:50:50 +0800
commitf9ce7dad60e9988e0d7ed9b7a70a39af5f9cb5cf (patch)
tree8e6af29b24405376cee739f3744573941454dec4 /src/util
parentESX: Fix ESX_VI__TEMPLATE__DYNAMIC_DEEP_COPY (diff)
downloadlibvirt-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
Diffstat (limited to 'src/util')
-rw-r--r--src/util/bitmap.c4
-rw-r--r--src/util/bitmap.h4
-rw-r--r--src/util/command.c4
-rw-r--r--src/util/command.h4
-rw-r--r--src/util/dnsmasq.c4
-rw-r--r--src/util/dnsmasq.h4
-rw-r--r--src/util/ebtables.c4
-rw-r--r--src/util/ebtables.h4
-rw-r--r--src/util/event.c4
-rw-r--r--src/util/event.h4
-rw-r--r--src/util/event_poll.c4
-rw-r--r--src/util/event_poll.h4
-rw-r--r--src/util/hooks.c4
-rw-r--r--src/util/hooks.h4
-rw-r--r--src/util/hostusb.c4
-rw-r--r--src/util/hostusb.h4
-rw-r--r--src/util/iohelper.c4
-rw-r--r--src/util/iptables.c4
-rw-r--r--src/util/iptables.h4
-rw-r--r--src/util/json.c4
-rw-r--r--src/util/json.h4
-rw-r--r--src/util/logging.c4
-rw-r--r--src/util/logging.h4
-rw-r--r--src/util/memory.c4
-rw-r--r--src/util/memory.h4
-rw-r--r--src/util/pci.c4
-rw-r--r--src/util/pci.h4
-rw-r--r--src/util/processinfo.c4
-rw-r--r--src/util/processinfo.h4
-rw-r--r--src/util/storage_file.c4
-rw-r--r--src/util/storage_file.h4
-rw-r--r--src/util/sysinfo.c4
-rw-r--r--src/util/sysinfo.h4
-rw-r--r--src/util/threadpool.c4
-rw-r--r--src/util/threadpool.h4
-rw-r--r--src/util/threads-pthread.c4
-rw-r--r--src/util/threads-pthread.h4
-rw-r--r--src/util/threads-win32.c4
-rw-r--r--src/util/threads-win32.h4
-rw-r--r--src/util/threads.c4
-rw-r--r--src/util/threads.h4
-rw-r--r--src/util/util.c4
-rw-r--r--src/util/util.h4
-rw-r--r--src/util/uuid.c4
-rw-r--r--src/util/uuid.h4
-rw-r--r--src/util/viratomic.h4
-rw-r--r--src/util/viraudit.c4
-rw-r--r--src/util/viraudit.h4
-rw-r--r--src/util/virauth.c4
-rw-r--r--src/util/virauth.h4
-rw-r--r--src/util/virauthconfig.c4
-rw-r--r--src/util/virauthconfig.h4
-rw-r--r--src/util/virdbus.c4
-rw-r--r--src/util/virdbus.h4
-rw-r--r--src/util/virfile.c4
-rw-r--r--src/util/virfile.h4
-rw-r--r--src/util/virhashcode.c4
-rw-r--r--src/util/virhashcode.h4
-rw-r--r--src/util/virkeycode.c4
-rw-r--r--src/util/virkeycode.h4
-rw-r--r--src/util/virkeyfile.c4
-rw-r--r--src/util/virkeyfile.h4
-rw-r--r--src/util/virmacaddr.c4
-rw-r--r--src/util/virmacaddr.h4
-rw-r--r--src/util/virnetdev.c4
-rw-r--r--src/util/virnetdev.h4
-rw-r--r--src/util/virnetdevbandwidth.c4
-rw-r--r--src/util/virnetdevbandwidth.h4
-rw-r--r--src/util/virnetdevbridge.c4
-rw-r--r--src/util/virnetdevbridge.h4
-rw-r--r--src/util/virnetdevmacvlan.c4
-rw-r--r--src/util/virnetdevmacvlan.h4
-rw-r--r--src/util/virnetdevopenvswitch.c4
-rw-r--r--src/util/virnetdevopenvswitch.h4
-rw-r--r--src/util/virnetdevtap.c4
-rw-r--r--src/util/virnetdevtap.h4
-rw-r--r--src/util/virnetdevveth.c4
-rw-r--r--src/util/virnetdevveth.h4
-rw-r--r--src/util/virnetdevvportprofile.c4
-rw-r--r--src/util/virnetdevvportprofile.h4
-rw-r--r--src/util/virnetlink.c4
-rw-r--r--src/util/virnetlink.h4
-rw-r--r--src/util/virnodesuspend.c4
-rw-r--r--src/util/virnodesuspend.h4
-rw-r--r--src/util/virpidfile.c4
-rw-r--r--src/util/virpidfile.h4
-rw-r--r--src/util/virrandom.c4
-rw-r--r--src/util/virrandom.h4
-rw-r--r--src/util/virsocketaddr.c4
-rw-r--r--src/util/virsocketaddr.h4
-rw-r--r--src/util/virterror_internal.h4
-rw-r--r--src/util/virtime.c4
-rw-r--r--src/util/virtime.h4
-rw-r--r--src/util/virtypedparam.c4
-rw-r--r--src/util/virtypedparam.h4
95 files changed, 190 insertions, 190 deletions
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/>.
*
*/