diff --git a/clipboard b/clipboard index 3b00ad7..4f7b64c 100644 --- a/clipboard +++ b/clipboard @@ -1,7 +1,8 @@ #! perl -w -# Author: Bert Muennich -# Website: http://www.github.com/muennich/urxvt-perls -# License: GPLv2 +# 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 # the clipboard contents (optionally escaping all special characters). diff --git a/keyboard-select b/keyboard-select index 8ad9005..bf3f48d 100644 --- a/keyboard-select +++ b/keyboard-select @@ -1,7 +1,7 @@ #! perl -w # Author: Bert Muennich # Website: http://www.github.com/muennich/urxvt-perls -# Version: git-20110906 +# Version: 2.0 # License: GPLv2 # Use keyboard shortcuts to select and copy text. diff --git a/url-select b/url-select old mode 100755 new mode 100644 index 1977501..993c6ee --- a/url-select +++ b/url-select @@ -2,7 +2,7 @@ # Author: Bert Muennich # Website: http://www.github.com/muennich/urxvt-perls # Based on: http://www.jukie.net/~bart/blog/urxvt-url-yank -# Version: git-20120710 +# Version: 2.0 # License: GPLv2 # Use keyboard shortcuts to select URLs.