Home | History | Annotate | Download | only in proguard

Lines Matching defs:out

27  * This class checks and prints out information about the GPL.
34 * Prints out a note about the GPL if ProGuard is linked against unknown
39 ByteArrayOutputStream out = new ByteArrayOutputStream();
40 new Exception().printStackTrace(new PrintStream(out));
43 new ByteArrayInputStream(out.toByteArray())));
51 System.out.println("ProGuard is released under the GNU General Public License. You therefore");
52 System.out.println("must ensure that programs that link to it ("+uniquePackageNames+"...)");
53 System.out.println("carry the GNU General Public License as well. Alternatively, you can");
54 System.out.println("apply for an exception with the author of ProGuard.");
193 System.out.println(uniquePackageNames);