Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 13:02:03 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
CVS Tags:
HEAD
Branch point for:
DRUPAL-4-5,
DRUPAL-4-6,
DRUPAL-4-7
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:
find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;
I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.