diff options
author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-12-02 14:53:22 -0700 |
---|---|---|
committer | Jon Ashburn <jon@lunarg.com> | 2015-12-17 11:20:07 -0700 |
commit | ebbb96d9efd5db51afa9b392c3026a4834c978e7 (patch) | |
tree | 6c43ab1ff5d4983e04464bc9d911b7c85dbe70ae /loader | |
parent | 03c80a622a374d9894f5e9c0dab2f721e5193a2b (diff) |
misc: Update copyright statements
Diffstat (limited to 'loader')
-rw-r--r-- | loader/debug_report.c | 1 | ||||
-rw-r--r-- | loader/debug_report.h | 1 | ||||
-rw-r--r-- | loader/loader.c | 1 | ||||
-rw-r--r-- | loader/loader.h | 1 | ||||
-rw-r--r-- | loader/trampoline.c | 3 |
5 files changed, 5 insertions, 2 deletions
diff --git a/loader/debug_report.c b/loader/debug_report.c index 2995547c..35ee64e2 100644 --- a/loader/debug_report.c +++ b/loader/debug_report.c @@ -1,6 +1,7 @@ /* * * Copyright (C) 2015 Valve Corporation + * Copyright (C) 2015 Google Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/loader/debug_report.h b/loader/debug_report.h index 17808318..1d812756 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h @@ -1,6 +1,7 @@ /* * * Copyright (C) 2015 Valve Corporation + * Copyright (C) 2015 Google Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/loader/loader.c b/loader/loader.c index 5b8141a0..11a82c6e 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -1,6 +1,7 @@ /* * * Copyright (C) 2015 Valve Corporation + * Copyright (C) 2015 Google Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/loader/loader.h b/loader/loader.h index 9a940bb9..057d12d1 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -1,6 +1,7 @@ /* * * Copyright (C) 2015 Valve Corporation + * Copyright (C) 2015 Google Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/loader/trampoline.c b/loader/trampoline.c index 304860ab..63574830 100644 --- a/loader/trampoline.c +++ b/loader/trampoline.c @@ -1,6 +1,7 @@ /* * * Copyright (C) 2015 Valve Corporation + * Copyright (C) 2015 Google Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -73,8 +74,6 @@ LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateInstance( memset(&ptr_instance->instance_layer_list, 0, sizeof(ptr_instance->instance_layer_list)); memset(&ptr_instance->device_layer_list, 0, sizeof(ptr_instance->device_layer_list)); loader_layer_scan(ptr_instance, - - &ptr_instance->instance_layer_list, &ptr_instance->device_layer_list); |