Skip to content

Commit

Permalink
Apply GPLv3 terms explicitly to all elisp files
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Mar 26, 2021
1 parent 2c22bb9 commit 97cd83e
Show file tree
Hide file tree
Showing 561 changed files with 7,293 additions and 561 deletions.
14 changes: 13 additions & 1 deletion core/aprilfool/zemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(setq spacemacs-buffer-name "*zemacs*")
(setq spacemacs-buffer-logo-title "[Z E M A C S]")
Expand Down
14 changes: 13 additions & 1 deletion core/core-command-line.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(defvar spacemacs-force-resume-layouts nil
"If non-nil force the current emacs instance to resume layouts
Expand Down
14 changes: 13 additions & 1 deletion core/core-compilation.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(require 'cl-lib)
(require 'subr-x)
Expand Down
14 changes: 13 additions & 1 deletion core/core-configuration-layer.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(require 'cl-lib)
(require 'epg)
Expand Down
14 changes: 13 additions & 1 deletion core/core-custom-settings.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.

(require 'core-dotspacemacs)

(defvar spacemacs--custom-file (concat spacemacs-cache-directory
Expand Down
14 changes: 13 additions & 1 deletion core/core-customization.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(require 'validate)
(require 'seq)
Expand Down
14 changes: 13 additions & 1 deletion core/core-debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(defun spacemacs/display-and-copy-version ()
"Echo the current spacemacs version and copy it."
Expand Down
14 changes: 13 additions & 1 deletion core/core-display-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(defvar spacemacs--after-display-system-init-list '()
"List of functions to be run after the display system is initialized.")
Expand Down
14 changes: 13 additions & 1 deletion core/core-documentation.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(require 'org)
(require 'ox-publish)
Expand Down
14 changes: 13 additions & 1 deletion core/core-dotspacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(require 'core-customization)

Expand Down
14 changes: 13 additions & 1 deletion core/core-dumper.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(require 'spinner)

Expand Down
14 changes: 13 additions & 1 deletion core/core-emacs-backports.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


;; nothing for now

Expand Down
14 changes: 13 additions & 1 deletion core/core-env.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(require 'core-dotspacemacs)
(require 'load-env-vars)
Expand Down
14 changes: 13 additions & 1 deletion core/core-fonts-support.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.

(require 'core-funcs)
(require 'core-spacemacs-buffer)

Expand Down
14 changes: 13 additions & 1 deletion core/core-funcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(defvar configuration-layer--protected-packages)
(defvar dotspacemacs-filepath)
Expand Down
14 changes: 13 additions & 1 deletion core/core-hooks.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.



(defun spacemacs/run-prog-mode-hooks ()
Expand Down
14 changes: 13 additions & 1 deletion core/core-jump.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(defvar spacemacs-default-jump-handlers '()
"List of jump handlers available in every mode.")
Expand Down
14 changes: 13 additions & 1 deletion core/core-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.


(require 'core-funcs)

Expand Down
14 changes: 13 additions & 1 deletion core/core-load-paths.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; 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/>.

(defun add-to-load-path (dir) (add-to-list 'load-path dir))

(defun add-to-load-path-if-exists (dir)
Expand Down

0 comments on commit 97cd83e

Please sign in to comment.