Merge pull request #38 from riking/patch-2
Add dual-licensing notice to Forge mapping code
This commit is contained in:
commit
50e94afd11
@ -85,6 +85,15 @@ public class ReflectionManager {
|
|||||||
private static final Field pingField;
|
private static final Field pingField;
|
||||||
private static Map<Class<?>, String> primitiveTypes;
|
private static Map<Class<?>, String> primitiveTypes;
|
||||||
private static final Field trackerField;
|
private static final Field trackerField;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This portion of code is originally Copyright (C) 2014-2014 Kane York.
|
||||||
|
*
|
||||||
|
* In addition to the implicit license granted to libraryaddict to redistribuite the code, the
|
||||||
|
* code is also licensed to the public under the BSD 2-clause license.
|
||||||
|
*
|
||||||
|
* The publicly licensed version may be viewed here: https://gist.github.com/riking/2f330f831c30e2276df7
|
||||||
|
*/
|
||||||
static {
|
static {
|
||||||
final String nameseg_class = "a-zA-Z0-9$_";
|
final String nameseg_class = "a-zA-Z0-9$_";
|
||||||
final String fqn_class = nameseg_class + "/";
|
final String fqn_class = nameseg_class + "/";
|
||||||
|
Loading…
Reference in New Issue
Block a user