From 42f35c10c2eb65c1339ce7f0feadc11c96d28965 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 24 Jan 2016 12:20:15 -0800 Subject: [PATCH] Added license. Updated javadoc task & comments. --- .gitignore | 1 + HttpStatus.iml | 7 +- HttpStatus.ipr | 24 +- LICENSE.TXT | 27 + build.gradle | 63 +- .../net/thauvin/erik/httpstatus/Reasons.java | 42 +- .../net/thauvin/erik/httpstatus/Utils.java | 44 +- .../net/thauvin/erik/httpstatus/package.html | 11 + .../erik/httpstatus/taglibs/CauseTag.java | 45 +- .../erik/httpstatus/taglibs/CodeTag.java | 45 +- .../erik/httpstatus/taglibs/ReasonTag.java | 45 +- .../erik/httpstatus/taglibs/XmlSupport.java | 42 +- .../erik/httpstatus/taglibs/package.html | 11 + test.txt | 1078 +++++++++++++++++ 14 files changed, 1305 insertions(+), 180 deletions(-) create mode 100644 LICENSE.TXT create mode 100644 src/main/java/net/thauvin/erik/httpstatus/package.html create mode 100644 src/main/java/net/thauvin/erik/httpstatus/taglibs/package.html create mode 100644 test.txt diff --git a/.gitignore b/.gitignore index d7290a0..cb14895 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ /deploy /dist /gen +/gradle.properties /local.properties /out /proguard-project.txt diff --git a/HttpStatus.iml b/HttpStatus.iml index b2c152e..4cb3823 100644 --- a/HttpStatus.iml +++ b/HttpStatus.iml @@ -1,5 +1,5 @@ - + @@ -14,12 +14,11 @@ - - - + +