Author: tkreuzer Date: Thu Aug 6 03:26:50 2009 New Revision: 42414
URL: http://svn.reactos.org/svn/reactos?rev=42414&view=rev Log: Change license of my crt time code to LGPL, this is a minimum requirement to be usable by mingw.
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/asctime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/bitsfixup.h branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/clock.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime64.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime64.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime64.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime64.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/gmtime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime64.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/mktime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strdate.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strftime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strtime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time64.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/timezone.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/tzname.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime64.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wasctime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wcsftime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime64.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wstrdate.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wstrtime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime32.c branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime64.c
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/asctime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/asctime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/asctime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/ftime.c * PURPOSE: Implementation of asctime(), _asctime_s()
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/bitsfixup.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/bitsfixup.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/bitsfixup.h [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,3 +1,10 @@ +/* + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory + * PROJECT: ReactOS CRT library + * FILE: lib/sdk/crt/time/bitsfixup.h + * PURPOSE: definitions for different time_t versions + * PROGRAMERS: Timo Kreuzer + */
#if defined(_USE_EXPLITIT_32BIT_TIME) || defined(_USE_EXPLITIT_64BIT_TIME) #undef _timeb
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/clock.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/clock.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/clock.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/clock.c * PURPOSE: Implementation of clock()
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/ctime.c * PURPOSE: Implementation of ctime, _ctime_s
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/ctime32.c * PURPOSE: Implementation of _ctime32()
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ctime64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/ctime64.c * PURPOSE: Implementation of _ctime64
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/difftime.c * PURPOSE: Implementation of difftime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/difftime32.c * PURPOSE: Implementation of _difftime32
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/difftime64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/difftime64.c * PURPOSE: Implementation of _difftime64
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/ftime.c * PURPOSE: Deprecated BSD library call
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/ftime32.c * PURPOSE: Implementation of _ftime32
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/ftime64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/ftime64.c * PURPOSE: Implementation of _ftime64
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/futime.c * PURPOSE: Implementation of _futime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/futime32.c * PURPOSE: Implementation of _futime32
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/futime64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/futime64.c * PURPOSE: Implementation of _futime64
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/gmtime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/gmtime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/gmtime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/gmtime.c * PURPOSE: Implementation of gmtime, _gmtime32, _gmtime64
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/localtime.c * PURPOSE: Implementation of localtime, localtime_s
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/localtime32.c * PURPOSE: Implementation of _localtime32
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/localtime64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/localtime64.c * PURPOSE: Implementation of _localtime64
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/mktime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/mktime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/mktime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/mktime.c * PURPOSE: Implementation of mktime, _mkgmtime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strdate.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strdate.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strdate.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS CRT library - * FILE: lib/msvcrt/time/strtime.c + * FILE: lib/sdk/crt/time/strtime.c * PURPOSE: Fills a buffer with a formatted date representation * PROGRAMER: Ariadne * UPDATE HISTORY:
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strftime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strftime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strftime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,3 +1,10 @@ +/* + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory + * PROJECT: ReactOS CRT library + * FILE: lib/sdk/crt/time/strftime.c + * PURPOSE: + * PROGRAMER: + */ #include <precomp.h> #include <tchar.h>
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strtime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strtime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/strtime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries - * FILE: lib/msvcrt/time/strtime.c + * FILE: lib/sdk/crt/time/strtime.c * PURPOSE: Fills a buffer with a formatted time representation * PROGRAMER: Ariadne * UPDATE HISTORY:
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS system libraries * FILE: lib/sdk/crt/time/time.c * PURPOSE: Implementation of _time (_tim32, _tim64)
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,3 +1,10 @@ +/* + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory + * PROJECT: ReactOS CRT library + * FILE: lib/sdk/crt/time/time32.c + * PURPOSE: + * PROGRAMER: + */
#define _USE_EXPLITIT_32BIT_TIME #include "time.c"
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/time64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,3 +1,10 @@ +/* + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory + * PROJECT: ReactOS CRT library + * FILE: lib/sdk/crt/time/time64.c + * PURPOSE: + * PROGRAMER: + */
#define _USE_EXPLITIT_64BIT_TIME #include "time.c"
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/timezone.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/timezone.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/timezone.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/timezone.c * PURPOSE: Implementation of time zone functions
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/tzname.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/tzname.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/tzname.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/ctime.c * PURPOSE: Implementation of ctime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/utime.c * PURPOSE: Implementation of utime, _wutime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/utime32.c * PURPOSE: Implementation of _utime32
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/utime64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/utime64.c * PURPOSE: Implementation of _utime64
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wasctime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wasctime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wasctime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/wasctime.c * PURPOSE: Implementation of _wasctime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wcsftime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wcsftime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wcsftime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/wcsftime.c * PURPOSE: Implementation of _wcsftime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/wctime.c * PURPOSE: Implementation of _wctime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/wctime32.c * PURPOSE: Implementation of _wctime32
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wctime64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/wctime64.c * PURPOSE: Implementation of _Wctime64
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wstrdate.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wstrdate.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wstrdate.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS CRT library - * FILE: lib/msvcrt/time/strtime.c + * FILE: lib/sdk/crt/time/strtime.c * PURPOSE: Fills a buffer with a formatted date representation * PROGRAMER: Ariadne * UPDATE HISTORY:
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wstrtime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wstrtime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wstrtime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS CRT library - * FILE: lib/msvcrt/time/strtime.c + * FILE: lib/sdk/crt/time/strtime.c * PURPOSE: Fills a buffer with a formatted time representation * PROGRAMER: Ariadne * UPDATE HISTORY:
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/wutime.c * PURPOSE: Implementation of _wutime
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime32.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime32.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime32.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/wutime32.c * PURPOSE: Implementation of _wutime32
Modified: branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime64.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/sd... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime64.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/sdk/crt/time_new/wutime64.c [iso-8859-1] Thu Aug 6 03:26:50 2009 @@ -1,5 +1,5 @@ /* - * COPYRIGHT: See COPYING in the top level directory + * COPYRIGHT: LGPL, See LGPL.txt in the top level directory * PROJECT: ReactOS CRT library * FILE: lib/sdk/crt/time/wutime64.c * PURPOSE: Implementation of _wutime64