[clblas] 22/125: Cleanup of txt not in the spirit of the clMath Apache license

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository clblas.

commit 89d693c98be128fce0aa793be002f30adc69f116
Author: Kent Knox <kent.knox at amd>
Date:   Thu Sep 12 11:26:44 2013 -0500

    Cleanup of txt not in the spirit of the clMath Apache license
---
 CHANGELOG                           | 31 -------------------------------
 src/clBLAS.def                      | 18 +++++++++++++++---
 src/library/blas/xrotg.c            |  4 ----
 src/library/blas/xrotmg.c           |  4 ----
 src/samples/CMakeLists.pack         | 18 +++++++++++++++---
 src/tests/correctness/corr-rotg.cpp |  4 ----
 6 files changed, 30 insertions(+), 49 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 9cd3d90..03b9faf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -243,34 +243,3 @@ For example:
 	./example_sgemm
 		- Run a simple client; one example is provided for each supported main 
 		BLAS function family.
-_______________________________________________________________________________
-(C) 2010-2013 Advanced Micro Devices, Inc. All rights reserved. AMD, the AMD 
-Arrow logo, ATI, the ATI logo, Radeon, FireStream, FireGL, Catalyst, and 
-combinations thereof are trademarks of Advanced Micro Devices, Inc. Microsoft 
-(R), Windows, and Windows Vista (R) are registered trademarks of Microsoft 
-Corporation in the U.S. and/or other jurisdictions. OpenCL and the OpenCL logo 
-are trademarks of Apple Inc. used by permission by Khronos. Other names are for 
-informational purposes only and may be trademarks of their respective owners.
-
-The contents of this document are provided in connection with Advanced Micro 
-Devices, Inc. ("AMD") products. AMD makes no representations or warranties with 
-respect to the accuracy or completeness of the contents of this publication and 
-reserves the right to make changes to specifications and product descriptions 
-at any time without notice. The information contained herein may be of a 
-preliminary or advance nature and is subject to change without notice. No 
-license, whether express, implied, arising by estoppel or otherwise, to any 
-intellectual property rights is granted by this publication. Except as set forth
-in AMD's Standard Terms and Conditions of Sale, AMD assumes no liability 
-whatsoever, and disclaims any express or implied warranty, relating to its 
-products including, but not limited to, the implied warranty of 
-merchantability, fitness for a particular purpose, or infringement of any 
-intellectual property right.
-
-AMD's products are not designed, intended, authorized or warranted for use as 
-components in systems intended for surgical implant into the body, or in other 
-applications intended to support or sustain life, or in any other application 
-in which the failure of AMD's product could create a situation where personal 
-injury, death, or severe property or environmental damage may occur. AMD 
-reserves the right to discontinue or make changes to its products at any time 
-without notice.
-_______________________________________________________________________________
diff --git a/src/clBLAS.def b/src/clBLAS.def
index 5111ff2..0a9f9b6 100644
--- a/src/clBLAS.def
+++ b/src/clBLAS.def
@@ -1,6 +1,18 @@
-;/***********************************************************************
-;**	Copyright (C) 2010 Advanced Micro Devices, Inc. All Rights Reserved.
-;***********************************************************************/
+;/* ************************************************************************
+; * Copyright 2013 Advanced Micro Devices, Inc.
+; *
+; * 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.
+; * ************************************************************************/
 
 LIBRARY	clBLAS
 
diff --git a/src/library/blas/xrotg.c b/src/library/blas/xrotg.c
index fb9c8e1..b7e5a0f 100644
--- a/src/library/blas/xrotg.c
+++ b/src/library/blas/xrotg.c
@@ -14,10 +14,6 @@
  * limitations under the License.
  * ************************************************************************/
 
-/***********************************************************************
-**  Rotgright (C) 2011 Advanced Micro Devices, Inc. All Rights Reserved.
-***********************************************************************/
-
 //#define DEBUG_ROTG
 
 #include <stdio.h>
diff --git a/src/library/blas/xrotmg.c b/src/library/blas/xrotmg.c
index b3c2229..6598229 100644
--- a/src/library/blas/xrotmg.c
+++ b/src/library/blas/xrotmg.c
@@ -14,10 +14,6 @@
  * limitations under the License.
  * ************************************************************************/
 
-/***********************************************************************
-**  Rotgright (C) 2011 Advanced Micro Devices, Inc. All Rights Reserved.
-***********************************************************************/
-
 #include <stdio.h>
 #include <string.h>
 #include <clBLAS.h>
diff --git a/src/samples/CMakeLists.pack b/src/samples/CMakeLists.pack
index dbf8e7b..22e16cc 100644
--- a/src/samples/CMakeLists.pack
+++ b/src/samples/CMakeLists.pack
@@ -1,6 +1,18 @@
-#############################################################################
-## Copyright (C) 2010,2011 Advanced Micro Devices, Inc. All Rights Reserved.
-#############################################################################
+# ########################################################################
+# Copyright 2013 Advanced Micro Devices, Inc.
+# 
+# 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.
+# ########################################################################
 cmake_minimum_required(VERSION 2.6)
 project(clblas.samples)
 
diff --git a/src/tests/correctness/corr-rotg.cpp b/src/tests/correctness/corr-rotg.cpp
index e26e7cd..21ef905 100644
--- a/src/tests/correctness/corr-rotg.cpp
+++ b/src/tests/correctness/corr-rotg.cpp
@@ -14,10 +14,6 @@
  * limitations under the License.
  * ************************************************************************/
 
-/***********************************************************************
-**  Rotgright (C) 2011 Advanced Micro Devices, Inc. All Rights Reserved.
-***********************************************************************/
-
 #include <stdlib.h>             // srand()
 #include <string.h>             // memcpy()
 #include <gtest/gtest.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git



More information about the debian-science-commits mailing list