Skip to content

Commit

Permalink
Add name & rollno to *.cpp and *.h files
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav Anand committed Sep 1, 2018
1 parent 36a88be commit 96c7c51
Show file tree
Hide file tree
Showing 18 changed files with 108 additions and 0 deletions.
6 changes: 6 additions & 0 deletions command_mode.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include "command_mode.h"
#include "commands.h"
#include "search_mode.h"
Expand Down
6 changes: 6 additions & 0 deletions command_mode.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef COMMAND_MODE_H
#define COMMAND_MODE_H

Expand Down
6 changes: 6 additions & 0 deletions commands.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include <dirent.h>
#include <cstring>
#include "commands.h"
Expand Down
6 changes: 6 additions & 0 deletions commands.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef COMMANDS_H
#define COMMANDS_H

Expand Down
6 changes: 6 additions & 0 deletions cursor_control.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include "cursor_control.h"

using namespace std;
Expand Down
6 changes: 6 additions & 0 deletions cursor_control.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef CURSOR_CONTROL_H
#define CURSOR_CONTROL_H

Expand Down
6 changes: 6 additions & 0 deletions keymap.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef KEYMAP_H
#define KEYMAP_H

Expand Down
6 changes: 6 additions & 0 deletions list.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include "list.h"

using namespace std;
Expand Down
6 changes: 6 additions & 0 deletions list.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef LIST_H
#define LIST_H

Expand Down
6 changes: 6 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include <iostream>

#include "util.h"
Expand Down
6 changes: 6 additions & 0 deletions normal_mode.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include "normal_mode.h"
#include "command_mode.h"
#include "commands.h"
Expand Down
6 changes: 6 additions & 0 deletions normal_mode.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef NORMAL_MODE_H
#define NORMAL_MODE_H

Expand Down
6 changes: 6 additions & 0 deletions search_mode.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include "search_mode.h"
#include "commands.h"

Expand Down
6 changes: 6 additions & 0 deletions search_mode.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef SEARCH_MODE_H
#define SEARCH_MODE_H

Expand Down
6 changes: 6 additions & 0 deletions snapshot.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include "snapshot.h"

using namespace std;
Expand Down
6 changes: 6 additions & 0 deletions snapshot.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef TREX_SNAPSHOT_H
#define TREX_SNAPSHOT_H

Expand Down
6 changes: 6 additions & 0 deletions util.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#include "util.h"

/**
Expand Down
6 changes: 6 additions & 0 deletions util.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Name: Abhinav Anand
* Roll Number: 2018201037
**/


#ifndef UTIL_H
#define UTIL_H

Expand Down

0 comments on commit 96c7c51

Please sign in to comment.