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
b1fc2b50
Commit
b1fc2b50
authored
May 06, 2008
by
Glenn Morris
Browse files
Switch to recommended form of GPLv3 permissions notice.
parent
aa3e7364
Changes
166
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
86 additions
and
126 deletions
+86
-126
lisp/mail/binhex.el
lisp/mail/binhex.el
+4
-6
lisp/mail/blessmail.el
lisp/mail/blessmail.el
+4
-6
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+4
-6
lisp/mail/footnote.el
lisp/mail/footnote.el
+9
-11
lisp/mail/hashcash.el
lisp/mail/hashcash.el
+5
-7
lisp/mail/mail-extr.el
lisp/mail/mail-extr.el
+4
-6
lisp/mail/mail-hist.el
lisp/mail/mail-hist.el
+4
-6
lisp/mail/mail-utils.el
lisp/mail/mail-utils.el
+4
-6
lisp/mail/mailabbrev.el
lisp/mail/mailabbrev.el
+4
-6
lisp/mail/mailalias.el
lisp/mail/mailalias.el
+4
-6
lisp/mail/mailclient.el
lisp/mail/mailclient.el
+4
-6
lisp/mail/mailheader.el
lisp/mail/mailheader.el
+4
-6
lisp/mail/metamail.el
lisp/mail/metamail.el
+4
-6
lisp/mail/mspools.el
lisp/mail/mspools.el
+4
-6
lisp/mail/reporter.el
lisp/mail/reporter.el
+4
-6
lisp/mail/rfc2368.el
lisp/mail/rfc2368.el
+4
-6
lisp/mail/rfc822.el
lisp/mail/rfc822.el
+4
-6
lisp/mail/rmail-spam-filter.el
lisp/mail/rmail-spam-filter.el
+4
-6
lisp/mail/rmail.el
lisp/mail/rmail.el
+4
-6
lisp/mail/rmailedit.el
lisp/mail/rmailedit.el
+4
-6
No files found.
lisp/mail/binhex.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/blessmail.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/emacsbug.el
View file @
b1fc2b50
...
...
@@ -10,10 +10,10 @@
;; Not fully installed because it can work only on Internet hosts.
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -21,9 +21,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/footnote.el
View file @
b1fc2b50
...
...
@@ -9,20 +9,18 @@
;; This file is part of GNU Emacs.
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; 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
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs 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.
;; GNU Emacs 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 GNU Emacs; see the file COPYING. If not, write to the Free
;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
;; MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/hashcash.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/mail-extr.el
View file @
b1fc2b50
...
...
@@ -9,10 +9,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -20,9 +20,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/mail-hist.el
View file @
b1fc2b50
...
...
@@ -9,10 +9,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -20,9 +20,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/mail-utils.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/mailabbrev.el
View file @
b1fc2b50
...
...
@@ -10,10 +10,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -21,9 +21,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/mailalias.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/mailclient.el
View file @
b1fc2b50
...
...
@@ -7,10 +7,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -18,9 +18,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/mailheader.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/metamail.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/mspools.el
View file @
b1fc2b50
...
...
@@ -11,10 +11,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -22,9 +22,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/reporter.el
View file @
b1fc2b50
...
...
@@ -10,10 +10,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -21,9 +21,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/rfc2368.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;
...
...
lisp/mail/rfc822.el
View file @
b1fc2b50
...
...
@@ -9,10 +9,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -20,9 +20,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/rmail-spam-filter.el
View file @
b1fc2b50
...
...
@@ -6,10 +6,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -17,9 +17,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;; -----------
...
...
lisp/mail/rmail.el
View file @
b1fc2b50
...
...
@@ -9,10 +9,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -20,9 +20,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
lisp/mail/rmailedit.el
View file @
b1fc2b50
...
...
@@ -8,10 +8,10 @@
;; 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
;; the Free Software Foundation
;
either version 3
,
o
r (at your option)
;; any later version.
;; the Free Software Foundation
,
either version 3 o
f the License, or
;;
(at your option)
any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
...
@@ -19,9 +19,7 @@
;; GNU General Public License for more details.
;; 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
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
...
...
Prev
1
2
3
4
5
…
9
Next
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