Revision: 71839
          http://sourceforge.net/p/brlcad/code/71839
Author:   starseeker
Date:     2018-09-25 23:54:53 +0000 (Tue, 25 Sep 2018)
Log Message:
-----------
just OpenBSD's qsort in this file

Modified Paths:
--------------
    brlcad/trunk/src/libbu/sort.c

Modified: brlcad/trunk/src/libbu/sort.c
===================================================================
--- brlcad/trunk/src/libbu/sort.c       2018-09-25 23:49:50 UTC (rev 71838)
+++ brlcad/trunk/src/libbu/sort.c       2018-09-25 23:54:53 UTC (rev 71839)
@@ -1,24 +1,5 @@
-/*                        S O R T . C
- * BRL-CAD
+/* Based on OpenBSD's qsort.c rev. 251672 2013/12/17
  *
- * Copyright (c) 2013-2018 United States Government as represented by
- * the U.S. Army Research Laboratory.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; see the file named COPYING for more
- * information.
- */
-/* Based on OpenBSD's qsort.c rev. 251672 2013/12/17
- * -
  * Copyright (c) 1992, 1993
  *     The Regents of the University of California.  All rights reserved.
  *

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to