Christophe Weblog Wiki Code Publications Music
Add licence information to swank.R
authorChristophe Rhodes <csr21@cantab.net>
Thu, 26 Aug 2010 10:36:30 +0000 (11:36 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Thu, 26 Aug 2010 10:36:30 +0000 (11:36 +0100)
Same terms as R itself: GNU GPLv2 or later version

swank.R

diff --git a/swank.R b/swank.R
index f395217bf92abe79767a55c5434bc015bb003781..6dca4556d1bb69e787cb4622b8aef2ecd484199c 100644 (file)
--- a/swank.R
+++ b/swank.R
@@ -1,3 +1,18 @@
+### This program is free software; you can redistribute it and/or
+### modify it under the terms of the GNU General Public Licence as
+### published by the Free Software Foundation; either version 2 of the
+### Licence, 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 Licence for more details.
+###
+### A copy of version 2 of the GNU General Public Licence is available
+### at <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>; the
+### latest version of the GNU General Public Licence is available at
+### <http://www.gnu.org/licenses/gpl.txt>.
+
 swank <- function(port=4005) {
   acceptConnections(port, FALSE)
 }