<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">Not really. I have *no* interest in my name
      appearing in conjunction with "Copyright (c)."</font> If someone
    declines to use my code for that reason, so be it. The world is
    waaaay over-lawyered and I want to avoid any action that even looks
    like contributing. This all seems rather beside the point since
    there is no consideration about including this in *the* Squeak
    image. Should that day ever arrive, feel free to assert the
    copyright in your own name if that helps.<br>
    <br>
    Cheers,<br>
    Bob<br>
    <br>
    <div class="moz-cite-prefix">On 1/4/13 3:43 PM, H. Hirzel wrote:<br>
    </div>
    <blockquote
cite="mid:CAGQxfVjUumes3ZJYS6=D8X7CzpbptWq+Fu8o-87VcxeA+HLNCg@mail.gmail.com"
      type="cite">
      <pre wrap="">Bob,

do you agree with this?

It is the same license as all Squeak 4.n versions are licensed.


It means that

a)
one can copy and change anything into an external Squeak package but
has to include

Portions (if not copied everything)

Copyright (c) 1999-2012 Bob Arning
and the license text


b)
It means that parts of your code may be included in Squeak 4.n without
problems. In that case the author name would only be mentioned in the
methods signatures.


This is a formality but an important one.

--Hannes

On 1/4/13, Frank Shearar <a class="moz-txt-link-rfc2396E" href="mailto:frank.shearar@gmail.com">&lt;frank.shearar@gmail.com&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On 4 January 2013 19:56, Bob Arning <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net">&lt;arning315@comcast.net&gt;</a> wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">
On 1/4/13 2:37 PM, H. Hirzel wrote:

Bob,

<a class="moz-txt-link-freetext" href="https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz">https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz</a>

files in fine into <a class="moz-txt-link-freetext" href="http://ftp.squeak.org/4.4/Squeak4.4-12327.zip">http://ftp.squeak.org/4.4/Squeak4.4-12327.zip</a>
(= the release of 4.4)

The attached screen shot shows the result after evaluating
   BobsBrowser browseAllClasses

(see class comment of BobsBrowser )

Everything seems to work fine. Only that #beep was removed and now

BobsBrowser&gt;&gt;
doRecentMethodsMenu: buttonAndEvent

        | menuItems |

        menuItems _ self recentMethodsAsItems.
        menuItems isEmpty ifTrue: [^ self beep].

cannot call it (click on the 'RM' button). A very minor thing.

I think I will work with it in the next days to see how it goes.

You will find more bugs in BobsBrowser as you go deeper. The work I have
done in 4.3 was primarily linking the Driller to the multi-paned browser
as
in "Color bobsDriller"


Thank you for bringing this to my attention.

BTW do you (re)license this as MIT, i.e. the same license as Squeak 4.n?

Not being a lawyer, I do not pretend to understand licenses. What I will
say
is:
1. I wrote this stuff.
2. I place no restrictions on how you use it.
</pre>
        </blockquote>
        <pre wrap="">
That's not far off MIT :):

Copyright (c) 2013 Foo

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


</pre>
        <blockquote type="cite">
          <pre wrap="">Cheers,
Bob


--Hannes


On 1/4/13, Bob Arning <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net">&lt;arning315@comcast.net&gt;</a> wrote:

I haven't tried 4.4 yet and suspect there is some work in progress there
that will need adjustments, so I'll postpone that for a while. Mine is
also still exploratory so getting formal with it is a bit premature.

Cheers,
Bob

On 1/4/13 12:47 PM, H. Hirzel wrote:

Thank you Bob,

it would be nice to have this tested/updated for Squeak 4.4 and put
into the "app store" (New Squeak Map entry)

--Hannes



On 1/4/13, Bob Arning <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net">&lt;arning315@comcast.net&gt;</a> wrote:

Revisiting some old browser experiments. This couples the ClassDriller
with a multi-codePane browser to see if seeing more is really better.

To use, do something like:
Color bobsDriller
Dictionary bobsDriller
...etc...

and then start drilling.

<a class="moz-txt-link-freetext" href="https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz">https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz</a>

For Squeak 4.3. Requires underscore assignment.

Cheers,
Bob








</pre>
        </blockquote>
        <pre wrap="">

</pre>
      </blockquote>
      <pre wrap="">

</pre>
    </blockquote>
    <br>
  </body>
</html>