Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 03-28-2010, 12:17 AM
TNCclubman's Avatar
TNCclubman TNCclubman is offline
 
Join Date: Sep 2008
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think the percentage changed argument may be valid.
Reply With Quote
  #22  
Old 03-28-2010, 12:32 AM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alfa1 View Post
Doesn't copyright have to be explicitly stated? Like it is at the bottom of this page?
Not from what I understand. As soon as you create a work, it's copyrighted. Proving it in court if necessary is something else.

But we're confusing the issue by trying to compare software routines to music or books. i.e., There's only so many ways to say "Hello World!" in PHP, so nobody can be expected to change x% of the code before using it.

We've all been flabbergasted at recent software patent infringement suits - like Apple claiming all mouse routines, or someone claiming to own all .gifs. But as ridiculous as that is, those are properly registered patents, not just a modification to existing code.

In the case of abandoned mods here, no patents or copyright registration has been obtained. It's simply a rule that prevents re-use. Rules can be changed. And it's certainly in VB's best interest to have a thriving mod community, rather than one that finds itself increasingly restricted to fewer and fewer mods that can only accomplish their objective with wild code workarounds.

What's so wrong about simply changing the rule to read "If you disappear for more than six months your code will automatically become reusable"? Where is this rule codified anyway, because honestly I don't know if that isn't what it says already.
Reply With Quote
  #23  
Old 03-28-2010, 01:40 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No ones saying you couldn't code a similiar modification, you just can't update and release their code.
Reply With Quote
  #24  
Old 03-28-2010, 04:29 AM
Rahstyles Rahstyles is offline
 
Join Date: Jul 2008
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dude post it who cares if it's sombody elses.. Obiously if they don't go on anymore.. That's because they don't care bout it... Like Nike says.... Just do it!!
Reply With Quote
  #25  
Old 03-28-2010, 05:33 AM
nnStaff nnStaff is offline
 
Join Date: May 2009
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery View Post
No ones saying you couldn't code a similiar modification, you just can't update and release their code.
the issue here is that we're getting too caught up in copyrights and licensing IMO

it should be a given that mods posted freely for vb on these boards are open source and can be freely modified and re-released. why should I have to recode something completely to release it to my fellow users when I can just update what someone else has already done? so I've fixed 2 mods for vb4, but you guys would rather I keep this work to myself than share it with an open source community

if they were coding these for money, that's a different story. however they're not, and they're posting this free for vb users.

I will respect your rules but I think they need modifying
Reply With Quote
  #26  
Old 03-28-2010, 10:54 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rahstyles2008 View Post
Dude post it who cares if it's sombody elses.. Obiously if they don't go on anymore.. That's because they don't care bout it... Like Nike says.... Just do it!!
Please do not post advice that could cause others to loose their membership here.

Posting copyrighted material without permission of the original author is taken serious and will often result in infractions.

Copyright rules are not a site rule, they are international law. Any original work of art (and this includes code) is automatically copyrighted. If a person is still visiting our site, still alive or not doesn't make any difference.
Reply With Quote
  #27  
Old 03-28-2010, 11:59 AM
sulasno sulasno is offline
 
Join Date: Feb 2010
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

as a non coder and a user, if someone shares the Mod privately, I don't see a problem; Publishing somebody's code to the public is a no no
Reply With Quote
  #28  
Old 03-28-2010, 03:04 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marco van Herwaarden View Post
Copyright rules are not a site rule, they are international law. Any original work of art (and this includes code) is automatically copyrighted.
Can you please elaborate on this? It seems to me that this law would make any copyright registration superfluous. And I regularly need to register trademarks and copyrights. I know for a fact that several countries do not recognise a copyright, unless it is registered.
Reply With Quote
  #29  
Old 03-28-2010, 03:48 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nnStaff View Post
it should be a given that mods posted freely for vb on these boards are open source and can be freely modified and re-released.

if they were coding these for money, that's a different story. however they're not, and they're posting this free for vb users.

I will respect your rules but I think they need modifying
Just because i dont charge for any modifications I write doesnt mean you should be allowed to copy and re-distribute them whenever you feel like it.

If any coder wants to do that then they can mark their mod as Re-Usable, otherwise you need their permission. Thats the law, whether you like it or not.
Reply With Quote
  #30  
Old 03-28-2010, 04:07 PM
BlackJacket's Avatar
BlackJacket BlackJacket is offline
 
Join Date: Nov 2008
Location: 070108111114105100100
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The last i checked, you cannot copyright a language. HTML/PHP is a coding language. You also cannot copyright the format of of the mod. IE the end result, etc.

In reality, this is just a VB rule to allow coders rights to their mod. I agree with the "dead mod" rule which would allow someone else to take over the mod when the user has not updated it within a year period.

I was having a hard time find supporting laws that Marco stated. In fact, i did not find any copyright laws that mention copyrights on coding and scripting language. I also could not find specific coding such as PHP/HTML/etc categorized as "art." Marco please post references when making statements regarding international law.

From the U.S. Copyright law -

"(b) In no case does copyright protection for an original work of authorship extend to any idea, procedure, process, system, method of operation, concept, principle, or discovery, regardless of the form in which it is described, explained, illustrated, or embodied in such work"


http://www.copyright.gov/title17/
http://www.copyright.gov/title17/92chap1.html#101
http://www.rpi.edu/dept/llc/webclass...p5/format.html
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:54 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08554 seconds
  • Memory Usage 2,265KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete