open-license-manager
2014-08-06 425c196d0762424675120d92f9e4105d13af0f1a
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) ;