From c05d319ba67c280940117d47e8f1a1ddc1b91a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Thu, 13 Sep 2012 21:50:22 +0200 Subject: [PATCH] Removed version number from extensions --- clipboard | 1 - keyboard-select | 1 - url-select | 1 - 3 files changed, 3 deletions(-) diff --git a/clipboard b/clipboard index 4f7b64c..1709db1 100644 --- a/clipboard +++ b/clipboard @@ -1,7 +1,6 @@ #! perl -w # Author: Bert Muennich # Website: http://www.github.com/muennich/urxvt-perls -# Version: 2.0 # License: GPLv2 # Use keyboard shortcuts to copy the selection to the clipboard and to paste diff --git a/keyboard-select b/keyboard-select index bf3f48d..4a8c165 100644 --- a/keyboard-select +++ b/keyboard-select @@ -1,7 +1,6 @@ #! perl -w # Author: Bert Muennich # Website: http://www.github.com/muennich/urxvt-perls -# Version: 2.0 # License: GPLv2 # Use keyboard shortcuts to select and copy text. diff --git a/url-select b/url-select index 993c6ee..c623659 100644 --- a/url-select +++ b/url-select @@ -2,7 +2,6 @@ # Author: Bert Muennich # Website: http://www.github.com/muennich/urxvt-perls # Based on: http://www.jukie.net/~bart/blog/urxvt-url-yank -# Version: 2.0 # License: GPLv2 # Use keyboard shortcuts to select URLs.