CSE3313 - Computer Graphics
assessment

CSE3313
Computer Graphics

Submission Declaration

All source code submitted for this course must include the following declaration. This declaration must be included at the top all source files (.c, .cpp and .h) files that you submit for assessment.

Submission that do not include this declaration will receive a mark of 0.

Here is the declaration (you can copy and paste this into your code):


/*********************************************************************************
 * MONASH UNIVERSITY, Clayton's School of IT
 * Student Declaration for CSE3313 Submission 2007
 *   
 * This source code is the original work of #YOUR NAME#, ID: #YOUR ID NUMBER#
 * My email address is #YOUR_EMAIL_ADDRESS#
 * I, #YOUR_NAME# declare that this submission is my own work and has not been copied from
 * any other source without attribution. I have read the School and Faculty
 * rules on plagiarism and I acknowledge that severe penalties
 * exist for any copying of code without attribution, including a mark of 0
 * for this assessment.
 *********************************************************************************/

You will need to substitute your name, student ID number and email address in the appropriate places.


This material is part of the CSE3313 Computer Graphics course.
Copyright © Jon McCormack, 2007.  All rights reserved.

Last Modified: July 18, 2007