emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a016c6f 050/215: Administrivia


From: Rocky Bernstein
Subject: [elpa] master a016c6f 050/215: Administrivia
Date: Sat, 30 Jul 2016 14:48:53 +0000 (UTC)

branch: master
commit a016c6f850e2801298f8d6bb2f62275a0e4b15a7
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Administrivia
---
 realgud/common/buffer/backtrace.el |    4 ----
 realgud/debugger/gub/gub.el        |   21 ++++++++++++++++++++-
 realgud/debugger/remake/remake.el  |   20 +++++++++++++++++++-
 3 files changed, 39 insertions(+), 6 deletions(-)

diff --git a/realgud/common/buffer/backtrace.el 
b/realgud/common/buffer/backtrace.el
index 98b1ec5..ff098c4 100644
--- a/realgud/common/buffer/backtrace.el
+++ b/realgud/common/buffer/backtrace.el
@@ -1,10 +1,6 @@
 ;;; Backtrace buffer
 
 ;; Author: Rocky Bernstein <address@hidden>
-;; Version: 1.1
-;; Keywords: internal
-;; URL: http://github.com/rocky/emacs-load-relative
-;; Compatibility: GNU Emacs 24.x
 
 ;; Copyright (C) 2015 Free Software Foundation, Inc
 
diff --git a/realgud/debugger/gub/gub.el b/realgud/debugger/gub/gub.el
index 2933d52..6a7ad15 100644
--- a/realgud/debugger/gub/gub.el
+++ b/realgud/debugger/gub/gub.el
@@ -1,9 +1,28 @@
-;;; Copyright (C) 2013-2015 Rocky Bernstein <address@hidden>
+;; Copyright (C) 2015 Free Software Foundation, Inc
+;; Author: Rocky Bernstein <address@hidden>
+
+;; 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/>.
+
 ;;  `gub' Main interface to Go gub via Emacs
 (require 'load-relative)
 (require-relative-list '("../../common/helper") "realgud-")
 (require-relative-list '("../../common/track") "realgud-")
 (require-relative-list '("core" "track-mode") "realgud:gub-")
+
+(eval-when-compile (require 'cl-lib))
+
 ;; This is needed, or at least the docstring part of it is needed to
 ;; get the customization menu to work in Emacs 24.
 (defgroup realgud:gub nil
diff --git a/realgud/debugger/remake/remake.el 
b/realgud/debugger/remake/remake.el
index bfb49ac..fad66bc 100644
--- a/realgud/debugger/remake/remake.el
+++ b/realgud/debugger/remake/remake.el
@@ -1,4 +1,20 @@
-;;; Copyright (C) 2011, 2013-2015 Rocky Bernstein <address@hidden>
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein <address@hidden>
+
+;; 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/>.
+
 ;;  `remake' Main interface to remake via Emacs
 (require 'load-relative)
 (require-relative-list '("../../common/helper") "realgud-")
@@ -13,6 +29,8 @@
   :group 'make
   :version "24.1")
 
+(eval-when-compile (require 'cl-lib))
+
 (declare-function remake-query-cmdline  'realgud:remake-core)
 (declare-function remake-parse-cmd-args 'realgud:remake-core)
 (declare-function realgud:run-debugger  'realgud:run)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]