[R-gregmisc-users] SF.net SVN: r-gregmisc:[1578] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-28 01:34:18
|
Revision: 1578 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1578&view=rev Author: warnes Date: 2012-06-28 01:34:11 +0000 (Thu, 28 Jun 2012) Log Message: ----------- Remove references to Random Technologies LLC and update email address. Modified Paths: -------------- trunk/SASxport/R/zzz.R trunk/SASxport/man/SASxport-package.Rd trunk/SASxport/src/ibm2ieee.c trunk/SASxport/src/ieee2ibm.c trunk/SASxport/src/init.c trunk/SASxport/src/test_fields.c trunk/SASxport/src/writeSAS.c trunk/SASxport/src/writeSAS.h Modified: trunk/SASxport/R/zzz.R =================================================================== --- trunk/SASxport/R/zzz.R 2012-06-28 00:49:06 UTC (rev 1577) +++ trunk/SASxport/R/zzz.R 2012-06-28 01:34:11 UTC (rev 1578) @@ -5,9 +5,6 @@ date <- packageDescription("SASxport", fields="Date") cat("Loaded SASxport version ", ver, " (", date ,").\n", sep="") cat("\n") - cat(" Updates and technical support available from Random Technologies, LLC\n") - cat(" <http://random-technologies-llc.com/products/SASxport>\n") - cat("\n") cat(" Type `?SASxport' for usage information.\n") cat("\n") } Modified: trunk/SASxport/man/SASxport-package.Rd =================================================================== --- trunk/SASxport/man/SASxport-package.Rd 2012-06-28 00:49:06 UTC (rev 1577) +++ trunk/SASxport/man/SASxport-package.Rd 2012-06-28 01:34:11 UTC (rev 1578) @@ -51,11 +51,10 @@ } } \author{ - Unless otherwise noted, the contents of this package were written by - Gregory R. Warnes \email{gr...@wa...}, are - Copyright (c) 2007 by Random Technologies LLC \cr - \url{http://random-technologies-llc.com}, and are provided under the - terms of the GNU General Public License, version 2.0 or later. + Unless otherwise noted, the contents of this package were written and + Copyright (C) 2007 by Gregory R. Warnes \email{gr...@wa...} and + are provided under the terms of the GNU General Public License, + version 2.0 or later. The file 'htond.c' is extracted from BRL-CAD \url{http://www.brlcad.org/}, written by Michael John Muuss, and is @@ -77,9 +76,4 @@ \section{Maintainer}{ Gregory R. Warnes \email{gr...@wa...} } -\section{Support}{ - Technical support contracts and other services for R, this package, - and other packages are available from Random Technologies LLC - \url{http://random-technologies-llc.com}. -} \keyword{package} Modified: trunk/SASxport/src/ibm2ieee.c =================================================================== --- trunk/SASxport/src/ibm2ieee.c 2012-06-28 00:49:06 UTC (rev 1577) +++ trunk/SASxport/src/ibm2ieee.c 2012-06-28 01:34:11 UTC (rev 1578) @@ -6,8 +6,7 @@ * Copyright (c) 2004-2007 United States Government as represented by * the U.S. Army Research Laboratory. * - * * Minor changes (c) 2007 Random Technologies LLC by Gregory R. Warnes - * <gr...@ra...> + * * Minor changes (c) 2007 by Gregory R. Warnes <gr...@wa...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -146,7 +145,8 @@ /* After suitable testing, this check can be deleted */ if( (left & 0x00800000) == 0 ) { - fprintf(stderr,"ibm->ieee missing 1, left=x%x\n", left); + //fprintf(stderr, + error("ibm->ieee missing 1, left=x%x\n", left); left = (left<<1) | (right>>31); right <<= 1; goto ibm_normalized; Modified: trunk/SASxport/src/ieee2ibm.c =================================================================== --- trunk/SASxport/src/ieee2ibm.c 2012-06-28 00:49:06 UTC (rev 1577) +++ trunk/SASxport/src/ieee2ibm.c 2012-06-28 01:34:11 UTC (rev 1578) @@ -6,8 +6,7 @@ * Copyright (c) 2004-2007 United States Government as represented by * the U.S. Army Research Laboratory. * - * Minor changes (c) 2007 Random Technologies LLC by Gregory R. Warnes - * <gr...@ra...> + * Minor changes (c) 2007 Gregory R. Warnes <gr...@wa...> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License Modified: trunk/SASxport/src/init.c =================================================================== --- trunk/SASxport/src/init.c 2012-06-28 00:49:06 UTC (rev 1577) +++ trunk/SASxport/src/init.c 2012-06-28 01:34:11 UTC (rev 1578) @@ -2,9 +2,9 @@ * * init.c: Routines to register SASxport C routines with R * - * Author: Gregory R. Warnes <gr...@ra...> + * Author: Gregory R. Warnes <gr...@wa...> * - * Copyright (C) 2007 Random Technologies LLC + * Copyright (C) 2007 Gregory R. Warnes * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: trunk/SASxport/src/test_fields.c =================================================================== --- trunk/SASxport/src/test_fields.c 2012-06-28 00:49:06 UTC (rev 1577) +++ trunk/SASxport/src/test_fields.c 2012-06-28 01:34:11 UTC (rev 1578) @@ -2,9 +2,9 @@ * * test_fields.c: Unit test routines for writeSAS.c functions. * - * Author: Gregory R. Warnes <gr...@ra...> + * Author: Gregory R. Warnes <gr...@wa...> * - * Copyright (C) 2007 Random Technologies LLC + * Copyright (C) 2007 Gregory R. Warnes * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: trunk/SASxport/src/writeSAS.c =================================================================== --- trunk/SASxport/src/writeSAS.c 2012-06-28 00:49:06 UTC (rev 1577) +++ trunk/SASxport/src/writeSAS.c 2012-06-28 01:34:11 UTC (rev 1578) @@ -2,9 +2,9 @@ * * writeSAS.c: Routines for writing SAS XPT formatted files * - * Author: Gregory R. Warnes <gr...@ra...> + * Author: Gregory R. Warnes <gr...@wa...> * - * Copyright (C) 2007 Random Technologies LLC + * Copyright (C) 2007 Gregory R. Warnes <gr...@wa...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Modified: trunk/SASxport/src/writeSAS.h =================================================================== --- trunk/SASxport/src/writeSAS.h 2012-06-28 00:49:06 UTC (rev 1577) +++ trunk/SASxport/src/writeSAS.h 2012-06-28 01:34:11 UTC (rev 1578) @@ -2,9 +2,9 @@ * * writeSAS.h: Routines for writing SAS XPT formatted files * - * Author: Gregory R. Warnes <gr...@ra...> + * Author: Gregory R. Warnes <gr...@wa...> * - * Copyright (C) 2007 Random Technologies LLC + * Copyright (C) 2007 Gregory R. Warnes <gr...@wa...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |