avr-libc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-commit] [2313] Changed file encodings from UTF-8 to ASCII.


From: Mike Rice
Subject: [avr-libc-commit] [2313] Changed file encodings from UTF-8 to ASCII.
Date: Fri, 29 Mar 2013 14:55:48 +0000

Revision: 2313
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2313
Author:   swfltek
Date:     2013-03-29 14:55:46 +0000 (Fri, 29 Mar 2013)
Log Message:
-----------
Changed file encodings from UTF-8 to ASCII. 
Added doxygen comments to the Daylight Saving functions.
Added notes to Change Log and News.

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/time.h
    trunk/avr-libc/include/util/eu_dst.h
    trunk/avr-libc/include/util/usa_dst.h
    trunk/avr-libc/libc/time/asc_store.h
    trunk/avr-libc/libc/time/asctime.c
    trunk/avr-libc/libc/time/asctime_r.c
    trunk/avr-libc/libc/time/ctime_r.c
    trunk/avr-libc/libc/time/daylight_seconds.c
    trunk/avr-libc/libc/time/difftime.c
    trunk/avr-libc/libc/time/equation_of_time.c
    trunk/avr-libc/libc/time/fatfs_time.c
    trunk/avr-libc/libc/time/gm_sidereal.c
    trunk/avr-libc/libc/time/gmtime.c
    trunk/avr-libc/libc/time/gmtime_r.c
    trunk/avr-libc/libc/time/isLeap.c
    trunk/avr-libc/libc/time/isotime.c
    trunk/avr-libc/libc/time/isotime_r.c
    trunk/avr-libc/libc/time/lm_sidereal.c
    trunk/avr-libc/libc/time/localtime.c
    trunk/avr-libc/libc/time/localtime_r.c
    trunk/avr-libc/libc/time/mk_gmtime.c
    trunk/avr-libc/libc/time/mktime.c
    trunk/avr-libc/libc/time/month_length.c
    trunk/avr-libc/libc/time/moon_phase.c
    trunk/avr-libc/libc/time/set_dst.c
    trunk/avr-libc/libc/time/set_position.c
    trunk/avr-libc/libc/time/set_system_time.c
    trunk/avr-libc/libc/time/set_zone.c
    trunk/avr-libc/libc/time/solar_declination.c
    trunk/avr-libc/libc/time/strftime.c
    trunk/avr-libc/libc/time/sun_rise.c
    trunk/avr-libc/libc/time/sun_set.c
    trunk/avr-libc/libc/time/system_tick.c
    trunk/avr-libc/libc/time/time.c
    trunk/avr-libc/libc/time/time_private.h
    trunk/avr-libc/libc/time/tm_store.h
    trunk/avr-libc/libc/time/week_of_month.c
    trunk/avr-libc/libc/time/week_of_year.c

Property Changed:
----------------
    trunk/avr-libc/include/time.h
    trunk/avr-libc/include/util/eu_dst.h
    trunk/avr-libc/include/util/usa_dst.h
    trunk/avr-libc/libc/time/asc_store.h
    trunk/avr-libc/libc/time/asctime.c
    trunk/avr-libc/libc/time/asctime_r.c
    trunk/avr-libc/libc/time/ctime.c
    trunk/avr-libc/libc/time/ctime_r.c
    trunk/avr-libc/libc/time/daylight_seconds.c
    trunk/avr-libc/libc/time/difftime.c
    trunk/avr-libc/libc/time/equation_of_time.c
    trunk/avr-libc/libc/time/fatfs_time.c
    trunk/avr-libc/libc/time/gm_sidereal.c
    trunk/avr-libc/libc/time/gmtime.c
    trunk/avr-libc/libc/time/gmtime_r.c
    trunk/avr-libc/libc/time/isLeap.c
    trunk/avr-libc/libc/time/isotime.c
    trunk/avr-libc/libc/time/isotime_r.c
    trunk/avr-libc/libc/time/lm_sidereal.c
    trunk/avr-libc/libc/time/localtime.c
    trunk/avr-libc/libc/time/localtime_r.c
    trunk/avr-libc/libc/time/mk_gmtime.c
    trunk/avr-libc/libc/time/mktime.c
    trunk/avr-libc/libc/time/month_length.c
    trunk/avr-libc/libc/time/moon_phase.c
    trunk/avr-libc/libc/time/set_dst.c
    trunk/avr-libc/libc/time/set_position.c
    trunk/avr-libc/libc/time/set_system_time.c
    trunk/avr-libc/libc/time/set_zone.c
    trunk/avr-libc/libc/time/solar_declination.c
    trunk/avr-libc/libc/time/strftime.c
    trunk/avr-libc/libc/time/sun_rise.c
    trunk/avr-libc/libc/time/sun_set.c
    trunk/avr-libc/libc/time/system_tick.c
    trunk/avr-libc/libc/time/time.c
    trunk/avr-libc/libc/time/time_private.h
    trunk/avr-libc/libc/time/tm_store.h
    trunk/avr-libc/libc/time/week_of_month.c
    trunk/avr-libc/libc/time/week_of_year.c

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/ChangeLog    2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,3 +1,10 @@
+2013-03-29 Mike Rice <address@hidden>
+
+       * libc/time: (New directory.)
+       * include/time.h: (New file.)
+       * include/util/eu_dst.h: (New file.)
+       * include/util/usa_dst.h: (New file.)
+               
 2013-03-19 Joerg Wunsch <address@hidden>
 
        * devtools/gen-avr-lib-tree.sh: Add ATmega64RFR2, ATmega644RFR2,

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/NEWS 2013-03-29 14:55:46 UTC (rev 2313)
@@ -30,6 +30,8 @@
     <inttypes.h>: SCNd8, SCNdLEAST8, SCNdFAST8, SCNi8, SCNiLEAST8,
     SCNiFAST8, SCNo8, SCNoLEAST8, SCNoFAST8, SCNu8, SCNuLEAST8,
     SCNuFAST8, SCNx8, SCNxLEAST8, SCNxFAST8
