Δημοσιεύτηκε: 04 Δεκ 2010, 23:24
gadlol έγραψε:Αυτό πως το κάνω;
- Δίνεις το source code αρχείο, όχι το executable.
- Στην αρχή του αρχείου βάζεις ένα comment με ένα συγκεκριμένο κομμάτι της άδειας χρήσης.
Στους συνδέσμους που σου έδωσα εξηγεί πως να το χρησιμοποιήσεις, προς το τέλος της σελίδας: http://www.gnu.org/licenses/GPL-howto.html
Π.χ. για γλώσσα C και GPLv3:
- Κώδικας: Επιλογή όλων
/*
* Copyright (C) Your-Name Here, 2010
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
Αν έχεις πολλά αρχεία source code, προτείνω να δημιουργήσεις ένα αρχείο "LICENSE" (είτε "COPYING") με αυτό το περιεχόμενο:
http://www.gnu.org/licenses/GPL-3.0.txt