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,
   !*  [EMAIL PROTECTED], Copyright (C) 1999. All Rights Reserved.
  +!*
   !*  This code is based on the sparc architecture Manual version 9
   !*  section J.11 (page 333)
   !
  
  
  

Reply via email to