annotate README.txt @ 73:c3268f4e752f

Adjust all license notes to (a) more literally comply with the BSD3 templates and to the style guide
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 26 Feb 2022 19:32:01 +0100
parents 44172581bfb8
children 15c1058c832e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 ===========
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2 py-cutils
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3 ===========
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
5 :Author: Franz Glasner
62
44172581bfb8 +++++ v0.3.3
Franz Glasner <fzglas.hg@dom66.de>
parents: 53
diff changeset
6 :Version: 0.3.3
44172581bfb8 +++++ v0.3.3
Franz Glasner <fzglas.hg@dom66.de>
parents: 53
diff changeset
7 :Date: 2022-02-09
73
c3268f4e752f Adjust all license notes to (a) more literally comply with the BSD3 templates and to the style guide
Franz Glasner <fzglas.hg@dom66.de>
parents: 62
diff changeset
8 :Copyright: (c) 2020-2022 Franz Glasner
31
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
9 :License: BSD 3-Clause "New" or "Revised" License
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
10 :ID: @(#) $HGid$
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
11
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
12 Pure Python implementations of coreutils.
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
13
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
14 Currently implemented:
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
15
36
1de48e84a5fb Implemented a dos2unix command.
Franz Glasner <fzglas.hg@dom66.de>
parents: 33
diff changeset
16 - `dos2unix` as :command:`py-dos2unix`
31
7af20e752600 Add a README.txt
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
17 - `shasum` as :command:`py-shasum`