--- a/LicenseHeader.txt Tue Dec 15 12:07:15 2009 +0100
+++ b/LicenseHeader.txt Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
--- a/src/com/beem/project/beem/BeemService.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/BeemService.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/JingleService.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/JingleService.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/MicrophoneRTPManager.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/MicrophoneRTPManager.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/MicrophoneRTPSession.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/MicrophoneRTPSession.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/PCMTransmitter.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/PCMTransmitter.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/RTPReceiver.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/RTPReceiver.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/RTPTransmitter.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/RTPTransmitter.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/demo/JingleCallActivity.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/demo/JingleCallActivity.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/demo/package-info.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/demo/package-info.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/jingle/package-info.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/jingle/package-info.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/package-info.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/package-info.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/provider/Beem.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/provider/Beem.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/provider/BeemDatabaseHelper.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/provider/BeemDatabaseHelper.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/provider/ContactProvider.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/provider/ContactProvider.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/provider/UserProvider.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/provider/UserProvider.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/provider/package-info.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/provider/package-info.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/BeemChatManager.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/BeemChatManager.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/ChatAdapter.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/ChatAdapter.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/Contact.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/Contact.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/Message.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/Message.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/PresenceAdapter.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/PresenceAdapter.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/PrivacyListItem.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/PrivacyListItem.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/PrivacyListManagerAdapter.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/PrivacyListManagerAdapter.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/RosterAdapter.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/RosterAdapter.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/XmppConnectionAdapter.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/XmppConnectionAdapter.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/XmppFacade.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/XmppFacade.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/service/package-info.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/service/package-info.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/AddContact.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/AddContact.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/ChangeStatus.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/ChangeStatus.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/Chat.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/Chat.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/ContactList.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/ContactList.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
* BEEM is a videoconference application on the Android Platform. Copyright (C) 2009 by Frederic-Charles Barthelery,
* Jean-Manuel Da Silva, Nikita Kozlov, Philippe Lago, Jean Baptiste Vergely, Vincent Véronis. This file is part of
* BEEM. BEEM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
--- a/src/com/beem/project/beem/ui/CreateAccount.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/CreateAccount.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/GroupList.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/GroupList.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/Login.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/Login.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/LoginAnim.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/LoginAnim.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/PrivacyList.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/PrivacyList.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
* BEEM is a videoconference application on the Android Platform. Copyright (C) 2009 by Frederic-Charles Barthelery,
* Jean-Manuel Da Silva, Nikita Kozlov, Philippe Lago, Jean Baptiste Vergely, Vincent Véronis. This file is part of
* BEEM. BEEM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
--- a/src/com/beem/project/beem/ui/Settings.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/Settings.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/Subscription.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/Subscription.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/ui/package-info.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/ui/package-info.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/utils/BeemBroadcastReceiver.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/utils/BeemBroadcastReceiver.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/utils/BeemConnectivity.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/utils/BeemConnectivity.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/utils/FreePort.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/utils/FreePort.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/utils/PresenceType.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/utils/PresenceType.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/utils/Status.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/utils/Status.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,
--- a/src/com/beem/project/beem/utils/package-info.java Tue Dec 15 12:07:15 2009 +0100
+++ b/src/com/beem/project/beem/utils/package-info.java Tue Dec 15 12:39:08 2009 +0100
@@ -1,4 +1,4 @@
-/**
+/*
BEEM is a videoconference application on the Android Platform.
Copyright (C) 2009 by Frederic-Charles Barthelery,
@@ -6,7 +6,7 @@
Nikita Kozlov,
Philippe Lago,
Jean Baptiste Vergely,
- Vincent Véronis.
+ Vincent Veronis.
This file is part of BEEM.
@@ -26,7 +26,7 @@
Please send bug reports with examples or suggestions to
contact@beem-project.com or http://dev.beem-project.com/
- Epitech, hereby disclaims all copyright interest in the program “Beem”
+ Epitech, hereby disclaims all copyright interest in the program "Beem"
written by Frederic-Charles Barthelery,
Jean-Manuel Da Silva,
Nikita Kozlov,