OSDN Git Service

(no commit message)
[nyartoolkit-and/nyartoolkit-android-0.9.git] / src / com / tomgibara / android / camera / SocketCamera.java
index 28f7403..6d2195e 100644 (file)
@@ -1,3 +1,33 @@
+/* \r
+ * PROJECT: NyARToolkit on Android\r
+ * --------------------------------------------------------------------------------\r
+ * This work is based on the NyARToolKit developed by\r
+ *   R.Iizuka\r
+ * http://www.hitl.washington.edu/artoolkit/\r
+ *\r
+ * The NyARToolkit on Android is an Application of NyARToolkit \r
+ * to Google Android Emulator Environment.\r
+ * Copyright (C)2008 Shinobu Izumi\r
+ *\r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 2\r
+ * of the License, or (at your option) any later version.\r
+ * \r
+ * This program is distributed in the hope that it will be useful,\r
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+ * GNU General Public License for more details.\r
+ * \r
+ * You should have received a copy of the GNU General Public License\r
+ * along with this framework; if not, write to the Free Software\r
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
+ * \r
+ * For further information please contact.\r
+ *     <stagesp1(at)gmail.com>\r
+ * \r
+ */\r
+\r
 package com.tomgibara.android.camera;\r
 \r
 import java.io.IOException;\r
@@ -29,8 +59,8 @@ import android.view.SurfaceHolder;
  * A CameraSource implementation that obtains its bitmaps via a TCP connection\r
  * to a remote host on a specified address/port.\r
  * \r
- * Originally wrote by Tom Gibara\r
- * \r
+ * Originally written by Tom Gibara\r
+ * http://www.tomgibara.com/android/camera-source\r
  * \r
  * Modified for detecting ARMarker and drawing 3D cube.\r
  * \r