Redistribution of FreeBSD 5.3

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default Redistribution of FreeBSD 5.3

    Hi,

    My name is Bryan and I am wondering if I can freely distribute FreeBSD 5.3. If I can redistribute it, is there anything I need to include with the ISO images when I distribute them? I read that I need to include the copyright notice. Do I need to include a seperate document for this copyright notice (text file or html document) or is the copyright notice in one of the ISO images (also, is the copyright notice that I would need to add the one found at [url]http://www.freebsd.org/copyright/freebsd-license.html)?[/url] I know these might be pretty stupid questions, but its better to be safe than sorry in my opinion. Also, is there a limit on the amount I can redistribute?

    Thanks,
    Bryan
    Bryan Smith Guest

  2. Similar Questions and Discussions

    1. FreeBSD
      I am wondering if Flash Media Server will run on FreeBSD. Thanks!
    2. FMS on FreeBSD!
      Hey, i have tried to install FMS on FreeBSD 6.1 by emulating fc4... the install went well, but i cant start the server. I just get the message: ...
    3. Flash Player Redistribution
      Hi I have a presentation to do very soon and require a Flash Player 8 installer that I can burn onto CD to take to the presentation. Is this...
    4. Compile FreeBSD RELENG_5 on FreeBSD 4-STABLE
      Hi. I have a FreeBSD 4-STABLE machine. I want to do my custom RENELG_5 FreeBSD release. I'm get all RELENG_5 CVS source (with cvs checkout...
    5. Instead of freebsd.com, why not...
      On Monday 14 February 2005 05:34 pm, Anthony Atkielski <atkielski.anthony@wanadoo.fr> wrote: Absolutely untrue. Please stop saying this, as it's...
  3. #2

    Default Re: Redistribution of FreeBSD 5.3

    On Wed, 2005-02-23 at 21:38, Bryan Smith wrote:
    > Hi,
    >
    > My name is Bryan and I am wondering if I can freely distribute FreeBSD 5.3. If I can redistribute it, is there anything I need to include with the ISO images when I distribute them? I read that I need to include the copyright notice. Do I need to include a seperate document for this copyright notice (text file or html document) or is the copyright notice in one of the ISO images (also, is the copyright notice that I would need to add the one found at [url]http://www.freebsd.org/copyright/freebsd-license.html)?[/url] I know these might be pretty stupid questions, but its better to be safe than sorry in my opinion. Also, is there a limit on the amount I can redistribute?
    >
    > Thanks,
    > Bryan
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    >
    I am NOT a FreeBSD official, so please wait and see if anyone
    contradicts what I say.

    To the best of my knowledge you are free to redistribute the FreeBSD ISO
    images. They contain the copyright notices (many times), and you don't
    need at add anything. Obviously you shouldn't try and claim that you are
    the author! There is no limit on the number of copies you can
    distribute - after all, these images are available on many public FTP
    servers.

    The additional CDs that you get with a boxed set are NOT for
    redistribution, although everything on them is available on the FTP
    sites - just not as an ISO image.

    Welcome to FreeBSD - try and spread it around Queen's as much as you
    can!

    Mike Jeays Guest

  4. #3

    Default Re: Redistribution of FreeBSD 5.3

    it was said"
    >Hi,
    >
    >My name is Bryan and I am wondering if I can freely distribute FreeBSD
    >5.3. If I can redistribute it, is there anything I need to include
    with >the ISO images when I distribute them? I read that I need to
    include >the copyright notice. Do I need to include a seperate document
    for this >copyright notice (text file or html document) or is the
    copyright >notice in one of the ISO images (also, is the copyright
    notice that I >would need to add the one found at
    >[url]http://www.freebsd.org/copyright/freebsd-license.html)?[/url] I know these
    >might be pretty stupid questions, but its better to be safe than sorry
    >in my opinion. Also, is there a limit on the amount I can
    redistribute?
    >
    >Thanks,
    >Bryan
    Hello,

    If you're redistributing discs made from ISOs that you downloaded, you
    don't need to do a thing. All the info will be be there automatically.
    I'm cc'ing this to advocacy for correction in case things have changed
    since last I checked (sometime in the last millenium).

    Regards,

    Stheg



    __________________________________
    Do you Yahoo!?
    Yahoo! Mail - now with 250MB free storage. Learn more.
    [url]http://info.mail.yahoo.com/mail_250[/url]
    stheg olloydson Guest

  5. #4

    Default Re: Redistribution of FreeBSD 5.3

    Bryan Smith wrote:
    [ ...format recovered, please set linewrap preference... ]
    > My name is Bryan and I am wondering if I can freely distribute FreeBSD 5.3.
    Yes.
    > If I can redistribute it, is there anything I need to include with the ISO
    > images when I distribute them?
    No. You can redistribute byte-for-byte identical copies of the ISO images
    from the ftp.freebsd.org servers if you'd like.
    > I read that I need to include the copyright notice.
    That's right. Very probably you will need to include both the BSD /COPYRIGHT
    file and the GPL /usr/src/gnu/COPYING file somewhere. [1] Of course, the ISO
    images come with the files containing the copyright and license text.
    > Do I need to include a seperate document for this copyright notice
    > (text file or html document) or is the copyright notice in one of the ISO
    > images (also, is the copyright notice that I would need to add the one found
    > at [url]http://www.freebsd.org/copyright/freebsd-license.html)?[/url]
    The ones that come with the ISO images are fine as far as BSD-licensed and
    GPL'ed ("GPL-licensed?" :-) software are concerned. Depending on the version
    of FreeBSD and if you include any ports, you ought to consider:

    [url]http://www.freebsd.org/copyright/index.html[/url]
    [url]http://www.freebsd.org/copyright/LEGAL[/url]

    Note that if you modify parts of FreeBSD, especially GPLed parts, you will
    likely be obligated to make those changes available under the terms of 3b:

    " b) Accompany it with a written offer, valid for at least three
    years, to give any third party, for a charge no more than your
    cost of physically performing source distribution, a complete
    machine-readable copy of the corresponding source code, to be
    distributed under the terms of Sections 1 and 2 above on a medium
    customarily used for software interchange; or,"

    ....unless your changes are included in source form already.
    > Also, is there a limit on the amount I can redistribute?
    No.

    --
    -Chuck

    [1]: Or several somewheres, unfortunately:

    11-sec% locate COPYING | wc -l
    77

    I wonder if anyone has arranged for them to be hardlinks to each other? :-)
    Chuck Swiger Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139