Skip to content

Commit

Permalink
Add WTFPL license
Browse files Browse the repository at this point in the history
  • Loading branch information
localshred committed Aug 21, 2013
1 parent e28d4aa commit 0accd60
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2004 Sam Hocevar <[email protected]>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

1 change: 1 addition & 0 deletions protobuf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require "protobuf/version"
s.name = 'protobuf'
s.version = ::Protobuf::VERSION
s.date = ::Time.now.strftime('%Y-%m-%d')
s.license = 'WTFPL'

s.authors = ['BJ Neilsen', 'Brandon Dewitt', 'Devin Christensen']
s.email = ['[email protected]', '[email protected]', '[email protected]']
Expand Down

0 comments on commit 0accd60

Please sign in to comment.