summaryrefslogtreecommitdiffstats
path: root/license
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-11-10 17:20:42 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-11-10 17:20:42 +0530
commit75114f9ba449a3bafd9d4ddb986e50b772c3a237 (patch)
tree53d1b4e157e80ff3b24412d8123ad3a7546815ce /license
parent727d6d17305e6dbba4c5231fb40012b5adfaca1b (diff)
New Parser: Source; Bug-fix for conversion/CanConvert.java & license/Liberate.java.
added: parsers/Source.java (New Parser, adds a link to the 'scruffy' source file) modified: conversion/CanConvert.java (bug-fix) conversion/CreateHtmlFile.java (we have two versions of the create() method now) license/Liberate.java (regex fix) parsers/ParserList.java (new parser added, see above)
Diffstat (limited to 'license')
-rw-r--r--license/Liberate.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/license/Liberate.java b/license/Liberate.java
index c7d1222..22ab291 100644
--- a/license/Liberate.java
+++ b/license/Liberate.java
@@ -67,7 +67,7 @@ public class Liberate {
public static void main(String[] args) {
Liberate libre = new Liberate();
- libre.baptize("./scruf/",".+\\.java");
+ libre.baptize("./scruf/",".+\\.java$");
}
} \ No newline at end of file