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"
+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/>.
*/ */
#include "clock.h" #include "clock.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 LIBUTILS_CLOCK_H_ #ifndef 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