* Re: [elpa] master b303547: * ada-mode: Fix copyright
[not found] ` <20200513211345.CD40520A29@vcs0.savannah.gnu.org>
@ 2020-05-13 22:17 ` Stephen Leake
2020-05-13 22:34 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Leake @ 2020-05-13 22:17 UTC (permalink / raw)
To: emacs-devel; +Cc: Stefan Monnier
monnier@IRO.UMontreal.CA (Stefan Monnier) writes:
Sorry about that. I misread the output of 'check_copyrights'; if it
shows a +foo.el line, that means that file is missing a copyright (not
just that it is a new file).
Process notes updated for next time.
> branch: master
> commit b3035477260fd042ba97bd74cd75021bbbc97aec
> Author: Stefan Monnier <monnier@iro.umontreal.ca>
> Commit: Stefan Monnier <monnier@iro.umontreal.ca>
>
> * ada-mode: Fix copyright
> ---
> packages/ada-mode/ada-prj.el | 6 ++++--
> packages/ada-mode/ada-stmt.el | 6 ++++--
> packages/ada-mode/ada-xref.el | 8 +++++---
> 3 files changed, 13 insertions(+), 7 deletions(-)
>
> diff --git a/packages/ada-mode/ada-prj.el b/packages/ada-mode/ada-prj.el
> index c1f1e66..141d25e 100644
> --- a/packages/ada-mode/ada-prj.el
> +++ b/packages/ada-mode/ada-prj.el
> @@ -1,6 +1,8 @@
> ;; dummy file to hide obsolete bundled version
> -;;;
> -;;; Keep this file until drop support for Emacs 26; core ada-mode deleted in Emacs 27.
> +;;
> +;; Copyright (C) 2020 Free Software Foundation, Inc.
> +;;
> +;; Keep this file until drop support for Emacs 26; core ada-mode deleted in Emacs 27.
>
> (require 'ada-mode)
> (provide 'ada-prj)
> diff --git a/packages/ada-mode/ada-stmt.el b/packages/ada-mode/ada-stmt.el
> index 25cf111..27e1b40 100644
> --- a/packages/ada-mode/ada-stmt.el
> +++ b/packages/ada-mode/ada-stmt.el
> @@ -1,6 +1,8 @@
> ;; dummy file to hide obsolete bundled version
> -;;;
> -;;; Keep this file until drop support for Emacs 26; core ada-mode deleted in Emacs 27.
> +;;
> +;; Copyright (C) 2020 Free Software Foundation, Inc.
> +;;
> +;; Keep this file until drop support for Emacs 26; core ada-mode deleted in Emacs 27.
>
> (require 'ada-mode)
> (provide 'ada-stmt)
> diff --git a/packages/ada-mode/ada-xref.el b/packages/ada-mode/ada-xref.el
> index b72901f..3f795f1 100644
> --- a/packages/ada-mode/ada-xref.el
> +++ b/packages/ada-mode/ada-xref.el
> @@ -1,7 +1,9 @@
> ;;; ada-xref.el --- Dummy file to hide obsolete bundled version -*- lexical-binding:t -*-
> -;;; see xref-ada.el for Emacs 25 xref minor mode for ada-mode
> -;;;
> -;;; Keep this file until drop support for Emacs 26; core ada-mode deleted in Emacs 27.
> +;;
> +;; Copyright (C) 2020 Free Software Foundation, Inc.
> +;; see xref-ada.el for Emacs 25 xref minor mode for ada-mode
> +;;
> +;; Keep this file until drop support for Emacs 26; core ada-mode deleted in Emacs 27.
>
> (require 'ada-mode)
> (provide 'ada-xref)
>
>
--
-- Stephe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [elpa] master b303547: * ada-mode: Fix copyright
2020-05-13 22:17 ` [elpa] master b303547: * ada-mode: Fix copyright Stephen Leake
@ 2020-05-13 22:34 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2020-05-13 22:34 UTC (permalink / raw)
To: Stephen Leake; +Cc: emacs-devel
> Sorry about that.
No problem.
> I misread the output of 'check_copyrights'; if it
> shows a +foo.el line, that means that file is missing a copyright (not
> just that it is a new file).
> Process notes updated for next time.
This copyright checking is fairly arcane, and definitely not
well defined. It's just meant to catch the obvious mistakes in
a quick&dirty way.
I'm happy to fix the occasional problems.
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-05-13 22:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200513211344.10154.15834@vcs0.savannah.gnu.org>
[not found] ` <20200513211345.CD40520A29@vcs0.savannah.gnu.org>
2020-05-13 22:17 ` [elpa] master b303547: * ada-mode: Fix copyright Stephen Leake
2020-05-13 22:34 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.