diff --git a/src/sys/vfs/file.c b/src/sys/vfs/file.c index dde0910..171818e 100644 --- a/src/sys/vfs/file.c +++ b/src/sys/vfs/file.c @@ -1,6 +1,6 @@ /***************************************************************************************** Copyright (c) 2002 The UbixOS Project - All rights reserved. + [6~[6~[6~All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -12,6 +12,7 @@ with the distribution. Neither the name of the UbixOS Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +[6~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF @@ -220,7 +221,7 @@ Description: Check A File Descriptor For EOF And Return Result Notes: -************************************************************************/ +************************************************************************/ int feof(fileDescriptor *fd) { if (fd->status == fdEof)