open-license-manager
2014-09-18 99d2c515c4a472cd8f8c42c7cc019eeffa4cb4da
1
2
3
4
5
6
7
 
 
#include<string>
#include<vector>
 
using namespace std;
void generate_license(const string& fname, const vector<string>& other_args) ;