Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 27676 invoked by uid 500); 30 Apr 2003 08:19:12 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 27657 invoked from network); 30 Apr 2003 08:19:12 -0000 Date: 30 Apr 2003 08:19:22 -0000 Message-ID: <20030430081922.30998.qmail@icarus.apache.org> From: jorton@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/atomic/solaris_sparc apr_atomic_sparc.s X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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) !