From ffde54cc5c334aca8eff4d6072ba49496bf3104c Mon Sep 17 00:00:00 2001 From: jdiamondGitHub Date: Mon, 11 Jul 2022 16:47:30 -0500 Subject: [PATCH] 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. --- .gitignore | 3 +++ LICENSE | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a24fe2b0e..6d51f6f51 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ out.* GPATH GRTAGS GTAGS + +# Mac DS.store files +.DS_Store diff --git a/LICENSE b/LICENSE index b9cde54b8..8168814a9 100644 --- a/LICENSE +++ b/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