From 5d6e923d46a89fe9cd8fb6c3a6da675aa67197b4 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Tue, 24 Sep 2019 23:54:04 +0200 Subject: Remove mention of PHP major version in Copyright headers Closes GH-4732. --- ext/xml/compat.c | 2 -- ext/xml/expat_compat.h | 2 -- ext/xml/php_xml.h | 2 -- ext/xml/xml.c | 2 -- 4 files changed, 8 deletions(-) (limited to 'ext/xml') diff --git a/ext/xml/compat.c b/ext/xml/compat.c index be988a822f..aaef302ef2 100644 --- a/ext/xml/compat.c +++ b/ext/xml/compat.c @@ -1,6 +1,4 @@ /* - +----------------------------------------------------------------------+ - | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/xml/expat_compat.h b/ext/xml/expat_compat.h index 350d42f0c6..e5673be779 100644 --- a/ext/xml/expat_compat.h +++ b/ext/xml/expat_compat.h @@ -1,6 +1,4 @@ /* - +----------------------------------------------------------------------+ - | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/xml/php_xml.h b/ext/xml/php_xml.h index f8bb415f32..56d983b451 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -1,6 +1,4 @@ /* - +----------------------------------------------------------------------+ - | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 4da8f54c5c..f0ffcac961 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -1,6 +1,4 @@ /* - +----------------------------------------------------------------------+ - | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ -- cgit v1.2.1