Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a33a2868
Commit
a33a2868
authored
Dec 02, 2010
by
Glenn Morris
Browse files
Standardize license notices in new files.
parent
adbf62ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
lisp/gnus/proto-stream.el
lisp/gnus/proto-stream.el
+6
-7
lisp/gnus/rtree.el
lisp/gnus/rtree.el
+6
-7
No files found.
lisp/gnus/proto-stream.el
View file @
a33a2868
;;; proto-stream.el --- negotiating TLS, STARTTLS and other connections
;;; proto-stream.el --- negotiating TLS, STARTTLS and other connections
;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
...
@@ -6,20 +7,18 @@
...
@@ -6,20 +7,18 @@
;; This file is part of GNU Emacs.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs is free software
:
you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; the Free Software Foundation
,
either version 3 o
f the License, or
;; any later version.
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
;; GNU General Public License for more details.
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;;; Commentary:
;;; Commentary:
...
...
lisp/gnus/rtree.el
View file @
a33a2868
;;; rtree.el --- functions for manipulating range trees
;;; rtree.el --- functions for manipulating range trees
;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; This file is part of GNU Emacs.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software
;
you can redistribute it and/or modify
;; GNU Emacs is free software
:
you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; the Free Software Foundation
,
either version 3 o
f the License, or
;; any later version.
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
;; GNU General Public License for more details.
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;;; Commentary:
;;; Commentary:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment