diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-05-22 20:48:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 20:48:31 -0700 |
commit | 7276d308986bfcbd2bbe3d22e2887b622fab52e7 (patch) | |
tree | 9e5d292acba06e4d4b4e4e3009c7a6b7796f6035 /cmd/ponzu/vendor/github.com/spf13/pflag/LICENSE | |
parent | 66c3ad778ccf54566086d535a6ebe4805bf4241f (diff) | |
parent | b49b082c4d77df817a4ec67528123aea8d36407e (diff) |
Merge pull request #143 from vitraum/cobra
[WIP] use spf13/cobra to process commands
Diffstat (limited to 'cmd/ponzu/vendor/github.com/spf13/pflag/LICENSE')
-rw-r--r-- | cmd/ponzu/vendor/github.com/spf13/pflag/LICENSE | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/cmd/ponzu/vendor/github.com/spf13/pflag/LICENSE b/cmd/ponzu/vendor/github.com/spf13/pflag/LICENSE new file mode 100644 index 0000000..63ed1cf --- /dev/null +++ b/cmd/ponzu/vendor/github.com/spf13/pflag/LICENSE @@ -0,0 +1,28 @@ +Copyright (c) 2012 Alex Ogier. All rights reserved. +Copyright (c) 2012 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |