Skip to content

Commit

Permalink
license to files
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Nov 5, 2024
1 parent 3a03569 commit 8511b3c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion include/cache.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/dataframe.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/dotenv_.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/get.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/get_series.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/header.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/index.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/json.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/series.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/shorten.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/types.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion include/url_builder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Enable testing
enable_testing()

Expand Down
2 changes: 1 addition & 1 deletion tests/test_dataframe.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* dotenv - A simple header-only environment variable loader for C++ projects
* evdscpp: An open-source data wrapper for accessing the EVDS API.
* Author: Sermet Pekin
*
* MIT License
Expand Down

0 comments on commit 8511b3c

Please sign in to comment.