Tracker new templates: update copyright year.

This commit is contained in:
Adrien Destugues 2014-08-11 21:00:21 +02:00
parent e6c495bc73
commit ab4411e89a
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"