Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50436 - dbus is licensed wrongly
Summary: dbus is licensed wrongly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on: 50412
Blocks:
  Show dependency tree
 
Reported: 2004-05-08 03:00 UTC by Thilo Bangert (RETIRED) (RETIRED)
Modified: 2004-08-17 10:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2004-05-08 03:00:41 UTC
Hi,

from dbus ebuild:
LICENSE="Academic"

from /usr/portage/licenses/Academic:
                Academic Free License
                Version 1.2

from dbus-0.21.tar.gz/bus/activation.c
/* -*- mode: C; c-file-style: "gnu" -*- */
/* activation.c  Activation of services
 *
 * Copyright (C) 2003  CodeFactory AB
 * Copyright (C) 2003  Red Hat, Inc.
 * Copyright (C) 2004  Imendio HB
 *
 * Licensed under the Academic Free License version 2.0
 *
 * 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.
 *
 * 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, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */

so /usr/portage/licenses/Academic represents the Academic Free Licenses v1.2, while in reality dbus is licensed under version 2.0 of said license.

it also appears, that /usr/portage/licenses/Academic i a direct copy of the LICENSE file from (an older) version of dbus, since it not only contains the license, but also this

> D-BUS is licensed to you under your choice of the Academic Free
> License version 1.2, or the GNU General Public License version 2.
> Both licenses are included here.

as well as a discription of the differences between Academic Free License v.1 and v.1.2 and also a copy of the gpl-2.

best regards
thilo
Comment 1 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2004-05-08 03:16:25 UTC
googleing a little around i found 
http://freedesktop.org/pipermail/dbus/2003-September/000446.html
which states the switch to academic v.2

Comment 2 Marcel Martin 2004-08-12 16:28:08 UTC
dbus-0.22 is just out. According to the webpage its license is now AFL 2.1 (http://dbus.freedesktop.org/).
Comment 3 foser (RETIRED) gentoo-dev 2004-08-17 10:45:05 UTC
Added AFL-2.1 license for dbus-0.22, removed older versions of dbus. We should probably ditch the older academic license if it's not used anymore.