branch: elpa/inf-ruby
commit dbb8d63324c717c7584b8d1b442caa61ae9c6b19
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add missing license section to comment front-matter
---
inf-ruby.el | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/inf-ruby.el b/inf-ruby.el
index aa72492991..93eb6cc996 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -12,6 +12,21 @@
;; Keywords: languages ruby
;; Version: 2.3.1
+;; 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/>.
+
+;; This file is not part of GNU Emacs.
+
;;; Commentary:
;;
;; inf-ruby provides a REPL buffer connected to a Ruby subprocess.
@@ -36,7 +51,7 @@
;;
;; to your init file to easily switch from common Ruby compilation
;; modes to interact with a debugger.
-;;
+
;;; Code:
(require 'comint)