Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public static void main(String[] args) {
SpringApplication.run(IndividualProjectApplication.class, args);
}

//THIS COMMENT IS A GIT PULL REQUEST TEST//

/**
* This contains all the setup logic, it will mainly be focused
* on loading up and creating an instance of the database based
Expand Down
14 changes: 14 additions & 0 deletions honesty.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
I, Emily Chen ec3365, have read and understood the following:

CS department's Policies and Procedures on Academic Honesty
The Course Specific Academic Honesty Policies
The assignment specs outlining the consequences of not submitting this pledge and other aspects of the policy
I affirm that I will abide by all the policies stated in the relevant materials from above. I understand that the relevant policies apply to: individual assignments, group projects, and individual examinations.

I also affirm that I understand that all course materials, with the exception of the individual/group project, are subject to the appropriate copyrights and thus will not post them on any public forum or publicly hosted repository, this includes but is not limited to: GitHub, stackoverflow, chegg etc.

I also affirm that I will be 100% honest when evaluating the performance of myself and my teammates when prompted by an assignment or member of the teaching staff.

Finally I affirm that I will not attempt to find any loopholes in these policies for the benefit of myself or others enrolled in the course presently or possibly in the future.

Signed: Emily Chen Sept 13, 2024.
Loading