Fix copyright lines mistakenly treated as outline headers
* lisp/emacs-lisp/generator.el: * test/lisp/cedet/semantic-utest.el: * test/lisp/cedet/semantic/format-tests.el: * test/lisp/cedet/semantic/fw-tests.el: * test/lisp/cedet/semantic/bovine/gcc-tests.el: * test/lisp/cedet/semantic/format-resources/test-fmt.el: * test/manual/cedet/semantic-tests.el: * lisp/obsolete/inversion.el: Use only 2 semi-colons before "Copyright".
This commit is contained in:
parent
f463633f00
commit
b815445cea
8 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; generator.el --- generators -*- lexical-binding: t -*-
|
||||
|
||||
;;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Daniel Colascione <dancol@dancol.org>
|
||||
;; Keywords: extensions, elisp
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; inversion.el --- When you need something in version XX.XX -*- lexical-binding: t; -*-
|
||||
|
||||
;;; Copyright (C) 2002-2003, 2005-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
;; Version: 1.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; semantic-utest.el --- Tests for semantic's parsing system. -*- lexical-binding:t -*-
|
||||
|
||||
;;; Copyright (C) 2003-2004, 2007-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; gcc-tests.el --- Tests for semantic/bovine/gcc.el -*- lexical-binding:t -*-
|
||||
|
||||
;;; Copyright (C) 2003-2004, 2007-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; test-fmt.el --- test semantic tag formatting -*- lexical-binding: t -*-
|
||||
|
||||
;;; Copyright (C) 2012, 2019-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; semantic/format-tests.el --- Parsing / Formatting tests -*- lexical-binding:t -*-
|
||||
|
||||
;;; Copyright (C) 2003-2004, 2007-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; fw-tests.el --- Tests for semantic/fw.el -*- lexical-binding:t -*-
|
||||
|
||||
;;; Copyright (C) 2003-2004, 2007-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; semantic-utest.el --- Miscellaneous Semantic tests. -*- lexical-binding: t; -*-
|
||||
|
||||
;;; Copyright (C) 2003-2004, 2007-2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
|
||||
|
||||
;; Author: Eric M. Ludlam <zappo@gnu.org>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue