commit c2da3a543114a3b51a75abb3c1622a5279806249 Author: Mahesh Asolkar Date: Mon Mar 25 18:17:42 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c15b52a --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +blib/ +.build/ +_build/ +cover_db/ +inc/ +Build +!Build/ +Build.bat +.last_cover_stats +Makefile +Makefile.old +MANIFEST.bak +META.yml +MYMETA.yml +nytprof.out +pm_to_blib diff --git a/README.md b/README.md new file mode 100644 index 0000000..c844b48 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +get-licensed +============ + +A Perl tool to add license stubs to source code files \ No newline at end of file