소스 검색

Fixed copyight in memory tester.

Daniel Buckmaster 11 년 전
부모
커밋
caa915d0ec
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Engine/source/testing/memoryTester.h

+ 1 - 3
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: