Skip to content

Commit

Permalink
C'mon, this is open source, no more stupid copyrights, I apologize.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmagana committed Mar 29, 2011
1 parent 6d1cfbb commit e5bf4d7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 80 deletions.
8 changes: 0 additions & 8 deletions README.rdoc
Expand Up @@ -94,8 +94,6 @@ This is somewhat similar to the OAuth scheme.
else
result.message # => "Invalid API Key(s)" <= This depends on the message sent by the prowl API
end



== Note on Patches/Pull Requests

Expand All @@ -107,10 +105,4 @@ This is somewhat similar to the OAuth scheme.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2010 Rafael Magaña

Copyright (c) 2010 Ken Pepple, additions for Prowl API version 1.2

See LICENSE for details
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -10,7 +10,7 @@ begin
gem.description = "The Prowly gem is a simple wrapper to the Prowl API, you can use it to send messages to your iPhone in a Rails or pure Ruby application."
gem.email = "raf.magana@gmail.com"
gem.homepage = "http://github.com/rafmagana/prowly"
gem.authors = ["Rafael Magaña", "Ken Pepple"]
gem.authors = ["Rafael Magaña"]
# gem.add_development_dependency "shoulda", ">= 0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down
24 changes: 0 additions & 24 deletions lib/prowly.rb
@@ -1,27 +1,3 @@
#--
# Copyright (c) 2010 Rafael Magaña Ávalos
# Copyright (c) 2011 Ken Pepple
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++

require 'prowly/interface'
require 'prowly/notification'

Expand Down
24 changes: 0 additions & 24 deletions lib/prowly/interface.rb
@@ -1,27 +1,3 @@
#--
# Copyright (c) 2010 Rafael Magaña Ávalos
# Copyright (c) 2011 Ken Pepple
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++

require 'net/https'
require 'prowly/response'
require 'prowly/notification'
Expand Down
23 changes: 0 additions & 23 deletions test/test_prowly.rb
@@ -1,26 +1,3 @@
#--
# Copyright (c) 2011 Ken Pepple
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
# "Software"), to deal in the Software without restriction, including
# without limitation the rights to use, copy, modify, merge, publish,
# distribute, sublicense, and/or sell copies of the Software, and to
# permit persons to whom the Software is furnished to do so, subject to
# the following conditions:
#
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++

require 'helper'

class TestProwly < Test::Unit::TestCase
Expand Down

0 comments on commit e5bf4d7

Please sign in to comment.