1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From 8baf7567bdc065043c470a236c8682a2f96ee6cd Mon Sep 17 00:00:00 2001
From: Benjamin Mako Hill <mako@atdot.cc>
Date: Sat, 12 Feb 2011 16:00:31 -0500
Subject: remove problematic unicode character
---
bin/mvs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/mvs b/bin/mvs
index f707f01..2bd8505 100755
--- a/bin/mvs
+++ b/bin/mvs
@@ -651,7 +651,7 @@ and 'watch' settings, and bug reports.
=head1 COPYRIGHT
- Copyright 2004-2005, Mark Jaroski
+(C) Copyright 2004-2005, Mark Jaroski
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
--
1.7.2.3
|