+    
+  - Add time.h package, with 'ephemera'
 
 *** Changes in avr-libc-1.8.0:
 

Modified: trunk/avr-libc/include/time.h
===================================================================
--- trunk/avr-libc/include/time.h       2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/include/time.h       2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -37,12 +37,11 @@
     
     The implementation attempts to conform to ISO/IEC 9899 (C90). However, 
since there is no 
     platform standard method to obtain the current time, time zone, or 
daylight savings 
-    'rules', the application needs to initialize the system time with this 
information. 
+    'rules', the application needs to initialize the time system with this 
information. 
        The functions set_zone(), set_dst(), and set_system_time() are provided 
for this intialization.
        
        Once initialized, system time may be maintained by calling 
system_tick() at one
        second intervals.
-            
 */ 
 #ifndef TIME_H
 #define TIME_H


Property changes on: trunk/avr-libc/include/time.h
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/include/util/eu_dst.h
===================================================================
--- trunk/avr-libc/include/util/eu_dst.h        2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/include/util/eu_dst.h        2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -28,8 +28,25 @@
 
 /* $Id$ */
 
-/*
-       Summer Time function for the European Union as of this date.
+/**
+       Daylight Saving function for the European Union. To utilize this 
function, you must 
+       \code #include <util/eu_dst.h> \endcode
+       and 
+       \code set_dst(eu_dst); \endcode
+       
+       Given the time stamp and time zone parameters provided, the Daylight 
Saving function must
+       return a value appropriate for the tm structures' tm_isdst element. 
That is...
+       
+       0 : If Daylight Saving is not in effect.
+       
+       -1 : If it cannot be determined if Daylight Saving is in effect.
+       
+       A positive integer : Represents the number of seconds a clock is 
advanced for Daylight Saving.
+       This will typically be ONE_HOUR.
+       
+       Daylight Saving 'rules' are subject to frequent change. For production 
applications it is 
+       recommended to write your own DST function, which uses 'rules' obtained 
from, and modifiable by,
+       the end user ( perhaps stored in EEPROM ).      
 */
 
 #ifndef EU_DST_H
@@ -69,8 +86,7 @@
                                d = n % 7;      /* date of first Sunday */
 
                                n = 31 - d;
-                               n /= 7; /* number of Sundays left in the
-                                        * month */
+                               n /= 7; /* number of Sundays left in the month 
*/
 
                                d = d + 7 * n;  /* mday of final Sunday */
 


Property changes on: trunk/avr-libc/include/util/eu_dst.h
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/include/util/usa_dst.h
===================================================================
--- trunk/avr-libc/include/util/usa_dst.h       2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/include/util/usa_dst.h       2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -28,8 +28,26 @@
 
 /* $Id$ */
 
-/*
-       Daylight Savings function for the USA as of this date
+/**
+       Daylight Saving function for the USA. To utilize this function, you 
must 
+       \code #include <util/usa_dst.h> \endcode
+       and 
+       \code set_dst(usa_dst); \endcode
+       
+       Given the time stamp and time zone parameters provided, the Daylight 
Saving function must
+       return a value appropriate for the tm structures' tm_isdst element. 
That is...
+       
+       0 : If Daylight Saving is not in effect.
+       
+       -1 : If it cannot be determined if Daylight Saving is in effect.
+       
+       A positive integer : Represents the number of seconds a clock is 
advanced for Daylight Saving.
+       This will typically be ONE_HOUR.
+       
+       Daylight Saving 'rules' are subject to frequent change. For production 
applications it is 
+       recommended to write your own DST function, which uses 'rules' obtained 
from, and modifiable by,
+       the end user ( perhaps stored in EEPROM ).      
+       
 */
 
 #ifndef EU_DST_H
