open-license-manager
2014-07-28 8c14cb84c5f4a38dc7873d6a254bcb8c33f8a603
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) ;