Skip to content

Commit

Permalink
Update copyright headers of all source files to match
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Oct 3, 2014
1 parent c835a5e commit cc4f7aa
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 76 deletions.
39 changes: 19 additions & 20 deletions src/collection.c
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
/*
libusbmuxd - client library to talk to usbmuxd
Copyright (C) 2009 Hector Martin "marcan" <[email protected]>
Copyright (C) 2009 Nikias Bassen <[email protected]>
This library 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 library 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 General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
* collection.c
*
* Copyright (C) 2009 Hector Martin <[email protected]>
* Copyright (C) 2009 Nikias Bassen <[email protected]>
*
* This library 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifdef HAVE_CONFIG_H
#include <config.h>
Expand Down
39 changes: 19 additions & 20 deletions src/collection.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
/*
libusbmuxd - client library to talk to usbmuxd
Copyright (C) 2009 Hector Martin "marcan" <[email protected]>
Copyright (C) 2009 Nikias Bassen <[email protected]>
This library 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 library 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 General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
* collection.h
*
* Copyright (C) 2009 Hector Martin <[email protected]>
* Copyright (C) 2009 Nikias Bassen <[email protected]>
*
* This library 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef COLLECTION_H
#define COLLECTION_H
Expand Down
41 changes: 20 additions & 21 deletions src/libusbmuxd.c
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
/*
libusbmuxd - client library to talk to usbmuxd
Copyright (C) 2009-2010 Nikias Bassen <[email protected]>
Copyright (C) 2009 Paul Sladen <[email protected]>
Copyright (C) 2009 Martin Szulecki <[email protected]>
This library 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 library 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 General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
* libusbmuxd.c
*
* Copyright (C) 2009-2010 Nikias Bassen <[email protected]>
* Copyright (C) 2009 Paul Sladen <[email protected]>
* Copyright (C) 2009 Martin Szulecki <[email protected]>
*
* This library 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <stdint.h>
#include <stdlib.h>
Expand Down
10 changes: 5 additions & 5 deletions src/socket.c
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/*
* socket.c
*
* Copyright (c) 2012 Martin Szulecki All Rights Reserved.
* Copyright (c) 2012 Nikias Bassen All Rights Reserved.
* Copyright (C) 2012 Martin Szulecki <[email protected]>
* Copyright (C) 2012 Nikias Bassen <[email protected]>
*
* This library 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <stdio.h>
Expand Down
10 changes: 5 additions & 5 deletions src/socket.h
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/*
* socket.h
*
* Copyright (c) 2012 Martin Szulecki All Rights Reserved.
* Copyright (c) 2012 Nikias Bassen All Rights Reserved.
* Copyright (C) 2012 Martin Szulecki <[email protected]>
* Copyright (C) 2012 Nikias Bassen <[email protected]>
*
* This library 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 library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef SOCKET_SOCKET_H
Expand Down
10 changes: 5 additions & 5 deletions tools/iproxy.c
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
/*
* iproxy.c -- proxy that enables tcp service access to iOS devices
*
*
* Copyright (C) 2014 Martin Szulecki <[email protected]>
* Copyright (C) 2009 Nikias Bassen <[email protected]>
* Copyright (C) 2009 Paul Sladen <[email protected]>
*
*
* Based upon iTunnel source code, Copyright (c) 2008 Jing Su.
* http://www.cs.toronto.edu/~jingsu/itunnel/
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 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 General Public License for more details.
*
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Expand Down

0 comments on commit cc4f7aa

Please sign in to comment.