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.
|
* All rights reserved. Distributed under the terms of the MIT license.
|
||||||
*/
|
*/
|
||||||
#ifndef _H
|
#ifndef _H
|
||||||
#define _H
|
#define _H
|
||||||
|
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
|
|
||||||
class {
|
class {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
@@ -14,4 +16,5 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // _H
|
#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.
|
* All rights reserved. Distributed under the terms of the MIT license.
|
||||||
*/
|
*/
|
||||||
#include ".h"
|
#include ".h"
|
||||||
|
|||||||
Reference in New Issue
Block a user