I want provide to copyright notice at start of files in my Ruby on Rails project. Can I give copyright notice in all Ruby on Rails files including auto generated files like application.rb, routes.rb. ?
Asked
Active
Viewed 917 times
2 Answers
2
I have seen this in some ruby files available online such ashttps://github.com/diaspora/diaspora/blob/develop/app/models/account_deletion.rb
I needed to do the same, but I needed a tool to automate adding it to all .rb files.
I have written the following script for this reason

Mahmoud Said
- 197
- 1
- 9
0
You would need to review the MIT-license for that: http://www.opensource.org/licenses/mit-license.php
but if my understanding is correct, yes you can put a copyright notice on your files.

corroded
- 21,406
- 19
- 83
- 132
-
No I just wanna know that it is valid or not? can I give copyright notice in auto generated files? is it valid? – Harry Joy Mar 09 '11 at 10:19
-
oh you mean like own the code etc? i'm not sure about that...you prolly have to read through the whole creative commons etc – corroded Mar 09 '11 at 17:10
-
Now you understand it right. Where did I find the creative commons? – Harry Joy Mar 10 '11 at 04:06