branch: externals/csharp-mode
commit 8af265d5c40503729986523ef0f1fc3f20a799eb
Author: Theodor Thornhill <t...@thornhill.no>
Commit: Theodor Thornhill <t...@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 <jost...@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