Skip to content

Commit

Permalink
Add some metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
petertdavies committed Mar 1, 2011
1 parent b1db45b commit 3bdf924
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions CREDITS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Peter Davies <[email protected]>
2 changes: 2 additions & 0 deletions FAQ
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Q: Why don't we have any questions?
A: Because no one has asked any yet.
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
We claim no rights to coerce you over the use of this code. Equally we grant
you no rights to coerce us over the use of this code.

The file "ipaddr.py" is licensed separately, see that file for details.
17 changes: 17 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pycoin 0.1-ish

Pycoin is a program to implement the bitcoin protocol in python3.

To find out what it does run "./pycoin", this will print out a list of messages
recieved from the bitcoin client at "64.22.103.150" (roughly speaking). More
exciting features (ooh, command line arguments, shiny!) will be added in
future releases/commits.

A version of python3 ipaddr is provided until it is widely availible in
distributions.

To discover the mystical secrets of the source code follow this simple 3-step
process:
a) Read the source code (it has docstrings)
b) Read the source code again
c) Ask me
6 changes: 6 additions & 0 deletions UNLICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
We want to give users of our code the maximum flexibility possible, for that
reason we claim no rights to restrict your use of this code (see LICENSE).

However, should you choose to do something exciting with this code, we would
appreciate it if you would tell us and give us credit as a source (see
CREDITS).
9 changes: 9 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

echo This is totally unnecessary
echo Try ./pycoin

cat > Makefile << EOF
all:
false is your belief that this will achieve anything!
EOF

0 comments on commit 3bdf924

Please sign in to comment.