Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Module creation copyrightModule creation copyright
Previous
 
Next
New Post
3/5/2008 11:03 PM
 

If i create a new module in dotnetnuke can i get the copyright of that module i created . Can anyone provide the details of it .

 

 

Thanks and regards

paul

 
New Post
3/6/2008 9:01 AM
 

In generalities, by virtue of creating the module you automatically have copyright to your work.  You could go to an attorney and get things formalized as far as copyrights, etc, but in most cases that could be a little overkill.  You can look into copyright laws on wikipedia (http://en.wikipedia.org/wiki/Copyright) or with the US copyright office itself (http://www.copyright.gov/)


-- Jon Seeley
DotNetNuke Modules
Custom DotNetNuke and .NET Development
http://www.seeleyware.com
 
New Post
3/6/2008 10:24 AM
 

just to elaborate on this, you can read about the DNN license and trademark on this page: http://www.dotnetnuke.com/About/LicensingandTrademarks/tabid/776/Default.aspx. Bottom line: you cannot claim copyright of anything you use directly from the dotnetnuke Core application, however, you can use it in any way you like.

What does this mean: it is very hard to create a DNN module with using at least some code from the DNN framework. That is ok, as long as you mention that somewhere. It will not hinder you in the distribution of your module in any way (you can even sell it... this is what a lot of people already do, check out the dnn Marketplace and Snowcovered...)

 


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
3/6/2008 11:02 AM
 

After some thought, i think this might need some clarification.

It is my personal point of view that if you have for instance a settings control in your module, and your implementation of UpdateModuleSettings looks like this:

        Public Overrides Sub UpdateSettings()
            Try
                Dim objModules As New Entities.Modules.ModuleController

                objModules.UpdateTabModuleSetting(TabModuleId, "settingname", txtSettingValue.Text)

                ModuleController.SynchronizeModule(ModuleId)

            Catch exc As Exception    'Module failed to load
                ProcessModuleLoadException(Me, exc)
            End Try
        End Sub

You are actually using some copyrighted material. Same with a lot of other areas. Is that a problem? No. Is anyone ever going to make a problem out of it if you  "forget" to mention the DNN copyright because you are using stuff like this? I believe not.

This opens a new question though? Are programming patterns copyrighted? If so.. who is the copyright holder (DNN uses a lot of patterns that are not DNN originals (eg. the provider pattern)

Rest assured: by default you hold the copyright on code you wrote, that you developed yourself, using your own creativity. If you are working for someone else, that might be a different matter.

 

DISCLAIMER: I AM NOT A LAWYER, SO PLEASE DO NOT TAKE MY WORDS FOR TRUTH. ALSO I AM NOT AFFILIATED WITH THE COPYRIGHT OWNER OF DOTNETNUKE IN ANY WAY, AND I AM NOT SPEAKING FOR THE COPYRIGHT OWNER OF DOTNETNUKE!


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Module creation copyrightModule creation copyright


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out