Tracker new templates: update copyright year.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
/*
|
||||
* Copyright 2010 Your Name <[email protected]>
|
||||
* Copyright 2014 Your Name <[email protected]>
|
||||
* All rights reserved. Distributed under the terms of the MIT license.
|
||||
*/
|
||||
#ifndef _H
|
||||
#define _H
|
||||
|
||||
|
||||
#include <SupportDefs.h>
|
||||
|
||||
|
||||
class {
|
||||
public:
|
||||
|
||||
@@ -14,4 +16,5 @@ private:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif // _H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2010 Your Name <[email protected]>
|
||||
* Copyright 2014 Your Name <[email protected]>
|
||||
* All rights reserved. Distributed under the terms of the MIT license.
|
||||
*/
|
||||
#include ".h"
|
||||
|
||||
Reference in New Issue
Block a user