branch: externals/svg-tag-mode
commit e57e08e1a556e541e684ebb400c478f04ade232f
Author: Nicolas P. Rougier <[email protected]>
Commit: Nicolas P. Rougier <[email protected]>

    Fixed copyright.
---
 examples/example-1.el | 3 ++-
 examples/example-2.el | 3 ++-
 examples/example-3.el | 3 ++-
 svg-tag-mode.el       | 1 +
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/examples/example-1.el b/examples/example-1.el
index a1e0988318..0afdad410c 100644
--- a/examples/example-1.el
+++ b/examples/example-1.el
@@ -1,4 +1,5 @@
-;; Copyright (C) 2020, 2021  Nicolas P. Rougier
+;; Copyright (C) 2020, 2021 Free Software Foundation, Inc.
+;;
 ;; This file is not part of GNU Emacs.
 ;;
 ;; This file is free software; you can redistribute it and/or modify
diff --git a/examples/example-2.el b/examples/example-2.el
index cc17058cc4..edf568a967 100644
--- a/examples/example-2.el
+++ b/examples/example-2.el
@@ -1,4 +1,5 @@
-;; Copyright (C) 2020, 2021  Nicolas P. Rougier
+;; Copyright (C) 2020, 2021 Free Software Foundation, Inc.
+;;
 ;; This file is not part of GNU Emacs.
 ;;
 ;; This file is free software; you can redistribute it and/or modify
diff --git a/examples/example-3.el b/examples/example-3.el
index 7b1f62d25e..0cb2e31679 100644
--- a/examples/example-3.el
+++ b/examples/example-3.el
@@ -1,4 +1,5 @@
-;; Copyright (C) 2020, 2021  Nicolas P. Rougier
+;; Copyright (C) 2020, 2021 Free Software Foundation, Inc.
+;;
 ;; This file is not part of GNU Emacs.
 ;;
 ;; This file is free software; you can redistribute it and/or modify
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index cf2c236bb9..30a6a2a720 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -1,6 +1,7 @@
 ;;; svg-tag-mode.el --- Replace keywords with SVG tags -*- lexical-binding: t 
-*-
 
 ;; Copyright (C) 2020, 2021 Nicolas P. Rougier
+;; Copyright (C) 2020, 2021 Free Software Foundation, Inc.
 
 ;; Author: Nicolas P. Rougier <[email protected]>
 ;; Homepage: https://github.com/rougier/svg-tag-mode

Reply via email to