From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.devel Subject: Re: License Notice for ELPA packages Date: Mon, 09 Sep 2024 00:03:58 +0200 Message-ID: References: <86jzfnyevy.fsf@gnu.org> <874j6rzqo0.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29066"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Philip Kaludercic , Eli Zaretskii , emacs-devel@gnu.org, Stefan Kangas , "Protesilaos Stavrou" , Jose E. Marchesi To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 09 00:05:15 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1snQ1y-0007SV-NJ for ged-emacs-devel@m.gmane-mx.org; Mon, 09 Sep 2024 00:05:14 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1snQ0x-00037O-9b; Sun, 08 Sep 2024 18:04:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1snQ0v-000374-Ok for emacs-devel@gnu.org; Sun, 08 Sep 2024 18:04:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1snQ0t-0004BW-PH; Sun, 08 Sep 2024 18:04:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=Uyu1J5NYGPiArrWpK1GhGEgUpKeM+zKZaFoBX3IlEjg=; b=d1nsCq66ACE2hC5VS/yU +yUs5cSqzacnE6Q7wt3nCKnZyxXyIXal8YMNtSofFJcNCGYnFqwZCLits3eb9BAYgM9kh4ktzepP5 RM5h6dz/v/pzTbbmQ3h0Mpw8hKNwkZwGLPJIWk2CdrqysZsJnlfWGF2NDFg6TpMwrWdxNuhKhDWGG WLWWlogFSb8gBGvXhIpmXPLNq18e8P7aTGDL+FmES3W0B6Rob41zfFTX+SHpZZp0nNhQpxyhlfb4M o0TFsuO8cdr1w+b3zqAfnyb2ioFAaXdT/1+mqI307/Hkl1PxcytEAUK9WCzjWpW9V0Wlrh6NBKZSc u6azkLlOsxH74Q==; In-Reply-To: (Stefan Monnier's message of "Sat, 07 Sep 2024 17:11:23 -0400") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:323507 Archived-At: Stefan Monnier writes: > So historically we have accepted both "is part of GNU Emacs" and "is NOT > part of GNU Emacs". IMO the better choice is to say neither. Thanks for your response. I installed this notice for AUCTeX files: --8<---------------cut here---------------start------------->8--- ;; This file is part of AUCTeX. ;; AUCTeX is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the ;; Free Software Foundation; either version 3, or (at your option) any ;; later version. ;; AUCTeX is distributed in the hope that it will be useful, but WITHOUT ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ;; for more details. ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see . --8<---------------cut here---------------end--------------->8--- Best, Arash