[PATCH] hppa: Consistently reference LGPL in copyright header

Carlos O'Donell codonell@redhat.com
Wed Nov 12 21:04:28 GMT 2025


On 11/11/25 2:31 PM, Florian Weimer wrote:
> The file was added with a GPL reference (but LGPL statement) in
> commit 0d6bed71502f053fa702ccbb7dd4fa6741b2a0ed ("hppa: Add
> ____longjmp_check C implementation.").

When I contributed this in 2012 it was always the intent that this
be LGPL, and the change below is correct.

I expect I copied incorrectly from COPYING vs. COPYING.LIB.

Note that COPYING.LIB and COPYING in glibc are out of date and need
updating.


Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> 
> ---
>   sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c b/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c
> index 845507b11f..25413e80cf 100644
> --- a/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c
> +++ b/sysdeps/unix/sysv/linux/hppa/____longjmp_chk.c
> @@ -11,10 +11,9 @@
>      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
>      Lesser General Public License for more details.
>   
> -   You should have received a copy of the GNU General Public License
> -   along with GCC; see the file COPYING.  If not, write to the Free
> -   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
> -   02110-1301, USA.  */
> +   You should have received a copy of the GNU Lesser General Public
> +   License along with the GNU C Library; if not, see
> +   <https://www.gnu.org/licenses/>.  */
>   
>   #include <stdio.h>
>   #include <signal.h>
> 
> base-commit: 274ecac138654b003b460c910ea99f429c8682e5
> 


-- 
Cheers,
Carlos



More information about the Libc-alpha mailing list