You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2003/04/30 10:19:22 UTC

cvs commit: apr/atomic/solaris_sparc apr_atomic_sparc.s

jorton      2003/04/30 01:19:22

  Modified:    atomic/solaris_sparc apr_atomic_sparc.s
  Log:
  This code was licensed under version 1.0 of the Mozilla Public License
  (which is a copyleft and a lot more restrictive than the ASL).
  
  Revision  Changes    Path
  1.8       +14 -1     apr/atomic/solaris_sparc/apr_atomic_sparc.s
  
  Index: apr_atomic_sparc.s
  ===================================================================
  RCS file: /home/cvs/apr/atomic/solaris_sparc/apr_atomic_sparc.s,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- apr_atomic_sparc.s	1 Jan 2003 00:01:41 -0000	1.7
  +++ apr_atomic_sparc.s	30 Apr 2003 08:19:22 -0000	1.8
  @@ -55,8 +55,21 @@
   !*
   !*
   !*  This code is based on the UltraSPARC atomics library by Mike Bennett
  -!*  The Initial Developer of the Original Code is Mike Bennett, 
  +!*
  +!*  The contents of this file are subject to the Mozilla Public License
  +!*  Version 1.0 (the "License"); you may not use this file except in
  +!*  compliance with the License. You may obtain a copy of the License at
  +!*  http://www.mozilla.org/MPL/
  +!*
  +!*  Software distributed under the License is distributed on an "AS IS"
  +!*  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
  +!*  License for the specific language governing rights and limitations
  +!*  under the License.
  +!*
  +!*  The Original Code is UltraSPARC atomics library.
  +!*  The Initial Developer of the Original Code is Mike Bennett,
   !*  mbennett@netcom.com, Copyright (C) 1999. All Rights Reserved.
  +!*
   !*  This code is based on the sparc architecture Manual version 9
   !*  section J.11 (page 333)
   !
  
  
  

Re: cvs commit: apr/atomic/solaris_sparc apr_atomic_sparc.s

Posted by Ian Holsman <li...@holsman.net>.
Joe Orton wrote:
> On Wed, Apr 30, 2003 at 11:20:57AM -0700, Roy Fielding wrote:
> 
>>> This code was licensed under version 1.0 of the Mozilla Public 
>>>License
>>> (which is a copyleft and a lot more restrictive than the ASL).
>>
>>And not approved for distribution by Apache projects.  You will need to
>>get the version that is released as MPL 1.1 or a new license from
>>Mike Bennett, or simply delete it from the code base before the next
>>release.
> 
> 
> I'd be happy to let Ian remove it ASAP.

um yeah..
anyway.. I tried contacting him (and every other Mike Bennett I could 
find) with no success.
so I removed the code
> 
> Is there a list somewhere of which licenses are ASF-approved, out of
> interest?
> 
> joe
> 



Re: cvs commit: apr/atomic/solaris_sparc apr_atomic_sparc.s

Posted by Joe Orton <jo...@manyfish.co.uk>.
On Wed, Apr 30, 2003 at 11:20:57AM -0700, Roy Fielding wrote:
> >  This code was licensed under version 1.0 of the Mozilla Public 
> >License
> >  (which is a copyleft and a lot more restrictive than the ASL).
> 
> And not approved for distribution by Apache projects.  You will need to
> get the version that is released as MPL 1.1 or a new license from
> Mike Bennett, or simply delete it from the code base before the next
> release.

I'd be happy to let Ian remove it ASAP.

Is there a list somewhere of which licenses are ASF-approved, out of
interest?

joe

Re: cvs commit: apr/atomic/solaris_sparc apr_atomic_sparc.s

Posted by "Roy T. Fielding" <fi...@apache.org>.
>   This code was licensed under version 1.0 of the Mozilla Public 
> License
>   (which is a copyleft and a lot more restrictive than the ASL).

And not approved for distribution by Apache projects.  You will need to
get the version that is released as MPL 1.1 or a new license from
Mike Bennett, or simply delete it from the code base before the next
release.

....Roy