The FSF moved a while ago which made the address we use in every source file header invalid. Follow the recommendation from http://www.gnu.org/licenses/gpl-howto.html and don't put any address in these headers, just a link to the fsf website. --- osinfo/osinfo.h | 4 ++-- osinfo/osinfo_datamap.c | 4 ++-- osinfo/osinfo_datamap.h | 4 ++-- osinfo/osinfo_datamaplist.c | 4 ++-- osinfo/osinfo_datamaplist.h | 4 ++-- osinfo/osinfo_db.c | 4 ++-- osinfo/osinfo_db.h | 4 ++-- osinfo/osinfo_deployment.c | 4 ++-- osinfo/osinfo_deployment.h | 4 ++-- osinfo/osinfo_deploymentlist.c | 4 ++-- osinfo/osinfo_deploymentlist.h | 4 ++-- osinfo/osinfo_device.c | 4 ++-- osinfo/osinfo_device.h | 4 ++-- osinfo/osinfo_device_driver.c | 4 ++-- osinfo/osinfo_device_driver.h | 4 ++-- osinfo/osinfo_device_driver_private.h | 4 ++-- osinfo/osinfo_device_driverlist.c | 4 ++-- osinfo/osinfo_device_driverlist.h | 4 ++-- osinfo/osinfo_devicelink.c | 4 ++-- osinfo/osinfo_devicelink.h | 4 ++-- osinfo/osinfo_devicelinkfilter.c | 4 ++-- osinfo/osinfo_devicelinkfilter.h | 4 ++-- osinfo/osinfo_devicelinklist.c | 4 ++-- osinfo/osinfo_devicelinklist.h | 4 ++-- osinfo/osinfo_devicelist.c | 4 ++-- osinfo/osinfo_devicelist.h | 4 ++-- osinfo/osinfo_entity.c | 4 ++-- osinfo/osinfo_entity.h | 4 ++-- osinfo/osinfo_filter.c | 4 ++-- osinfo/osinfo_filter.h | 4 ++-- osinfo/osinfo_install_config.c | 4 ++-- osinfo/osinfo_install_config.h | 4 ++-- osinfo/osinfo_install_config_param.c | 4 ++-- osinfo/osinfo_install_config_param.h | 4 ++-- osinfo/osinfo_install_config_paramlist.c | 4 ++-- osinfo/osinfo_install_config_paramlist.h | 4 ++-- osinfo/osinfo_install_script.c | 4 ++-- osinfo/osinfo_install_script.h | 4 ++-- osinfo/osinfo_install_script_private.h | 4 ++-- osinfo/osinfo_install_scriptlist.c | 4 ++-- osinfo/osinfo_install_scriptlist.h | 4 ++-- osinfo/osinfo_list.c | 4 ++-- osinfo/osinfo_list.h | 4 ++-- osinfo/osinfo_loader.c | 4 ++-- osinfo/osinfo_loader.h | 4 ++-- osinfo/osinfo_media.c | 4 ++-- osinfo/osinfo_media.h | 4 ++-- osinfo/osinfo_media_private.h | 4 ++-- osinfo/osinfo_medialist.c | 4 ++-- osinfo/osinfo_medialist.h | 4 ++-- osinfo/osinfo_os.c | 4 ++-- osinfo/osinfo_os.h | 4 ++-- osinfo/osinfo_oslist.c | 4 ++-- osinfo/osinfo_oslist.h | 4 ++-- osinfo/osinfo_platform.c | 4 ++-- osinfo/osinfo_platform.h | 4 ++-- osinfo/osinfo_platformlist.c | 4 ++-- osinfo/osinfo_platformlist.h | 4 ++-- osinfo/osinfo_product.c | 4 ++-- osinfo/osinfo_product.h | 4 ++-- osinfo/osinfo_productfilter.c | 4 ++-- osinfo/osinfo_productfilter.h | 4 ++-- osinfo/osinfo_productlist.c | 4 ++-- osinfo/osinfo_productlist.h | 4 ++-- osinfo/osinfo_resources.c | 4 ++-- osinfo/osinfo_resources.h | 4 ++-- osinfo/osinfo_resourceslist.c | 4 ++-- osinfo/osinfo_resourceslist.h | 4 ++-- osinfo/osinfo_tree.c | 4 ++-- osinfo/osinfo_tree.h | 4 ++-- osinfo/osinfo_treelist.c | 4 ++-- osinfo/osinfo_treelist.h | 4 ++-- 72 files changed, 144 insertions(+), 144 deletions(-) diff --git a/osinfo/osinfo.h b/osinfo/osinfo.h index 1012ede..0d0f3d2 100644 --- a/osinfo/osinfo.h +++ b/osinfo/osinfo.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_datamap.c b/osinfo/osinfo_datamap.c index 98ce0a6..efd5d1d 100644 --- a/osinfo/osinfo_datamap.c +++ b/osinfo/osinfo_datamap.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Daniel P. Berrange <berrange@xxxxxxxxxx> diff --git a/osinfo/osinfo_datamap.h b/osinfo/osinfo_datamap.h index 238157c..871d804 100644 --- a/osinfo/osinfo_datamap.h +++ b/osinfo/osinfo_datamap.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Daniel P. Berrange <berrange@xxxxxxxxxx> diff --git a/osinfo/osinfo_datamaplist.c b/osinfo/osinfo_datamaplist.c index 5d0d7b6..01b58f1 100644 --- a/osinfo/osinfo_datamaplist.c +++ b/osinfo/osinfo_datamaplist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_datamaplist.h b/osinfo/osinfo_datamaplist.h index 9b7fd1c..dc506a1 100644 --- a/osinfo/osinfo_datamaplist.h +++ b/osinfo/osinfo_datamaplist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_db.c b/osinfo/osinfo_db.c index 413db8f..f19d9b4 100644 --- a/osinfo/osinfo_db.c +++ b/osinfo/osinfo_db.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_db.h b/osinfo/osinfo_db.h index bad3c6d..f2df973 100644 --- a/osinfo/osinfo_db.h +++ b/osinfo/osinfo_db.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_deployment.c b/osinfo/osinfo_deployment.c index 3e511e2..a00497d 100644 --- a/osinfo/osinfo_deployment.c +++ b/osinfo/osinfo_deployment.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_deployment.h b/osinfo/osinfo_deployment.h index 45a9d14..6e2fb5d 100644 --- a/osinfo/osinfo_deployment.h +++ b/osinfo/osinfo_deployment.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_deploymentlist.c b/osinfo/osinfo_deploymentlist.c index 41a5575..acf5e6e 100644 --- a/osinfo/osinfo_deploymentlist.c +++ b/osinfo/osinfo_deploymentlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_deploymentlist.h b/osinfo/osinfo_deploymentlist.h index f9ce4c5..c21c8ff 100644 --- a/osinfo/osinfo_deploymentlist.h +++ b/osinfo/osinfo_deploymentlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_device.c b/osinfo/osinfo_device.c index 183ae41..8308817 100644 --- a/osinfo/osinfo_device.c +++ b/osinfo/osinfo_device.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_device.h b/osinfo/osinfo_device.h index 7ce4259..5eb1168 100644 --- a/osinfo/osinfo_device.h +++ b/osinfo/osinfo_device.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_device_driver.c b/osinfo/osinfo_device_driver.c index 23731bf..b2302b4 100644 --- a/osinfo/osinfo_device_driver.c +++ b/osinfo/osinfo_device_driver.c @@ -14,8 +14,8 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_device_driver.h b/osinfo/osinfo_device_driver.h index c894fe8..ea30437 100644 --- a/osinfo/osinfo_device_driver.h +++ b/osinfo/osinfo_device_driver.h @@ -14,8 +14,8 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_device_driver_private.h b/osinfo/osinfo_device_driver_private.h index d49ffa1..074ed60 100644 --- a/osinfo/osinfo_device_driver_private.h +++ b/osinfo/osinfo_device_driver_private.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_device_driverlist.c b/osinfo/osinfo_device_driverlist.c index 11f29db..f802e38 100644 --- a/osinfo/osinfo_device_driverlist.c +++ b/osinfo/osinfo_device_driverlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_device_driverlist.h b/osinfo/osinfo_device_driverlist.h index 8e0481d..5d97e4d 100644 --- a/osinfo/osinfo_device_driverlist.h +++ b/osinfo/osinfo_device_driverlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_devicelink.c b/osinfo/osinfo_devicelink.c index 95b5770..fd72a1b 100644 --- a/osinfo/osinfo_devicelink.c +++ b/osinfo/osinfo_devicelink.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_devicelink.h b/osinfo/osinfo_devicelink.h index 0ed32ca..1ca6402 100644 --- a/osinfo/osinfo_devicelink.h +++ b/osinfo/osinfo_devicelink.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_devicelinkfilter.c b/osinfo/osinfo_devicelinkfilter.c index 6e30823..2c84009 100644 --- a/osinfo/osinfo_devicelinkfilter.c +++ b/osinfo/osinfo_devicelinkfilter.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_devicelinkfilter.h b/osinfo/osinfo_devicelinkfilter.h index ae7c4a1..7f18185 100644 --- a/osinfo/osinfo_devicelinkfilter.h +++ b/osinfo/osinfo_devicelinkfilter.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_devicelinklist.c b/osinfo/osinfo_devicelinklist.c index 672934f..14f1a7f 100644 --- a/osinfo/osinfo_devicelinklist.c +++ b/osinfo/osinfo_devicelinklist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_devicelinklist.h b/osinfo/osinfo_devicelinklist.h index 3f68447..42691b1 100644 --- a/osinfo/osinfo_devicelinklist.h +++ b/osinfo/osinfo_devicelinklist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_devicelist.c b/osinfo/osinfo_devicelist.c index ca2ceef..f390ba5 100644 --- a/osinfo/osinfo_devicelist.c +++ b/osinfo/osinfo_devicelist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_devicelist.h b/osinfo/osinfo_devicelist.h index 6217de9..62fec89 100644 --- a/osinfo/osinfo_devicelist.h +++ b/osinfo/osinfo_devicelist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_entity.c b/osinfo/osinfo_entity.c index 543c710..5c062bc 100644 --- a/osinfo/osinfo_entity.c +++ b/osinfo/osinfo_entity.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_entity.h b/osinfo/osinfo_entity.h index 4c6dc45..d41237b 100644 --- a/osinfo/osinfo_entity.h +++ b/osinfo/osinfo_entity.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_filter.c b/osinfo/osinfo_filter.c index 959ab6e..a3d5840 100644 --- a/osinfo/osinfo_filter.c +++ b/osinfo/osinfo_filter.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_filter.h b/osinfo/osinfo_filter.h index a3d4f89..14de129 100644 --- a/osinfo/osinfo_filter.h +++ b/osinfo/osinfo_filter.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_config.c b/osinfo/osinfo_install_config.c index 1712be5..abe12d9 100644 --- a/osinfo/osinfo_install_config.c +++ b/osinfo/osinfo_install_config.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Daniel P. Berrange <berrange@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_config.h b/osinfo/osinfo_install_config.h index d650a0a..d6552fd 100644 --- a/osinfo/osinfo_install_config.h +++ b/osinfo/osinfo_install_config.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Daniel P. Berrange <berrange@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_config_param.c b/osinfo/osinfo_install_config_param.c index 541f066..401279f 100644 --- a/osinfo/osinfo_install_config_param.c +++ b/osinfo/osinfo_install_config_param.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Christophe Fergeau <cfergeau@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_config_param.h b/osinfo/osinfo_install_config_param.h index b0f2217..58bb40b 100644 --- a/osinfo/osinfo_install_config_param.h +++ b/osinfo/osinfo_install_config_param.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Fabiano Fidêncio <fabiano@xxxxxxxxxxxx> diff --git a/osinfo/osinfo_install_config_paramlist.c b/osinfo/osinfo_install_config_paramlist.c index 740de70..df44b58 100644 --- a/osinfo/osinfo_install_config_paramlist.c +++ b/osinfo/osinfo_install_config_paramlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_config_paramlist.h b/osinfo/osinfo_install_config_paramlist.h index 81254c3..e27c3ab 100644 --- a/osinfo/osinfo_install_config_paramlist.h +++ b/osinfo/osinfo_install_config_paramlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_script.c b/osinfo/osinfo_install_script.c index 276c756..e0af694 100644 --- a/osinfo/osinfo_install_script.c +++ b/osinfo/osinfo_install_script.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Daniel P. Berrange <berrange@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_script.h b/osinfo/osinfo_install_script.h index d91751e..fc0c8f8 100644 --- a/osinfo/osinfo_install_script.h +++ b/osinfo/osinfo_install_script.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Daniel P. Berrange <berrange@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_script_private.h b/osinfo/osinfo_install_script_private.h index 2ce0a41..9a9c17a 100644 --- a/osinfo/osinfo_install_script_private.h +++ b/osinfo/osinfo_install_script_private.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali (Khattak) <zeeshanak@xxxxxxxxx> diff --git a/osinfo/osinfo_install_scriptlist.c b/osinfo/osinfo_install_scriptlist.c index 9edc4fa..c870ddf 100644 --- a/osinfo/osinfo_install_scriptlist.c +++ b/osinfo/osinfo_install_scriptlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_install_scriptlist.h b/osinfo/osinfo_install_scriptlist.h index daa4e64..fba8196 100644 --- a/osinfo/osinfo_install_scriptlist.h +++ b/osinfo/osinfo_install_scriptlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_list.c b/osinfo/osinfo_list.c index ddfd58d..c3fe92f 100644 --- a/osinfo/osinfo_list.c +++ b/osinfo/osinfo_list.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_list.h b/osinfo/osinfo_list.h index c8509bf..bdd9b58 100644 --- a/osinfo/osinfo_list.h +++ b/osinfo/osinfo_list.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_loader.c b/osinfo/osinfo_loader.c index 491e60b..15e6190 100644 --- a/osinfo/osinfo_loader.c +++ b/osinfo/osinfo_loader.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_loader.h b/osinfo/osinfo_loader.h index 530e7ba..41bfb14 100644 --- a/osinfo/osinfo_loader.h +++ b/osinfo/osinfo_loader.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c index 67dd6af..118ff8b 100644 --- a/osinfo/osinfo_media.c +++ b/osinfo/osinfo_media.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_media.h b/osinfo/osinfo_media.h index f365e2b..308f75e 100644 --- a/osinfo/osinfo_media.h +++ b/osinfo/osinfo_media.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_media_private.h b/osinfo/osinfo_media_private.h index efaffd1..0c75319 100644 --- a/osinfo/osinfo_media_private.h +++ b/osinfo/osinfo_media_private.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Christophe Fergeau <cfergeau@xxxxxxxxxx> diff --git a/osinfo/osinfo_medialist.c b/osinfo/osinfo_medialist.c index 9ec06bf..da018a6 100644 --- a/osinfo/osinfo_medialist.c +++ b/osinfo/osinfo_medialist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_medialist.h b/osinfo/osinfo_medialist.h index c31f1fa..2782194 100644 --- a/osinfo/osinfo_medialist.h +++ b/osinfo/osinfo_medialist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_os.c b/osinfo/osinfo_os.c index 25f7a4c..1adb3e2 100644 --- a/osinfo/osinfo_os.c +++ b/osinfo/osinfo_os.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_os.h b/osinfo/osinfo_os.h index 486afb3..d667e3b 100644 --- a/osinfo/osinfo_os.h +++ b/osinfo/osinfo_os.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_oslist.c b/osinfo/osinfo_oslist.c index e2f5c42..59e8750 100644 --- a/osinfo/osinfo_oslist.c +++ b/osinfo/osinfo_oslist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_oslist.h b/osinfo/osinfo_oslist.h index a5ecd08..7a18950 100644 --- a/osinfo/osinfo_oslist.h +++ b/osinfo/osinfo_oslist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_platform.c b/osinfo/osinfo_platform.c index fdec4c6..222eb93 100644 --- a/osinfo/osinfo_platform.c +++ b/osinfo/osinfo_platform.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_platform.h b/osinfo/osinfo_platform.h index fc99bf9..8455a32 100644 --- a/osinfo/osinfo_platform.h +++ b/osinfo/osinfo_platform.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_platformlist.c b/osinfo/osinfo_platformlist.c index cdd7052..8322fc2 100644 --- a/osinfo/osinfo_platformlist.c +++ b/osinfo/osinfo_platformlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_platformlist.h b/osinfo/osinfo_platformlist.h index b4009cc..c99f5c0 100644 --- a/osinfo/osinfo_platformlist.h +++ b/osinfo/osinfo_platformlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_product.c b/osinfo/osinfo_product.c index 47edb9c..d4d9ec9 100644 --- a/osinfo/osinfo_product.c +++ b/osinfo/osinfo_product.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, Bproductton, MA 02111-1307 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_product.h b/osinfo/osinfo_product.h index daf512a..b2beebd 100644 --- a/osinfo/osinfo_product.h +++ b/osinfo/osinfo_product.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, Bproductton, MA 02111-1307 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_productfilter.c b/osinfo/osinfo_productfilter.c index 075ccc6..435a202 100644 --- a/osinfo/osinfo_productfilter.c +++ b/osinfo/osinfo_productfilter.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_productfilter.h b/osinfo/osinfo_productfilter.h index b2c541c..16fd65f 100644 --- a/osinfo/osinfo_productfilter.h +++ b/osinfo/osinfo_productfilter.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_productlist.c b/osinfo/osinfo_productlist.c index 5ebcc90..b166403 100644 --- a/osinfo/osinfo_productlist.c +++ b/osinfo/osinfo_productlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_productlist.h b/osinfo/osinfo_productlist.h index a22c6f8..8439b7f 100644 --- a/osinfo/osinfo_productlist.h +++ b/osinfo/osinfo_productlist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_resources.c b/osinfo/osinfo_resources.c index 7dfb3d1..9f12055 100644 --- a/osinfo/osinfo_resources.c +++ b/osinfo/osinfo_resources.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_resources.h b/osinfo/osinfo_resources.h index 8e1878a..2429f5f 100644 --- a/osinfo/osinfo_resources.h +++ b/osinfo/osinfo_resources.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_resourceslist.c b/osinfo/osinfo_resourceslist.c index 407ccf9..057d4a4 100644 --- a/osinfo/osinfo_resourceslist.c +++ b/osinfo/osinfo_resourceslist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_resourceslist.h b/osinfo/osinfo_resourceslist.h index ad782b3..b304e8c 100644 --- a/osinfo/osinfo_resourceslist.h +++ b/osinfo/osinfo_resourceslist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_tree.c b/osinfo/osinfo_tree.c index 96db760..b4dad63 100644 --- a/osinfo/osinfo_tree.c +++ b/osinfo/osinfo_tree.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_tree.h b/osinfo/osinfo_tree.h index 516dec9..b0b42b6 100644 --- a/osinfo/osinfo_tree.h +++ b/osinfo/osinfo_tree.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> diff --git a/osinfo/osinfo_treelist.c b/osinfo/osinfo_treelist.c index d3508a2..45410df 100644 --- a/osinfo/osinfo_treelist.c +++ b/osinfo/osinfo_treelist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Arjun Roy <arroy@xxxxxxxxxx> diff --git a/osinfo/osinfo_treelist.h b/osinfo/osinfo_treelist.h index ac161d3..3cf8bd4 100644 --- a/osinfo/osinfo_treelist.h +++ b/osinfo/osinfo_treelist.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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library. If not, see + * <http://www.gnu.org/licenses/>. * * Authors: * Zeeshan Ali <zeenix@xxxxxxxxxx> -- 1.8.1.4 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo