aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC11Uxx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-02 10:58:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-02 10:58:09 +0000
commit184a71345c6a36a9a8664eda8fbcc3ea728267a8 (patch)
treee7953ee68c630b38446e75cd0a18291a1dcb439b /os/hal/platforms/LPC11Uxx
parent097062ca3be263bac3906c4b23d56ca765504ba8 (diff)
downloadChibiOS-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/platforms/LPC11Uxx')
-rw-r--r--os/hal/platforms/LPC11Uxx/gpt_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/gpt_lld.h2
-rw-r--r--os/hal/platforms/LPC11Uxx/hal_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/hal_lld.h2
-rw-r--r--os/hal/platforms/LPC11Uxx/pal_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/pal_lld.h2
-rw-r--r--os/hal/platforms/LPC11Uxx/serial_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/serial_lld.h2
-rw-r--r--os/hal/platforms/LPC11Uxx/spi_lld.c2
-rw-r--r--os/hal/platforms/LPC11Uxx/spi_lld.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/os/hal/platforms/LPC11Uxx/gpt_lld.c b/os/hal/platforms/LPC11Uxx/gpt_lld.c
index 0d3963f78..38fcca24c 100644
--- a/os/hal/platforms/LPC11Uxx/gpt_lld.c
+++ b/os/hal/platforms/LPC11Uxx/gpt_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/platforms/LPC11Uxx/gpt_lld.h b/os/hal/platforms/LPC11Uxx/gpt_lld.h
index e8d347b09..d4dca2b77 100644
--- a/os/hal/platforms/LPC11Uxx/gpt_lld.h
+++ b/os/hal/platforms/LPC11Uxx/gpt_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.
diff --git a/os/hal/platforms/LPC11Uxx/hal_lld.c b/os/hal/platforms/LPC11Uxx/hal_lld.c
index fa33511fe..1b47210c6 100644
--- a/os/hal/platforms/LPC11Uxx/hal_lld.c
+++ b/os/hal/platforms/LPC11Uxx/hal_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/platforms/LPC11Uxx/hal_lld.h b/os/hal/platforms/LPC11Uxx/hal_lld.h
index 2f2347ef2..e6d16b39b 100644
--- a/os/hal/platforms/LPC11Uxx/hal_lld.h
+++ b/os/hal/platforms/LPC11Uxx/hal_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.
diff --git a/os/hal/platforms/LPC11Uxx/pal_lld.c b/os/hal/platforms/LPC11Uxx/pal_lld.c
index 9e6a30585..8da848444 100644
--- a/os/hal/platforms/LPC11Uxx/pal_lld.c
+++ b/os/hal/platforms/LPC11Uxx/pal_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/platforms/LPC11Uxx/pal_lld.h b/os/hal/platforms/LPC11Uxx/pal_lld.h
index 8303ab337..07376a81f 100644
--- a/os/hal/platforms/LPC11Uxx/pal_lld.h
+++ b/os/hal/platforms/LPC11Uxx/pal_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.
diff --git a/os/hal/platforms/LPC11Uxx/serial_lld.c b/os/hal/platforms/LPC11Uxx/serial_lld.c
index d3faa7572..7ca0f4411 100644
--- a/os/hal/platforms/LPC11Uxx/serial_lld.c
+++ b/os/hal/platforms/LPC11Uxx/serial_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/platforms/LPC11Uxx/serial_lld.h b/os/hal/platforms/LPC11Uxx/serial_lld.h
index 124ce418f..cea0d9b2b 100644
--- a/os/hal/platforms/LPC11Uxx/serial_lld.h
+++ b/os/hal/platforms/LPC11Uxx/serial_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.
diff --git a/os/hal/platforms/LPC11Uxx/spi_lld.c b/os/hal/platforms/LPC11Uxx/spi_lld.c
index 49fcf1913..e3caa490d 100644
--- a/os/hal/platforms/LPC11Uxx/spi_lld.c
+++ b/os/hal/platforms/LPC11Uxx/spi_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/platforms/LPC11Uxx/spi_lld.h b/os/hal/platforms/LPC11Uxx/spi_lld.h
index 2cd018406..c19885252 100644
--- a/os/hal/platforms/LPC11Uxx/spi_lld.h
+++ b/os/hal/platforms/LPC11Uxx/spi_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.