Revision: 75344
          http://sourceforge.net/p/brlcad/code/75344
Author:   starseeker
Date:     2020-04-10 20:40:05 +0000 (Fri, 10 Apr 2020)
Log Message:
-----------
Put copyright info in all y2038 files

Modified Paths:
--------------
    brlcad/trunk/src/libbu/y2038/time64.c
    brlcad/trunk/src/libbu/y2038/time64.h
    brlcad/trunk/src/libbu/y2038/time64_config.h
    brlcad/trunk/src/libbu/y2038/time64_limits.h

Modified: brlcad/trunk/src/libbu/y2038/time64.c
===================================================================
--- brlcad/trunk/src/libbu/y2038/time64.c       2020-04-10 20:27:48 UTC (rev 
75343)
+++ brlcad/trunk/src/libbu/y2038/time64.c       2020-04-10 20:40:05 UTC (rev 
75344)
@@ -1,5 +1,4 @@
-/* 
-
+/*
 Copyright (c) 2007-2010  Michael G Schwern
 
 This software originally derived from Paul Sheer's pivotal_gmtime_r.c.
@@ -23,7 +22,6 @@
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
-
 */
 
 /*

Modified: brlcad/trunk/src/libbu/y2038/time64.h
===================================================================
--- brlcad/trunk/src/libbu/y2038/time64.h       2020-04-10 20:27:48 UTC (rev 
75343)
+++ brlcad/trunk/src/libbu/y2038/time64.h       2020-04-10 20:40:05 UTC (rev 
75344)
@@ -1,3 +1,27 @@
+/*
+Copyright (c) 2007-2010  Michael G Schwern
+
+The MIT License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+
 #ifndef TIME64_H
 #    define TIME64_H
 

Modified: brlcad/trunk/src/libbu/y2038/time64_config.h
===================================================================
--- brlcad/trunk/src/libbu/y2038/time64_config.h        2020-04-10 20:27:48 UTC 
(rev 75343)
+++ brlcad/trunk/src/libbu/y2038/time64_config.h        2020-04-10 20:40:05 UTC 
(rev 75344)
@@ -1,3 +1,27 @@
+/*
+Copyright (c) 2007-2010  Michael G Schwern
+
+The MIT License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+
 /* Configuration
    -------------
    Define as appropriate for your system.

Modified: brlcad/trunk/src/libbu/y2038/time64_limits.h
===================================================================
--- brlcad/trunk/src/libbu/y2038/time64_limits.h        2020-04-10 20:27:48 UTC 
(rev 75343)
+++ brlcad/trunk/src/libbu/y2038/time64_limits.h        2020-04-10 20:40:05 UTC 
(rev 75344)
@@ -1,4 +1,28 @@
 /*
+Copyright (c) 2007-2010  Michael G Schwern
+
+The MIT License:
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+*/
+
+/*
    Maximum and minimum inputs your system's respective time functions
    can correctly handle.  time64.h will use your system functions if
    the input falls inside these ranges and corresponding USE_SYSTEM_*

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to