From c636a5fe59575d84778f676ca1728fbd1a7c7104 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Fri, 25 Jun 2021 14:35:02 +0100 Subject: [PATCH] Replace FSF street address with canonical URL (again) As recommended in http://www.gnu.org/licenses/gpl-howto.en.html. Exactly as per changeset 443701ef0c7ff3 - Some errors have crept back in in the past 6 years. Signed-off-by: Andrew Cooper Acked-by: Julien Grall --- tools/libs/guest/xg_dom_hvmloader.c | 3 +-- xen/arch/arm/acpi/boot.c | 3 +-- xen/common/argo.c | 3 +-- xen/include/asm-arm/acpi.h | 3 +-- xen/include/xen/argo.h | 3 +-- xen/include/xen/rbtree.h | 3 +-- xen/lib/rbtree.c | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/tools/libs/guest/xg_dom_hvmloader.c b/tools/libs/guest/xg_dom_hvmloader.c index ae50d98011..39e1e5f579 100644 --- a/tools/libs/guest/xg_dom_hvmloader.c +++ b/tools/libs/guest/xg_dom_hvmloader.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should 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 . * */ diff --git a/xen/arch/arm/acpi/boot.c b/xen/arch/arm/acpi/boot.c index 7ea2990cb8..db5085e15d 100644 --- a/xen/arch/arm/acpi/boot.c +++ b/xen/arch/arm/acpi/boot.c @@ -19,8 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program; If not, see . * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/xen/common/argo.c b/xen/common/argo.c index 49be715f63..eaea7ba888 100644 --- a/xen/common/argo.c +++ b/xen/common/argo.c @@ -12,8 +12,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program; If not, see . */ #include diff --git a/xen/include/asm-arm/acpi.h b/xen/include/asm-arm/acpi.h index b52ae2d6ef..e53973e054 100644 --- a/xen/include/asm-arm/acpi.h +++ b/xen/include/asm-arm/acpi.h @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program; If not, see . * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/xen/include/xen/argo.h b/xen/include/xen/argo.h index 2ba7e5c0c0..fd4cfdd55c 100644 --- a/xen/include/xen/argo.h +++ b/xen/include/xen/argo.h @@ -9,8 +9,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program; If not, see . */ #ifndef __XEN_ARGO_H__ diff --git a/xen/include/xen/rbtree.h b/xen/include/xen/rbtree.h index 1b72590e4e..77bf57d4ab 100644 --- a/xen/include/xen/rbtree.h +++ b/xen/include/xen/rbtree.h @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program; If not, see . linux/include/linux/rbtree.h diff --git a/xen/lib/rbtree.c b/xen/lib/rbtree.c index 95e045d524..85a4f20313 100644 --- a/xen/lib/rbtree.c +++ b/xen/lib/rbtree.c @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program; If not, see . linux/lib/rbtree.c */ -- 2.30.2