From bc0bfad766c8291ffc893148c803b20fbad0fbfa Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 29 Apr 2016 22:33:47 +0200 Subject: [PATCH] [DEV] remove interline in header --- etk/Color.cpp | 2 -- etk/Color.h | 2 -- etk/Hash.h | 2 -- etk/Noise.cpp | 2 -- etk/Noise.h | 2 -- etk/archive/Archive.cpp | 2 -- etk/archive/Archive.h | 2 -- etk/archive/Zip.cpp | 2 -- etk/archive/Zip.h | 2 -- etk/debug.cpp | 2 -- etk/debug.h | 2 -- etk/etk.h | 2 -- etk/math/Matrix.h | 2 -- etk/math/Matrix2.cpp | 2 -- etk/math/Matrix2.h | 2 -- etk/math/Matrix4.cpp | 2 -- etk/math/Matrix4.h | 2 -- etk/math/Plane.h | 2 -- etk/math/Vector2D.cpp | 2 -- etk/math/Vector2D.h | 2 -- etk/math/Vector3D.cpp | 2 -- etk/math/Vector3D.h | 2 -- etk/math/Vector4D.cpp | 2 -- etk/math/Vector4D.h | 2 -- etk/os/FSNode.h | 2 -- etk/os/FSNodeRight.cpp | 2 -- etk/os/FSNodeRight.h | 2 -- etk/os/Fifo.h | 2 -- etk/stdTools.cpp | 2 -- etk/stdTools.h | 2 -- etk/tool.cpp | 2 -- etk/tool.h | 2 -- etk/types.h | 2 -- test/main.cpp | 2 -- tools/test-debug/debug.cpp | 2 -- tools/test-debug/debug.h | 2 -- 36 files changed, 72 deletions(-) diff --git a/etk/Color.cpp b/etk/Color.cpp index 341ecb0..dec57f4 100644 --- a/etk/Color.cpp +++ b/etk/Color.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/Color.h b/etk/Color.h index 5df3b5e..e74aede 100644 --- a/etk/Color.h +++ b/etk/Color.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/Hash.h b/etk/Hash.h index ce4b621..2126182 100644 --- a/etk/Hash.h +++ b/etk/Hash.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/Noise.cpp b/etk/Noise.cpp index cffabcb..ab82faf 100644 --- a/etk/Noise.cpp +++ b/etk/Noise.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/Noise.h b/etk/Noise.h index 70dbcb6..b686b56 100644 --- a/etk/Noise.h +++ b/etk/Noise.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/archive/Archive.cpp b/etk/archive/Archive.cpp index 0f3a4ea..9d83d27 100644 --- a/etk/archive/Archive.cpp +++ b/etk/archive/Archive.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ #ifdef ETK_BUILD_MINIZIP diff --git a/etk/archive/Archive.h b/etk/archive/Archive.h index c0be284..5404603 100644 --- a/etk/archive/Archive.h +++ b/etk/archive/Archive.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ #ifdef ETK_BUILD_MINIZIP diff --git a/etk/archive/Zip.cpp b/etk/archive/Zip.cpp index a3ecbee..0dd2098 100644 --- a/etk/archive/Zip.cpp +++ b/etk/archive/Zip.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/archive/Zip.h b/etk/archive/Zip.h index b8f3983..e88a2b7 100644 --- a/etk/archive/Zip.h +++ b/etk/archive/Zip.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ #pragma once diff --git a/etk/debug.cpp b/etk/debug.cpp index b07bd71..210d7b0 100644 --- a/etk/debug.cpp +++ b/etk/debug.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/debug.h b/etk/debug.h index 098ccdf..b874b99 100644 --- a/etk/debug.h +++ b/etk/debug.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/etk.h b/etk/etk.h index 6d1ce34..eea8c9a 100644 --- a/etk/etk.h +++ b/etk/etk.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ #pragma once diff --git a/etk/math/Matrix.h b/etk/math/Matrix.h index 4aac14b..36e3465 100644 --- a/etk/math/Matrix.h +++ b/etk/math/Matrix.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ #pragma once diff --git a/etk/math/Matrix2.cpp b/etk/math/Matrix2.cpp index e54a1f8..b857684 100644 --- a/etk/math/Matrix2.cpp +++ b/etk/math/Matrix2.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Matrix2.h b/etk/math/Matrix2.h index 9938db2..73ed18d 100644 --- a/etk/math/Matrix2.h +++ b/etk/math/Matrix2.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Matrix4.cpp b/etk/math/Matrix4.cpp index 4aaeda2..bb26457 100644 --- a/etk/math/Matrix4.cpp +++ b/etk/math/Matrix4.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Matrix4.h b/etk/math/Matrix4.h index e4274a0..60728f6 100644 --- a/etk/math/Matrix4.h +++ b/etk/math/Matrix4.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Plane.h b/etk/math/Plane.h index fd712fe..b6092c5 100644 --- a/etk/math/Plane.h +++ b/etk/math/Plane.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Vector2D.cpp b/etk/math/Vector2D.cpp index 5665def..0e4d092 100644 --- a/etk/math/Vector2D.cpp +++ b/etk/math/Vector2D.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Vector2D.h b/etk/math/Vector2D.h index 7fb451a..60533df 100644 --- a/etk/math/Vector2D.h +++ b/etk/math/Vector2D.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Vector3D.cpp b/etk/math/Vector3D.cpp index ea21732..94a3e6a 100644 --- a/etk/math/Vector3D.cpp +++ b/etk/math/Vector3D.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Vector3D.h b/etk/math/Vector3D.h index 58c1313..79e0b2a 100644 --- a/etk/math/Vector3D.h +++ b/etk/math/Vector3D.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Vector4D.cpp b/etk/math/Vector4D.cpp index fab6400..f8ae425 100644 --- a/etk/math/Vector4D.cpp +++ b/etk/math/Vector4D.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/math/Vector4D.h b/etk/math/Vector4D.h index 56bb44c..08daac7 100644 --- a/etk/math/Vector4D.h +++ b/etk/math/Vector4D.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ #pragma once diff --git a/etk/os/FSNode.h b/etk/os/FSNode.h index 13ffe19..0bfa904 100644 --- a/etk/os/FSNode.h +++ b/etk/os/FSNode.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/os/FSNodeRight.cpp b/etk/os/FSNodeRight.cpp index b5a2eaa..1891ed7 100644 --- a/etk/os/FSNodeRight.cpp +++ b/etk/os/FSNodeRight.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/os/FSNodeRight.h b/etk/os/FSNodeRight.h index f58d994..e0a9382 100644 --- a/etk/os/FSNodeRight.h +++ b/etk/os/FSNodeRight.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/os/Fifo.h b/etk/os/Fifo.h index e53acbc..850cf65 100644 --- a/etk/os/Fifo.h +++ b/etk/os/Fifo.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/stdTools.cpp b/etk/stdTools.cpp index 14ae8cb..6d468d6 100644 --- a/etk/stdTools.cpp +++ b/etk/stdTools.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/stdTools.h b/etk/stdTools.h index 6fd8e70..1d77d6f 100644 --- a/etk/stdTools.h +++ b/etk/stdTools.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ #pragma once diff --git a/etk/tool.cpp b/etk/tool.cpp index 324b145..bb652bf 100644 --- a/etk/tool.cpp +++ b/etk/tool.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/tool.h b/etk/tool.h index a676b68..c09b373 100644 --- a/etk/tool.h +++ b/etk/tool.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/etk/types.h b/etk/types.h index 1357184..1a15f4f 100644 --- a/etk/types.h +++ b/etk/types.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ #pragma once diff --git a/test/main.cpp b/test/main.cpp index 45a09d1..dbed9ee 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/tools/test-debug/debug.cpp b/tools/test-debug/debug.cpp index 4156f7d..a4c8c61 100644 --- a/tools/test-debug/debug.cpp +++ b/tools/test-debug/debug.cpp @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */ diff --git a/tools/test-debug/debug.h b/tools/test-debug/debug.h index fd9050b..c580357 100644 --- a/tools/test-debug/debug.h +++ b/tools/test-debug/debug.h @@ -1,8 +1,6 @@ /** @file * @author Edouard DUPIN - * * @copyright 2011, Edouard DUPIN, all right reserved - * * @license APACHE v2.0 (see license file) */