Really just messing around

I know I'll have version control hell when I merge this back to Fletcher... But it now supports the leiningen plugin.
This commit is contained in:
Simon Brooke 2018-07-20 15:39:44 +01:00
parent 36d4205ad1
commit 90a46ab32d
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
The MIT License (MIT)
# The MIT License (MIT)
Copyright (c) 2018
## Copyright (c) Simon Brooke 2018
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -13,10 +13,10 @@ furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.**

View file

@ -1,4 +1,4 @@
(defproject adl-support "0.1.0"
(defproject adl-support "0.1.1-SNAPSHOT"
:description "A small library of functions called by generated ADL code."
:url "http://example.com/FIXME"
:license {:name "MIT License"