From 8dcb250c8aaf5235dd291f15b1c289b84187fc06 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 2 May 2007 14:26:29 +0000 Subject: [PATCH] Thou shall not leave a blank line between copyright header and header guard. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20976 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/fs_shell/fssh_api_wrapper.h | 1 - headers/private/fs_shell/fssh_defs.h | 1 - headers/private/fs_shell/fssh_os.h | 1 - src/tools/fs_shell/command_cp.h | 1 - src/tools/fs_shell/external_commands.h | 1 - src/tools/fs_shell/fs_shell_command.h | 1 - src/tools/fs_shell/fs_shell_command_unix.h | 1 - src/tools/fs_shell/fssh.h | 1 - src/tools/fs_shell/module.h | 1 - src/tools/fs_shell/path_util.h | 1 - src/tools/fs_shell/syscalls.h | 1 - 11 files changed, 11 deletions(-) diff --git a/headers/private/fs_shell/fssh_api_wrapper.h b/headers/private/fs_shell/fssh_api_wrapper.h index 3cdd34fa16..5e2c958440 100644 --- a/headers/private/fs_shell/fssh_api_wrapper.h +++ b/headers/private/fs_shell/fssh_api_wrapper.h @@ -2,7 +2,6 @@ * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_API_WRAPPER_H #define _FSSH_API_WRAPPER_H diff --git a/headers/private/fs_shell/fssh_defs.h b/headers/private/fs_shell/fssh_defs.h index 84433a6ad0..badc20486f 100644 --- a/headers/private/fs_shell/fssh_defs.h +++ b/headers/private/fs_shell/fssh_defs.h @@ -2,7 +2,6 @@ * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_DEFS_H #define _FSSH_DEFS_H diff --git a/headers/private/fs_shell/fssh_os.h b/headers/private/fs_shell/fssh_os.h index 74a3d32ea2..c614985987 100644 --- a/headers/private/fs_shell/fssh_os.h +++ b/headers/private/fs_shell/fssh_os.h @@ -3,7 +3,6 @@ * Copyright 2004-2006, Haiku Inc. All Rights Reserved. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_SEM_H #define _FSSH_SEM_H diff --git a/src/tools/fs_shell/command_cp.h b/src/tools/fs_shell/command_cp.h index ac45bf20f3..4714d3260e 100644 --- a/src/tools/fs_shell/command_cp.h +++ b/src/tools/fs_shell/command_cp.h @@ -2,7 +2,6 @@ * Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_COMMAND_CP_H #define _FSSH_COMMAND_CP_H diff --git a/src/tools/fs_shell/external_commands.h b/src/tools/fs_shell/external_commands.h index 0c6084eb41..8a9649bb82 100644 --- a/src/tools/fs_shell/external_commands.h +++ b/src/tools/fs_shell/external_commands.h @@ -2,7 +2,6 @@ * Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_EXTERNAL_COMMANDS_H #define _FSSH_EXTERNAL_COMMANDS_H diff --git a/src/tools/fs_shell/fs_shell_command.h b/src/tools/fs_shell/fs_shell_command.h index c9df261808..e702d50700 100644 --- a/src/tools/fs_shell/fs_shell_command.h +++ b/src/tools/fs_shell/fs_shell_command.h @@ -2,7 +2,6 @@ * Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_FS_SHELL_COMMAND_H #define _FSSH_FS_SHELL_COMMAND_H diff --git a/src/tools/fs_shell/fs_shell_command_unix.h b/src/tools/fs_shell/fs_shell_command_unix.h index ac25cc0581..e60203a828 100644 --- a/src/tools/fs_shell/fs_shell_command_unix.h +++ b/src/tools/fs_shell/fs_shell_command_unix.h @@ -2,7 +2,6 @@ * Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_FS_SHELL_COMMAND_UNIX_H #define _FSSH_FS_SHELL_COMMAND_UNIX_H diff --git a/src/tools/fs_shell/fssh.h b/src/tools/fs_shell/fssh.h index 43c8f17b2b..65dd8a4f2b 100644 --- a/src/tools/fs_shell/fssh.h +++ b/src/tools/fs_shell/fssh.h @@ -2,7 +2,6 @@ * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_FSSH_H #define _FSSH_FSSH_H diff --git a/src/tools/fs_shell/module.h b/src/tools/fs_shell/module.h index 4bd3a9b687..83ad146512 100644 --- a/src/tools/fs_shell/module.h +++ b/src/tools/fs_shell/module.h @@ -2,7 +2,6 @@ * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_MODULE_PRIVATE_H #define _FSSH_MODULE_PRIVATE_H diff --git a/src/tools/fs_shell/path_util.h b/src/tools/fs_shell/path_util.h index f011f34f69..d0d898f948 100644 --- a/src/tools/fs_shell/path_util.h +++ b/src/tools/fs_shell/path_util.h @@ -2,7 +2,6 @@ * Copyright 2005-2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_PATH_UTIL_H #define _FSSH_PATH_UTIL_H diff --git a/src/tools/fs_shell/syscalls.h b/src/tools/fs_shell/syscalls.h index 5f0ad08c0d..acab6220f4 100644 --- a/src/tools/fs_shell/syscalls.h +++ b/src/tools/fs_shell/syscalls.h @@ -2,7 +2,6 @@ * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. * Distributed under the terms of the MIT License. */ - #ifndef _FSSH_SYSCALLS_H #define _FSSH_SYSCALLS_H