9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] u9fs re-release
@ 2002-12-05 16:06 ozan s. yigit
  0 siblings, 0 replies; 9+ messages in thread
From: ozan s. yigit @ 2002-12-05 16:06 UTC (permalink / raw)
  To: 9fans

so sorry, last message was supposed to go to russ, not the list.




^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] u9fs re-release
@ 2002-12-07  0:29 Geoff Collyer
  0 siblings, 0 replies; 9+ messages in thread
From: Geoff Collyer @ 2002-12-07  0:29 UTC (permalink / raw)
  To: 9fans

I find rules such as this in my pipeto file handy for filtering noise:

upas/filter -h $1 $2 \
 '(^|\n)From:.*[^a-z]turkey@gobblers\.r\.us($|[>, ])' /dev/null \
[...]



^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] u9fs re-release
@ 2002-12-06 16:59 Sam
  0 siblings, 0 replies; 9+ messages in thread
From: Sam @ 2002-12-06 16:59 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1574 bytes --]

In the event you don't already have one you like ...

1.2w /lib/face/48x48x4/j/j.1
!echo 'ssz.com/unknown j/j.1' >> /lib/face/48x48x4/.dict

I knew I'ld be able to contribute to the community somehow.

Sam

>
> On Thu, 5 Dec 2002, Russ Cox wrote:
>
> > > It strikes me as being very close, at least in intent, to the BSD
> > > licence.  I concur with those who believe that having as few
> > > variations as possible from a small set of fundamental "Open Source"
> > > licences is good for the community in general and bad for lawyers,
> > > so in my opinion this particular licence should explicitly model
> > > itself on the BSD one.
> >
> > The point of this was NOT to reopen haggling over licensing.
> > Bell Labs has been using that boilerplate since before the term
> > "open source" existed.  It's not like the wording was written from
> > scratch yesterday.
> >
> > Please please PLEASE don't continue this thread.  We'll all just
> > have filled mailboxes and nothing useful to show for it.
>
> That's funny since you're the one who opened with a jab...
>
>
>  --
>     ____________________________________________________________________
>
>     We don't see things as they are,                      ravage@ssz.com
>     we see them as we are.                                   www.ssz.com
>                                                   jchoate@open-forge.org
>     Anais Nin                                         www.open-forge.org
>
>     --------------------------------------------------------------------
>



[-- Attachment #2.1: Type: text/plain, Size: 392 bytes --]

The following attachment had content that we can't
prove to be harmless.  To avoid possible automatic
execution, we changed the content headers.
The original header was:

	Content-Type: APPLICATION/OCTET-STREAM; NAME="j.1"
	Content-Transfer-Encoding: BASE64
	Content-ID: <Pine.LNX.4.30.0212061157280.3978@athena>
	Content-Description:
	Content-Disposition: ATTACHMENT; FILENAME="j.1"

[-- Attachment #2.2: j.1.suspect --]
[-- Type: application/octet-stream, Size: 2051 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] u9fs re-release
@ 2002-12-05 16:03 ozan s. yigit
  0 siblings, 0 replies; 9+ messages in thread
From: ozan s. yigit @ 2002-12-05 16:03 UTC (permalink / raw)
  To: 9fans

thanks for releasing the u9fs server. appreciated.
on another topic: anything new happening with tra? sorry i have
not been able to supply logs to you as promised, but many system
changes at home; should be able to do better in the next little
while.

cheers...	oz




^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [9fans] u9fs re-release
@ 2002-12-05 15:53 Russ Cox
  2002-12-05 22:41 ` Jim Choate
  0 siblings, 1 reply; 9+ messages in thread
From: Russ Cox @ 2002-12-05 15:53 UTC (permalink / raw)
  To: 9fans

> It strikes me as being very close, at least in intent, to the BSD
> licence.  I concur with those who believe that having as few
> variations as possible from a small set of fundamental "Open Source"
> licences is good for the community in general and bad for lawyers,
> so in my opinion this particular licence should explicitly model
> itself on the BSD one.

The point of this was NOT to reopen haggling over licensing.
Bell Labs has been using that boilerplate since before the term
"open source" existed.  It's not like the wording was written from
scratch yesterday.

Please please PLEASE don't continue this thread.  We'll all just
have filled mailboxes and nothing useful to show for it.

Russ



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [9fans] u9fs re-release
@ 2002-12-05 15:32 Russ Cox
  2002-12-05 15:44 ` Lucio De Re
  2002-12-05 23:19 ` Ronald G. Minnich
  0 siblings, 2 replies; 9+ messages in thread
From: Russ Cox @ 2002-12-05 15:32 UTC (permalink / raw)
  To: 9fans

For people who want an example of a 9P2000 server but
are scared enough of the Plan 9 license not to look
at any of the Plan 9 source code, the u9fs source code
is now available under a trivial license(*), at
http://netlib.bell-labs.com/netlib/research/u9fs.tgz.

On a related note, I'm not sure it was ever announced
here that over the summer Rob and Eric packaged up the
new Plan 9 print library in a form easily run on Unix
(and behaving with Unix semantics as far as things like
%u are concerned).  It is at
http://netlib.bell-labs.com/netlib/fp/p9fmt.tgz.

Enjoy.
Russ

(*) The actual license for u9fs (in the COPYRIGHT file
in the archive) is:

 * The authors of this software are Russ Cox, Sean Dorward, Eric Grosse, et al.
 * Copyright (c) 2002 by Lucent Technologies.
 * Permission to use, copy, modify, and distribute this software for any
 * purpose without fee is hereby granted, provided that this entire notice
 * is included in all copies of any software which is or includes a copy
 * or modification of this software and in all copies of the supporting
 * documentation for such software.
 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT MAKE ANY
 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

and p9fmt is similar (with different authors).



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-12-07  0:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-05 16:06 [9fans] u9fs re-release ozan s. yigit
  -- strict thread matches above, loose matches on Subject: below --
2002-12-07  0:29 Geoff Collyer
2002-12-06 16:59 Sam
2002-12-05 16:03 ozan s. yigit
2002-12-05 15:53 Russ Cox
2002-12-05 22:41 ` Jim Choate
2002-12-05 15:32 Russ Cox
2002-12-05 15:44 ` Lucio De Re
2002-12-05 23:19 ` Ronald G. Minnich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).