Tracker new templates: update copyright year.
This commit is contained in:
parent
e6c495bc73
commit
ab4411e89a
@ -1,12 +1,14 @@
|
||||
/*
|
||||
* Copyright 2010 Your Name <your@email.address>
|
||||
* Copyright 2014 Your Name <your@email.address>
|
||||
* 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 <your@email.address>
|
||||
* Copyright 2014 Your Name <your@email.address>
|
||||
* All rights reserved. Distributed under the terms of the MIT license.
|
||||
*/
|
||||
#include ".h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user