Diff between a5cbe822960ade3fa38566726d9fdc8e584efa14 and 4174e904a215173afb94149ff8800262e60b3b9c

Changed Files

File Additions Deletions Status
obexd/client/main.c +1 -1 modified
obexd/client/pbap.c +1 -1 modified
obexd/client/pbap.h +1 -1 modified
obexd/client/session.c +1 -1 modified
obexd/client/session.h +1 -1 modified
obexd/client/sync.c +1 -1 modified
obexd/client/sync.h +1 -1 modified
obexd/plugins/filesystem.c +1 -1 modified
obexd/plugins/ftp.c +1 -1 modified
obexd/plugins/opp.c +1 -1 modified
obexd/plugins/pbap.c +1 -1 modified
obexd/plugins/phonebook-dummy.c +1 -1 modified
obexd/plugins/phonebook-ebook.c +1 -1 modified
obexd/plugins/phonebook.h +1 -1 modified
obexd/plugins/syncevolution.c +1 -1 modified
obexd/plugins/telephony-dummy.c +1 -1 modified
obexd/plugins/telephony.h +1 -1 modified
obexd/src/bluetooth.c +1 -1 modified
obexd/src/bluetooth.h +1 -1 modified
obexd/src/btio.c +1 -1 modified
obexd/src/btio.h +1 -1 modified
obexd/src/logging.c +1 -1 modified
obexd/src/logging.h +1 -1 modified
obexd/src/main.c +1 -1 modified
obexd/src/manager.c +1 -1 modified
obexd/src/mimetype.c +1 -1 modified
obexd/src/mimetype.h +1 -1 modified
obexd/src/obex.c +1 -1 modified
obexd/src/obex.h +1 -1 modified
obexd/src/obexd.h +1 -1 modified
obexd/src/plugin.c +1 -1 modified
obexd/src/plugin.h +1 -1 modified
obexd/src/service.c +1 -1 modified
obexd/src/service.h +1 -1 modified

Full Patch

diff --git a/obexd/client/main.c b/obexd/client/main.c
index 32eca26..6387bff 100644
--- a/obexd/client/main.c
+++ b/obexd/client/main.c
@@ -2,7 +2,7 @@
  *
  *  OBEX Client
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/client/pbap.c b/obexd/client/pbap.c
index d637618..70a16bf 100644
--- a/obexd/client/pbap.c
+++ b/obexd/client/pbap.c
@@ -3,7 +3,7 @@
  *  OBEX Client
  *
  *  Copyright (C) 2007-2008  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/client/pbap.h b/obexd/client/pbap.h
index de799cf..252cf34 100644
--- a/obexd/client/pbap.h
+++ b/obexd/client/pbap.h
@@ -3,7 +3,7 @@
  *  OBEX Client
  *
  *  Copyright (C) 2007-2008  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/client/session.c b/obexd/client/session.c
index b87585d..2d95997 100644
--- a/obexd/client/session.c
+++ b/obexd/client/session.c
@@ -2,7 +2,7 @@
  *
  *  OBEX Client
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/client/session.h b/obexd/client/session.h
index 73e4c9e..6bf1c33 100644
--- a/obexd/client/session.h
+++ b/obexd/client/session.h
@@ -2,7 +2,7 @@
  *
  *  OBEX Client
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/client/sync.c b/obexd/client/sync.c
index d370b5d..c27c6a4 100644
--- a/obexd/client/sync.c
+++ b/obexd/client/sync.c
@@ -3,7 +3,7 @@
  *  OBEX Client
  *
  *  Copyright (C) 2007-2009  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/client/sync.h b/obexd/client/sync.h
index c8e4af6..b32e7bd 100644
--- a/obexd/client/sync.h
+++ b/obexd/client/sync.h
@@ -3,7 +3,7 @@
  *  OBEX Client
  *
  *  Copyright (C) 2007-2008  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/filesystem.c b/obexd/plugins/filesystem.c
index be28914..08a071b 100644
--- a/obexd/plugins/filesystem.c
+++ b/obexd/plugins/filesystem.c
@@ -3,7 +3,7 @@
  *  OBEX Server
  *
  *  Copyright (C) 2009  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/ftp.c b/obexd/plugins/ftp.c
index 7174a64..c3dcb65 100644
--- a/obexd/plugins/ftp.c
+++ b/obexd/plugins/ftp.c
@@ -4,7 +4,7 @@
  *
  *  Copyright (C) 2007-2008  Nokia Corporation
  *  Copyright (C) 2007-2008  Instituto Nokia de Tecnologia (INdT)
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/opp.c b/obexd/plugins/opp.c
index f8d1bf5..5945180 100644
--- a/obexd/plugins/opp.c
+++ b/obexd/plugins/opp.c
@@ -4,7 +4,7 @@
  *
  *  Copyright (C) 2007-2008  Nokia Corporation
  *  Copyright (C) 2007-2008  Instituto Nokia de Tecnologia (INdT)
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/pbap.c b/obexd/plugins/pbap.c
index be8a287..8cdbfa9 100644
--- a/obexd/plugins/pbap.c
+++ b/obexd/plugins/pbap.c
@@ -3,7 +3,7 @@
  *  OBEX Server
  *
  *  Copyright (C) 2009  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/phonebook-dummy.c b/obexd/plugins/phonebook-dummy.c
index abcdce7..83e3737 100644
--- a/obexd/plugins/phonebook-dummy.c
+++ b/obexd/plugins/phonebook-dummy.c
@@ -3,7 +3,7 @@
  *  OBEX Server
  *
  *  Copyright (C) 2009  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/phonebook-ebook.c b/obexd/plugins/phonebook-ebook.c
index cc9d016..ea0da32 100644
--- a/obexd/plugins/phonebook-ebook.c
+++ b/obexd/plugins/phonebook-ebook.c
@@ -3,7 +3,7 @@
  *  OBEX Server
  *
  *  Copyright (C) 2009  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/phonebook.h b/obexd/plugins/phonebook.h
index 4d1c4c0..cc5743e 100644
--- a/obexd/plugins/phonebook.h
+++ b/obexd/plugins/phonebook.h
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/syncevolution.c b/obexd/plugins/syncevolution.c
index a6f2951..24edc35 100644
--- a/obexd/plugins/syncevolution.c
+++ b/obexd/plugins/syncevolution.c
@@ -3,7 +3,7 @@
  *  OBEX Server
  *
  *  Copyright (C) 2007-2008  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/telephony-dummy.c b/obexd/plugins/telephony-dummy.c
index 9a4ec82..dd91042 100644
--- a/obexd/plugins/telephony-dummy.c
+++ b/obexd/plugins/telephony-dummy.c
@@ -3,7 +3,7 @@
  *  OBEX Server
  *
  *  Copyright (C) 2009  Intel Corporation
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/plugins/telephony.h b/obexd/plugins/telephony.h
index 8f9a4c0..2daf877 100644
--- a/obexd/plugins/telephony.h
+++ b/obexd/plugins/telephony.h
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/bluetooth.c b/obexd/src/bluetooth.c
index 7cbfda1..4b9e506 100644
--- a/obexd/src/bluetooth.c
+++ b/obexd/src/bluetooth.c
@@ -4,7 +4,7 @@
  *
  *  Copyright (C) 2007-2008  Nokia Corporation
  *  Copyright (C) 2007-2008  Instituto Nokia de Tecnologia (INdT)
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/bluetooth.h b/obexd/src/bluetooth.h
index 2c16bd9..872527d 100644
--- a/obexd/src/bluetooth.h
+++ b/obexd/src/bluetooth.h
@@ -4,7 +4,7 @@
  *
  *  Copyright (C) 2007-2008  Nokia Corporation
  *  Copyright (C) 2007-2008  Instituto Nokia de Tecnologia (INdT)
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/btio.c b/obexd/src/btio.c
index cf8acf8..b4ae5e8 100644
--- a/obexd/src/btio.c
+++ b/obexd/src/btio.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2010  Marcel Holtmann <marcel@holtmann.org>
  *  Copyright (C) 2009  Nokia Corporation
  *
  *
diff --git a/obexd/src/btio.h b/obexd/src/btio.h
index 2e50d98..2b4956b 100644
--- a/obexd/src/btio.h
+++ b/obexd/src/btio.h
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2010  Marcel Holtmann <marcel@holtmann.org>
  *  Copyright (C) 2009  Nokia Corporation
  *
  *
diff --git a/obexd/src/logging.c b/obexd/src/logging.c
index 7ac81dc..f0a25cb 100644
--- a/obexd/src/logging.c
+++ b/obexd/src/logging.c
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/logging.h b/obexd/src/logging.h
index 31947cf..d876d0f 100644
--- a/obexd/src/logging.h
+++ b/obexd/src/logging.h
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/main.c b/obexd/src/main.c
index 9903c19..31aefdd 100644
--- a/obexd/src/main.c
+++ b/obexd/src/main.c
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index 78458e1..be0af44 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/mimetype.c b/obexd/src/mimetype.c
index b8e68c7..f773254 100644
--- a/obexd/src/mimetype.c
+++ b/obexd/src/mimetype.c
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/mimetype.h b/obexd/src/mimetype.h
index 8e2990e..452ebb8 100644
--- a/obexd/src/mimetype.h
+++ b/obexd/src/mimetype.h
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/obex.c b/obexd/src/obex.c
index d0afc18..ff44ded 100644
--- a/obexd/src/obex.c
+++ b/obexd/src/obex.c
@@ -4,7 +4,7 @@
  *
  *  Copyright (C) 2007-2008  Nokia Corporation
  *  Copyright (C) 2007-2008  Instituto Nokia de Tecnologia (INdT)
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/obex.h b/obexd/src/obex.h
index fb95cdb..71a6214 100644
--- a/obexd/src/obex.h
+++ b/obexd/src/obex.h
@@ -4,7 +4,7 @@
  *
  *  Copyright (C) 2007-2008  Nokia Corporation
  *  Copyright (C) 2007-2008  Instituto Nokia de Tecnologia (INdT)
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/obexd.h b/obexd/src/obexd.h
index 3ae8143..e69872d 100644
--- a/obexd/src/obexd.h
+++ b/obexd/src/obexd.h
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/plugin.c b/obexd/src/plugin.c
index 7131ada..301f64e 100644
--- a/obexd/src/plugin.c
+++ b/obexd/src/plugin.c
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/plugin.h b/obexd/src/plugin.h
index 0439cd1..2777d50 100644
--- a/obexd/src/plugin.h
+++ b/obexd/src/plugin.h
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/service.c b/obexd/src/service.c
index 06582fd..196a5c1 100644
--- a/obexd/src/service.c
+++ b/obexd/src/service.c
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify
diff --git a/obexd/src/service.h b/obexd/src/service.h
index 84a4675..94017ad 100644
--- a/obexd/src/service.h
+++ b/obexd/src/service.h
@@ -2,7 +2,7 @@
  *
  *  OBEX Server
  *
- *  Copyright (C) 2007-2009  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2007-2010  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify