File size: 1,425 Bytes
360db1f
 
20edaed
360db1f
20edaed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
license: mit
viewer: false
---

## Common license info

### Extracted from https://github.com/github/choosealicense.com

| license id          |
| ------------------- |
| 0bsd                |
| afl-3.0             |
| agpl-3.0            |
| apache-2.0          |
| artistic-2.0        |
| blueoak-1.0.0       |
| bsd-2-clause-patent |
| bsd-2-clause        |
| bsd-3-clause-clear  |
| bsd-3-clause        |
| bsd-4-clause        |
| bsl-1.0             |
| cc-by-4.0           |
| cc-by-sa-4.0        |
| cc0-1.0             |
| cecill-2.1          |
| cern-ohl-p-2.0      |
| cern-ohl-s-2.0      |
| cern-ohl-w-2.0      |
| ecl-2.0             |
| epl-1.0             |
| epl-2.0             |
| eupl-1.1            |
| eupl-1.2            |
| gfdl-1.3            |
| gpl-2.0             |
| gpl-3.0             |
| isc                 |
| lgpl-2.1            |
| lgpl-3.0            |
| lppl-1.3c           |
| mit-0               |
| mit                 |
| mpl-2.0             |
| ms-pl               |
| ms-rl               |
| mulanpsl-2.0        |
| ncsa                |
| odbl-1.0            |
| ofl-1.1             |
| osl-3.0             |
| postgresql          |
| unlicense           |
| upl-1.0             |
| vim                 |
| wtfpl               |
| zlib                |

### Tips

To rename all .txt files to .md:

```bash
find . -iname "*.txt" -exec bash -c 'mv "$0" "${0%\.txt}.md"' {} \;
```