branch: master commit 2316417ef3580028e8456cf1b042d906b715c8fe Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Reassign more copyrights to FSF --- realgud/debugger/bashdb/bashdb.el | 2 +- realgud/debugger/gdb/core.el | 1 - realgud/debugger/trepan/init.el | 19 ++++++++++++++++++- realgud/debugger/trepan2/core.el | 18 +++++++++++++++++- realgud/debugger/trepan2/init.el | 20 ++++++++++++++++++-- realgud/debugger/trepan2/track-mode.el | 19 +++++++++++++++++-- realgud/debugger/trepan2/trepan2.el | 22 ++++++++++++++++++++-- realgud/debugger/trepan3k/core.el | 18 +++++++++++++++++- realgud/debugger/trepan3k/init.el | 20 ++++++++++++++++++-- realgud/debugger/trepan3k/trepan3k.el | 20 ++++++++++++++++++-- 10 files changed, 144 insertions(+), 15 deletions(-) diff --git a/realgud/debugger/bashdb/bashdb.el b/realgud/debugger/bashdb/bashdb.el index 372aa76..8ca9d38 100644 --- a/realgud/debugger/bashdb/bashdb.el +++ b/realgud/debugger/bashdb/bashdb.el @@ -1,4 +1,4 @@ -;; Copyright (C) 2015 Free Software Foundation, Inc +;; Copyright (C) 2015-2016 Free Software Foundation, Inc ;; Author: Rocky Bernstein <ro...@gnu.org> diff --git a/realgud/debugger/gdb/core.el b/realgud/debugger/gdb/core.el index 3b66ad5..fc819d9 100644 --- a/realgud/debugger/gdb/core.el +++ b/realgud/debugger/gdb/core.el @@ -14,7 +14,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see <http://www.gnu.org/licenses/>. -;;; Copyright (C) 2014-2015 Rocky Bernstein <ro...@gnu.org> (eval-when-compile (require 'cl)) diff --git a/realgud/debugger/trepan/init.el b/realgud/debugger/trepan/init.el index f2148fa..6a0dd9d 100644 --- a/realgud/debugger/trepan/init.el +++ b/realgud/debugger/trepan/init.el @@ -1,4 +1,21 @@ -;;; Copyright (C) 2010, 2014-2015 Rocky Bernstein <ro...@gnu.org> +;; Copyright (C) 2010, 2014-2016 Free Software Foundation, Inc + +;; Author: Rocky Bernstein <ro...@gnu.org> + +;; 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/>. + +;; Ruby Trepanning debugger (eval-when-compile (require 'cl)) (require 'load-relative) diff --git a/realgud/debugger/trepan2/core.el b/realgud/debugger/trepan2/core.el index 2607935..0c122b8 100644 --- a/realgud/debugger/trepan2/core.el +++ b/realgud/debugger/trepan2/core.el @@ -1,4 +1,20 @@ -;;; Copyright (C) 2010, 2014-2015 Rocky Bernstein <ro...@gnu.org> +;; Copyright (C) 2010-2012, 2014-2015 Software Foundation, Inc + +;; Author: Rocky Bernstein <ro...@gnu.org> + +;; 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/>. + (eval-when-compile (require 'cl)) (require 'compile) ;; for compilation-find-file diff --git a/realgud/debugger/trepan2/init.el b/realgud/debugger/trepan2/init.el index 4e634d2..0806858 100644 --- a/realgud/debugger/trepan2/init.el +++ b/realgud/debugger/trepan2/init.el @@ -1,5 +1,21 @@ -;;; Copyright (C) 2010-2012, 2014-2015 Rocky Bernstein <ro...@gnu.org> -;;; trepan2: Python 2.5 but less than 3K +;; Copyright (C) 2010-2012, 2014-2015 Software Foundation, Inc + +;; Author: Rocky Bernstein <ro...@gnu.org> + +;; 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/>. + +;; trepan2: Python 2.5 - 2.7; for 3.0+ see trepan3k (eval-when-compile (require 'cl)) diff --git a/realgud/debugger/trepan2/track-mode.el b/realgud/debugger/trepan2/track-mode.el index 5a7947c..fc4c839 100644 --- a/realgud/debugger/trepan2/track-mode.el +++ b/realgud/debugger/trepan2/track-mode.el @@ -1,6 +1,21 @@ -;; Copyright (C) 2010, 2012-2015 Rocky Bernstein <ro...@gnu.org> +;; Copyright (C) 2010-2012, 2014-2016 Software Foundation, Inc + +;; Author: Rocky Bernstein <ro...@gnu.org> + +;; 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/>. ;; -;; Python "trepan2" Debugger tracking in a comint buffer. +;; Python "trepan2" Debugger tracking in a comint or eshell buffer. (eval-when-compile (require 'cl)) (require 'load-relative) diff --git a/realgud/debugger/trepan2/trepan2.el b/realgud/debugger/trepan2/trepan2.el index 5bd8eb1..4dae9cd 100644 --- a/realgud/debugger/trepan2/trepan2.el +++ b/realgud/debugger/trepan2/trepan2.el @@ -1,5 +1,23 @@ -;;; Copyright (C) 2010-2012, 2014-2015 Rocky Bernstein <ro...@gnu.org> -;; `trepan2' Main interface to trepan2 via Emacs +;; Copyright (C) 2010-2012, 2014-2015 Software Foundation, Inc + +;; Author: Rocky Bernstein <ro...@gnu.org> + +;; 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/>. + +;; trepan2: Python 2.5 - 2.7 for 3.0+ see trepan3k +;; Main interface to trepan2 via Emacs + (require 'load-relative) (require-relative-list '("../../common/helper") "realgud-") (require-relative-list '("../../common/run") "realgud:") diff --git a/realgud/debugger/trepan3k/core.el b/realgud/debugger/trepan3k/core.el index 6198e1f..4ceac61 100644 --- a/realgud/debugger/trepan3k/core.el +++ b/realgud/debugger/trepan3k/core.el @@ -1,4 +1,20 @@ -;;; Copyright (C) 2010, 2013-2015 Rocky Bernstein <ro...@gnu.org> +;; Copyright (C) 2010, 2012-2015 Software Foundation, Inc + +;; Author: Rocky Bernstein <ro...@gnu.org> + +;; 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/>. +;; (eval-when-compile (require 'cl)) (require 'load-relative) diff --git a/realgud/debugger/trepan3k/init.el b/realgud/debugger/trepan3k/init.el index 9199257..5f22174 100644 --- a/realgud/debugger/trepan3k/init.el +++ b/realgud/debugger/trepan3k/init.el @@ -1,5 +1,21 @@ -;;; Copyright (C) 2010-2015 Rocky Bernstein <ro...@gnu.org> -;;; trepan3k: Python 3.2 and beyond +;; Copyright (C) 2010-2016 Free Software Foundation, Inc + +;; Author: Rocky Bernstein <ro...@gnu.org> + +;; 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/>. + +;; trepan3k: Python 3.2 and beyond (eval-when-compile (require 'cl)) diff --git a/realgud/debugger/trepan3k/trepan3k.el b/realgud/debugger/trepan3k/trepan3k.el index 945bbb0..fb2ff7b 100644 --- a/realgud/debugger/trepan3k/trepan3k.el +++ b/realgud/debugger/trepan3k/trepan3k.el @@ -1,5 +1,21 @@ -;;; Copyright (C) 2010-2014 Rocky Bernstein <ro...@gnu.org> -;; `trepan3k' Main interface to trepan3k via Emacs +;; Copyright (C) 2010-2014, 2016 Software Foundation, Inc + +;; Author: Rocky Bernstein <ro...@gnu.org> + +;; 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 'load-relative) (require-relative-list '("../../common/helper") "realgud-") (require-relative-list '("../../common/run") "realgud:")