From 333f8737c53ac5bc9ac79460b43d23d69c3db31a Mon Sep 17 00:00:00 2001 From: Kotaro Terada Date: Tue, 6 Nov 2018 14:15:17 +0900 Subject: [PATCH] Fix a little --- src/com/shigeodayo/ardrone/video/ReadRawFileImage.java | 2 +- src/com/shigeodayo/ardrone/video/VideoImage.java | 2 +- src/com/shigeodayo/ardrone/video/uint.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/com/shigeodayo/ardrone/video/ReadRawFileImage.java b/src/com/shigeodayo/ardrone/video/ReadRawFileImage.java index 6d0f056..ef3ca3c 100644 --- a/src/com/shigeodayo/ardrone/video/ReadRawFileImage.java +++ b/src/com/shigeodayo/ardrone/video/ReadRawFileImage.java @@ -1,4 +1,4 @@ -//Copyright 2007-2011, PARROT SA, all rights reserved. +//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/VideoImage.java b/src/com/shigeodayo/ardrone/video/VideoImage.java index 72e1d9b..f5df282 100644 --- a/src/com/shigeodayo/ardrone/video/VideoImage.java +++ b/src/com/shigeodayo/ardrone/video/VideoImage.java @@ -2,7 +2,7 @@ package com.shigeodayo.ardrone.video; //#region Copyright Notice -//Copyright 2007-2011, PARROT SA, all rights reserved. +//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/uint.java b/src/com/shigeodayo/ardrone/video/uint.java index 12e2fe1..208fd95 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. +//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 -- 2.22.0