forked from pool/mstflint
c2b33f1ad8
fixes license issues (bsc#1086923) OBS-URL: https://build.opensuse.org/package/show/science:HPC/mstflint?expand=0&rev=29
106 lines
4.8 KiB
Diff
106 lines
4.8 KiB
Diff
commit 053e885be87acdb3a080ff872bc73c495a40042e
|
|
Author: Dan Goldberg <dang@mellanox.com>
|
|
Date: Sun Nov 18 10:57:18 2018 +0200
|
|
|
|
Fixed licenses of files.
|
|
|
|
The license of mstflint is GPL/BSD.
|
|
All of the files were aligned accordingly.
|
|
|
|
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
|
|
|
diff --git tools_layouts/reg_access_hca_layouts.c tools_layouts/reg_access_hca_layouts.c
|
|
index 47f6c3fb5e27..ad43dba8fa14 100644
|
|
--- tools_layouts/reg_access_hca_layouts.c
|
|
+++ tools_layouts/reg_access_hca_layouts.c
|
|
@@ -1,15 +1,34 @@
|
|
|
|
-/* - Mellanox Confidential and Proprietary -
|
|
+/*
|
|
+ * Copyright (C) Jan 2013 Mellanox Technologies Ltd. All rights reserved.
|
|
*
|
|
- * Copyright (C) 2010-2011, Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
|
|
+ * This software is available to you under a choice of one of two
|
|
+ * licenses. You may choose to be licensed under the terms of the GNU
|
|
+ * General Public License (GPL) Version 2, available from the file
|
|
+ * COPYING in the main directory of this source tree, or the
|
|
+ * OpenIB.org BSD license below:
|
|
*
|
|
- * Except as specifically permitted herein, no portion of the information,
|
|
- * including but not limited to object code and source code, may be reproduced,
|
|
- * modified, distributed, republished or otherwise exploited in any form or by
|
|
- * any means for any purpose without the prior written permission of Mellanox
|
|
- * Technologies Ltd. Use of software subject to the terms and conditions
|
|
- * detailed in the file "LICENSE.txt".
|
|
+ * Redistribution and use in source and binary forms, with or
|
|
+ * without modification, are permitted provided that the following
|
|
+ * conditions are met:
|
|
*
|
|
+ * - Redistributions of source code must retain the above
|
|
+ * copyright notice, this list of conditions and the following
|
|
+ * disclaimer.
|
|
+ *
|
|
+ * - Redistributions in binary form must reproduce the above
|
|
+ * copyright notice, this list of conditions and the following
|
|
+ * disclaimer in the documentation and/or other materials
|
|
+ * provided with the distribution.
|
|
+ *
|
|
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
|
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
+ * SOFTWARE.
|
|
*/
|
|
|
|
|
|
diff --git tools_layouts/reg_access_hca_layouts.h tools_layouts/reg_access_hca_layouts.h
|
|
index 8748ed60267c..2bf71de10e5a 100644
|
|
--- tools_layouts/reg_access_hca_layouts.h
|
|
+++ tools_layouts/reg_access_hca_layouts.h
|
|
@@ -1,15 +1,34 @@
|
|
|
|
-/* - Mellanox Confidential and Proprietary -
|
|
+/*
|
|
+ * Copyright (C) Jan 2013 Mellanox Technologies Ltd. All rights reserved.
|
|
*
|
|
- * Copyright (C) 2010-2011, Mellanox Technologies Ltd. ALL RIGHTS RESERVED.
|
|
+ * This software is available to you under a choice of one of two
|
|
+ * licenses. You may choose to be licensed under the terms of the GNU
|
|
+ * General Public License (GPL) Version 2, available from the file
|
|
+ * COPYING in the main directory of this source tree, or the
|
|
+ * OpenIB.org BSD license below:
|
|
*
|
|
- * Except as specifically permitted herein, no portion of the information,
|
|
- * including but not limited to object code and source code, may be reproduced,
|
|
- * modified, distributed, republished or otherwise exploited in any form or by
|
|
- * any means for any purpose without the prior written permission of Mellanox
|
|
- * Technologies Ltd. Use of software subject to the terms and conditions
|
|
- * detailed in the file "LICENSE.txt".
|
|
+ * Redistribution and use in source and binary forms, with or
|
|
+ * without modification, are permitted provided that the following
|
|
+ * conditions are met:
|
|
*
|
|
+ * - Redistributions of source code must retain the above
|
|
+ * copyright notice, this list of conditions and the following
|
|
+ * disclaimer.
|
|
+ *
|
|
+ * - Redistributions in binary form must reproduce the above
|
|
+ * copyright notice, this list of conditions and the following
|
|
+ * disclaimer in the documentation and/or other materials
|
|
+ * provided with the distribution.
|
|
+ *
|
|
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|
+ * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
|
+ * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
+ * SOFTWARE.
|
|
*/
|
|
|
|
|