Commit c6635e24d61865bf851bce8707c19c1fa2429c02
Fix comment
cel committed on 12/9/2019, 1:03:35 AMParent: 07554367fe46654aa4984415ba3cfc02767f31c1
Files changed
bin.js | changed |
bin.js | ||
---|---|---|
@@ -1,10 +1,10 @@ | ||
1 | 1 … | #!/usr/bin/env node |
2 | -# © 2019 cel @f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519 | |
3 | -# Copying and distribution of this file, with or without modification, | |
4 | -# are permitted in any medium without royalty provided the copyright | |
5 | -# notice and this notice are preserved. This file is offered as-is, | |
6 | -# without any warranty. | |
2 … | +// © 2019 cel @f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519 | |
3 … | +// Copying and distribution of this file, with or without modification, | |
4 … | +// are permitted in any medium without royalty provided the copyright | |
5 … | +// notice and this notice are preserved. This file is offered as-is, | |
6 … | +// without any warranty. | |
7 | 7 … | |
8 | 8 … | var pull = require('pull-stream') |
9 | 9 … | var Block = require('pull-block') |
10 | 10 … | var Client = require('ssb-client') |
Built with git-ssb-web