Revision: 63351db5ff63
Author: nogu.dev <[email protected]>
Date: Sat Jun 29 20:19:22 2013
Log: Fix the command to update copyright.
* DevelopUim.wiki
- (Update copyright): Fix the command.
http://code.google.com/p/uim/source/detail?r=63351db5ff63&repo=wiki
Modified:
/DevelopUim.wiki
=======================================
--- /DevelopUim.wiki Sun Oct 28 04:34:00 2012
+++ /DevelopUim.wiki Sat Jun 29 20:19:22 2013
@@ -151,6 +151,6 @@
= Update copyright =
Committers should update a copyright line in the source files every year:
{{{
-$ git ls-files | egrep -v '/$' | xargs perl -i
-pe 's/\b(20\d\d)([,-\s]+20\d\d)*\s+uim\b/\1-20xx uim/'
+$ git ls-files | grep -v '^\(sigscheme\|ChangeLog.old.2\)$' | xargs perl
-i -pe 's/\b(20\d\d)([,-\s]+20\d\d)*\s+uim\b/\1-2013 uim/'
}}}
where _20xx_ is the current year.
--
---
You received this message because you are subscribed to the Google Groups "uim-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.