These files are a port of the Facebook Connect iPhone SDK to Android.  

The original basis of this code was started by Codecarpet 

http://code.google.com/p/fbconnect-android/

And forked by Appcelerator to be included in Appcelerator Titanium.

The original source code by Codecarpet was licensed under the Apache 
Public License, version 2.0:

/*
 * Copyright 2009 Codecarpet
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
 
 
All Appcelerator modifications, changes and improvements are licensed under the same
Apache Public License, Version 2.0.

Much of the code has been either re-written, re-factored or completely overhauled from
the original.  However, credit is due to Codecarpet for their initial work.

All Facebook assets are Copyright by Facebook.  The Facebook trademarks are the property
of Facebook. This library is intended to be used solely in accordance with the Facebook Connect 
terms and conditions.

Cheers!