open-license-manager
2014-10-14 fc983a64e86a0b756c91db501d660bc02edd1609
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) ;