[tuxdroid-svn] r5713 - 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:42:08
|
Author: jerome Date: 2009-10-16 11:41:56 +0200 (Fri, 16 Oct 2009) New Revision: 5713 Modified: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/configuration/FacebookDatasStruct.java Log: * Updated source header. * Added package declaration. Modified: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/configuration/FacebookDatasStruct.java =================================================================== --- software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/configuration/FacebookDatasStruct.java 2009-10-16 09:35:26 UTC (rev 5712) +++ software_suite_v3/software/plugin/plugin-facebook/branches/october_release/src/com/kysoh/plugins/facebook/configuration/FacebookDatasStruct.java 2009-10-16 09:41:56 UTC (rev 5713) @@ -1,25 +1,27 @@ -/* 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. */ +package com.kysoh.plugins.facebook.configuration; + import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; |