summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-01 11:16:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-03 17:08:13 +0200
commit198968eea4b59bded61ed92bfaaf13dafbe39bb8 (patch)
tree4fa6179fb252b905dabe098c19bdc95720aef3c1
parent430989bacf829b58b2728aba903e17555a03a0e9 (diff)
downloadjson-dbus-bridge-198968eea4b59bded61ed92bfaaf13dafbe39bb8.tar.gz
json-dbus-bridge-198968eea4b59bded61ed92bfaaf13dafbe39bb8.tar.xz
[all] cleanup license headers
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rwxr-xr-xdemo/dbus-python-service.py24
-rw-r--r--demo/dbus-simple-service/dbus-simple-service.c25
-rw-r--r--demo/dbus-simple-service/systeminfo_skel.c25
-rw-r--r--demo/dbus-simple-service/systeminfo_skel.h25
-rw-r--r--src/bridge.c25
-rw-r--r--src/bridge.h25
-rw-r--r--src/bridge_request.c25
-rw-r--r--src/bridge_request.h25
-rw-r--r--src/json-dbus-bridge.c25
-rwxr-xr-xtests/dbus-test-service.py24
10 files changed, 120 insertions, 128 deletions
diff --git a/demo/dbus-python-service.py b/demo/dbus-python-service.py
index fc93c14..2fb0387 100755
--- a/demo/dbus-python-service.py
+++ b/demo/dbus-python-service.py
@@ -1,21 +1,21 @@
#!/usr/bin/env python2.5
#
-# json dbus bridge
+# json dbus bridge
#
-# Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+# Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation; either version 2.1 of
-# the License, or (at your option) any later version.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import gobject
diff --git a/demo/dbus-simple-service/dbus-simple-service.c b/demo/dbus-simple-service/dbus-simple-service.c
index e6ed3f6..de28dcc 100644
--- a/demo/dbus-simple-service/dbus-simple-service.c
+++ b/demo/dbus-simple-service/dbus-simple-service.c
@@ -1,21 +1,20 @@
/*
- * json dbus bridge
+ * json dbus bridge
*
- * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+ * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/demo/dbus-simple-service/systeminfo_skel.c b/demo/dbus-simple-service/systeminfo_skel.c
index 6301c5a..36666b3 100644
--- a/demo/dbus-simple-service/systeminfo_skel.c
+++ b/demo/dbus-simple-service/systeminfo_skel.c
@@ -1,21 +1,20 @@
/*
- * json dbus bridge
+ * json dbus bridge
*
- * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+ * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <errno.h>
diff --git a/demo/dbus-simple-service/systeminfo_skel.h b/demo/dbus-simple-service/systeminfo_skel.h
index 006d1a8..3b9fbc4 100644
--- a/demo/dbus-simple-service/systeminfo_skel.h
+++ b/demo/dbus-simple-service/systeminfo_skel.h
@@ -1,21 +1,20 @@
/*
- * json dbus bridge
+ * json dbus bridge
*
- * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+ * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _SYSTEMINFO_SKEL_H_
diff --git a/src/bridge.c b/src/bridge.c
index 1608166..08051e9 100644
--- a/src/bridge.c
+++ b/src/bridge.c
@@ -1,21 +1,20 @@
/*
- * json dbus bridge
+ * json dbus bridge
*
- * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+ * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <errno.h>
diff --git a/src/bridge.h b/src/bridge.h
index 9e6a332..287e1e6 100644
--- a/src/bridge.h
+++ b/src/bridge.h
@@ -1,21 +1,20 @@
/*
- * json dbus bridge
+ * json dbus bridge
*
- * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+ * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef BRIDGE_H
diff --git a/src/bridge_request.c b/src/bridge_request.c
index 4a72324..f0dfe7c 100644
--- a/src/bridge_request.c
+++ b/src/bridge_request.c
@@ -1,21 +1,20 @@
/*
- * json dbus bridge
+ * json dbus bridge
*
- * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+ * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
diff --git a/src/bridge_request.h b/src/bridge_request.h
index 945a520..5d3e575 100644
--- a/src/bridge_request.h
+++ b/src/bridge_request.h
@@ -1,21 +1,20 @@
/*
- * json dbus bridge
+ * json dbus bridge
*
- * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+ * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef BRIDGE_REQUEST_H
diff --git a/src/json-dbus-bridge.c b/src/json-dbus-bridge.c
index e5a8d97..d4d60ca 100644
--- a/src/json-dbus-bridge.c
+++ b/src/json-dbus-bridge.c
@@ -1,21 +1,20 @@
/*
- * json dbus bridge
+ * json dbus bridge
*
- * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+ * Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <unistd.h>
diff --git a/tests/dbus-test-service.py b/tests/dbus-test-service.py
index 54a3e47..5dcadb0 100755
--- a/tests/dbus-test-service.py
+++ b/tests/dbus-test-service.py
@@ -1,21 +1,21 @@
#!/usr/bin/env python2.5
#
-# json dbus bridge
+# json dbus bridge
#
-# Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
+# Copyright (c) 2009 by Michael Olbrich <m.olbrich@pengutronix.de>
#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation; either version 2.1 of
-# the License, or (at your option) any later version.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import gobject