From caa915d0ec3544396186f6cec79895864ee43ab0 Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Tue, 24 Jun 2014 09:12:50 +1000 Subject: [PATCH] Fixed copyight in memory tester. --- Engine/source/testing/memoryTester.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Engine/source/testing/memoryTester.h b/Engine/source/testing/memoryTester.h index aba45f275..72d19e8d8 100644 --- a/Engine/source/testing/memoryTester.h +++ b/Engine/source/testing/memoryTester.h @@ -1,5 +1,5 @@ //----------------------------------------------------------------------------- -// Copyright (c) 2014 GarageGames, LLC +// Copyright (c) 2013 Stephan Brenner https://github.com/ymx/gtest_mem // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to @@ -30,8 +30,6 @@ namespace testing { - // Original author: Stephan Brenner - // https://github.com/ymx/gtest_mem class MemoryLeakDetector : public EmptyTestEventListener { public: