[Fink-devel] Question about a licence classification

2004-11-21 Thread Jeremy Higgs
Hi everyone,
I've created a package for the SilverCity, which is used to provide 
syntax highlighting for Trac (which I've made packages for... and have 
yet to commit). However, I'm not sure how to classify the licence. The 
licence is as follows:

 SilverCity Library License
 --
Copyright (C) 2002 by Brian Quinlan. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
PURPOSE
ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY 
WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

Portions of SilverCity are based on Scintilla. The Scintilla license 
follows:

License for Scintilla and SciTE
Copyright 1998-2002 by Neil Hodgson [EMAIL PROTECTED]
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.
---
Can anyone suggest what licence category this would fit into?
Thanks a lot!
Jeremy.


PGP.sig
Description: This is a digitally signed message part


Re: [Fink-devel] xcdroast-0.98alpha14-2 and Panther

2004-11-21 Thread Chris Zubrzycki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Nov 19, 2004, at 5:43 AM, Emily Jackson wrote:
[This message was originally sent to xcdroast's maintainer, but the
message bounced.]
The autodiskmount process that xcdroast has to stop temporarily in 
order
to work doesn't exist on OS X 10.3; it is called diskarbitrationd. As a
result, xcdroast is only partially functional, and then only if System
Prefs--CDs is set to ignore blank disks that are inserted. It is
impossible to use xcdroast for such tasks as ripping tracks from audio
CDs, because the Finder and/or iTunes keeps grabbing the CD. I got
xcdroast working properly (I hope) by replacing all references in the
source code to autodiskmount by diskarbitrationd. The files that have 
to
be changed are src/init.c, src/io.c, src/main.c, and src/setup.c.
The manual way is to use diskutil -u disk1 (or whatever /dev entry is 
used for the cd (use mount to find it)

- -chris zubrzycki
- - --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070

Sadly, text alone cannot convey the depths of my sarcasm.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
iD8DBQFBn/jr+/mCMqKrwHARAnjMAJ9FBFwB/MVrCwtAB8iGDwRUPxMj+ACgjYq+
x0lx9cQrnmyinrW4WkJ/ETg=
=vEWF
-END PGP SIGNATURE-

---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] xcdroast-0.98alpha14-2 and Panther

2004-11-21 Thread Emily Jackson
On Sat, 20 Nov 2004 21:09:45 -0500
Chris Zubrzycki [EMAIL PROTECTED] wrote:

 On Nov 19, 2004, at 5:43 AM, Emily Jackson wrote:
 
  [This message was originally sent to xcdroast's maintainer, but the
  message bounced.]
 
  The autodiskmount process that xcdroast has to stop temporarily in 
  order
  to work doesn't exist on OS X 10.3; it is called diskarbitrationd.
  As a result, xcdroast is only partially functional, and then only if
  System Prefs--CDs is set to ignore blank disks that are inserted.
  It is impossible to use xcdroast for such tasks as ripping tracks
  from audio CDs, because the Finder and/or iTunes keeps grabbing the
  CD. I got xcdroast working properly (I hope) by replacing all
  references in the source code to autodiskmount by diskarbitrationd.
  The files that have to
  be changed are src/init.c, src/io.c, src/main.c, and src/setup.c.
 
 The manual way is to use diskutil -u disk1 (or whatever /dev entry is 
 used for the cd (use mount to find it)

That doesn't work when rippping CDs because xcdroast has to access the
CD several times (I did try unmounting the CD manually. All I got was a
mess--the Finder and iTunes grabbing the CD each time before I had a
chance to unmount it manually, xcdroast aborting, etc.) Also, when
xcdroast starts up, you are asked to type in your administrative
password to stop a process that doesn't even exist (autodiskmount),
which, of course, produces an error. The OS X binary version offered at
xcdroast.org is corrected to reflect the change from autodiskmount to
diskarbitrationd; I thought that maybe Fink's version should be
corrected also in order to have a fully-functional program rather than a
partially-functional one.

Thanks,

Emily

-- 
If it seem slow, wait for it; it will surely come, it will not delay.
Emily Jackson
http://home.hiwaay.net/~emilyj/missjackson.html


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Question about a licence classification

2004-11-21 Thread Benjamin Reed
Jeremy Higgs wrote:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.
this sounds a lot like the BSD license to me
--
Benjamin Reed, a.k.a. Ranger Rick
[EMAIL PROTECTED] / http://ranger.befunk.com/
Is it considered bad form to quote one's self in a .sig? -- Me
---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Question about a licence classification

2004-11-21 Thread Jeremy Higgs
On 22 Nov 2004, at 2:03, Benjamin Reed wrote:
Jeremy Higgs wrote:
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the 
distribution.
3. The name of the author may not be used to endorse or promote 
products
   derived from this software without specific prior written 
permission.
this sounds a lot like the BSD license to me
Thanks, Ben!
So even though it doesn't mention the BSD license in the license 
itself, it's alright to classify it as BSD?


PGP.sig
Description: This is a digitally signed message part