emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 8af265d 302/459: Change licenses inside the


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 8af265d 302/459: Change licenses inside the .el files also
Date: Sun, 22 Aug 2021 13:59:49 -0400 (EDT)

branch: externals/csharp-mode
commit 8af265d5c40503729986523ef0f1fc3f20a799eb
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Change licenses inside the .el files also
---
 csharp-mode-tests.el | 18 ++++++++++++++++++
 csharp-mode.el       | 12 +++++-------
 2 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/csharp-mode-tests.el b/csharp-mode-tests.el
index 1d19c76..13c7238 100644
--- a/csharp-mode-tests.el
+++ b/csharp-mode-tests.el
@@ -1,3 +1,21 @@
+;;; csharp-mode-tests.el --- Tests for csharp-mode.el            -*- 
lexical-binding: t; -*-
+
+;; Author: Josten Kjønigsen <jostein@gmail.com>
+;; Keywords: tests
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 (require 'ert)
 (require 'cl-lib)
 (require 'csharp-mode)
diff --git a/csharp-mode.el b/csharp-mode.el
index 2cd938a..f488554 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -9,21 +9,19 @@
 ;; Keywords   : c# languages oop mode
 ;; X-URL      : https://github.com/josteink/csharp-mode
 
-;;
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2 of the License, or
+;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
-;;
+
 ;; This program is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
-;;
+
 ;; You should have received a copy of the GNU General Public License
-;; along with this program; see the file COPYING.  If not, write to
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]