summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-12-02 00:33:22 +0000
committersabetts <sabetts>2004-12-02 00:33:22 +0000
commitdc1091504fd27520d9c8922f53ffc47a3c4389de (patch)
tree36d0eb57565e7063a458fd84aec74ba5de215bad /contrib
parent63a8a7ef1c3b7906399406e2fa7ccd4431d37a09 (diff)
downloadratpoison-dc1091504fd27520d9c8922f53ffc47a3c4389de.zip
add copyright notices
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am19
-rw-r--r--contrib/clickframe.pl8
-rwxr-xr-xcontrib/genrpbindings10
-rw-r--r--contrib/nogaps.el6
-rw-r--r--contrib/ratpoison.el6
-rwxr-xr-xcontrib/split.sh7
6 files changed, 47 insertions, 9 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 58c6e5d..f412ee7 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,3 +1,22 @@
+# Copyright (C) 2000-2004 Shawn Betts <sabetts@vcn.bc.ca>
+#
+# This file is part of ratpoison.
+#
+# ratpoison 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 2 of the License, or
+# (at your option) any later version.
+#
+# ratpoison 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+
bin_SCRIPTS = rpws
pkgdata_DATA = ratpoison.el split.sh genrpbindings rpws allwindows.sh clickframe.pl rpshowall.sh
diff --git a/contrib/clickframe.pl b/contrib/clickframe.pl
index 71c6cb6..0de921b 100644
--- a/contrib/clickframe.pl
+++ b/contrib/clickframe.pl
@@ -1,5 +1,11 @@
#!/usr/bin/perl
-
+#
+# Copyright (C) 2003-2004 Shawn Betts
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.
+#
# clickframe.pl is a utility to switch frames by clicking the
# mouse. You must apply the patch below to xbindkeys for this script
# to work. And add an entry like this to your .xbindkeysrc file:
diff --git a/contrib/genrpbindings b/contrib/genrpbindings
index 60573bf..0ceb46a 100755
--- a/contrib/genrpbindings
+++ b/contrib/genrpbindings
@@ -1,13 +1,13 @@
#!/usr/bin/perl -w
# genrpbindings -- generate ratpoison bindings for various languages
#
-# Ryan Yeske <rcyeske@sfu.ca>
-# Tue Dec 4 16:15:53 PST 2001
+# Copyright (C) 2003-2004 Ryan Yeske, Doug Kearns, Shawn Betts
#
# currently generates bindings for:
-# * Perl (Ratpoison.pm)
-# * Emacs Lisp (ratpoison-cmd.el)
-# * Ruby (ratpoison.rb) [Doug Kearns <djkea2@mugc.its.monash.edu.au>]
+# * Perl (Ratpoison.pm) Ryan Yeske <rcyeske@sfu.ca>
+# * Emacs Lisp (ratpoison-cmd.el) Ryan Yeske <rcyeske@sfu.ca>
+# * Ruby (ratpoison.rb) Doug Kearns <djkea2@mugc.its.monash.edu.au>
+# * Common Lisp (ratpoison.lisp) Shawn Betts <sabetts@vcn.bc.ca>
# add more languages!
#
# Bindings are just very thin wrappers, no argument checking is done.
diff --git a/contrib/nogaps.el b/contrib/nogaps.el
index a38afcc..9ca9b26 100644
--- a/contrib/nogaps.el
+++ b/contrib/nogaps.el
@@ -1,3 +1,9 @@
+;;; Copyright (C) 2003-2004 Shawn Betts
+;;;
+;;; Copying and distribution of this file, with or without modification,
+;;; are permitted in any medium without royalty provided the copyright
+;;; notice and this notice are preserved.
+
(require 'cl)
(defun ratpoison-nogaps ()
diff --git a/contrib/ratpoison.el b/contrib/ratpoison.el
index 83955c1..afa501e 100644
--- a/contrib/ratpoison.el
+++ b/contrib/ratpoison.el
@@ -1,12 +1,14 @@
;;; ratpoison.el --- ratpoison support for Emacs
-
+;;
+;; Copyright (C) 2003 Gergely Nagy, Shawn Betts, Jay Belanger
+;;
;; Authors: Gergely Nagy <algernon@debian.org>,
;; Shawn Betts <sabetts@users.sourceforge.net>,
;; Jay Belanger <belanger@truman.edu>,
;; Maintainer: Gergely Nagy <algernon@debian.org>
;; Version: 0.2
;; Keywords: faces, ratpoison, X
-;; CVS Id: $Id: ratpoison.el,v 1.3 2004/09/27 23:23:52 sabetts Exp $
+;; CVS Id: $Id: ratpoison.el,v 1.4 2004/12/02 00:33:22 sabetts Exp $
;; Last updated: <2001/10/05 17:58:38 algernon>
;; This file is NOT part of GNU Emacs.
diff --git a/contrib/split.sh b/contrib/split.sh
index 7fd0eb8..8de92bf 100755
--- a/contrib/split.sh
+++ b/contrib/split.sh
@@ -1,5 +1,10 @@
#!/bin/sh
-
+#
+# Copyright (C) 2003 Shawn Betts
+#
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+#
# Split the current frame into 16 little frames. This is an example of
# how to script ratpoison.