diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-04-30 13:13:10 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-04-30 13:17:36 -0500 |
commit | 29b2b5959491946672e4cbb6126ef93c1281cd34 (patch) | |
tree | cd703929da7c0d0ea746690b05ecdc69de387ac6 /src | |
parent | a259a536ee561c992d971db240c9cc8a7b7aa74d (diff) | |
download | libmts-io-29b2b5959491946672e4cbb6126ef93c1281cd34.tar.gz libmts-io-29b2b5959491946672e4cbb6126ef93c1281cd34.tar.bz2 libmts-io-29b2b5959491946672e4cbb6126ef93c1281cd34.zip |
rename to libmts-io
Diffstat (limited to 'src')
-rw-r--r-- | src/MTS_IO_CE910Radio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_CdmaRadio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_CellularRadio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_CellularRadioFactory.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_Connection.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_DE910Radio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_GE910Radio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_HE910DRadio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_HE910EUDRadio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_HE910Radio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_LE910EUGRadio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_LE910NAGRadio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_LE910Radio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_LE910SVGRadio.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_LockFile.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_MccMncTable.cpp | 8 | ||||
-rw-r--r-- | src/MTS_IO_SerialConnection.cpp | 8 |
17 files changed, 68 insertions, 68 deletions
diff --git a/src/MTS_IO_CE910Radio.cpp b/src/MTS_IO_CE910Radio.cpp index b60c648..bb6e97a 100644 --- a/src/MTS_IO_CE910Radio.cpp +++ b/src/MTS_IO_CE910Radio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_CdmaRadio.cpp b/src/MTS_IO_CdmaRadio.cpp index 66ce820..72923a7 100644 --- a/src/MTS_IO_CdmaRadio.cpp +++ b/src/MTS_IO_CdmaRadio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_CellularRadio.cpp b/src/MTS_IO_CellularRadio.cpp index adea939..02bbd33 100644 --- a/src/MTS_IO_CellularRadio.cpp +++ b/src/MTS_IO_CellularRadio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_CellularRadioFactory.cpp b/src/MTS_IO_CellularRadioFactory.cpp index 3a5cb74..5928467 100644 --- a/src/MTS_IO_CellularRadioFactory.cpp +++ b/src/MTS_IO_CellularRadioFactory.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_Connection.cpp b/src/MTS_IO_Connection.cpp index 36a91ed..40e460e 100644 --- a/src/MTS_IO_Connection.cpp +++ b/src/MTS_IO_Connection.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_DE910Radio.cpp b/src/MTS_IO_DE910Radio.cpp index 766d7d1..f11e8c5 100644 --- a/src/MTS_IO_DE910Radio.cpp +++ b/src/MTS_IO_DE910Radio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_GE910Radio.cpp b/src/MTS_IO_GE910Radio.cpp index 013837b..7e35323 100644 --- a/src/MTS_IO_GE910Radio.cpp +++ b/src/MTS_IO_GE910Radio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_HE910DRadio.cpp b/src/MTS_IO_HE910DRadio.cpp index b159a9c..c2ca05e 100644 --- a/src/MTS_IO_HE910DRadio.cpp +++ b/src/MTS_IO_HE910DRadio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_HE910EUDRadio.cpp b/src/MTS_IO_HE910EUDRadio.cpp index 4ae7e19..ca47b4f 100644 --- a/src/MTS_IO_HE910EUDRadio.cpp +++ b/src/MTS_IO_HE910EUDRadio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_HE910Radio.cpp b/src/MTS_IO_HE910Radio.cpp index 3a7851a..f548b4e 100644 --- a/src/MTS_IO_HE910Radio.cpp +++ b/src/MTS_IO_HE910Radio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_LE910EUGRadio.cpp b/src/MTS_IO_LE910EUGRadio.cpp index c3e54c3..9e970b3 100644 --- a/src/MTS_IO_LE910EUGRadio.cpp +++ b/src/MTS_IO_LE910EUGRadio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_LE910NAGRadio.cpp b/src/MTS_IO_LE910NAGRadio.cpp index c2f8bf5..03ac9be 100644 --- a/src/MTS_IO_LE910NAGRadio.cpp +++ b/src/MTS_IO_LE910NAGRadio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_LE910Radio.cpp b/src/MTS_IO_LE910Radio.cpp index cbff249..66a074e 100644 --- a/src/MTS_IO_LE910Radio.cpp +++ b/src/MTS_IO_LE910Radio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_LE910SVGRadio.cpp b/src/MTS_IO_LE910SVGRadio.cpp index ee9b3f8..692350d 100644 --- a/src/MTS_IO_LE910SVGRadio.cpp +++ b/src/MTS_IO_LE910SVGRadio.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_LockFile.cpp b/src/MTS_IO_LockFile.cpp index a4879de..b74ba73 100644 --- a/src/MTS_IO_LockFile.cpp +++ b/src/MTS_IO_LockFile.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_MccMncTable.cpp b/src/MTS_IO_MccMncTable.cpp index 8ac3f62..e375213 100644 --- a/src/MTS_IO_MccMncTable.cpp +++ b/src/MTS_IO_MccMncTable.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ diff --git a/src/MTS_IO_SerialConnection.cpp b/src/MTS_IO_SerialConnection.cpp index 8f0b8e3..4a7923b 100644 --- a/src/MTS_IO_SerialConnection.cpp +++ b/src/MTS_IO_SerialConnection.cpp @@ -1,20 +1,20 @@ /* * Copyright (C) 2015 by Multi-Tech Systems * - * This file is part of libmts_io. + * This file is part of libmts-io. * - * libmts_io is free software: you can redistribute it and/or modify + * libmts-io is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * - * libmts_io is distributed in the hope that it will be useful, + * libmts-io 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 Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with libmts_io. If not, see <http://www.gnu.org/licenses/>. + * along with libmts-io. If not, see <http://www.gnu.org/licenses/>. * */ |