Skip to content

Commit

Permalink
Added README.md; updated name in LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
gnewton committed Mar 16, 2015
1 parent 0bd1631 commit 5952abf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 gnewton
Copyright (c) 2015 Glen Newton gnewton

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jargo
======
jargo is a simple library allowing

It has two functions:

func GetManifest(filename string) (error, *Manifest)

func GetJarInfo(filename string) (error, *JarInfo)

0 comments on commit 5952abf

Please sign in to comment.