changeset 7114:ec90474d70bb octave-forge

some copyright text changes
author cdf
date Thu, 13 May 2010 05:17:32 +0000
parents 0213996a0acb
children 529279fb20b0
files extra/nurbs/inst/basisfun.m extra/nurbs/inst/findspan.m extra/nurbs/inst/nrbderiv.m extra/nurbs/inst/nrbdeval.m extra/nurbs/inst/nrbeval.m
diffstat 5 files changed, 12 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/extra/nurbs/inst/basisfun.m	Wed May 12 22:44:22 2010 +0000
+++ b/extra/nurbs/inst/basisfun.m	Thu May 13 05:17:32 2010 +0000
@@ -2,10 +2,6 @@
 
 % BASISFUN:  Basis function for B-Spline
 %
-% -------------------------------------------------------------------------
-% ADAPTATION of BASISFUN from C Routine
-% -------------------------------------------------------------------------
-%
 % Calling Sequence:
 % 
 %   N = basisfun(iv,uv,p,U)
@@ -23,7 +19,9 @@
 %   
 %    Adapted from Algorithm A2.2 from 'The NURBS BOOK' pg70.
 %
-%    Copyright (C) 2000 Mark Spink, 2007 Daniel Claxton, 2009 Carlo de Falco
+% Copyright (C) 2000 Mark Spink
+% Copyright (C) 2007 Daniel Claxton
+% Copyright (C) 2009 Carlo de Falco
 %
 %    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
--- a/extra/nurbs/inst/findspan.m	Wed May 12 22:44:22 2010 +0000
+++ b/extra/nurbs/inst/findspan.m	Thu May 13 05:17:32 2010 +0000
@@ -1,8 +1,5 @@
 function s = findspan(n,p,u,U)                
 % FINDSPAN  Find the span of a B-Spline knot vector at a parametric point
-% -------------------------------------------------------------------------
-% ADAPTATION of FINDSPAN from C
-% -------------------------------------------------------------------------
 %
 % Calling Sequence:
 % 
--- a/extra/nurbs/inst/nrbderiv.m	Wed May 12 22:44:22 2010 +0000
+++ b/extra/nurbs/inst/nrbderiv.m	Thu May 13 05:17:32 2010 +0000
@@ -38,7 +38,9 @@
 % 
 %       nrbdeval
 %
-%    Copyright (C) 2000 Mark Spink, 2010 Rafael Vazquez
+% Copyright (C) 2000 Mark Spink
+% Copyright (C) 2010 Rafael Vazquez
+% Copyright (C) 2010 Carlo de Falco
 %
 %    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
--- a/extra/nurbs/inst/nrbdeval.m	Wed May 12 22:44:22 2010 +0000
+++ b/extra/nurbs/inst/nrbdeval.m	Thu May 13 05:17:32 2010 +0000
@@ -37,7 +37,9 @@
 %   dcrv = nrbderiv(crv);
 %   [pnts,jac] = nrbdeval(crv, dcrv, tt);
 %
-%    Copyright (C) 2000 Mark Spink, 2010 Rafael Vazquez
+% Copyright (C) 2000 Mark Spink 
+% Copyright (C) 2010 Rafael Vazquez
+% Copyright (C) 2010 Carlo de Falco
 %
 %    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
--- a/extra/nurbs/inst/nrbeval.m	Wed May 12 22:44:22 2010 +0000
+++ b/extra/nurbs/inst/nrbeval.m	Thu May 13 05:17:32 2010 +0000
@@ -54,7 +54,9 @@
 %  
 %     bspeval
 %
-%    Copyright (C) 2000 Mark Spink, 2010 Rafael Vazquez
+% Copyright (C) 2000 Mark Spink 
+% Copyright (C) 2010 Rafael Vazquez
+% Copyright (C) 2010 Carlo de Falco
 %
 %    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