[Off] Como se llama esto?
#1

hola,tengo una pregunta,pero quisiera saber como se registra un programa,por ejemplo vos creas un programa
pero quieres tener los derechos de йl,osea ser el ъnico desarrollador y dueсo de ese programa
їA dуnde acudes?,como se llama esa organizaciуn o que, algo asн como copyright (creo que se escribe e.e).
o de derechos de autor yo hablo global mente osea internacionalmente.

gracias
Reply
#2

Lo podes poner bajo una licencia, creo que sуlo con ponerle en cada archivo fuente lo de la licencia ya esta. Por ejemplo en la YSI en cada include tiene esto:

pawn Код:
/*
                     y_inline - PAWN inline functions.
                    ===================================
Description:
    This library allows a user to write inline functions in their script.  It
    first detects all inline functions and generates data on them, such as
    parameter counts and addresses.  When an inline function is passed in code
    its current context data is stored.  Finally, when an inline function is
    found to be called at some point its current local stack is stored in global
    memory.  When the function actually is called, the stack is restored, and
    additional parameters which are the inline function parameters, are passed.
Legal:
    Version: MPL 1.1
   
    The contents of this file are subject to the Mozilla Public License Version
    1.1 (the "License"); you may not use this file except in compliance with
    the License. You may obtain a copy of the License at
    http://www.mozilla.org/MPL/
   
    Software distributed under the License is distributed on an "AS IS" basis,
    WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
    for the specific language governing rights and limitations under the
    License.
   
    The Original Code is the YSI Inline Function include.
   
    The Initial Developer of the Original Code is Alex "******" Cole.
    Portions created by the Initial Developer are Copyright © 2011
    the Initial Developer. All Rights Reserved.
   
    Contributors:
        ZeeX, koolk, JoeBullet/******63, g_aSlice/Slice
   
    Thanks:
        JoeBullet/******63 - Handy arbitrary ASM jump code using SCTRL.
        ZeeX - Very productive conversations.
        koolk - IsPlayerinAreaEx code.
        TheAlpha - Danish translation.
        breadfish - German translation.
        Fireburn - Dutch translation.
        yom - French translation.
        50p - Polish translation.
        Zamaroht - Spanish translation.
        Dracoblue, sintax, mabako, Xtreme, other coders - Producing other modes
            for me to strive to better.
        Pixels^ - Running XScripters where the idea was born.
        Matite - Pestering me to release it and using it.
   
    Very special thanks to:
        Thiadmer - PAWN, whose limits continue to amaze me!
        Kye/Kalcor - SA:MP.
        SA:MP Team past, present and future - SA:MP.
   
Version:
    1.0
Changelog:
    22/06/13:
        Rewrote the library from scratch for better performance all round.
    20/10/12:
        Fixed a bug with "Callback_Release" with public functions.
    15/11/11:
        Changed the precedence of "using" types.
    19/09/11:
        First version*/

\**--------------------------------------------------------------------------**/
Sacado de y_inline
Reply
#3

Quote:
Originally Posted by EddD
Посмотреть сообщение
hola,tengo una pregunta,pero quisiera saber como se registra un programa,por ejemplo vos creas un programa
pero quieres tener los derechos de йl,osea ser el ъnico desarrollador y dueсo de ese programa
їA dуnde acudes?,como se llama esa organizaciуn o que, algo asн como copyright (creo que se escribe e.e).
o de derechos de autor yo hablo global mente osea internacionalmente.

gracias
Depende de que software aras.Por ejemplo los videojuegos deben ser registrados en una empresa,junto con su licencia.No creo que vallas a crear un videojuego,supongo que arias algun programa basico,puedes ponerle una licencia en el instalador o en un license.txt

Te doy un ejemplo de la licencia de samp

Код:
The SA-MP modification for Grand Theft Auto: San Andreas ® is a software project
aimed at extending the functionality of the Grand Theft Auto: San Andreas ®
software for Microsoft Windows ®.

------------------------------------------------------------------------------------

SA-MP CLIENT AND SERVER SOFTWARE LICENSE AGREEMENT AND ATTRIBUTIONS


---- LICENSE TERMS ----

(a) You must have a valid license to use Grand Theft Auto: San Andreas ® PC
in order for this license to be valid.

(b) The software contained herein is provided on an "as-is" basis without
any form of warranty.

© This software may not be exploited for personal, financial or 
commercial gain.

(d) The author(s) of this software accept no liability for use/misuse of the
software.

(e) The SA-MP software package may not be distributed, sold, rented or
leased, without written permission of the software author(s).

(f) You may not create or distribute derivative works of the software or files
contained within the package.

(g) You may not use this software for any illegal purposes.

(h) The author(s) of this software retain the right to modify/revoke this license
at any time under any conditions seen appropriate by the author(s).

(i) Ideas expressed in this software by way of coding or configuration are
property of SA-MP.com.


------------------------------------------------------------------------------------

© 2005-2012 SA-MP.com team.

The SA-MP.com team is not affiliated with Rockstar Games, Rockstar North or 
Take-Two Interactive Software Inc.

Grand Theft Auto and Grand Theft Auto: San Andreas are registered trademarks of
Take-Two Interactive Software Inc.

------------------------------------------------------------------------------------


---- ATTRIBUTIONS ----

- This software makes use of the RakNet networking library © 2003 Kevin Jenkins
- This software makes use of the Pawn language © ITB CompuPhase, 1997-2005
- This software makes use of the ttmath library © 2006-2009, Tomasz Sowa

*** ttmath LIBRARY LICENSE ***

 Copyright © 2006-2009, Tomasz Sowa
  All rights reserved.
  
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  
    Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
     
    Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
     
    Neither the name Tomasz Sowa nor the names of contributors to this
     project may be used to endorse or promote products derived
     from this software without specific prior written permission.
 
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  THE POSSIBILITY OF SUCH DAMAGE.

------------------------------------------------------------------------------------
Saludos,a mi modo la mejor manera es crear un archivo license o si es un script ahi mismo.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)