Commit 91ae7db726d5555831eb7592ce41b9b552c7c118
- Date: Thu Aug 24 19:21:43 +0000 2006
- Committer: fbos (fbos@d6c2ea82-c31b-0410-8381-e9c44f9824c5)
- Author: fbos (fbos@d6c2ea82-c31b-0410-8381-e9c44f9824c5)
- Commit SHA1: 91ae7db726d5555831eb7592ce41b9b552c7c118
- Tree SHA1: e6f6488c5e91f37966bcd3f6d557cc7bc4ad8091
Added E-Mail address with Copyright holder name.
git-svn-id: svn+ssh://rubyforge.org/var/svn/piston/trunk@6 d6c2ea82-c31b-0410-8381-e9c44f9824c5
Commit diff
| |   |
| 1 | | Copyright (c) 2006 François Beausoleil |
| 1 | Copyright (c) 2006 Francois Beausoleil <francois@teksol.info> |
| 2 | 2 | |
| 3 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4 | 4 | of this software and associated documentation files (the "Software"), to deal |
| toggle raw diff |
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2006 François Beausoleil
+Copyright (c) 2006 Francois Beausoleil <francois@teksol.info>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
|
| |   |
| 39 | 39 | s.require_path = 'lib' |
| 40 | 40 | s.has_rdoc = false |
| 41 | 41 | |
| 42 | | s.author = "François Beausoleil" |
| 42 | s.author = "Francois Beausoleil" |
| 43 | 43 | s.email = "francois@teksol.info" |
| 44 | 44 | s.homepage = "http://piston.rubyforge.org/" |
| 45 | 45 | s.rubyforge_project = "piston" |
| toggle raw diff |
--- a/Rakefile
+++ b/Rakefile
@@ -39,7 +39,7 @@ spec = Gem::Specification.new do |s|
s.require_path = 'lib'
s.has_rdoc = false
- s.author = "François Beausoleil"
+ s.author = "Francois Beausoleil"
s.email = "francois@teksol.info"
s.homepage = "http://piston.rubyforge.org/"
s.rubyforge_project = "piston" |
| |   |
| 1 | | # Copyright (c) 2006 Francois Beausoleil |
| 1 | # Copyright (c) 2006 Francois Beausoleil <francois@teksol.info> |
| 2 | 2 | # |
| 3 | 3 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4 | 4 | # of this software and associated documentation files (the "Software"), to deal |
| toggle raw diff |
--- a/lib/piston.rb
+++ b/lib/piston.rb
@@ -1,4 +1,4 @@
-# Copyright (c) 2006 Francois Beausoleil
+# Copyright (c) 2006 Francois Beausoleil <francois@teksol.info>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal |