branch: externals/loc-changes
commit 347423535bce59237ce835103f718463a4a5e3fc
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Add copyrights
---
cask-install.el | 16 ++++++++++++++++
el-get-install.el | 16 ++++++++--------
2 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/cask-install.el b/cask-install.el
index 29de87fe8c..6a2d4e09eb 100644
--- a/cask-install.el
+++ b/cask-install.el
@@ -1,3 +1,19 @@
+;;; cask-install.el
+
+;; Copyright (C) 2026 Free Software Foundation, Inc
+
+;; 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 'cask "~/.cask/cask.el")
(let*
((parent-dir
diff --git a/el-get-install.el b/el-get-install.el
index 56829c9d4c..cf49de18e9 100644
--- a/el-get-install.el
+++ b/el-get-install.el
@@ -1,11 +1,3 @@
-(eval-when-compile
- (defvar el-get-sources)
-)
-
-(declare-function el-get-post-install 'el-get)
-
-(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
-
;;; el-get-install.el --- installer for the lazy
;;
;; Copyright (C) 2010 Dimitri Fontaine
@@ -24,6 +16,14 @@
;; So the idea is that you copy/paste this code into your *scratch* buffer,
;; hit C-j, and you have a working el-get.
+(eval-when-compile
+ (defvar el-get-sources)
+)
+
+(declare-function el-get-post-install 'el-get)
+
+(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
+
(let ((el-get-root
(file-name-as-directory
(or (bound-and-true-p el-get-dir)