Update to GPL3+ (see the ChangeLog file for details, files in test directory left out)

* cedet-matlab.el: update to GPL3+

* company-matlab-shell.el: ditto

* company-matlab-shell.el: ditto

* dl_emacs_support.m: ditto

* linemark.el: ditto

* matlab-publish.el: ditto

* semanticdb-matlab.el: ditto

* semantic-matlab.el: Ditto

* matlab.el: ditto

* mlint.el: Ditto
This commit is contained in:
Uwe Brauer 2023-07-12 18:55:41 +02:00
parent 3048e9fdf4
commit 9c03ebf876
10 changed files with 44 additions and 8 deletions

View File

@ -1,3 +1,25 @@
2023-07-12 Uwe Brauer <oub@mat.ucm.es>
* cedet-matlab.el: update to GPL3+
* company-matlab-shell.el: ditto
* company-matlab-shell.el: ditto
* dl_emacs_support.m: ditto
* linemark.el: ditto
* matlab-publish.el: ditto
* matlab.el: ditto
* mlint.el: Ditto
* semantic-matlab.el: Ditto
* semanticdb-matlab.el: ditto
2023-04-24 14:47 Uwe Brauer <oub@mat.ucm.es>
* matlab.el (matlab-mode): Apply patch provided by Peter Mao <peter.mao@gmail.com>

View File

@ -7,7 +7,7 @@
;;
;; 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, or (at
;; published by the Free Software Foundation; either version 3, or (at
;; your option) any later version.
;; This program is distributed in the hope that it will be useful, but

View File

@ -5,7 +5,7 @@
;;
;; 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
;; 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,

View File

@ -1,3 +1,17 @@
% Copyright (C) 1992-2023 Eric Ludlam (and others)
% 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 <http://www.gnu.org/licenses/>.
function dl_emacs_support(varargin)
% Download MATLAB support files for Emacs
%

View File

@ -9,7 +9,7 @@
;;
;; 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, or (at your option)
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;;
;; This program is distributed in the hope that it will be useful,

View File

@ -11,7 +11,7 @@
;; 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 1, or (at your option)
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;; This program is distributed in the hope that it will be useful,

View File

@ -16,7 +16,7 @@
;;
;; 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, or (at your option)
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;;
;; This program is distributed in the hope that it will be useful,

View File

@ -11,7 +11,7 @@
;;
;; 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, or (at your option)
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;;
;; This program is distributed in the hope that it will be useful,

View File

@ -8,7 +8,7 @@
;; This 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, or (at your option)
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;; This software is distributed in the hope that it will be useful,

View File

@ -9,7 +9,7 @@
;; This 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, or (at your option)
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;; This software is distributed in the hope that it will be useful,