LINUX.ORG.RU

История изменений

Исправление Zmicier, (текущая версия) :

Фью! Так тут же явный конфликт лицензий:

#include "takepic.h"
...
#include "airmass.c"

am.c

 *  Copyright (C) 2000 Reed D. Meyer (rxm128@yahoo.com).
 *  You are permitted to copy and distribute this program as much as you want,
 *  as long as you leave the source code, including this comments section,
 *  intact and unmodified.

airmass.c

 * Copyright 2015 Edward V. Emelianov <eddy@sao.ru, edward.emelianoff@gmail.com>
 *
 * 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 2 of the License, or
 * (at your option) any later version.

takepic.h

Как минимум, здесь надо исключение из авторского лева делать по типу такого (IANAL, TINLA, с третьей GNU GPL было бы маленько попроще):

 * In addition, as a special exception, the copyright holders of
 * `apogee_control' give you permission to combine `apogee_control'
 * with code included in the standart release of `airmass' by Reed D.
 * Meyer. You may copy and distribute such a system following the terms
 * of the GNU GPL for `apogee_control' and the licenses of the other
 * code concerned, provided that you include the source code of that
 * other code when and as the GNU GPL requires distribution of source
 * code.
 * 
 * Note that people who make modified versions of `apogee_control' are
 * not obligated to grant this special exception for their modified
 * versions; it is their choice whether to do so. The GNU General
 * Public License gives permission to release a modified version
 * without this exception; this exception also makes it possible to
 * release a modified version which carries forward this exception.

Добавляется в шапки всех файлов под GNU GPLv2.

А вообще не могу не отметить, что эту проприетарщину airmass.c и выкинуть, переписав по любезно предоставленному описанию (формулы — не об’ект авторских прав), не мешало бы. Сейчас даже сборки apogee_control распространять, получается, нельзя (хотя и догадываюсь, что это довольно специфичная вещь).

Исходная версия Zmicier, :

Фью! Так тут же явный конфликт лицензий:

#include "takepic.h"
...
#include "airmass.c"

am.c

 *  Copyright (C) 2000 Reed D. Meyer (rxm128@yahoo.com).
 *  You are permitted to copy and distribute this program as much as you want,
 *  as long as you leave the source code, including this comments section,
 *  intact and unmodified.

airmass.c

 * Copyright 2015 Edward V. Emelianov <eddy@sao.ru, edward.emelianoff@gmail.com>
 *
 * 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 2 of the License, or
 * (at your option) any later version.

takepic.h

Как минимум, здесь надо исключение из авторского лева делать по типу такого (с третьей GNU GPL было бы маленько попроще):

 * In addition, as a special exception, the copyright holders of
 * `apogee_control' give you permission to combine `apogee_control'
 * with code included in the standart release of `airmass' by Reed D.
 * Meyer. You may copy and distribute such a system following the terms
 * of the GNU GPL for `apogee_control' and the licenses of the other
 * code concerned, provided that you include the source code of that
 * other code when and as the GNU GPL requires distribution of source
 * code.
 * 
 * Note that people who make modified versions of `apogee_control' are
 * not obligated to grant this special exception for their modified
 * versions; it is their choice whether to do so. The GNU General
 * Public License gives permission to release a modified version
 * without this exception; this exception also makes it possible to
 * release a modified version which carries forward this exception.

Добавляется в шапки всех файлов под GNU GPLv2.

А вообще не могу не отметить, что эту проприетарщину airmass.c и выкинуть, переписав по любезно предоставленному описанию (формулы — не об’ект авторских прав), не мешало бы. Сейчас даже сборки apogee_control распространять, получается, нельзя (хотя и догадываюсь, что это довольно специфичная вещь).