From 4347283e40f6dc800da56f14f68902b9afe5460c Mon Sep 17 00:00:00 2001 From: Schm1tz1 Date: Sun, 6 Mar 2016 21:58:41 +0100 Subject: [PATCH] typo --- libraries/MS5xxx/MS5611.cpp | 10 +++++----- libraries/MS5xxx/MS5611.h | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libraries/MS5xxx/MS5611.cpp b/libraries/MS5xxx/MS5611.cpp index 647b73a..5cab78e 100644 --- a/libraries/MS5xxx/MS5611.cpp +++ b/libraries/MS5xxx/MS5611.cpp @@ -1,21 +1,21 @@ /* MS5611.h - Library for accessing MS5611 sensors via I2C - Copyright (c) 2012 Roman Schmitz + Copyright (c) 2016 Roman Schmitz - This file is part of arduino-MS5611. + This file is part of arduino-MS5xxx. - arduino-MS5611 is free software: you can redistribute it and/or modify + arduino-MS5xxx 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. - arduino-MS5611 is distributed in the hope that it will be useful, + arduino-MS5xxx 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. You should have received a copy of the GNU General Public License - along with arduino-MS5611. If not, see . + along with arduino-MS5xxx. If not, see . */ diff --git a/libraries/MS5xxx/MS5611.h b/libraries/MS5xxx/MS5611.h index 9931d40..18473f4 100644 --- a/libraries/MS5xxx/MS5611.h +++ b/libraries/MS5xxx/MS5611.h @@ -2,20 +2,20 @@ MS5611.h - Library for accessing MS5611 sensors via I2C Copyright (c) 2016 Roman Schmitz - This file is part of arduino-MS5611. + This file is part of arduino-MS5xxx. - arduino-MS5611 is free software: you can redistribute it and/or modify + arduino-MS5xxx 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. - arduino-MS5611 is distributed in the hope that it will be useful, + arduino-MS5xxx 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. You should have received a copy of the GNU General Public License - along with arduino-MS5611. If not, see . + along with arduino-MS5xxx. If not, see . */