Skip to content

Commit 573f23c

Browse files
committed
Assign copyright over to the FSF
This is needed for the package to be accepted into ELPA.
1 parent 26f1f8c commit 573f23c

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

README.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ paperwork with the FSF is needed for contributions of significant size.
107107

108108
* License
109109

110-
The original project was licensed under [[https://www.gnu.org/licenses/gpl-2.0.html][GPL v2]], but after rewrite in September
111-
2020, it is relicensed to GPLv3
110+
The original project was licensed under [[https://www.gnu.org/licenses/gpl-2.0.html][GPL v2+]], but after a rewrite in September
111+
2020, it was relicensed to GPLv3+

csharp-compilation.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
;;; csharp-compilation.el --- compilation support for C# -*- lexical-binding: t; -*-
22

3+
;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
4+
35
;; Author : Theodor Thornhill <theo@thornhill.no>
46
;; Maintainer : Jostein Kjønigsen <jostein@gmail.com>
5-
;; : Theodor Thornhill <theo@thornhill.no>
7+
;; Theodor Thornhill <theo@thornhill.no>
68
;; Created : September 2020
79
;; Modified : 2020
810
;; Version : 0.12.0

csharp-mode.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
;;; csharp-mode.el --- C# mode derived mode -*- lexical-binding: t; -*-
22

3+
;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
4+
35
;; Author : Theodor Thornhill <theo@thornhill.no>
46
;; Maintainer : Jostein Kjønigsen <jostein@gmail.com>
5-
;; : Theodor Thornhill <theo@thornhill.no>
7+
;; Theodor Thornhill <theo@thornhill.no>
68
;; Created : September 2020
79
;; Modified : 2020
810
;; Version : 0.12.0

csharp-tree-sitter.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
;;; csharp-tree-sitter.el --- tree sitter support for C# -*- lexical-binding: t; -*-
22

3+
;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
4+
35
;; Author : Theodor Thornhill <theo@thornhill.no>
46
;; Maintainer : Jostein Kjønigsen <jostein@gmail.com>
5-
;; : Theodor Thornhill <theo@thornhill.no>
7+
;; Theodor Thornhill <theo@thornhill.no>
68
;; Created : September 2020
79
;; Modified : 2020
810
;; Version : 0.12.0

0 commit comments

Comments
 (0)