Commit f74540c7 authored by Kotaro Terada's avatar Kotaro Terada

Fix source files

parent d8a22bf3
...@@ -263,7 +263,7 @@ public abstract class CommandManager extends AbstractManager { ...@@ -263,7 +263,7 @@ public abstract class CommandManager extends AbstractManager {
} }
/* /*
* * Thank you Tarqu'nio !!
*/ */
public void move3D(int speedX, int speedY, int speedZ, int speedSpin) { public void move3D(int speedX, int speedY, int speedZ, int speedSpin) {
if (speedX > 100) if (speedX > 100)
......
...@@ -4,6 +4,7 @@ import java.nio.ByteBuffer; ...@@ -4,6 +4,7 @@ import java.nio.ByteBuffer;
//#region Copyright Notice //#region Copyright Notice
//Copyright (c) 2007-2011, PARROT SA, all rights reserved.
//DISCLAIMER //DISCLAIMER
//The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability //The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability
......
package com.shigeodayo.ardrone.video; package com.shigeodayo.ardrone.video;
//Copyright (c) 2007-2011, PARROT SA, all rights reserved.
//DISCLAIMER //DISCLAIMER
//The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability //The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability
......
package com.shigeodayo.ardrone.video; package com.shigeodayo.ardrone.video;
//Copyright (c) 2007-2011, PARROT SA, all rights reserved.
//DISCLAIMER //DISCLAIMER
//The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability //The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability
......
package com.shigeodayo.ardrone.video; package com.shigeodayo.ardrone.video;
//Copyright (c) 2007-2011, PARROT SA, all rights reserved.
//DISCLAIMER //DISCLAIMER
//The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability //The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability
......
//Copyright 2007-2011, PARROT SA, all rights reserved.
//DISCLAIMER //DISCLAIMER
//The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability //The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability
......
...@@ -2,6 +2,7 @@ package com.shigeodayo.ardrone.video; ...@@ -2,6 +2,7 @@ package com.shigeodayo.ardrone.video;
//#region Copyright Notice //#region Copyright Notice
//Copyright 2007-2011, PARROT SA, all rights reserved.
//DISCLAIMER //DISCLAIMER
//The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability //The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability
......
...@@ -7,7 +7,7 @@ import java.io.DataInputStream; ...@@ -7,7 +7,7 @@ import java.io.DataInputStream;
import java.nio.ByteBuffer; import java.nio.ByteBuffer;
//import java.security.AllPermission; //import java.security.AllPermission;
//Copyright 2007-2011, PARROT SA, all rights reserved.
//DISCLAIMER //DISCLAIMER
//The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability //The APIs is provided by PARROT and contributors "AS IS" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment