X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Finspector%2Fjava%2Fmethods%2FClazz.java;h=d6f91598132f45f88f2b097d85d310b42ba91625;hb=31e8e0b97c9f60f8820d708fa86c11d65f5445f3;hp=430b5f111be28874b3a2b461be2e1bbcfc25d6a5;hpb=c36bb542027754d394639170b96348439257103b;p=javainspect.git diff --git a/src/main/java/eu/svjatoslav/inspector/java/methods/Clazz.java b/src/main/java/eu/svjatoslav/inspector/java/methods/Clazz.java old mode 100644 new mode 100755 index 430b5f1..d6f9159 --- a/src/main/java/eu/svjatoslav/inspector/java/methods/Clazz.java +++ b/src/main/java/eu/svjatoslav/inspector/java/methods/Clazz.java @@ -1,3 +1,12 @@ +/* + * JavaInspect - Utility to visualize java software + * Copyright (C) 2013-2014, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 3 of the GNU Lesser General Public License + * or later as published by the Free Software Foundation. + */ + package eu.svjatoslav.inspector.java.methods; import java.util.ArrayList;