branch: externals/csharp-mode commit 573f23cfc48ee9f0d1170b9b98009a43fa6d1a79 Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Assign copyright over to the FSF This is needed for the package to be accepted into ELPA. --- README.org | 4 ++-- csharp-compilation.el | 4 +++- csharp-mode.el | 4 +++- csharp-tree-sitter.el | 4 +++- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 541cd58..6b212bc 100644 --- a/README.org +++ b/README.org @@ -107,5 +107,5 @@ paperwork with the FSF is needed for contributions of significant size. * License -The original project was licensed under [[https://www.gnu.org/licenses/gpl-2.0.html][GPL v2]], but after rewrite in September -2020, it is relicensed to GPLv3 +The original project was licensed under [[https://www.gnu.org/licenses/gpl-2.0.html][GPL v2+]], but after a rewrite in September +2020, it was relicensed to GPLv3+ diff --git a/csharp-compilation.el b/csharp-compilation.el index 93efbfe..fefb856 100644 --- a/csharp-compilation.el +++ b/csharp-compilation.el @@ -1,8 +1,10 @@ ;;; csharp-compilation.el --- compilation support for C# -*- lexical-binding: t; -*- +;; Copyright (C) 2020-2021 Free Software Foundation, Inc. + ;; Author : Theodor Thornhill <t...@thornhill.no> ;; Maintainer : Jostein Kjønigsen <jost...@gmail.com> -;; : Theodor Thornhill <t...@thornhill.no> +;; Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 ;; Version : 0.12.0 diff --git a/csharp-mode.el b/csharp-mode.el index 374e03a..7c9b3a2 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -1,8 +1,10 @@ ;;; csharp-mode.el --- C# mode derived mode -*- lexical-binding: t; -*- +;; Copyright (C) 2020-2021 Free Software Foundation, Inc. + ;; Author : Theodor Thornhill <t...@thornhill.no> ;; Maintainer : Jostein Kjønigsen <jost...@gmail.com> -;; : Theodor Thornhill <t...@thornhill.no> +;; Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 ;; Version : 0.12.0 diff --git a/csharp-tree-sitter.el b/csharp-tree-sitter.el index 520d178..08ba38c 100644 --- a/csharp-tree-sitter.el +++ b/csharp-tree-sitter.el @@ -1,8 +1,10 @@ ;;; csharp-tree-sitter.el --- tree sitter support for C# -*- lexical-binding: t; -*- +;; Copyright (C) 2020-2021 Free Software Foundation, Inc. + ;; Author : Theodor Thornhill <t...@thornhill.no> ;; Maintainer : Jostein Kjønigsen <jost...@gmail.com> -;; : Theodor Thornhill <t...@thornhill.no> +;; Theodor Thornhill <t...@thornhill.no> ;; Created : September 2020 ;; Modified : 2020 ;; Version : 0.12.0