diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-02 10:58:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-02 10:58:09 +0000 |
commit | 184a71345c6a36a9a8664eda8fbcc3ea728267a8 (patch) | |
tree | e7953ee68c630b38446e75cd0a18291a1dcb439b /os/hal/templates/meta | |
parent | 097062ca3be263bac3906c4b23d56ca765504ba8 (diff) | |
download | ChibiOS-184a71345c6a36a9a8664eda8fbcc3ea728267a8.tar.gz ChibiOS-184a71345c6a36a9a8664eda8fbcc3ea728267a8.tar.bz2 ChibiOS-184a71345c6a36a9a8664eda8fbcc3ea728267a8.zip |
Updated license years.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5102 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/meta')
-rw-r--r-- | os/hal/templates/meta/driver.c | 2 | ||||
-rw-r--r-- | os/hal/templates/meta/driver.h | 2 | ||||
-rw-r--r-- | os/hal/templates/meta/driver_lld.c | 2 | ||||
-rw-r--r-- | os/hal/templates/meta/driver_lld.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/templates/meta/driver.c b/os/hal/templates/meta/driver.c index eb570eb0f..853cc1bbc 100644 --- a/os/hal/templates/meta/driver.c +++ b/os/hal/templates/meta/driver.c @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 Giovanni Di Sirio.
+ 2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/hal/templates/meta/driver.h b/os/hal/templates/meta/driver.h index e7a7e7a06..31de1c572 100644 --- a/os/hal/templates/meta/driver.h +++ b/os/hal/templates/meta/driver.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 Giovanni Di Sirio.
+ 2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/hal/templates/meta/driver_lld.c b/os/hal/templates/meta/driver_lld.c index 1df5842f3..6c0386332 100644 --- a/os/hal/templates/meta/driver_lld.c +++ b/os/hal/templates/meta/driver_lld.c @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 Giovanni Di Sirio.
+ 2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
diff --git a/os/hal/templates/meta/driver_lld.h b/os/hal/templates/meta/driver_lld.h index a5597f98b..bc0b29972 100644 --- a/os/hal/templates/meta/driver_lld.h +++ b/os/hal/templates/meta/driver_lld.h @@ -1,6 +1,6 @@ /*
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012 Giovanni Di Sirio.
+ 2011,2012,2013 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
|