From b4ac9edad9e50f7af8ef4d10f2053058cbf95d63 Mon Sep 17 00:00:00 2001 From: Eric Hodel Date: Tue, 5 Jun 2007 13:37:12 -0800 Subject: [PATCH] Fix rubyforge name. Update license. [git-p4: depot-paths = "//src/ar_mailer/dev/": change = 3230] --- LICENSE.txt | 4 +++- Rakefile | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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(' ')