Apply GPLv3 terms explicitly to all elisp files · syl20bnr/spacemacs@97cd83e (original) (raw)
561 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (setq spacemacs-buffer-name "*zemacs*") |
13 | 25 | (setq spacemacs-buffer-logo-title "[Z E M A C S]") |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (defvar spacemacs-force-resume-layouts nil |
13 | 25 | "If non-nil force the current emacs instance to resume layouts |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (require 'cl-lib) |
13 | 25 | (require 'subr-x) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -8,7 +8,19 @@ | ||
8 | 8 | ;; |
9 | 9 | ;; This file is not part of GNU Emacs. |
10 | 10 | ;; |
11 | -;;; License: GPLv3 | |
11 | +;; This program is free software; you can redistribute it and/or modify | |
12 | +;; it under the terms of the GNU General Public License as published by | |
13 | +;; the Free Software Foundation, either version 3 of the License, or | |
14 | +;; (at your option) any later version. | |
15 | +;; | |
16 | +;; This program is distributed in the hope that it will be useful, | |
17 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 | +;; GNU General Public License for more details. | |
20 | +;; | |
21 | +;; You should have received a copy of the GNU General Public License | |
22 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
23 | + | |
12 | 24 | |
13 | 25 | (require 'cl-lib) |
14 | 26 | (require 'epg) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | (require 'core-dotspacemacs) |
12 | 24 | |
13 | 25 | (defvar spacemacs--custom-file (concat spacemacs-cache-directory |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (require 'validate) |
13 | 25 | (require 'seq) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (defun spacemacs/display-and-copy-version () |
13 | 25 | "Echo the current spacemacs version and copy it." |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (defvar spacemacs--after-display-system-init-list '() |
13 | 25 | "List of functions to be run after the display system is initialized.") |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (require 'org) |
13 | 25 | (require 'ox-publish) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (require 'core-customization) |
13 | 25 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (require 'spinner) |
13 | 25 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | ;; nothing for now |
13 | 25 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (require 'core-dotspacemacs) |
13 | 25 | (require 'load-env-vars) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | (require 'core-funcs) |
12 | 24 | (require 'core-spacemacs-buffer) |
13 | 25 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (defvar configuration-layer--protected-packages) |
13 | 25 | (defvar dotspacemacs-filepath) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | |
13 | 25 | (defun spacemacs/run-prog-mode-hooks () |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (defvar spacemacs-default-jump-handlers '() |
13 | 25 | "List of jump handlers available in every mode.") |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | |
12 | 24 | (require 'core-funcs) |
13 | 25 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,7 +7,19 @@ | ||
7 | 7 | ;; |
8 | 8 | ;; This file is not part of GNU Emacs. |
9 | 9 | ;; |
10 | -;;; License: GPLv3 | |
10 | +;; This program is free software; you can redistribute it and/or modify | |
11 | +;; it under the terms of the GNU General Public License as published by | |
12 | +;; the Free Software Foundation, either version 3 of the License, or | |
13 | +;; (at your option) any later version. | |
14 | +;; | |
15 | +;; This program is distributed in the hope that it will be useful, | |
16 | +;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | +;; GNU General Public License for more details. | |
19 | +;; | |
20 | +;; You should have received a copy of the GNU General Public License | |
21 | +;; along with this program. If not, see http://www.gnu.org/licenses/. | |
22 | + | |
11 | 23 | (defun add-to-load-path (dir) (add-to-list 'load-path dir)) |
12 | 24 | |
13 | 25 | (defun add-to-load-path-if-exists (dir) |