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:
jdiamondGitHub
2022-07-11 16:47:30 -05:00
committed by GitHub
parent 7cba7ce3dd
commit ffde54cc5c
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@@ -53,3 +53,6 @@ out.*
GPATH
GRTAGS
GTAGS
# Mac DS.store files
.DS_Store

View File

@@ -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