aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-11 13:45:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-01-11 13:45:54 +0000
commit1979996549d3b0879e3318528dde920009b87331 (patch)
tree7fa927322f0fe6e25e25f1f2467ea1b5bced2077 /os/hal/include
parente7f1c3bf7275f553529cb17e6e5a9815aea8e6b0 (diff)
downloadChibiOS-1979996549d3b0879e3318528dde920009b87331.tar.gz
ChibiOS-1979996549d3b0879e3318528dde920009b87331.tar.bz2
ChibiOS-1979996549d3b0879e3318528dde920009b87331.zip
updated GPL files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7620 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/adc.h9
-rw-r--r--os/hal/include/can.h9
-rw-r--r--os/hal/include/dac.h9
-rw-r--r--os/hal/include/ext.h9
-rw-r--r--os/hal/include/gpt.h9
-rw-r--r--os/hal/include/hal.h9
-rw-r--r--os/hal/include/hal_channels.h9
-rw-r--r--os/hal/include/hal_files.h9
-rw-r--r--os/hal/include/hal_ioblock.h9
-rw-r--r--os/hal/include/hal_mmcsd.h9
-rw-r--r--os/hal/include/hal_queues.h9
-rw-r--r--os/hal/include/hal_streams.h9
-rw-r--r--os/hal/include/i2c.h9
-rw-r--r--os/hal/include/i2s.h9
-rw-r--r--os/hal/include/icu.h9
-rw-r--r--os/hal/include/mac.h9
-rw-r--r--os/hal/include/mii.h9
-rw-r--r--os/hal/include/mmc_spi.h9
-rw-r--r--os/hal/include/pal.h9
-rw-r--r--os/hal/include/pwm.h9
-rw-r--r--os/hal/include/rtc.h9
-rw-r--r--os/hal/include/sdc.h9
-rw-r--r--os/hal/include/serial.h9
-rw-r--r--os/hal/include/serial_usb.h9
-rw-r--r--os/hal/include/spi.h9
-rw-r--r--os/hal/include/st.h9
-rw-r--r--os/hal/include/uart.h9
-rw-r--r--os/hal/include/usb.h9
28 files changed, 112 insertions, 140 deletions
diff --git a/os/hal/include/adc.h b/os/hal/include/adc.h
index 4fc1398bf..def17a30e 100644
--- a/os/hal/include/adc.h
+++ b/os/hal/include/adc.h
@@ -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/include/can.h b/os/hal/include/can.h
index b6569962a..1fd671e10 100644
--- a/os/hal/include/can.h
+++ b/os/hal/include/can.h
@@ -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/include/dac.h b/os/hal/include/dac.h
index 5bc90a34d..8d7477aa9 100644
--- a/os/hal/include/dac.h
+++ b/os/hal/include/dac.h
@@ -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/include/ext.h b/os/hal/include/ext.h
index c4fa42906..8da23324f 100644
--- a/os/hal/include/ext.h
+++ b/os/hal/include/ext.h
@@ -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/include/gpt.h b/os/hal/include/gpt.h
index 651634f87..5dddb94fe 100644
--- a/os/hal/include/gpt.h
+++ b/os/hal/include/gpt.h
@@ -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/include/hal.h b/os/hal/include/hal.h
index c4fe8895f..fb2d91006 100644
--- a/os/hal/include/hal.h
+++ b/os/hal/include/hal.h
@@ -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/include/hal_channels.h b/os/hal/include/hal_channels.h
index 404845a89..21d4834de 100644
--- a/os/hal/include/hal_channels.h
+++ b/os/hal/include/hal_channels.h
@@ -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/include/hal_files.h b/os/hal/include/hal_files.h
index 21e64b07d..a5e3f0dfd 100644
--- a/os/hal/include/hal_files.h
+++ b/os/hal/include/hal_files.h
@@ -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/include/hal_ioblock.h b/os/hal/include/hal_ioblock.h
index 9beb98f73..d29f935b0 100644
--- a/os/hal/include/hal_ioblock.h
+++ b/os/hal/include/hal_ioblock.h
@@ -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/include/hal_mmcsd.h b/os/hal/include/hal_mmcsd.h
index fa347058e..cd8ec4e53 100644
--- a/os/hal/include/hal_mmcsd.h
+++ b/os/hal/include/hal_mmcsd.h
@@ -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/include/hal_queues.h b/os/hal/include/hal_queues.h
index 2153aa104..08515fd45 100644
--- a/os/hal/include/hal_queues.h
+++ b/os/hal/include/hal_queues.h
@@ -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/include/hal_streams.h b/os/hal/include/hal_streams.h
index 905341323..95a45bfff 100644
--- a/os/hal/include/hal_streams.h
+++ b/os/hal/include/hal_streams.h
@@ -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/include/i2c.h b/os/hal/include/i2c.h
index ec0e760e7..0a8bdb5b5 100644
--- a/os/hal/include/i2c.h
+++ b/os/hal/include/i2c.h
@@ -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/include/i2s.h b/os/hal/include/i2s.h
index 655f1c3c4..4489d2cbf 100644
--- a/os/hal/include/i2s.h
+++ b/os/hal/include/i2s.h
@@ -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/include/icu.h b/os/hal/include/icu.h
index aae08342c..ad2f13a10 100644
--- a/os/hal/include/icu.h
+++ b/os/hal/include/icu.h
@@ -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/include/mac.h b/os/hal/include/mac.h
index 3c2ccd0e6..f6c4e0b5e 100644
--- a/os/hal/include/mac.h
+++ b/os/hal/include/mac.h
@@ -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/include/mii.h b/os/hal/include/mii.h
index b8176f287..2ee811b03 100644
--- a/os/hal/include/mii.h
+++ b/os/hal/include/mii.h
@@ -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/include/mmc_spi.h b/os/hal/include/mmc_spi.h
index 6c40e2f06..dbee69039 100644
--- a/os/hal/include/mmc_spi.h
+++ b/os/hal/include/mmc_spi.h
@@ -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/include/pal.h b/os/hal/include/pal.h
index cfbb4862a..d6c13ceb4 100644
--- a/os/hal/include/pal.h
+++ b/os/hal/include/pal.h
@@ -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/include/pwm.h b/os/hal/include/pwm.h
index e77fa7617..934131d1e 100644
--- a/os/hal/include/pwm.h
+++ b/os/hal/include/pwm.h
@@ -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/include/rtc.h b/os/hal/include/rtc.h
index a6730c2b2..26e505fda 100644
--- a/os/hal/include/rtc.h
+++ b/os/hal/include/rtc.h
@@ -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/include/sdc.h b/os/hal/include/sdc.h
index 2eceb4c72..193b73301 100644
--- a/os/hal/include/sdc.h
+++ b/os/hal/include/sdc.h
@@ -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/include/serial.h b/os/hal/include/serial.h
index 104327b3c..aa2435494 100644
--- a/os/hal/include/serial.h
+++ b/os/hal/include/serial.h
@@ -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/include/serial_usb.h b/os/hal/include/serial_usb.h
index 36206b633..1568be2c2 100644
--- a/os/hal/include/serial_usb.h
+++ b/os/hal/include/serial_usb.h
@@ -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/include/spi.h b/os/hal/include/spi.h
index d700f319e..b4aa43e41 100644
--- a/os/hal/include/spi.h
+++ b/os/hal/include/spi.h
@@ -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/include/st.h b/os/hal/include/st.h
index b318fa4d0..dd2312b88 100644
--- a/os/hal/include/st.h
+++ b/os/hal/include/st.h
@@ -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/include/uart.h b/os/hal/include/uart.h
index 23d88953e..b5b98ffd3 100644
--- a/os/hal/include/uart.h
+++ b/os/hal/include/uart.h
@@ -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/include/usb.h b/os/hal/include/usb.h
index 860dfd83e..380f8a1ed 100644
--- a/os/hal/include/usb.h
+++ b/os/hal/include/usb.h
@@ -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.