From 1f368300a3ff3c9b878f2010b221d433329f462c Mon Sep 17 00:00:00 2001 From: oakes Date: Wed, 1 Jan 2014 00:08:50 -0500 Subject: [PATCH] Add copyright renunciation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cf8a542..d2e2254 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ A Clojure library that provides a wrapper for [LibGDX](http://libgdx.badlogicgam The recommended way to start using play-clj is to create a Clojure game project with [Nightcode](https://nightcode.info/). It will automatically generate three separate Leiningen projects for desktop, Android, and iOS, all pointing to the same source code and resources directories. You can build the projects with Nightcode itself or with Leiningen on the command line (if you choose the latter, you will need to set up [lein-droid](https://github.com/clojure-android/lein-droid) and [lein-fruit](https://github.com/oakes/lein-fruit) to build the Android and iOS projects respectively). +## Licensing + +All source files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.