Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Added License and updated CDM dependencies to 0.2.0-pre6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochembroekhoff committed Jan 4, 2018
1 parent a0b762f commit 2926c97
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Jochem Broekhoff

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
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
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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CDML Loader is a collection of helper classes and annotations to help you organi
It separates the layout creation and controller code from each other by using a dedicated file for
the layout definition, written in a markup language called CDML, an XML document validated against the CDML DTD.

Requires CDM version `0.2.0-pre5`.
Requires CDM version `0.2.0-pre6`.

*This documentation is NOT complete and you shouldn't rely on it. This project has not been released as
any stable release, beta or alpha, so anything might change. The demo application in the source code is a great reference
Expand Down
Binary file modified libs/cdm_classes.jar
Binary file not shown.
Binary file modified libs/cdm_sources.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Reference {
public static final String MOD_NAME = "CDMLLoader";
public static final String MOD_VERSION = "0.0.1";
public static final String MC_VERSION = "[1.12.2]";
public static final String DEPENDS = "required-after:cdm@[0.2.0,)";
public static final String DEPENDS = "required-after:cdm@[0.2.0-pre6,)";

public class Proxy {
public static final String CLIENT_SIDE = "nl.jochembroekhoff.cdmlloaderdemo.proxy.ClientProxy";
Expand Down

0 comments on commit 2926c97

Please sign in to comment.