From 24df68333a28df31316eda3dddf2939f35342068 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Wed, 2 Dec 2015 14:53:22 -0700 Subject: misc: Update copyright statements --- loader/debug_report.c | 1 + loader/debug_report.h | 1 + loader/loader.c | 1 + loader/loader.h | 1 + loader/trampoline.c | 3 +-- 5 files changed, 5 insertions(+), 2 deletions(-) (limited to 'loader') 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); -- cgit v1.2.3