diff --git a/LICENSE.txt b/LICENSE.txt index 9fe595d..f6aacc0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,6 @@ -Copyright 2006, Eric Hodel, The Robot Co-op. All rights reserved. +Original code copyright 2006, 2007, Eric Hodel, The Robot Co-op. All +rights reserved. Some code under other license, see individual files +for details. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/Rakefile b/Rakefile index 80193ca..0d71f4f 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,7 @@ require 'hoe' Hoe.new 'ar_mailer', '1.2.0' do |s| + s.rubyforge_name = 'seattlerb' s.summary = s.paragraphs_of('README.txt', 1).join(' ') s.description = s.paragraphs_of('README.txt', 7).join(' ') s.url = s.paragraphs_of('README.txt', 5).join(' ')