Δημοσιεύτηκε: 08 Φεβ 2012, 12:56
από medigeek
migf1 έγραψε:
Σάββα, είσαι αρχηγός... χίλια ευχαριστώ για το makefile!

Υ.Γ. Το makefile είναι υπό GPLv3. :P Για να το προσθέσεις μαζί με το πρόγραμμα σου χρειάζεται (νομίζω :P ) GPL-compatible license: MIT, BSD, GPL
Οι δύο πρώτες μοιάζουν με τη δική σου "άδεια χρήσης" αν και συστήνω την GPL-3. Επιτρέπει την αναδιανομή. :)
Άμα γουστάρεις ελληνικά, υπάρχει και η αντίστοιχη (με λίγες διαφορές) ευρωπαϊκή, η EUPL: http://joinup.ec.europa.eu/software/pag ... cence-eupl

GPLv3:
Κώδικας: Επιλογή όλων
/*
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/>.
*/