From f74540c7a5a4d040da42a88cb2841460738afbdf Mon Sep 17 00:00:00 2001 From: Kotaro Terada Date: Tue, 6 Nov 2018 13:44:08 +0900 Subject: [PATCH] Fix source files --- src/com/shigeodayo/ardrone/command/CommandManager.java | 2 +- src/com/shigeodayo/ardrone/video/BufferedVideoImage.java | 1 + src/com/shigeodayo/ardrone/video/ImageSlice.java | 2 +- src/com/shigeodayo/ardrone/video/MacroBlock.java | 2 +- src/com/shigeodayo/ardrone/video/PictureFormats.java | 2 +- src/com/shigeodayo/ardrone/video/ReadRawFileImage.java | 1 + src/com/shigeodayo/ardrone/video/VideoImage.java | 1 + src/com/shigeodayo/ardrone/video/uint.java | 2 +- 8 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/com/shigeodayo/ardrone/command/CommandManager.java b/src/com/shigeodayo/ardrone/command/CommandManager.java index c214d76..02b4a99 100644 --- a/src/com/shigeodayo/ardrone/command/CommandManager.java +++ b/src/com/shigeodayo/ardrone/command/CommandManager.java @@ -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) { if (speedX > 100) diff --git a/src/com/shigeodayo/ardrone/video/BufferedVideoImage.java b/src/com/shigeodayo/ardrone/video/BufferedVideoImage.java index a659313..f83a186 100644 --- a/src/com/shigeodayo/ardrone/video/BufferedVideoImage.java +++ b/src/com/shigeodayo/ardrone/video/BufferedVideoImage.java @@ -4,6 +4,7 @@ import java.nio.ByteBuffer; //#region Copyright Notice +//Copyright (c) 2007-2011, PARROT SA, all rights reserved. //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 diff --git a/src/com/shigeodayo/ardrone/video/ImageSlice.java b/src/com/shigeodayo/ardrone/video/ImageSlice.java index e69a514..745f314 100644 --- a/src/com/shigeodayo/ardrone/video/ImageSlice.java +++ b/src/com/shigeodayo/ardrone/video/ImageSlice.java @@ -1,6 +1,6 @@ package com.shigeodayo.ardrone.video; - +//Copyright (c) 2007-2011, PARROT SA, all rights reserved. //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 diff --git a/src/com/shigeodayo/ardrone/video/MacroBlock.java b/src/com/shigeodayo/ardrone/video/MacroBlock.java index 134004b..247b61e 100644 --- a/src/com/shigeodayo/ardrone/video/MacroBlock.java +++ b/src/com/shigeodayo/ardrone/video/MacroBlock.java @@ -1,6 +1,6 @@ package com.shigeodayo.ardrone.video; - +//Copyright (c) 2007-2011, PARROT SA, all rights reserved. //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 diff --git a/src/com/shigeodayo/ardrone/video/PictureFormats.java b/src/com/shigeodayo/ardrone/video/PictureFormats.java index 4489d7b..386c4e3 100644 --- a/src/com/shigeodayo/ardrone/video/PictureFormats.java +++ b/src/com/shigeodayo/ardrone/video/PictureFormats.java @@ -1,6 +1,6 @@ package com.shigeodayo.ardrone.video; - +//Copyright (c) 2007-2011, PARROT SA, all rights reserved. //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 diff --git a/src/com/shigeodayo/ardrone/video/ReadRawFileImage.java b/src/com/shigeodayo/ardrone/video/ReadRawFileImage.java index 106a479..6d0f056 100644 --- a/src/com/shigeodayo/ardrone/video/ReadRawFileImage.java +++ b/src/com/shigeodayo/ardrone/video/ReadRawFileImage.java @@ -1,3 +1,4 @@ +//Copyright 2007-2011, PARROT SA, all rights reserved. //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 diff --git a/src/com/shigeodayo/ardrone/video/VideoImage.java b/src/com/shigeodayo/ardrone/video/VideoImage.java index 4867610..72e1d9b 100644 --- a/src/com/shigeodayo/ardrone/video/VideoImage.java +++ b/src/com/shigeodayo/ardrone/video/VideoImage.java @@ -2,6 +2,7 @@ package com.shigeodayo.ardrone.video; //#region Copyright Notice +//Copyright 2007-2011, PARROT SA, all rights reserved. //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 diff --git a/src/com/shigeodayo/ardrone/video/uint.java b/src/com/shigeodayo/ardrone/video/uint.java index 7d4eab4..12e2fe1 100644 --- a/src/com/shigeodayo/ardrone/video/uint.java +++ b/src/com/shigeodayo/ardrone/video/uint.java @@ -7,7 +7,7 @@ import java.io.DataInputStream; import java.nio.ByteBuffer; //import java.security.AllPermission; - +//Copyright 2007-2011, PARROT SA, all rights reserved. //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 -- 2.22.0