mirror of
https://github.com/amd/blis.git
synced 2026-05-12 10:05:38 +00:00
Minor changes to .gitignore and LICENSE files. (#642)
Details: - Macs create .DS_Store files in every directory visited. Updated .gitignore file so these files won't be reported as untracked by 'git status'. - Added Oracle Corporation to the LICENSE file. - Updated UT copyright on behalf of SHPC.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -53,3 +53,6 @@ out.*
|
||||
GPATH
|
||||
GRTAGS
|
||||
GTAGS
|
||||
|
||||
# Mac DS.store files
|
||||
.DS_Store
|
||||
|
||||
4
LICENSE
4
LICENSE
@@ -6,6 +6,7 @@ while other portions are copyrighted by
|
||||
|
||||
Hewlett Packard Enterprise Development LP
|
||||
Advanced Micro Devices, Inc.
|
||||
Oracle Corporation
|
||||
|
||||
with some overlap. Please see file-level license headers for file-specific
|
||||
copyright info. All parties provide their portions of the code under the
|
||||
@@ -13,9 +14,10 @@ copyright info. All parties provide their portions of the code under the
|
||||
|
||||
---
|
||||
|
||||
Copyright (C) 2018, The University of Texas at Austin
|
||||
Copyright (C) 2012 - 2022, The University of Texas at Austin
|
||||
Copyright (C) 2016, Hewlett Packard Enterprise Development LP
|
||||
Copyright (C) 2018 - 2019, Advanced Micro Devices, Inc.
|
||||
Copyright (C) 2022, Oracle Corporation
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
||||
Reference in New Issue
Block a user