Skip to content

Commit

Permalink
Clarify this arrangement a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressey committed Aug 27, 2012
1 parent 7849446 commit 7325316
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UNLICENSE
Expand Up @@ -3,7 +3,9 @@ Dipple are in the public domain, as described in the following Unlicense.

Note that all programs which contain example code taken from blogs or
"recipe" websites should be assumed to NOT be in the public domain unless
the blog or website specifically says that it is.
the blog or website specifically says that it is. However, the fourth
paragraph (the one in all capitals) of this Unlicense still applies to these
sources.

-----------------------------------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions python/mkstemp.py
@@ -1,6 +1,8 @@
#!/usr/bin/env python
# A gotcha with mkstemp: see e.g. http://www.logilab.org/blogentry/17873

# Contains code from a blog, and is therefore not in the public domain.

import os
from tempfile import mkstemp

Expand Down
2 changes: 2 additions & 0 deletions python/pretty_print_json_hack.sh
Expand Up @@ -3,4 +3,6 @@
# pipe JSON into this to pretty-print it.
# see: http://stackoverflow.com/questions/352098/how-to-pretty-print-json-script

# Contains code from a website, and is therefore not in the public domain.

python -mjson.tool
2 changes: 2 additions & 0 deletions python/simple_webserver_hack.sh
Expand Up @@ -3,4 +3,6 @@
# starts a simple webserver for the current directory on interface 0.0.0.0 port 8000
# see http://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python

# Contains code from a blog, and is therefore not in the public domain.

python -m SimpleHTTPServer
2 changes: 2 additions & 0 deletions python/xml_to_yaml.py
Expand Up @@ -4,6 +4,8 @@
# equivalent yaml file. Big problem: embedded HTML; it throws away most of it.
# Secondary problem: requires an extra top-level <root></root> element.

# Contains code from a website, and is therefore not in the public domain.

import sys

# easy_install PyYaml
Expand Down

0 comments on commit 7325316

Please sign in to comment.