changeset 2648:d916245fad40 octave-forge

texinfo help should be seperated from copyright block
author adb014
date Mon, 09 Oct 2006 22:01:43 +0000
parents 20265bb9772e
children d78208b3f7b4
files main/polynomial/inst/polyint.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main/polynomial/inst/polyint.m	Mon Oct 09 20:33:49 2006 +0000
+++ b/main/polynomial/inst/polyint.m	Mon Oct 09 22:01:43 2006 +0000
@@ -13,7 +13,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-##
+
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} polyint (@var{c},@var{k})
 ## Return the coefficients of the integral of the polynomial whose
@@ -34,4 +34,4 @@
   	endif	
 	y = polyinteg(x);
 	y(prod(size(y))) = k;
-endfunction;
\ No newline at end of file
+endfunction;