* 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