Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add name and email-id to all the created files #915

Merged
merged 2 commits into from
Aug 19, 2017
Merged
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
8 changes: 5 additions & 3 deletions include/c_types/line_graph_rt.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/*PGR-GNU*****************************************************************
File: line_graph_rt.h

Copyright (c) 2017 Celia Virginia Vergara Castillo
Mail: [email protected]
Generated with Template by:
Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Developed by: Vidhan Jain
Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: [email protected]

------
Expand Down
1 change: 1 addition & 0 deletions include/cpp_common/line_vertex.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*PGR-GNU*****************************************************************
File: line_vertex.h

Generated with Template by:
Copyright (c) 2015 pgRouting developers
Mail: [email protected]
Expand Down
11 changes: 9 additions & 2 deletions include/dijkstraTRSP/pgr_dijkstraTRSP.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/*PGR-GNU*****************************************************************
File: pgr_dijkstraTRSP.hpp
Copyright (c) 2017 Celia Virginia Vergara Castillo
Mail: [email protected]

Generated with Template by:
Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: [email protected]

------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
11 changes: 9 additions & 2 deletions include/dijkstraTRSP/restriction.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/*PGR-GNU*****************************************************************
File: restriction.h
Copyright (c) 2017 Celia Virginia Vergara Castillo
Mail: [email protected]

Generated with Template by:
Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: [email protected]

------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions include/drivers/dijkstraTRSP/dijkstraTRSP_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2015 Celia Virginia Vergara Castillo
Mail: vicky_vergara@hotmail.com
Copyright (c) 2017 Vidhan Jain
Mail: vidhanj1307@gmail.com

------

Expand Down
4 changes: 2 additions & 2 deletions include/drivers/lineGraph/lineGraph_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2015 Celia Virginia Vergara Castillo
Mail: vicky_vergara@hotmail.com
Copyright (c) 2017 Vidhan Jain
Mail: vidhanj1307@gmail.com

------

Expand Down
3 changes: 3 additions & 0 deletions include/lineGraph/pgr_lineGraph.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
/*PGR-GNU*****************************************************************
File: pgr_lineGraph.hpp

Generated with Template by:
Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: [email protected]

------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions sql/dijkstraTRSP/dijkstraTRSP.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
File: dijkstraTRSP.sql

Generated with Template by:
Copyright (c) 2016 pgRouting developers
Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: vidhanj1307.com
Mail: vidhanj1307@gmail.com

------

Expand All @@ -34,7 +34,7 @@ CREATE OR REPLACE FUNCTION pgr_dijkstraTRSP(
BIGINT,
directed BOOLEAN DEFAULT true,
only_cost BOOLEAN DEFAULT false,
strict BOOLEAN DEFAULT true,
strict BOOLEAN DEFAULT true,
OUT seq INTEGER,
OUT path_seq INTEGER,
OUT node BIGINT,
Expand Down
4 changes: 2 additions & 2 deletions sql/lineGraph/lineGraph.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
File: lineGraph.sql

Generated with Template by:
Copyright (c) 2016 pgRouting developers
Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: vidhanj1307.com
Mail: vidhanj1307@gmail.com

------

Expand Down
3 changes: 1 addition & 2 deletions src/dijkstraTRSP/src/dijkstraTRSP.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: vidhanj1307.com

Mail: [email protected]

------

Expand Down
4 changes: 2 additions & 2 deletions src/dijkstraTRSP/src/dijkstraTRSP_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
File: dijkstraTRSP_driver.cpp

Generated with Template by:
Copyright (c) 2017 pgRouting developers
Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: vidhanj1307.com
Mail: vidhanj1307@gmail.com

------

Expand Down
11 changes: 9 additions & 2 deletions src/dijkstraTRSP/src/restriction.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
/*PGR-GNU*****************************************************************
File: restriction.cpp
Copyright (c) 2017 Celia Virginia Vergara Castillo
Mail: [email protected]

Generated with Template by:
Copyright (c) 2015 pgRouting developers
Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: [email protected]

------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
3 changes: 1 addition & 2 deletions src/lineGraph/src/lineGraph.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: vidhanj1307.com

Mail: [email protected]

------

Expand Down
2 changes: 1 addition & 1 deletion src/lineGraph/src/lineGraph_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Mail: [email protected]

Function's developer:
Copyright (c) 2017 Vidhan Jain
Mail: vidhanj1307.com
Mail: vidhanj1307@gmail.com

------

Expand Down