changeset 625:300c22195a13

rotate_scale.cc: move copyright to top of file
author carandraug
date Wed, 26 Sep 2012 15:30:09 +0000
parents 92777e13512e
children 256ef5a8d711
files src/rotate_scale.cc
diffstat 1 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/rotate_scale.cc
+++ b/src/rotate_scale.cc
@@ -1,13 +1,11 @@
+//Copyright (C) 2003 Andy Adler
+//
+// This code has no warrany whatsover. Do what you like with this code 
+// as long as you leave this copyright in place.
+
 /*
  * ROTATE_SCALE: rotate and scale a matrix using bilinear interpolation
  * imo= block(im, xregs, yregs);
- *
- * Copyright (C) 2003 Andy Adler
- * This code has no warrany whatsoever.
- * Do what you like with this code as long as you
- *     leave this copyright in place.
- *
- * $Id$
  */
 
 #include <octave/oct.h>