Tracker new templates: update copyright year.

This commit is contained in:
Adrien Destugues
2014-08-11 21:03:02 +02:00
parent e6c495bc73
commit ab4411e89a
2 changed files with 5 additions and 2 deletions
@@ -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"