
The FSF moved and to avoid future changes such as this, see the following for the recommended text: http://www.gnu.org/licenses/gpl-howto.html --- libxkutil/acl_parsing.c | 4 ++-- libxkutil/acl_parsing.h | 4 ++-- libxkutil/cs_util.h | 4 ++-- libxkutil/cs_util_instance.c | 4 ++-- libxkutil/device_parsing.c | 4 ++-- libxkutil/device_parsing.h | 4 ++-- libxkutil/infostore.c | 4 ++-- libxkutil/infostore.h | 4 ++-- libxkutil/list_util.c | 4 ++-- libxkutil/list_util.h | 4 ++-- libxkutil/misc_util.c | 4 ++-- libxkutil/misc_util.h | 4 ++-- libxkutil/pool_parsing.c | 4 ++-- libxkutil/pool_parsing.h | 4 ++-- libxkutil/xmlgen.c | 4 ++-- libxkutil/xmlgen.h | 4 ++-- src/Virt_AllocationCapabilities.c | 4 ++-- src/Virt_AllocationCapabilities.h | 4 ++-- src/Virt_AppliedFilterList.c | 4 ++-- src/Virt_ComputerSystem.c | 4 ++-- src/Virt_ComputerSystem.h | 4 ++-- src/Virt_ComputerSystemIndication.c | 4 ++-- src/Virt_ComputerSystemIndication.h | 4 ++-- src/Virt_ComputerSystemMigrationIndication.c | 4 ++-- src/Virt_ConcreteComponent.c | 4 ++-- src/Virt_ConsoleRedirectionService.c | 4 ++-- src/Virt_ConsoleRedirectionService.h | 4 ++-- src/Virt_ConsoleRedirectionServiceCapabilities.c | 4 ++-- src/Virt_ConsoleRedirectionServiceCapabilities.h | 4 ++-- src/Virt_Device.c | 4 ++-- src/Virt_Device.h | 4 ++-- src/Virt_DevicePool.c | 4 ++-- src/Virt_DevicePool.h | 4 ++-- src/Virt_ElementAllocatedFromPool.c | 4 ++-- src/Virt_ElementCapabilities.c | 4 ++-- src/Virt_ElementConformsToProfile.c | 4 ++-- src/Virt_ElementSettingData.c | 4 ++-- src/Virt_EnabledLogicalElementCapabilities.c | 4 ++-- src/Virt_EnabledLogicalElementCapabilities.h | 4 ++-- src/Virt_EntriesInFilterList.c | 4 ++-- src/Virt_FilterEntry.c | 4 ++-- src/Virt_FilterEntry.h | 4 ++-- src/Virt_FilterList.c | 4 ++-- src/Virt_FilterList.h | 4 ++-- src/Virt_HostSystem.c | 4 ++-- src/Virt_HostSystem.h | 4 ++-- src/Virt_HostedAccessPoint.c | 4 ++-- src/Virt_HostedDependency.c | 4 ++-- src/Virt_HostedFilterList.c | 4 ++-- src/Virt_HostedResourcePool.c | 4 ++-- src/Virt_HostedService.c | 4 ++-- src/Virt_KVMRedirectionSAP.c | 4 ++-- src/Virt_KVMRedirectionSAP.h | 4 ++-- src/Virt_NestedFilterList.c | 4 ++-- src/Virt_RASD.c | 4 ++-- src/Virt_RASD.h | 4 ++-- src/Virt_ReferencedProfile.c | 4 ++-- src/Virt_RegisteredProfile.c | 4 ++-- src/Virt_RegisteredProfile.h | 4 ++-- src/Virt_ResourceAllocationFromPool.c | 4 ++-- src/Virt_ResourceAllocationSettingDataIndication.c | 4 ++-- src/Virt_ResourcePoolConfigurationCapabilities.c | 4 ++-- src/Virt_ResourcePoolConfigurationService.c | 4 ++-- src/Virt_ResourcePoolConfigurationService.h | 4 ++-- src/Virt_SAPAvailableForElement.c | 4 ++-- src/Virt_ServiceAccessBySAP.c | 4 ++-- src/Virt_ServiceAffectsElement.c | 4 ++-- src/Virt_SettingsDefineCapabilities.c | 4 ++-- src/Virt_SettingsDefineCapabilities.h | 4 ++-- src/Virt_SettingsDefineState.c | 4 ++-- src/Virt_SwitchService.c | 4 ++-- src/Virt_SystemDevice.c | 4 ++-- src/Virt_VSMigrationCapabilities.c | 4 ++-- src/Virt_VSMigrationCapabilities.h | 4 ++-- src/Virt_VSMigrationService.c | 4 ++-- src/Virt_VSMigrationService.h | 4 ++-- src/Virt_VSMigrationSettingData.c | 4 ++-- src/Virt_VSMigrationSettingData.h | 4 ++-- src/Virt_VSSD.c | 4 ++-- src/Virt_VSSD.h | 4 ++-- src/Virt_VSSDComponent.c | 4 ++-- src/Virt_VirtualSystemManagementCapabilities.c | 4 ++-- src/Virt_VirtualSystemManagementCapabilities.h | 4 ++-- src/Virt_VirtualSystemManagementService.c | 4 ++-- src/Virt_VirtualSystemManagementService.h | 4 ++-- src/Virt_VirtualSystemSnapshotService.c | 4 ++-- src/Virt_VirtualSystemSnapshotService.h | 4 ++-- src/Virt_VirtualSystemSnapshotServiceCapabilities.c | 4 ++-- src/Virt_VirtualSystemSnapshotServiceCapabilities.h | 4 ++-- src/profiles.h | 4 ++-- src/svpc_types.h | 4 ++-- tools/migration_tester.py | 4 ++-- 92 files changed, 184 insertions(+), 184 deletions(-) diff --git a/libxkutil/acl_parsing.c b/libxkutil/acl_parsing.c index 41ab319..3de6a65 100644 --- a/libxkutil/acl_parsing.c +++ b/libxkutil/acl_parsing.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 <stdio.h> #include <string.h> diff --git a/libxkutil/acl_parsing.h b/libxkutil/acl_parsing.h index a0e2f9a..b77d9df 100644 --- a/libxkutil/acl_parsing.h +++ b/libxkutil/acl_parsing.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 __ACL_PARSING_H #define __ACL_PARSING_H diff --git a/libxkutil/cs_util.h b/libxkutil/cs_util.h index 6e840d4..ee25894 100644 --- a/libxkutil/cs_util.h +++ b/libxkutil/cs_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/>. */ #ifndef __CS_UTIL_H #define __CS_UTIL_H diff --git a/libxkutil/cs_util_instance.c b/libxkutil/cs_util_instance.c index 490017c..871f9bf 100644 --- a/libxkutil/cs_util_instance.c +++ b/libxkutil/cs_util_instance.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/>. */ #include <stdio.h> #include <string.h> diff --git a/libxkutil/device_parsing.c b/libxkutil/device_parsing.c index 16195da..4ec74b4 100644 --- a/libxkutil/device_parsing.c +++ b/libxkutil/device_parsing.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 <stdio.h> #include <string.h> diff --git a/libxkutil/device_parsing.h b/libxkutil/device_parsing.h index 733324f..a218b01 100644 --- a/libxkutil/device_parsing.h +++ b/libxkutil/device_parsing.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 __DEVICE_PARSING_H #define __DEVICE_PARSING_H diff --git a/libxkutil/infostore.c b/libxkutil/infostore.c index a88b586..d2b2f71 100644 --- a/libxkutil/infostore.c +++ b/libxkutil/infostore.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 <stdio.h> diff --git a/libxkutil/infostore.h b/libxkutil/infostore.h index d333c4f..e15aa09 100644 --- a/libxkutil/infostore.h +++ b/libxkutil/infostore.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 __INFOSTORE_H diff --git a/libxkutil/list_util.c b/libxkutil/list_util.c index 84b2ba0..cf9a508 100644 --- a/libxkutil/list_util.c +++ b/libxkutil/list_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/>. */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/libxkutil/list_util.h b/libxkutil/list_util.h index 1809c2e..6510272 100644 --- a/libxkutil/list_util.h +++ b/libxkutil/list_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/>. */ #ifndef __LIST_UTIL_H diff --git a/libxkutil/misc_util.c b/libxkutil/misc_util.c index 943b46e..9e7e0d5 100644 --- a/libxkutil/misc_util.c +++ b/libxkutil/misc_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/>. */ #include "config.h" diff --git a/libxkutil/misc_util.h b/libxkutil/misc_util.h index 3279b09..fd4f191 100644 --- a/libxkutil/misc_util.h +++ b/libxkutil/misc_util.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 __MISC_UTIL_H #define __MISC_UTIL_H diff --git a/libxkutil/pool_parsing.c b/libxkutil/pool_parsing.c index e41fc09..922ff32 100644 --- a/libxkutil/pool_parsing.c +++ b/libxkutil/pool_parsing.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 <stdio.h> #include <string.h> diff --git a/libxkutil/pool_parsing.h b/libxkutil/pool_parsing.h index 9f1a386..e9dda84 100644 --- a/libxkutil/pool_parsing.h +++ b/libxkutil/pool_parsing.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 __RES_POOLS_H #define __RES_POOLS_H diff --git a/libxkutil/xmlgen.c b/libxkutil/xmlgen.c index 6302b60..4287d42 100644 --- a/libxkutil/xmlgen.c +++ b/libxkutil/xmlgen.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 <stdio.h> #include <string.h> diff --git a/libxkutil/xmlgen.h b/libxkutil/xmlgen.h index 743fc82..9a14ce6 100644 --- a/libxkutil/xmlgen.h +++ b/libxkutil/xmlgen.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 __XMLGEN_H #define __XMLGEN_H diff --git a/src/Virt_AllocationCapabilities.c b/src/Virt_AllocationCapabilities.c index b358fac..c37fdab 100644 --- a/src/Virt_AllocationCapabilities.c +++ b/src/Virt_AllocationCapabilities.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 <stdlib.h> #include <unistd.h> diff --git a/src/Virt_AllocationCapabilities.h b/src/Virt_AllocationCapabilities.h index f0f89cc..e13bdb5 100644 --- a/src/Virt_AllocationCapabilities.h +++ b/src/Virt_AllocationCapabilities.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 __VIRT_ALLOCATIONCAPABILITIES_H #define __VIRT_ALLOCATIONCAPABILITIES_H diff --git a/src/Virt_AppliedFilterList.c b/src/Virt_AppliedFilterList.c index c59c11f..1c1bd3f 100644 --- a/src/Virt_AppliedFilterList.c +++ b/src/Virt_AppliedFilterList.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 <cmpidt.h> #include <cmpift.h> diff --git a/src/Virt_ComputerSystem.c b/src/Virt_ComputerSystem.c index d37159f..da07f93 100644 --- a/src/Virt_ComputerSystem.c +++ b/src/Virt_ComputerSystem.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/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/src/Virt_ComputerSystem.h b/src/Virt_ComputerSystem.h index 666ef0f..cab4c41 100644 --- a/src/Virt_ComputerSystem.h +++ b/src/Virt_ComputerSystem.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 __VIRT_COMPUTERSYSTEM_H #define __VIRT_COMPUTERSYSTEM_H diff --git a/src/Virt_ComputerSystemIndication.c b/src/Virt_ComputerSystemIndication.c index 086d8c4..a4d30ab 100644 --- a/src/Virt_ComputerSystemIndication.c +++ b/src/Virt_ComputerSystemIndication.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/>. */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/src/Virt_ComputerSystemIndication.h b/src/Virt_ComputerSystemIndication.h index 594c3ed..e194fc2 100644 --- a/src/Virt_ComputerSystemIndication.h +++ b/src/Virt_ComputerSystemIndication.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 __VIRT_COMPUTERSYSTEMINDICATION_H #define __VIRT_COMPUTERSYSTEMINDICATION_H diff --git a/src/Virt_ComputerSystemMigrationIndication.c b/src/Virt_ComputerSystemMigrationIndication.c index 08ffbd8..fdd6455 100644 --- a/src/Virt_ComputerSystemMigrationIndication.c +++ b/src/Virt_ComputerSystemMigrationIndication.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 <unistd.h> #include <stdio.h> diff --git a/src/Virt_ConcreteComponent.c b/src/Virt_ConcreteComponent.c index 7979ac2..238aea1 100644 --- a/src/Virt_ConcreteComponent.c +++ b/src/Virt_ConcreteComponent.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 <string.h> #include <stdlib.h> diff --git a/src/Virt_ConsoleRedirectionService.c b/src/Virt_ConsoleRedirectionService.c index 16cade8..205289f 100644 --- a/src/Virt_ConsoleRedirectionService.c +++ b/src/Virt_ConsoleRedirectionService.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 <stdio.h> #include <string.h> diff --git a/src/Virt_ConsoleRedirectionService.h b/src/Virt_ConsoleRedirectionService.h index 97e3de0..f1fd587 100644 --- a/src/Virt_ConsoleRedirectionService.h +++ b/src/Virt_ConsoleRedirectionService.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/>. */ CMPIStatus get_console_rs(const CMPIObjectPath *reference, diff --git a/src/Virt_ConsoleRedirectionServiceCapabilities.c b/src/Virt_ConsoleRedirectionServiceCapabilities.c index 88fb3a4..d378597 100644 --- a/src/Virt_ConsoleRedirectionServiceCapabilities.c +++ b/src/Virt_ConsoleRedirectionServiceCapabilities.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 <stdlib.h> #include <unistd.h> diff --git a/src/Virt_ConsoleRedirectionServiceCapabilities.h b/src/Virt_ConsoleRedirectionServiceCapabilities.h index 6097ec9..d529442 100644 --- a/src/Virt_ConsoleRedirectionServiceCapabilities.h +++ b/src/Virt_ConsoleRedirectionServiceCapabilities.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/>. */ CMPIStatus get_console_rs_caps(const CMPIBroker *broker, diff --git a/src/Virt_Device.c b/src/Virt_Device.c index c7dcbc3..c3b515c 100644 --- a/src/Virt_Device.c +++ b/src/Virt_Device.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_Device.h b/src/Virt_Device.h index b6f3d93..d2952e1 100644 --- a/src/Virt_Device.h +++ b/src/Virt_Device.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 __VIRT_DEVICE_H #define __VIRT_DEVICE_H diff --git a/src/Virt_DevicePool.c b/src/Virt_DevicePool.c index e375acc..d6e51ba 100644 --- a/src/Virt_DevicePool.c +++ b/src/Virt_DevicePool.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/>. */ #define __USE_FILE_OFFSET64 diff --git a/src/Virt_DevicePool.h b/src/Virt_DevicePool.h index 6b44863..898399d 100644 --- a/src/Virt_DevicePool.h +++ b/src/Virt_DevicePool.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 __VIRT_DEVICE_POOL_H #define __VIRT_DEVICE_POOL_H diff --git a/src/Virt_ElementAllocatedFromPool.c b/src/Virt_ElementAllocatedFromPool.c index 946580c..03d856a 100644 --- a/src/Virt_ElementAllocatedFromPool.c +++ b/src/Virt_ElementAllocatedFromPool.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_ElementCapabilities.c b/src/Virt_ElementCapabilities.c index 6bd846a..77aad9a 100644 --- a/src/Virt_ElementCapabilities.c +++ b/src/Virt_ElementCapabilities.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/>. */ #include <string.h> #include <stdlib.h> diff --git a/src/Virt_ElementConformsToProfile.c b/src/Virt_ElementConformsToProfile.c index 14c7fa5..425d888 100644 --- a/src/Virt_ElementConformsToProfile.c +++ b/src/Virt_ElementConformsToProfile.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/>. */ #include <string.h> #include <stdlib.h> diff --git a/src/Virt_ElementSettingData.c b/src/Virt_ElementSettingData.c index b5b7b02..c257710 100644 --- a/src/Virt_ElementSettingData.c +++ b/src/Virt_ElementSettingData.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_EnabledLogicalElementCapabilities.c b/src/Virt_EnabledLogicalElementCapabilities.c index 2fcdef1..92a1969 100644 --- a/src/Virt_EnabledLogicalElementCapabilities.c +++ b/src/Virt_EnabledLogicalElementCapabilities.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/>. */ #include <stdlib.h> #include <unistd.h> diff --git a/src/Virt_EnabledLogicalElementCapabilities.h b/src/Virt_EnabledLogicalElementCapabilities.h index 17bec1f..ea42f7a 100644 --- a/src/Virt_EnabledLogicalElementCapabilities.h +++ b/src/Virt_EnabledLogicalElementCapabilities.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/>. */ CMPIStatus get_elec_by_name(const CMPIBroker *broker, const CMPIObjectPath *reference, diff --git a/src/Virt_EntriesInFilterList.c b/src/Virt_EntriesInFilterList.c index 2c8ac47..384519a 100644 --- a/src/Virt_EntriesInFilterList.c +++ b/src/Virt_EntriesInFilterList.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 <cmpidt.h> #include <cmpift.h> diff --git a/src/Virt_FilterEntry.c b/src/Virt_FilterEntry.c index 2932be2..b7042da 100644 --- a/src/Virt_FilterEntry.c +++ b/src/Virt_FilterEntry.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 <cmpidt.h> #include <cmpift.h> diff --git a/src/Virt_FilterEntry.h b/src/Virt_FilterEntry.h index a30f46d..5057fb0 100644 --- a/src/Virt_FilterEntry.h +++ b/src/Virt_FilterEntry.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 __VIRT_FILTERENTRY_H #define __VIRT_FILTERENTRY_H diff --git a/src/Virt_FilterList.c b/src/Virt_FilterList.c index 79776cd..7026d8b 100644 --- a/src/Virt_FilterList.c +++ b/src/Virt_FilterList.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 <cmpidt.h> #include <cmpift.h> diff --git a/src/Virt_FilterList.h b/src/Virt_FilterList.h index 538fe37..cd76371 100644 --- a/src/Virt_FilterList.h +++ b/src/Virt_FilterList.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 __VIRT_FILTERLIST_H #define __VIRT_FILTERLIST_H diff --git a/src/Virt_HostSystem.c b/src/Virt_HostSystem.c index c31d6cf..ebe8184 100644 --- a/src/Virt_HostSystem.c +++ b/src/Virt_HostSystem.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/>. */ #include <stdlib.h> #include <string.h> diff --git a/src/Virt_HostSystem.h b/src/Virt_HostSystem.h index 53ebf1c..40589de 100644 --- a/src/Virt_HostSystem.h +++ b/src/Virt_HostSystem.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 __VIRT_HOSTSYSTEM_H #define __VIRT_HOSTSYSTEM_H diff --git a/src/Virt_HostedAccessPoint.c b/src/Virt_HostedAccessPoint.c index 904bfed..74d40a8 100644 --- a/src/Virt_HostedAccessPoint.c +++ b/src/Virt_HostedAccessPoint.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 <string.h> #include <stdlib.h> diff --git a/src/Virt_HostedDependency.c b/src/Virt_HostedDependency.c index 0325f21..6980a43 100644 --- a/src/Virt_HostedDependency.c +++ b/src/Virt_HostedDependency.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 <string.h> #include <stdlib.h> diff --git a/src/Virt_HostedFilterList.c b/src/Virt_HostedFilterList.c index 1965cd2..8bb9396 100644 --- a/src/Virt_HostedFilterList.c +++ b/src/Virt_HostedFilterList.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 <cmpidt.h> #include <cmpift.h> diff --git a/src/Virt_HostedResourcePool.c b/src/Virt_HostedResourcePool.c index e503e20..0863853 100644 --- a/src/Virt_HostedResourcePool.c +++ b/src/Virt_HostedResourcePool.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 <stdlib.h> #include <stdbool.h> diff --git a/src/Virt_HostedService.c b/src/Virt_HostedService.c index ab7634e..9609546 100644 --- a/src/Virt_HostedService.c +++ b/src/Virt_HostedService.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_KVMRedirectionSAP.c b/src/Virt_KVMRedirectionSAP.c index 38ad468..708b0d1 100644 --- a/src/Virt_KVMRedirectionSAP.c +++ b/src/Virt_KVMRedirectionSAP.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 <stdio.h> #include <string.h> diff --git a/src/Virt_KVMRedirectionSAP.h b/src/Virt_KVMRedirectionSAP.h index 15f5679..b048633 100644 --- a/src/Virt_KVMRedirectionSAP.h +++ b/src/Virt_KVMRedirectionSAP.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/>. */ CMPIStatus get_console_sap_by_name(const CMPIBroker *broker, diff --git a/src/Virt_NestedFilterList.c b/src/Virt_NestedFilterList.c index a8565d6..e2496da 100644 --- a/src/Virt_NestedFilterList.c +++ b/src/Virt_NestedFilterList.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 <cmpidt.h> #include <cmpift.h> diff --git a/src/Virt_RASD.c b/src/Virt_RASD.c index af6a43f..baf4331 100644 --- a/src/Virt_RASD.c +++ b/src/Virt_RASD.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_RASD.h b/src/Virt_RASD.h index cef4224..400143f 100644 --- a/src/Virt_RASD.h +++ b/src/Virt_RASD.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 __VIRT_RASD_H #define __VIRT_RASD_H diff --git a/src/Virt_ReferencedProfile.c b/src/Virt_ReferencedProfile.c index e78a8d3..519b57b 100644 --- a/src/Virt_ReferencedProfile.c +++ b/src/Virt_ReferencedProfile.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 <string.h> #include <stdlib.h> diff --git a/src/Virt_RegisteredProfile.c b/src/Virt_RegisteredProfile.c index e644708..6d4902e 100644 --- a/src/Virt_RegisteredProfile.c +++ b/src/Virt_RegisteredProfile.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/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/src/Virt_RegisteredProfile.h b/src/Virt_RegisteredProfile.h index 31cfc69..19ff70f 100644 --- a/src/Virt_RegisteredProfile.h +++ b/src/Virt_RegisteredProfile.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 __VIRT_REGISTERED_PROFILE_H #define __VIRT_REGISTERED_PROFILE_H diff --git a/src/Virt_ResourceAllocationFromPool.c b/src/Virt_ResourceAllocationFromPool.c index 398eef5..7088900 100644 --- a/src/Virt_ResourceAllocationFromPool.c +++ b/src/Virt_ResourceAllocationFromPool.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_ResourceAllocationSettingDataIndication.c b/src/Virt_ResourceAllocationSettingDataIndication.c index 93fb563..aaa9066 100644 --- a/src/Virt_ResourceAllocationSettingDataIndication.c +++ b/src/Virt_ResourceAllocationSettingDataIndication.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 <stdio.h> #include <string.h> diff --git a/src/Virt_ResourcePoolConfigurationCapabilities.c b/src/Virt_ResourcePoolConfigurationCapabilities.c index 2dcbbcf..63045bf 100644 --- a/src/Virt_ResourcePoolConfigurationCapabilities.c +++ b/src/Virt_ResourcePoolConfigurationCapabilities.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 <stdlib.h> #include <unistd.h> diff --git a/src/Virt_ResourcePoolConfigurationService.c b/src/Virt_ResourcePoolConfigurationService.c index 4775e01..02de834 100644 --- a/src/Virt_ResourcePoolConfigurationService.c +++ b/src/Virt_ResourcePoolConfigurationService.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/>. */ #include "cmpidt.h" #include "cmpift.h" diff --git a/src/Virt_ResourcePoolConfigurationService.h b/src/Virt_ResourcePoolConfigurationService.h index c49f2cd..38d86d6 100644 --- a/src/Virt_ResourcePoolConfigurationService.h +++ b/src/Virt_ResourcePoolConfigurationService.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/>. */ CMPIStatus get_rpcs(const CMPIObjectPath *reference, diff --git a/src/Virt_SAPAvailableForElement.c b/src/Virt_SAPAvailableForElement.c index 16d07bd..6fd98bc 100644 --- a/src/Virt_SAPAvailableForElement.c +++ b/src/Virt_SAPAvailableForElement.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 <string.h> #include <stdlib.h> diff --git a/src/Virt_ServiceAccessBySAP.c b/src/Virt_ServiceAccessBySAP.c index b1293ae..42c5031 100644 --- a/src/Virt_ServiceAccessBySAP.c +++ b/src/Virt_ServiceAccessBySAP.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_ServiceAffectsElement.c b/src/Virt_ServiceAffectsElement.c index 254cec8..9810e02 100644 --- a/src/Virt_ServiceAffectsElement.c +++ b/src/Virt_ServiceAffectsElement.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_SettingsDefineCapabilities.c b/src/Virt_SettingsDefineCapabilities.c index 3b39a80..2c35d84 100644 --- a/src/Virt_SettingsDefineCapabilities.c +++ b/src/Virt_SettingsDefineCapabilities.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/>. */ #include <string.h> #include <stdlib.h> diff --git a/src/Virt_SettingsDefineCapabilities.h b/src/Virt_SettingsDefineCapabilities.h index 8ef0759..56fcf43 100644 --- a/src/Virt_SettingsDefineCapabilities.h +++ b/src/Virt_SettingsDefineCapabilities.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/>. */ #define PROP_END {NULL, NULL, CMPI_chars} diff --git a/src/Virt_SettingsDefineState.c b/src/Virt_SettingsDefineState.c index b4e4b80..f30f45f 100644 --- a/src/Virt_SettingsDefineState.c +++ b/src/Virt_SettingsDefineState.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_SwitchService.c b/src/Virt_SwitchService.c index 983ebc0..e4eedee 100644 --- a/src/Virt_SwitchService.c +++ b/src/Virt_SwitchService.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_SystemDevice.c b/src/Virt_SystemDevice.c index 31d6b61..3a2f7ce 100644 --- a/src/Virt_SystemDevice.c +++ b/src/Virt_SystemDevice.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/>. */ #include <string.h> #include <stdlib.h> diff --git a/src/Virt_VSMigrationCapabilities.c b/src/Virt_VSMigrationCapabilities.c index 3e53f68..f0cf261 100644 --- a/src/Virt_VSMigrationCapabilities.c +++ b/src/Virt_VSMigrationCapabilities.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_VSMigrationCapabilities.h b/src/Virt_VSMigrationCapabilities.h index aefce02..6c36ebf 100644 --- a/src/Virt_VSMigrationCapabilities.h +++ b/src/Virt_VSMigrationCapabilities.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/>. */ CMPIStatus get_migration_caps(const CMPIObjectPath *reference, diff --git a/src/Virt_VSMigrationService.c b/src/Virt_VSMigrationService.c index c701e7d..f48d56b 100644 --- a/src/Virt_VSMigrationService.c +++ b/src/Virt_VSMigrationService.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_VSMigrationService.h b/src/Virt_VSMigrationService.h index fc8ec9d..bdc2662 100644 --- a/src/Virt_VSMigrationService.h +++ b/src/Virt_VSMigrationService.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/>. */ CMPIStatus get_migration_service(const CMPIObjectPath *reference, diff --git a/src/Virt_VSMigrationSettingData.c b/src/Virt_VSMigrationSettingData.c index eb545f1..f2d731b 100644 --- a/src/Virt_VSMigrationSettingData.c +++ b/src/Virt_VSMigrationSettingData.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_VSMigrationSettingData.h b/src/Virt_VSMigrationSettingData.h index 41667c3..f1caa51 100644 --- a/src/Virt_VSMigrationSettingData.h +++ b/src/Virt_VSMigrationSettingData.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/>. */ enum {CIM_MIGRATE_OTHER = 1, diff --git a/src/Virt_VSSD.c b/src/Virt_VSSD.c index 7afe2f1..3363b38 100644 --- a/src/Virt_VSSD.c +++ b/src/Virt_VSSD.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/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/src/Virt_VSSD.h b/src/Virt_VSSD.h index 6eb72c3..374a039 100644 --- a/src/Virt_VSSD.h +++ b/src/Virt_VSSD.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 __VIRT_VSSD_H #define __VIRT_VSSD_H diff --git a/src/Virt_VSSDComponent.c b/src/Virt_VSSDComponent.c index a3b2e0f..378de96 100644 --- a/src/Virt_VSSDComponent.c +++ b/src/Virt_VSSDComponent.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_VirtualSystemManagementCapabilities.c b/src/Virt_VirtualSystemManagementCapabilities.c index 51738ee..c5995ef 100644 --- a/src/Virt_VirtualSystemManagementCapabilities.c +++ b/src/Virt_VirtualSystemManagementCapabilities.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/>. */ #include <stdlib.h> #include <unistd.h> diff --git a/src/Virt_VirtualSystemManagementCapabilities.h b/src/Virt_VirtualSystemManagementCapabilities.h index db35811..12dd6d9 100644 --- a/src/Virt_VirtualSystemManagementCapabilities.h +++ b/src/Virt_VirtualSystemManagementCapabilities.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/>. */ CMPIStatus get_vsm_cap(const CMPIBroker *broker, const CMPIObjectPath *ref, diff --git a/src/Virt_VirtualSystemManagementService.c b/src/Virt_VirtualSystemManagementService.c index 21bb4c9..2c13c83 100644 --- a/src/Virt_VirtualSystemManagementService.c +++ b/src/Virt_VirtualSystemManagementService.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/>. */ #include <stdio.h> #include <string.h> diff --git a/src/Virt_VirtualSystemManagementService.h b/src/Virt_VirtualSystemManagementService.h index dbf17cb..51a0fcd 100644 --- a/src/Virt_VirtualSystemManagementService.h +++ b/src/Virt_VirtualSystemManagementService.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/>. */ #define MIN_XEN_WEIGHT 1 diff --git a/src/Virt_VirtualSystemSnapshotService.c b/src/Virt_VirtualSystemSnapshotService.c index f4f3f86..a4d297d 100644 --- a/src/Virt_VirtualSystemSnapshotService.c +++ b/src/Virt_VirtualSystemSnapshotService.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 <stdio.h> #include <stdlib.h> diff --git a/src/Virt_VirtualSystemSnapshotService.h b/src/Virt_VirtualSystemSnapshotService.h index d54c441..d6af97e 100644 --- a/src/Virt_VirtualSystemSnapshotService.h +++ b/src/Virt_VirtualSystemSnapshotService.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/>. */ /* Returns a malloc()'d string; caller must free() */ diff --git a/src/Virt_VirtualSystemSnapshotServiceCapabilities.c b/src/Virt_VirtualSystemSnapshotServiceCapabilities.c index 04a9c7a..6d8ace5 100644 --- a/src/Virt_VirtualSystemSnapshotServiceCapabilities.c +++ b/src/Virt_VirtualSystemSnapshotServiceCapabilities.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 <stdbool.h> #include <stdint.h> diff --git a/src/Virt_VirtualSystemSnapshotServiceCapabilities.h b/src/Virt_VirtualSystemSnapshotServiceCapabilities.h index 0cde436..6c6839e 100644 --- a/src/Virt_VirtualSystemSnapshotServiceCapabilities.h +++ b/src/Virt_VirtualSystemSnapshotServiceCapabilities.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/>. */ CMPIStatus get_vss_cap(const CMPIBroker *broker, diff --git a/src/profiles.h b/src/profiles.h index f15d83e..69249c3 100644 --- a/src/profiles.h +++ b/src/profiles.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/>. */ /* Interop Namespace */ diff --git a/src/svpc_types.h b/src/svpc_types.h index 90bb608..99dd56f 100644 --- a/src/svpc_types.h +++ b/src/svpc_types.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/>. */ #ifndef __SVPC_TYPES_H #define __SVPC_TYPES_H diff --git a/tools/migration_tester.py b/tools/migration_tester.py index 5dd99f8..5fb83f1 100644 --- a/tools/migration_tester.py +++ b/tools/migration_tester.py @@ -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/>. # # Usage: python tools/migration_tester.py -u root -p pass # -s source.myhost.com:5988 -t target.myhost.com -v Xen guest -- 1.8.1.4