@@ -42,6 +60,22 @@
 #include <time.h>
 #include <inttypes.h>
 
+#ifndef DST_START_MONTH
+#define DST_START_MONTH MARCH
+#endif
+
+#ifndef DST_END_MONTH
+#define DST_END_MONTH NOVEMBER
+#endif
+
+#ifndef DST_START_WEEK
+#define DST_START_WEEK 2
+#endif
+
+#ifndef DST_END_WEEK
+#define DST_END_WEEK 1
+#endif
+
        int             usa_dst(const time_t * timer, int32_t * z) {
                time_t          t;
                struct tm       tmptr;
@@ -56,19 +90,19 @@
                                week = week_of_month(&tmptr, 0);
                                hour = tmptr.tm_hour;
 
-               if              ((month > MARCH) && (month < NOVEMBER))
+               if              ((month > __DST_START_MONTH) && (month < 
__DST_END_MONTH))
                                        return ONE_HOUR;
 
-               if              (month < MARCH)
+               if              (month < __DST_START_MONTH)
                                        return 0;
-               if              (month > NOVEMBER)
+               if              (month > __DST_END_MONTH)
                                        return 0;
 
-               if              (month == MARCH) {
+               if              (month == __DST_START_MONTH) {
 
-                       if (week < 2)
+                       if (week < __DST_START_WEEK)
                                return 0;
-                       if (week > 2)
+                       if (week > __DST_START_WEEK)
                                return ONE_HOUR;
 
                        if (day_of_week > SUNDAY)
@@ -77,9 +111,9 @@
                                return ONE_HOUR;
                        return 0;
                }
-               if              (week > 1)
+               if              (week > __DST_END_WEEK)
                                        return 0;
-               if              (week < 1)
+               if              (week < __DST_END_WEEK)
                                        return ONE_HOUR;
                if              (day_of_week > SUNDAY)
                                        return 0;


Property changes on: trunk/avr-libc/include/util/usa_dst.h
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/asc_store.h
===================================================================
--- trunk/avr-libc/libc/time/asc_store.h        2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/asc_store.h        2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,4 +1,4 @@
-/*     ©2012 Michael Duane Rice
+/*(c)2012 Michael Duane Rice
        All rights reserved.
 
    Redistribution and use in source and binary forms, with or without


Property changes on: trunk/avr-libc/libc/time/asc_store.h
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/asctime.c
===================================================================
--- trunk/avr-libc/libc/time/asctime.c  2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/asctime.c  2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/asctime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/asctime_r.c
===================================================================
--- trunk/avr-libc/libc/time/asctime_r.c        2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/asctime_r.c        2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/asctime_r.c
___________________________________________________________________
Added: svn:keywords
   + Id


Property changes on: trunk/avr-libc/libc/time/ctime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/ctime_r.c
===================================================================
--- trunk/avr-libc/libc/time/ctime_r.c  2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/ctime_r.c  2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/ctime_r.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/daylight_seconds.c
===================================================================
--- trunk/avr-libc/libc/time/daylight_seconds.c 2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/daylight_seconds.c 2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/daylight_seconds.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/difftime.c
===================================================================
--- trunk/avr-libc/libc/time/difftime.c 2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/difftime.c 2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/difftime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/equation_of_time.c
===================================================================
--- trunk/avr-libc/libc/time/equation_of_time.c 2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/equation_of_time.c 2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/equation_of_time.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/fatfs_time.c
===================================================================
--- trunk/avr-libc/libc/time/fatfs_time.c       2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/fatfs_time.c       2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/fatfs_time.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/gm_sidereal.c
===================================================================
--- trunk/avr-libc/libc/time/gm_sidereal.c      2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/gm_sidereal.c      2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/gm_sidereal.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/gmtime.c
===================================================================
--- trunk/avr-libc/libc/time/gmtime.c   2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/gmtime.c   2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/gmtime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/gmtime_r.c
===================================================================
--- trunk/avr-libc/libc/time/gmtime_r.c 2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/gmtime_r.c 2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/gmtime_r.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/isLeap.c
===================================================================
--- trunk/avr-libc/libc/time/isLeap.c   2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/isLeap.c   2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/isLeap.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/isotime.c
===================================================================
--- trunk/avr-libc/libc/time/isotime.c  2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/isotime.c  2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/isotime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/isotime_r.c
===================================================================
--- trunk/avr-libc/libc/time/isotime_r.c        2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/isotime_r.c        2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/isotime_r.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/lm_sidereal.c
===================================================================
--- trunk/avr-libc/libc/time/lm_sidereal.c      2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/lm_sidereal.c      2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/lm_sidereal.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/localtime.c
===================================================================
--- trunk/avr-libc/libc/time/localtime.c        2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/localtime.c        2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/localtime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/localtime_r.c
===================================================================
--- trunk/avr-libc/libc/time/localtime_r.c      2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/localtime_r.c      2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/localtime_r.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/mk_gmtime.c
===================================================================
--- trunk/avr-libc/libc/time/mk_gmtime.c        2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/mk_gmtime.c        2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/mk_gmtime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/mktime.c
===================================================================
--- trunk/avr-libc/libc/time/mktime.c   2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/mktime.c   2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/mktime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/month_length.c
===================================================================
--- trunk/avr-libc/libc/time/month_length.c     2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/month_length.c     2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/month_length.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/moon_phase.c
===================================================================
--- trunk/avr-libc/libc/time/moon_phase.c       2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/moon_phase.c       2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/moon_phase.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/set_dst.c
===================================================================
--- trunk/avr-libc/libc/time/set_dst.c  2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/set_dst.c  2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/set_dst.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/set_position.c
===================================================================
--- trunk/avr-libc/libc/time/set_position.c     2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/set_position.c     2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/set_position.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/set_system_time.c
===================================================================
--- trunk/avr-libc/libc/time/set_system_time.c  2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/set_system_time.c  2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/set_system_time.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/set_zone.c
===================================================================
--- trunk/avr-libc/libc/time/set_zone.c 2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/set_zone.c 2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/set_zone.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/solar_declination.c
===================================================================
--- trunk/avr-libc/libc/time/solar_declination.c        2013-03-29 13:28:16 UTC 
(rev 2312)
+++ trunk/avr-libc/libc/time/solar_declination.c        2013-03-29 14:55:46 UTC 
(rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/solar_declination.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/strftime.c
===================================================================
--- trunk/avr-libc/libc/time/strftime.c 2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/strftime.c 2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/strftime.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/sun_rise.c
===================================================================
--- trunk/avr-libc/libc/time/sun_rise.c 2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/sun_rise.c 2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/sun_rise.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/sun_set.c
===================================================================
--- trunk/avr-libc/libc/time/sun_set.c  2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/sun_set.c  2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/sun_set.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/system_tick.c
===================================================================
--- trunk/avr-libc/libc/time/system_tick.c      2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/system_tick.c      2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/system_tick.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/time.c
===================================================================
--- trunk/avr-libc/libc/time/time.c     2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/time.c     2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/time.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/time_private.h
===================================================================
--- trunk/avr-libc/libc/time/time_private.h     2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/time_private.h     2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,4 +1,4 @@
-/*     ©2012 Michael Duane Rice
+/*     (c)2012 Michael Duane Rice
        All rights reserved.
 
    Redistribution and use in source and binary forms, with or without


Property changes on: trunk/avr-libc/libc/time/time_private.h
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/tm_store.h
===================================================================
--- trunk/avr-libc/libc/time/tm_store.h 2013-03-29 13:28:16 UTC (rev 2312)
+++ trunk/avr-libc/libc/time/tm_store.h 2013-03-29 14:55:46 UTC (rev 2313)
@@ -1,4 +1,4 @@
-/*     ©2012 Michael Duane Rice
+/*     (c)2012 Michael Duane Rice
        All rights reserved.
 
    Redistribution and use in source and binary forms, with or without


Property changes on: trunk/avr-libc/libc/time/tm_store.h
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/week_of_month.c
===================================================================
--- trunk/avr-libc/libc/time/week_of_month.c    2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/week_of_month.c    2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (c)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/week_of_month.c
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: trunk/avr-libc/libc/time/week_of_year.c
===================================================================
--- trunk/avr-libc/libc/time/week_of_year.c     2013-03-29 13:28:16 UTC (rev 
2312)
+++ trunk/avr-libc/libc/time/week_of_year.c     2013-03-29 14:55:46 UTC (rev 
2313)
@@ -1,5 +1,5 @@
 /*
- * ©2012 Michael Duane Rice All rights reserved.
+ * (C)2012 Michael Duane Rice All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are


Property changes on: trunk/avr-libc/libc/time/week_of_year.c
___________________________________________________________________
Added: svn:keywords
   + Id




reply via email to

[Prev in Thread] Current Thread [Next in Thread]