[tuxdroid-svn] r5709 - software_suite_v3/software/plugin/plugin-facebook/branches/october_release/s
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-10-16 09:15:06
|
Author: jerome Date: 2009-10-16 11:14:49 +0200 (Fri, 16 Oct 2009) New Revision: 5709 Modified: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookConnection.java software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookFunctions.java software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookPlugin.java Log: * Fixed source headers. Modified: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookConnection.java =================================================================== --- software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookConnection.java 2009-10-16 09:10:53 UTC (rev 5708) +++ software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookConnection.java 2009-10-16 09:14:49 UTC (rev 5709) @@ -1,21 +1,21 @@ -/* This file is part of "TuxDroid Gadget Facebook". +/* This file is part of "TuxDroid plugin Facebook". * Copyright 2009, kysoh * Author : Conan Jerome. * eMail : jer...@ky... * Site : http://www.kysoh.com/ * - * "TuxDroid Gadget Facebook" is free software; you can redistribute it and/or + * "TuxDroid plugin Facebook" 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.1 of * the License, or (at your option) any later version. * - * "TuxDroid Gadget Facebook" is distributed in the hope that it will be useful, + * "TuxDroid plugin Facebook" 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 "TuxDroid Gadget Facebook"; if not, write to the Free + * License along with "TuxDroid plugin Facebook"; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ Modified: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookFunctions.java =================================================================== --- software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookFunctions.java 2009-10-16 09:10:53 UTC (rev 5708) +++ software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookFunctions.java 2009-10-16 09:14:49 UTC (rev 5709) @@ -1,21 +1,21 @@ -/* This file is part of "TuxDroid Gadget Facebook". +/* This file is part of "TuxDroid plugin Facebook". * Copyright 2009, kysoh * Author : Conan Jerome. * eMail : jer...@ky... * Site : http://www.kysoh.com/ * - * "TuxDroid Gadget Facebook" is free software; you can redistribute it and/or + * "TuxDroid plugin Facebook" 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.1 of * the License, or (at your option) any later version. * - * "TuxDroid Gadget Facebook" is distributed in the hope that it will be useful, + * "TuxDroid plugin Facebook" 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 "TuxDroid Gadget Facebook"; if not, write to the Free + * License along with "TuxDroid plugin Facebook"; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ Modified: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookPlugin.java =================================================================== --- software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookPlugin.java 2009-10-16 09:10:53 UTC (rev 5708) +++ software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/FacebookPlugin.java 2009-10-16 09:14:49 UTC (rev 5709) @@ -1,21 +1,21 @@ -/* This file is part of "TuxDroid Gadget Facebook". +/* This file is part of "TuxDroid plugin Facebook". * Copyright 2009, kysoh * Author : Conan Jerome. * eMail : jer...@ky... * Site : http://www.kysoh.com/ * - * "TuxDroid Gadget Facebook" is free software; you can redistribute it and/or + * "TuxDroid plugin Facebook" 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.1 of * the License, or (at your option) any later version. * - * "TuxDroid Gadget Facebook" is distributed in the hope that it will be useful, + * "TuxDroid plugin Facebook" 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 "TuxDroid Gadget Facebook"; if not, write to the Free + * License along with "TuxDroid plugin Facebook"; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA, or see the FSF site: http://www.fsf.org. */ |