aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src')
-rw-r--r--os/hal/src/adc.c9
-rw-r--r--os/hal/src/can.c9
-rw-r--r--os/hal/src/dac.c9
-rw-r--r--os/hal/src/ext.c9
-rw-r--r--os/hal/src/gpt.c9
-rw-r--r--os/hal/src/hal.c9
-rw-r--r--os/hal/src/hal_mmcsd.c9
-rw-r--r--os/hal/src/hal_queues.c9
-rw-r--r--os/hal/src/i2c.c9
-rw-r--r--os/hal/src/i2s.c9
-rw-r--r--os/hal/src/icu.c9
-rw-r--r--os/hal/src/mac.c9
-rw-r--r--os/hal/src/mmc_spi.c9
-rw-r--r--os/hal/src/pal.c9
-rw-r--r--os/hal/src/pwm.c9
-rw-r--r--os/hal/src/rtc.c9
-rw-r--r--os/hal/src/sdc.c9
-rw-r--r--os/hal/src/serial.c9
-rw-r--r--os/hal/src/serial_usb.c9
-rw-r--r--os/hal/src/spi.c9
-rw-r--r--os/hal/src/st.c9
-rw-r--r--os/hal/src/uart.c9
-rw-r--r--os/hal/src/usb.c9
23 files changed, 92 insertions, 115 deletions
diff --git a/os/hal/src/adc.c b/os/hal/src/adc.c
index 76fb38b30..8edd93f90 100644
--- a/os/hal/src/adc.c
+++ b/os/hal/src/adc.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/can.c b/os/hal/src/can.c
index 93e1180e1..201828c98 100644
--- a/os/hal/src/can.c
+++ b/os/hal/src/can.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/dac.c b/os/hal/src/dac.c
index b2b01cf11..47ec5b8f1 100644
--- a/os/hal/src/dac.c
+++ b/os/hal/src/dac.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/ext.c b/os/hal/src/ext.c
index 8eb14e71f..6d67cb94e 100644
--- a/os/hal/src/ext.c
+++ b/os/hal/src/ext.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/gpt.c b/os/hal/src/gpt.c
index 1e74471dd..c654b290e 100644
--- a/os/hal/src/gpt.c
+++ b/os/hal/src/gpt.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/hal.c b/os/hal/src/hal.c
index 156760b32..1ed95b835 100644
--- a/os/hal/src/hal.c
+++ b/os/hal/src/hal.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/hal_mmcsd.c b/os/hal/src/hal_mmcsd.c
index ed57506f5..37f0d8724 100644
--- a/os/hal/src/hal_mmcsd.c
+++ b/os/hal/src/hal_mmcsd.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/hal_queues.c b/os/hal/src/hal_queues.c
index 657de96f2..9d4c6d330 100644
--- a/os/hal/src/hal_queues.c
+++ b/os/hal/src/hal_queues.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/i2c.c b/os/hal/src/i2c.c
index c29474859..c463c3b08 100644
--- a/os/hal/src/i2c.c
+++ b/os/hal/src/i2c.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/i2s.c b/os/hal/src/i2s.c
index f9bfeafd1..0e0349a6d 100644
--- a/os/hal/src/i2s.c
+++ b/os/hal/src/i2s.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/icu.c b/os/hal/src/icu.c
index 481b8a6c6..02a777de0 100644
--- a/os/hal/src/icu.c
+++ b/os/hal/src/icu.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/mac.c b/os/hal/src/mac.c
index 82446267d..90fa71a2d 100644
--- a/os/hal/src/mac.c
+++ b/os/hal/src/mac.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/mmc_spi.c b/os/hal/src/mmc_spi.c
index d7ffcbab4..99f3b1f6c 100644
--- a/os/hal/src/mmc_spi.c
+++ b/os/hal/src/mmc_spi.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/pal.c b/os/hal/src/pal.c
index 7121d2042..b76093168 100644
--- a/os/hal/src/pal.c
+++ b/os/hal/src/pal.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/pwm.c b/os/hal/src/pwm.c
index fe277353e..427e529f3 100644
--- a/os/hal/src/pwm.c
+++ b/os/hal/src/pwm.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/rtc.c b/os/hal/src/rtc.c
index 4de3b06fe..d1d450505 100644
--- a/os/hal/src/rtc.c
+++ b/os/hal/src/rtc.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/sdc.c b/os/hal/src/sdc.c
index d8e469e82..5f676a9fa 100644
--- a/os/hal/src/sdc.c
+++ b/os/hal/src/sdc.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/serial.c b/os/hal/src/serial.c
index 34415320f..3b354f90f 100644
--- a/os/hal/src/serial.c
+++ b/os/hal/src/serial.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/serial_usb.c b/os/hal/src/serial_usb.c
index 09b529cae..a4b943f6a 100644
--- a/os/hal/src/serial_usb.c
+++ b/os/hal/src/serial_usb.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/spi.c b/os/hal/src/spi.c
index ceca4dbdf..7f7a9f021 100644
--- a/os/hal/src/spi.c
+++ b/os/hal/src/spi.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/st.c b/os/hal/src/st.c
index 9f067cfeb..02bae928f 100644
--- a/os/hal/src/st.c
+++ b/os/hal/src/st.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/uart.c b/os/hal/src/uart.c
index 17170ca56..d8ef3511b 100644
--- a/os/hal/src/uart.c
+++ b/os/hal/src/uart.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
diff --git a/os/hal/src/usb.c b/os/hal/src/usb.c
index 5bc8dfe93..e339af472 100644
--- a/os/hal/src/usb.c
+++ b/os/hal/src/usb.c
@@ -1,15 +1,14 @@
/*
- ChibiOS/HAL - Copyright (C) 2006,2007,2008,2009,2010,
- 2011,2012,2013,2014 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio.
- This file is part of ChibiOS/HAL
+ This file is part of ChibiOS.
- ChibiOS/HAL is free software; you can redistribute it and/or modify
+ ChibiOS is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
- ChibiOS/RT is distributed in the hope that it will be useful,
+ ChibiOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.