Slashdot Mirror


User: kfogel

kfogel's activity in the archive.

Stories
0
Comments
82
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 82

  1. Good for them (trademark != copyright) on Red Hat Tightening Trademarks? · · Score: 2

    Their name (i.e., their reputation) is their
    only asset. Unless they want to verify that
    every clone CD is a byte-for-byte copy of their
    official CD, the only way for RH to protect
    their reputation from others' carelessness is to
    insist that only Red Hat, Inc., can use the
    name "Red Hat"... which is the whole point
    of trademark law, after all.

  2. So... which distribution(s)? on Dell to offer Linux on Dimension Line · · Score: 1

    Subject line says it all... does anyone
    know if they plan to offer any non-RedHat
    distributions pre-installed

  3. Cyclic may become non-profit; project under way... on Cyclic discontinues offering CVS support contracts · · Score: 2

    See


    http://www.red-bean.com/ccp.html

    for details; this is a "CVS community" project,
    designed to ensure the stability of the
    CVS maintenance process and of the resources
    currently found at www.cyclic.com.

    -Karl

  4. So where is the license? on IBM Open-Sources 3D Data Visualization Software · · Score: 3

    Until they show the actual license, there
    is no way to know if it really will be
    "Open Source". I searched all around the
    site for it, no sign.

    Remembering Apple,
    -Karl

  5. Perens didn't notice another violation in APSL... on OSI APSL Response · · Score: 1

    Clause 2.1 of the Apple license states that

    "You may use, copy, modify and distribute Original Code, with or without Modifications, solely for Your internal research and development,..."

    which is pretty clearly in conflict with the Open Source definition's clause 6, "no discrimination
    against fields of endeavor". (see www.opensource.org).

    ESR?

  6. Yes, there is a script, cvs2cl.pl on Creating the ChangeLog · · Score: 2

    I've just finished it. :-) It runs cvs log and
    parses the output, producing a ChangeLog
    file. Yes, it unifies when different files
    have the same log message on the same date.

    You can get it from me by asking, or check
    it out via anonymous CVS:

    cvs -d \
    :pserver:anonymous@cvs.red-bean.com:/usr/local/c vs

    checkout cvs2cl

    (password is "the key")

    -Karl Fogel

  7. Huh... how does this differ from GPL? on QPL 1.0 Released · · Score: 1

    I guess I'll have to do a closer reading of
    http://www.troll.no/qpl... I don't see how it's significantly
    different from the GPL right now.

    Anyone got some insights?

    -K