unified copyright notice

This commit is contained in:
john30
2015-11-07 14:47:13 +01:00
parent 32142f50a9
commit 9dbdeffe0c
37 changed files with 286 additions and 331 deletions
Executable → Regular
+6 -7
View File
@@ -1,20 +1,19 @@
#!/bin/sh #!/bin/sh
# Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> # ebusd - daemon for communication with eBUS heating systems.
# Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
# #
# This file is part of ebusd. # This program is free software: you can redistribute it and/or modify
#
# ebusd is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version. # (at your option) any later version.
# #
# ebusd is distributed in the hope that it will be useful, # This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with ebusd. If not, see http://www.gnu.org/licenses/. # along with this program. If not, see <http://www.gnu.org/licenses/>.
echo "*************" echo "*************"
echo " prepare" echo " prepare"
Executable → Regular
+6 -7
View File
@@ -1,20 +1,19 @@
#!/bin/sh #!/bin/sh
# Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> # ebusd - daemon for communication with eBUS heating systems.
# Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
# #
# This file is part of ebusd. # This program is free software: you can redistribute it and/or modify
#
# ebusd is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version. # (at your option) any later version.
# #
# ebusd is distributed in the hope that it will be useful, # This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with ebusd. If not, see http://www.gnu.org/licenses/. # along with this program. If not, see <http://www.gnu.org/licenses/>.
echo "*************" echo "*************"
echo " prepare" echo " prepare"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "bushandler.h" #include "bushandler.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef BUSHANDLER_H_ #ifndef BUSHANDLER_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef MAIN_H_ #ifndef MAIN_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "mainloop.h" #include "mainloop.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef MAINLOOP_H_ #ifndef MAINLOOP_H_
+6 -8
View File
@@ -1,21 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at>, * ebusd - daemon for communication with eBUS heating systems.
* John Baier 2014-2015 <ebusd@ebusd.eu> * Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
+6 -8
View File
@@ -1,21 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at>, * ebusd - daemon for communication with eBUS heating systems.
* John Baier 2014-2015 <ebusd@ebusd.eu> * Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef NETWORK_H_ #ifndef NETWORK_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "data.h" #include "data.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBEBUS_DATA_H_ #ifndef LIBEBUS_DATA_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBEBUS_DEVICE_H_ #ifndef LIBEBUS_DEVICE_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBEBUS_FILEREADER_H_ #ifndef LIBEBUS_FILEREADER_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "message.h" #include "message.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBEBUS_MESSAGE_H_ #ifndef LIBEBUS_MESSAGE_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "result.h" #include "result.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBEBUS_RESULT_H_ #ifndef LIBEBUS_RESULT_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "symbol.h" #include "symbol.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBEBUS_SYMBOL_H_ #ifndef LIBEBUS_SYMBOL_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* libebus is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* libebus is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with libebus. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "data.h" #include "data.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "device.h" #include "device.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* libebus is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* libebus is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with libebus. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "message.h" #include "message.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "symbol.h" #include "symbol.h"
+44 -45
View File
@@ -1,45 +1,44 @@
/* /*
* Copyright (C) John Baier 2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* * Copyright (C) 2015 John Baier <ebusd@ebusd.eu>
* This file is part of ebusd. *
* * This program is free software: you can redistribute it and/or modify
* ebusd is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or
* the Free Software Foundation, either version 3 of the License, or * (at your option) any later version.
* (at your option) any later version. *
* * This program is distributed in the hope that it will be useful,
* ebusd is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
* GNU General Public License for more details. *
* * You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with ebusd. If not, see http://www.gnu.org/licenses/. */
*/
#include "clock.h"
#include "clock.h" #ifdef __MACH__
#ifdef __MACH__ # include <mach/clock.h>
# include <mach/clock.h> # include <mach/mach.h>
# include <mach/mach.h> #endif
#endif
#ifdef __MACH__
#ifdef __MACH__ static bool clockInitialized = false;
static bool clockInitialized = false; static clock_serv_t clockServ;
static clock_serv_t clockServ; #endif
#endif
void clockGettime(struct timespec* t)
void clockGettime(struct timespec* t) {
{ #ifdef __MACH__
#ifdef __MACH__ if (!clockInitialized) {
if (!clockInitialized) { clockInitialized = true;
clockInitialized = true; host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &clockServ);
host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &clockServ); }
} mach_timespec_t mts;
mach_timespec_t mts; clock_get_time(clockServ, &mts);
clock_get_time(clockServ, &mts); t->tv_sec = mts.tv_sec;
t->tv_sec = mts.tv_sec; t->tv_nsec = mts.tv_nsec;
t->tv_nsec = mts.tv_nsec; #else
#else clock_gettime(CLOCK_REALTIME, t);
clock_gettime(CLOCK_REALTIME, t); #endif
#endif }
}
+32 -33
View File
@@ -1,33 +1,32 @@
/* /*
* Copyright (C) John Baier 2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* * Copyright (C) 2015 John Baier <ebusd@ebusd.eu>
* This file is part of ebusd. *
* * This program is free software: you can redistribute it and/or modify
* ebusd is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
* it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or
* the Free Software Foundation, either version 3 of the License, or * (at your option) any later version.
* (at your option) any later version. *
* * This program is distributed in the hope that it will be useful,
* ebusd is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
* but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
* GNU General Public License for more details. *
* * You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with ebusd. If not, see http://www.gnu.org/licenses/. */
*/
#ifndef LIBUTILS_CLOCK_H_
#ifndef LIBUTILS_CLOCK_H_ #define LIBUTILS_CLOCK_H_
#define LIBUTILS_CLOCK_H_
#include <time.h>
#include <time.h>
/** \file clock.h */
/** \file clock.h */
/**
/** * Get the real time system clock.
* Get the real time system clock. * @param t the @a timespec in which to store the time.
* @param t the @a timespec in which to store the time. */
*/ void clockGettime(struct timespec* t);
void clockGettime(struct timespec* t);
#endif // LIBUTILS_CLOCK_H_
#endif // LIBUTILS_CLOCK_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "log.h" #include "log.h"
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBUTILS_LOG_H_ #ifndef LIBUTILS_LOG_H_
+6 -8
View File
@@ -1,21 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at>, * ebusd - daemon for communication with eBUS heating systems.
* John Baier 2014-2015 <ebusd@ebusd.eu> * Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBUTILS_NOTIFY_H_ #ifndef LIBUTILS_NOTIFY_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) John Baier 2014-2015 <ebusd@ebusd.eu> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBUTILS_QUEUE_H_ #ifndef LIBUTILS_QUEUE_H_
+6 -7
View File
@@ -1,20 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at> * ebusd - daemon for communication with eBUS heating systems.
* Copyright (C) 2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "tcpsocket.h" #include "tcpsocket.h"
+6 -8
View File
@@ -1,21 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at>, * ebusd - daemon for communication with eBUS heating systems.
* John Baier 2015 <ebusd@ebusd.eu> * Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBUTILS_TCPSOCKET_H_ #ifndef LIBUTILS_TCPSOCKET_H_
+6 -8
View File
@@ -1,21 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at>, * ebusd - daemon for communication with eBUS heating systems.
* John Baier 2014-2015 <ebusd@ebusd.eu> * Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
+6 -8
View File
@@ -1,21 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at>, * ebusd - daemon for communication with eBUS heating systems.
* John Baier 2014-2015 <ebusd@ebusd.eu> * Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef LIBUTILS_THREAD_H_ #ifndef LIBUTILS_THREAD_H_
+6 -8
View File
@@ -1,21 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at>, * ebusd - daemon for communication with eBUS heating systems.
* John Baier 2014-2015 <ebusd@ebusd.eu> * Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
+6 -8
View File
@@ -1,21 +1,19 @@
/* /*
* Copyright (C) Roland Jax 2012-2014 <ebusd@liwest.at>, * ebusd - daemon for communication with eBUS heating systems.
* John Baier 2014-2015 <ebusd@ebusd.eu> * Copyright (C) 2014-2015 John Baier <ebusd@ebusd.eu>, Roland Jax 2012-2014 <ebusd@liwest.at>
* *
* This file is part of ebusd. * This program is free software: you can redistribute it and/or modify
*
* ebusd is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* ebusd is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with ebusd. If not, see http://www.gnu.org/licenses/. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H