Author: sebor
Date: Thu Jun 15 11:24:06 2006
New Revision: 414648
URL: http://svn.apache.org/viewvc?rev=414648&view=rev
Log:
2006-06-15 Martin Sebor <[EMAIL PROTECTED]>
* atomic-64.s: Updated copyright notice.
* atomic.s: Same.
Modified:
incubator/stdcxx/trunk/src/ia64/atomic-64.s
incubator/stdcxx/trunk/src/ia64/atomic.s
incubator/stdcxx/trunk/src/parisc/atomic-64.s
incubator/stdcxx/trunk/src/parisc/atomic.s
incubator/stdcxx/trunk/src/sparc/atomic-64.s
incubator/stdcxx/trunk/src/sparc/atomic.s
Modified: incubator/stdcxx/trunk/src/ia64/atomic-64.s
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/ia64/atomic-64.s?rev=414648&r1=414647&r2=414648&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/ia64/atomic-64.s (original)
+++ incubator/stdcxx/trunk/src/ia64/atomic-64.s Thu Jun 15 11:24:06 2006
@@ -6,16 +6,22 @@
//
////////////////////////////////////////////////////////////////////////////
//
-// Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave
-// Software division. Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0. Unless required by
-// applicable law or agreed to in writing, software distributed under
-// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-// CONDITIONS OF ANY KIND, either express or implied. See the License
-// for the specific language governing permissions and limitations under
-// the License.
+// Copyright 2005-2006 The Apache Software Foundation or its licensors,
+// as applicable.
+//
+// Copyright 2003-2006 Rogue Wave Software.
+//
+// Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
//
////////////////////////////////////////////////////////////////////////////
Modified: incubator/stdcxx/trunk/src/ia64/atomic.s
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/ia64/atomic.s?rev=414648&r1=414647&r2=414648&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/ia64/atomic.s (original)
+++ incubator/stdcxx/trunk/src/ia64/atomic.s Thu Jun 15 11:24:06 2006
@@ -2,20 +2,26 @@
//
// atomic-ia64-32.s
//
-// $Id: atomic-ia64.s 225375 2005-07-26 19:04:10Z sebor $
+// $Id: //stdlib/dev/source/stdlib/ia64/atomic.s#3 $
//
////////////////////////////////////////////////////////////////////////////
//
-// Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave
-// Software division. Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0. Unless required by
-// applicable law or agreed to in writing, software distributed under
-// the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-// CONDITIONS OF ANY KIND, either express or implied. See the License
-// for the specific language governing permissions and limitations under
-// the License.
+// Copyright 2005-2006 The Apache Software Foundation or its licensors,
+// as applicable.
+//
+// Copyright 2003-2006 Rogue Wave Software.
+//
+// Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
//
////////////////////////////////////////////////////////////////////////////
Modified: incubator/stdcxx/trunk/src/parisc/atomic-64.s
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/parisc/atomic-64.s?rev=414648&r1=414647&r2=414648&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/parisc/atomic-64.s (original)
+++ incubator/stdcxx/trunk/src/parisc/atomic-64.s Thu Jun 15 11:24:06 2006
@@ -6,16 +6,22 @@
*
***************************************************************************
*
- * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave
- * Software division. Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0. Unless required by
- * applicable law or agreed to in writing, software distributed under
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
- * CONDITIONS OF ANY KIND, either express or implied. See the License
- * for the specific language governing permissions and limitations under
- * the License.
+ * Copyright 2005-2006 The Apache Software Foundation or its licensors,
+ * as applicable.
+ *
+ * Copyright 2001-2006 Rogue Wave Software.
+ *
+ * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*
**************************************************************************/
Modified: incubator/stdcxx/trunk/src/parisc/atomic.s
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/parisc/atomic.s?rev=414648&r1=414647&r2=414648&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/parisc/atomic.s (original)
+++ incubator/stdcxx/trunk/src/parisc/atomic.s Thu Jun 15 11:24:06 2006
@@ -2,26 +2,30 @@
*
* $Id$
*
+ * Copyright 2005-2006 The Apache Software Foundation or its licensors,
+ * as applicable.
+ *
+ * Copyright 2002-2006 Rogue Wave Software.
+ *
+ * 2002 Copyright Hewlett-Packard Company
+ *
+ * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
* Routines for atomic increment and decrement of int32_t values
*
* int32_t __rw_atomic_incr32(int32_t *addr);
* int32_t __rw_atomic_decr32(int32_t *addr);
* int32_t __rw_atomic_xchg32(int32_t *addr, int32_t val);
- *
- *****************************************************************************
- *
- * 2002 Copyright Hewlett-Packard Company
- *
- * Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave
- * Software division. Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0. Unless required by
- * applicable law or agreed to in writing, software distributed under
- * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
- * CONDITIONS OF ANY KIND, either express or implied. See the License
- * for the specific language governing permissions and limitations under
- * the License.
*
*****************************************************************************/
Modified: incubator/stdcxx/trunk/src/sparc/atomic-64.s
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/sparc/atomic-64.s?rev=414648&r1=414647&r2=414648&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/sparc/atomic-64.s (original)
+++ incubator/stdcxx/trunk/src/sparc/atomic-64.s Thu Jun 15 11:24:06 2006
@@ -1,21 +1,27 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
-! atomic-sparc64.s
+! atomic-64.s
!
! $Id$
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
-! Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave
-! Software division. Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0. Unless required by
-! applicable law or agreed to in writing, software distributed under
-! the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-! CONDITIONS OF ANY KIND, either express or implied. See the License
-! for the specific language governing permissions and limitations under
-! the License.
+! Copyright 2005-2006 The Apache Software Foundation or its licensors,
+! as applicable.
+!
+! Copyright 2002-2006 Rogue Wave Software.
+!
+! Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+!
+! Unless required by applicable law or agreed to in writing, software
+! distributed under the License is distributed on an "AS IS" BASIS,
+! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+! See the License for the specific language governing permissions and
+! limitations under the License.
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Modified: incubator/stdcxx/trunk/src/sparc/atomic.s
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/sparc/atomic.s?rev=414648&r1=414647&r2=414648&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/sparc/atomic.s (original)
+++ incubator/stdcxx/trunk/src/sparc/atomic.s Thu Jun 15 11:24:06 2006
@@ -6,16 +6,22 @@
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
-! Copyright (c) 1994-2005 Quovadx, Inc., acting through its Rogue Wave
-! Software division. Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0. Unless required by
-! applicable law or agreed to in writing, software distributed under
-! the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
-! CONDITIONS OF ANY KIND, either express or implied. See the License
-! for the specific language governing permissions and limitations under
-! the License.
+! Copyright 2005-2006 The Apache Software Foundation or its licensors,
+! as applicable.
+!
+! Copyright 2002-2006 Rogue Wave Software.
+!
+! Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
+!
+! Unless required by applicable law or agreed to in writing, software
+! distributed under the License is distributed on an "AS IS" BASIS,
+! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+! See the License for the specific language governing permissions and
+! limitations under the License.
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!