summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-02 23:55:51 +0200
committerGravatar Martin Szulecki2014-10-06 18:01:45 +0200
commit32e3edb9843121b3d8ea8281cb9c5e12d3beeece (patch)
treec43526fcec3df2ca6becb543b672d1a67ce8980c
parentb440dafd90173cdecbf31f5a0bcaafed09267c34 (diff)
downloadusbmuxd-32e3edb9843121b3d8ea8281cb9c5e12d3beeece.tar.gz
usbmuxd-32e3edb9843121b3d8ea8281cb9c5e12d3beeece.tar.bz2
Update and slightly cleanup copyright headers
-rw-r--r--src/client.c37
-rw-r--r--src/client.h37
-rw-r--r--src/conf.c35
-rw-r--r--src/conf.h35
-rw-r--r--src/device.c37
-rw-r--r--src/device.h35
-rw-r--r--src/log.c37
-rw-r--r--src/log.h37
-rw-r--r--src/main.c39
-rw-r--r--src/preflight.c35
-rw-r--r--src/preflight.h35
-rw-r--r--src/usb-linux.c41
-rw-r--r--src/usb.h39
-rw-r--r--src/usbmuxd-proto.h39
-rw-r--r--src/utils.c41
-rw-r--r--src/utils.h39
16 files changed, 291 insertions, 307 deletions
diff --git a/src/client.c b/src/client.c
index b30fb06..67a29e8 100644
--- a/src/client.c
+++ b/src/client.c
@@ -1,23 +1,22 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * client.c
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6 6 *
7This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 or version 3. 9 * the Free Software Foundation, either version 2 or version 3.
10 10 *
11This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details. 14 * GNU General Public License for more details.
15 15 *
16You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19 */
20*/
21 20
22#ifdef HAVE_CONFIG_H 21#ifdef HAVE_CONFIG_H
23#include <config.h> 22#include <config.h>
diff --git a/src/client.h b/src/client.h
index 516d552..bac563d 100644
--- a/src/client.h
+++ b/src/client.h
@@ -1,23 +1,22 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * client.h
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6 6 *
7This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 or version 3. 9 * the Free Software Foundation, either version 2 or version 3.
10 10 *
11This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details. 14 * GNU General Public License for more details.
15 15 *
16You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19 */
20*/
21 20
22#ifndef CLIENT_H 21#ifndef CLIENT_H
23#define CLIENT_H 22#define CLIENT_H
diff --git a/src/conf.c b/src/conf.c
index 2a90922..0dcb062 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1,22 +1,21 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * conf.c
3 3 *
4Copyright (C) 2013 Nikias Bassen <nikias@gmx.li> 4 * Copyright (C) 2013 Nikias Bassen <nikias@gmx.li>
5 5 *
6This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 2 or version 3. 8 * the Free Software Foundation, either version 2 or version 3.
9 9 *
10This program is distributed in the hope that it will be useful, 10 * This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details. 13 * GNU General Public License for more details.
14 14 *
15You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 18 */
19*/
20 19
21#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
22#include <config.h> 21#include <config.h>
diff --git a/src/conf.h b/src/conf.h
index 8cdcbb4..bbfa965 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -1,22 +1,21 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * conf.h
3 3 *
4Copyright (C) 2013 Nikias Bassen <nikias@gmx.li> 4 * Copyright (C) 2013 Nikias Bassen <nikias@gmx.li>
5 5 *
6This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 2 or version 3. 8 * the Free Software Foundation, either version 2 or version 3.
9 9 *
10This program is distributed in the hope that it will be useful, 10 * This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details. 13 * GNU General Public License for more details.
14 14 *
15You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 18 */
19*/
20 19
21#ifndef CONF_H 20#ifndef CONF_H
22#define CONF_H 21#define CONF_H
diff --git a/src/device.c b/src/device.c
index ec0c9f2..e5377cc 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1,23 +1,22 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * device.c
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com>
5Copyright (C) 2014 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@xamarin.com> 5 * Copyright (C) 2014 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@xamarin.com>
6 6 *
7This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 or version 3. 9 * the Free Software Foundation, either version 2 or version 3.
10 10 *
11This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details. 14 * GNU General Public License for more details.
15 15 *
16You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19 */
20*/
21 20
22#define _BSD_SOURCE 21#define _BSD_SOURCE
23 22
diff --git a/src/device.h b/src/device.h
index 37f0c3c..e731b36 100644
--- a/src/device.h
+++ b/src/device.h
@@ -1,22 +1,21 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * device.h
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5 5 *
6This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 2 or version 3. 8 * the Free Software Foundation, either version 2 or version 3.
9 9 *
10This program is distributed in the hope that it will be useful, 10 * This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details. 13 * GNU General Public License for more details.
14 14 *
15You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 18 */
19*/
20 19
21#ifndef DEVICE_H 20#ifndef DEVICE_H
22#define DEVICE_H 21#define DEVICE_H
diff --git a/src/log.c b/src/log.c
index 2d22e94..9ad09da 100644
--- a/src/log.c
+++ b/src/log.c
@@ -1,23 +1,22 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * log.c
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6 6 *
7This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 or version 3. 9 * the Free Software Foundation, either version 2 or version 3.
10 10 *
11This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details. 14 * GNU General Public License for more details.
15 15 *
16You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19 */
20*/
21 20
22#ifdef HAVE_CONFIG_H 21#ifdef HAVE_CONFIG_H
23#include <config.h> 22#include <config.h>
diff --git a/src/log.h b/src/log.h
index 3068600..858e7d0 100644
--- a/src/log.h
+++ b/src/log.h
@@ -1,23 +1,22 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * log.h
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6 6 *
7This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 2 or version 3. 9 * the Free Software Foundation, either version 2 or version 3.
10 10 *
11This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details. 14 * GNU General Public License for more details.
15 15 *
16You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19 */
20*/
21 20
22#ifndef LOG_H 21#ifndef LOG_H
23#define LOG_H 22#define LOG_H
diff --git a/src/main.c b/src/main.c
index 73647ac..6ddfb25 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,24 +1,23 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * main.c
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6Copyright (C) 2009 Paul Sladen <libiphone@paul.sladen.org> 6 * Copyright (C) 2009 Paul Sladen <libiphone@paul.sladen.org>
7 7 *
8This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 2 or version 3. 10 * the Free Software Foundation, either version 2 or version 3.
11 11 *
12This program is distributed in the hope that it will be useful, 12 * This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15 * GNU General Public License for more details.
16 16 *
17You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20 */
21*/
22 21
23#define _BSD_SOURCE 22#define _BSD_SOURCE
24#define _GNU_SOURCE 23#define _GNU_SOURCE
diff --git a/src/preflight.c b/src/preflight.c
index 56c658a..c74e49d 100644
--- a/src/preflight.c
+++ b/src/preflight.c
@@ -1,22 +1,21 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * preflight.c
3 3 *
4Copyright (C) 2013 Nikias Bassen <nikias@gmx.li> 4 * Copyright (C) 2013 Nikias Bassen <nikias@gmx.li>
5 5 *
6This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 2 or version 3. 8 * the Free Software Foundation, either version 2 or version 3.
9 9 *
10This program is distributed in the hope that it will be useful, 10 * This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details. 13 * GNU General Public License for more details.
14 14 *
15You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 18 */
19*/
20 19
21#ifdef HAVE_CONFIG_H 20#ifdef HAVE_CONFIG_H
22#include <config.h> 21#include <config.h>
diff --git a/src/preflight.h b/src/preflight.h
index 0a449e5..7c45bb9 100644
--- a/src/preflight.h
+++ b/src/preflight.h
@@ -1,22 +1,21 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * preflight.h
3 3 *
4Copyright (C) 2013 Nikias Bassen <nikias@gmx.li> 4 * Copyright (C) 2013 Nikias Bassen <nikias@gmx.li>
5 5 *
6This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 2 or version 3. 8 * the Free Software Foundation, either version 2 or version 3.
9 9 *
10This program is distributed in the hope that it will be useful, 10 * This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details. 13 * GNU General Public License for more details.
14 14 *
15You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 18 */
19*/
20 19
21#ifndef PREFLIGHT_H 20#ifndef PREFLIGHT_H
22#define PREFLIGHT_H 21#define PREFLIGHT_H
diff --git a/src/usb-linux.c b/src/usb-linux.c
index 40bf502..751b6ed 100644
--- a/src/usb-linux.c
+++ b/src/usb-linux.c
@@ -1,25 +1,24 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * usb-linux.c
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6Copyright (C) 2009 Martin Szulecki <opensuse@sukimashita.com> 6 * Copyright (C) 2009 Martin Szulecki <opensuse@sukimashita.com>
7Copyright (C) 2014 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@xamarin.com> 7 * Copyright (C) 2014 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@xamarin.com>
8 8 *
9This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11the Free Software Foundation, either version 2 or version 3. 11 * the Free Software Foundation, either version 2 or version 3.
12 12 *
13This program is distributed in the hope that it will be useful, 13 * This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16 * GNU General Public License for more details.
17 17 *
18You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 21 */
22*/
23 22
24#ifdef HAVE_CONFIG_H 23#ifdef HAVE_CONFIG_H
25#include <config.h> 24#include <config.h>
diff --git a/src/usb.h b/src/usb.h
index 50898c9..8eff456 100644
--- a/src/usb.h
+++ b/src/usb.h
@@ -1,24 +1,23 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * usb.h
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6Copyright (C) 2009 Martin Szulecki <opensuse@sukimashita.com> 6 * Copyright (C) 2009 Martin Szulecki <opensuse@sukimashita.com>
7 7 *
8This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 2 or version 3. 10 * the Free Software Foundation, either version 2 or version 3.
11 11 *
12This program is distributed in the hope that it will be useful, 12 * This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15 * GNU General Public License for more details.
16 16 *
17You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20 */
21*/
22 21
23#ifndef USB_H 22#ifndef USB_H
24#define USB_H 23#define USB_H
diff --git a/src/usbmuxd-proto.h b/src/usbmuxd-proto.h
index 58ff4ea..a344e60 100644
--- a/src/usbmuxd-proto.h
+++ b/src/usbmuxd-proto.h
@@ -1,24 +1,23 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * usbmuxd-proto.h
3 3 *
4Copyright (C) 2009 Paul Sladen <libiphone@paul.sladen.org> 4 * Copyright (C) 2009 Paul Sladen <libiphone@paul.sladen.org>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 6 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
7 7 *
8This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 2 or version 3. 10 * the Free Software Foundation, either version 2 or version 3.
11 11 *
12This program is distributed in the hope that it will be useful, 12 * This program is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15 * GNU General Public License for more details.
16 16 *
17You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20 */
21*/
22 21
23/* Protocol defintion for usbmuxd proxy protocol */ 22/* Protocol defintion for usbmuxd proxy protocol */
24#ifndef USBMUXD_PROTO_H 23#ifndef USBMUXD_PROTO_H
diff --git a/src/utils.c b/src/utils.c
index af8fc78..5dd871d 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -1,25 +1,24 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * utils.c
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6Copyright (c) 2013 Federico Mena Quintero 6 * Copyright (c) 2013 Federico Mena Quintero
7 7 *
8This library is free software; you can redistribute it and/or modify 8 * This library is free software; you can redistribute it and/or modify
9it under the terms of the GNU Lesser General Public License as 9 * it under the terms of the GNU Lesser General Public License as
10published by the Free Software Foundation, either version 2.1 of the 10 * published by the Free Software Foundation, either version 2.1 of the
11License, or (at your option) any later version. 11 * License, or (at your option) any later version.
12 12 *
13This library is distributed in the hope that it will be useful, 13 * This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details. 16 * GNU General Public License for more details.
17 17 *
18You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19License along with this program; if not, write to the Free Software 19 * License along with this program; if not, write to the Free Software
20Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 21 */
22*/
23 22
24#ifdef HAVE_CONFIG_H 23#ifdef HAVE_CONFIG_H
25#include <config.h> 24#include <config.h>
diff --git a/src/utils.h b/src/utils.h
index 0a3093e..00041a0 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -1,24 +1,23 @@
1/* 1/*
2 usbmuxd - iPhone/iPod Touch USB multiplex server daemon 2 * utils.h
3 3 *
4Copyright (C) 2009 Hector Martin "marcan" <hector@marcansoft.com> 4 * Copyright (C) 2009 Hector Martin <hector@marcansoft.com>
5Copyright (C) 2009 Nikias Bassen <nikias@gmx.li> 5 * Copyright (C) 2009 Nikias Bassen <nikias@gmx.li>
6 6 *
7This library is free software; you can redistribute it and/or modify 7 * This library is free software; you can redistribute it and/or modify
8it under the terms of the GNU Lesser General Public License as 8 * it under the terms of the GNU Lesser General Public License as
9published by the Free Software Foundation, either version 2.1 of the 9 * published by the Free Software Foundation, either version 2.1 of the
10License, or (at your option) any later version. 10 * License, or (at your option) any later version.
11 11 *
12This library is distributed in the hope that it will be useful, 12 * This library is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details. 15 * GNU General Public License for more details.
16 16 *
17You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18License along with this program; if not, write to the Free Software 18 * License along with this program; if not, write to the Free Software
19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20 */
21*/
22 21
23#ifndef UTILS_H 22#ifndef UTILS_H
24#define UTILS_H 23#define UTILS_H