Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
662c9c64
Commit
662c9c64
authored
May 06, 2008
by
Glenn Morris
Browse files
Switch to recommended form of GPLv3 permissions notice.
parent
2ed66575
Changes
45
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
80 additions
and
120 deletions
+80
-120
lisp/calc/README
lisp/calc/README
+4
-6
lisp/calc/README.prev
lisp/calc/README.prev
+4
-6
lisp/calc/calc-aent.el
lisp/calc/calc-aent.el
+4
-6
lisp/calc/calc-alg.el
lisp/calc/calc-alg.el
+4
-6
lisp/calc/calc-arith.el
lisp/calc/calc-arith.el
+4
-6
lisp/calc/calc-bin.el
lisp/calc/calc-bin.el
+4
-6
lisp/calc/calc-comb.el
lisp/calc/calc-comb.el
+4
-6
lisp/calc/calc-cplx.el
lisp/calc/calc-cplx.el
+4
-6
lisp/calc/calc-embed.el
lisp/calc/calc-embed.el
+4
-6
lisp/calc/calc-ext.el
lisp/calc/calc-ext.el
+4
-6
lisp/calc/calc-fin.el
lisp/calc/calc-fin.el
+4
-6
lisp/calc/calc-forms.el
lisp/calc/calc-forms.el
+4
-6
lisp/calc/calc-frac.el
lisp/calc/calc-frac.el
+4
-6
lisp/calc/calc-funcs.el
lisp/calc/calc-funcs.el
+4
-6
lisp/calc/calc-graph.el
lisp/calc/calc-graph.el
+4
-6
lisp/calc/calc-help.el
lisp/calc/calc-help.el
+4
-6
lisp/calc/calc-incom.el
lisp/calc/calc-incom.el
+4
-6
lisp/calc/calc-keypd.el
lisp/calc/calc-keypd.el
+4
-6
lisp/calc/calc-lang.el
lisp/calc/calc-lang.el
+4
-6
lisp/calc/calc-macs.el
lisp/calc/calc-macs.el
+4
-6
No files found.
lisp/calc/README
View file @
662c9c64
...
...
@@ -242,10 +242,10 @@ Version 2.00:
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
GNU Emacs 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
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, or
(at your option)
any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -253,6 +253,4 @@ 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 GNU Emacs; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
lisp/calc/README.prev
View file @
662c9c64
...
...
@@ -985,10 +985,10 @@ Version 1.00:
This file is part of GNU Emacs.
GNU Emacs is free software
;
you can redistribute it and/or modify
GNU Emacs 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
,
o
r (at your option)
any later version.
the Free Software Foundation
,
either version 3 o
f the License, or
(at your option)
any later version.
GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -996,6 +996,4 @@ 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 GNU Emacs; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
lisp/calc/calc-aent.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-alg.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-arith.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-bin.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-comb.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-cplx.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-embed.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-ext.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-fin.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-forms.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-frac.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-funcs.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-graph.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-help.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-incom.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-keypd.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-lang.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/calc/calc-macs.el
View file @
662c9c64
...
...
@@ -8,10 +8,10 @@
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs 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
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment