aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/oslib
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/oslib')
-rw-r--r--os/common/oslib/include/chbsem.h2
-rw-r--r--os/common/oslib/include/chfactory.h2
-rw-r--r--os/common/oslib/include/chfifo.h2
-rw-r--r--os/common/oslib/include/chheap.h2
-rw-r--r--os/common/oslib/include/chmboxes.h2
-rw-r--r--os/common/oslib/include/chmemcore.h2
-rw-r--r--os/common/oslib/include/chmempools.h2
-rw-r--r--os/common/oslib/include/chpreempt.h2
-rw-r--r--os/common/oslib/src/chfactory.c2
-rw-r--r--os/common/oslib/src/chheap.c2
-rw-r--r--os/common/oslib/src/chmboxes.c2
-rw-r--r--os/common/oslib/src/chmemcore.c2
-rw-r--r--os/common/oslib/src/chmempools.c2
-rw-r--r--os/common/oslib/src/chpreempt.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/os/common/oslib/include/chbsem.h b/os/common/oslib/include/chbsem.h
index bf77700d1..64b597641 100644
--- a/os/common/oslib/include/chbsem.h
+++ b/os/common/oslib/include/chbsem.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/include/chfactory.h b/os/common/oslib/include/chfactory.h
index 1ff6d1dff..ec2bd4c3e 100644
--- a/os/common/oslib/include/chfactory.h
+++ b/os/common/oslib/include/chfactory.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/include/chfifo.h b/os/common/oslib/include/chfifo.h
index 31260bc37..6f8fc8499 100644
--- a/os/common/oslib/include/chfifo.h
+++ b/os/common/oslib/include/chfifo.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/include/chheap.h b/os/common/oslib/include/chheap.h
index 6cce85b3c..dad053368 100644
--- a/os/common/oslib/include/chheap.h
+++ b/os/common/oslib/include/chheap.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/include/chmboxes.h b/os/common/oslib/include/chmboxes.h
index 2c9d09296..0790407e5 100644
--- a/os/common/oslib/include/chmboxes.h
+++ b/os/common/oslib/include/chmboxes.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/include/chmemcore.h b/os/common/oslib/include/chmemcore.h
index ae5da6753..af8b5fca4 100644
--- a/os/common/oslib/include/chmemcore.h
+++ b/os/common/oslib/include/chmemcore.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/include/chmempools.h b/os/common/oslib/include/chmempools.h
index e2bd4277e..59eedc588 100644
--- a/os/common/oslib/include/chmempools.h
+++ b/os/common/oslib/include/chmempools.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/include/chpreempt.h b/os/common/oslib/include/chpreempt.h
index bfa1ce270..87e2a029a 100644
--- a/os/common/oslib/include/chpreempt.h
+++ b/os/common/oslib/include/chpreempt.h
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/src/chfactory.c b/os/common/oslib/src/chfactory.c
index 232b40d5e..57fe9f85c 100644
--- a/os/common/oslib/src/chfactory.c
+++ b/os/common/oslib/src/chfactory.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/src/chheap.c b/os/common/oslib/src/chheap.c
index 2e8e4a05f..d6e2eeca6 100644
--- a/os/common/oslib/src/chheap.c
+++ b/os/common/oslib/src/chheap.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/src/chmboxes.c b/os/common/oslib/src/chmboxes.c
index 48b5b4f01..af10c6d7e 100644
--- a/os/common/oslib/src/chmboxes.c
+++ b/os/common/oslib/src/chmboxes.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/src/chmemcore.c b/os/common/oslib/src/chmemcore.c
index a1323b674..bb3832171 100644
--- a/os/common/oslib/src/chmemcore.c
+++ b/os/common/oslib/src/chmemcore.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/src/chmempools.c b/os/common/oslib/src/chmempools.c
index d157d6483..bd631d5b0 100644
--- a/os/common/oslib/src/chmempools.c
+++ b/os/common/oslib/src/chmempools.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.
diff --git a/os/common/oslib/src/chpreempt.c b/os/common/oslib/src/chpreempt.c
index 18e224511..2cdb94efe 100644
--- a/os/common/oslib/src/chpreempt.c
+++ b/os/common/oslib/src/chpreempt.c
@@ -1,5 +1,5 @@
/*
- ChibiOS - Copyright (C) 2006..2016 Giovanni Di Sirio.
+ ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio.
This file is part of ChibiOS.