Changeset 284

Show
Ignore:
Timestamp:
03/20/2008 17:27:32 (8 months ago)
Author:
why
Message:

Transfering copyright and attribution to Jason. Just totally excellent work!

Location:
trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/COPYING

    r272 r284  
    1 Copyright (c) 2006 why the lucky stiff 
     1Copyright (c) 2008 Jason Garber 
    22 
    33Permission is hereby granted, free of charge, to any person obtaining a copy 
  • trunk/README

    r283 r284  
    11= RedCloth - Textile parser for Ruby 
    22 
    3 Homepage::  http://whytheluckystiff.net/ruby/redcloth/ 
    4 Author::    why the lucky stiff (http://whytheluckystiff.net/) 
    5 Copyright:: (c) 2006 why the lucky stiff 
     3Homepage::  https://code.whytheluckystiff.net/redcloth/ 
     4Author::    Jason Garber 
     5Copyright:: (c) 2008 Jason Garber 
    66 
    77(See http://hobix.com/textile/ for a Textile reference.) 
  • trunk/Rakefile

    r282 r284  
    8282        s.summary = SUMMARY 
    8383        s.description = s.summary 
    84         s.author = "why the lucky stiff" 
    85         s.email = 'why@ruby-lang.org' 
     84        s.author = "Jason Garber" 
     85        s.email = 'redcloth-upwards@rubyforge.org' 
    8686        s.homepage = 'http://code.whytheluckystiff.net/redcloth/' 
    8787 
     
    159159  s.summary = SUMMARY  
    160160  s.description = s.summary 
    161   s.author = "why the lucky stiff" 
    162   s.email = 'why@ruby-lang.org' 
     161  s.author = "Jason Garber" 
     162  s.email = 'redcloth-upwards@rubyforge.org' 
    163163  s.homepage = 'http://code.whytheluckystiff.net/redcloth/' 
    164164 
  • trunk/ext/redcloth_scan/redcloth_inline.rl

    r274 r284  
    22 * redcloth_inline.rl 
    33 * 
    4  * $Author: why $ 
    5  * $Date$ 
    6  * 
    7  * Copyright (C) 2007 why the lucky stiff 
     4 * Copyright (C) 2008 Jason Garber 
    85 */ 
    96#include <ruby.h> 
  • trunk/ext/redcloth_scan/redcloth_scan.rl

    r282 r284  
    22 * redcloth_scan.rl 
    33 * 
    4  * $Author: why $ 
    5  * $Date$ 
    6  * 
    7  * Copyright (C) 2007 why the lucky stiff 
     4 * Copyright (C) 2008 Jason Garber 
    85 */ 
    96#define redcloth_scan_c