gcontini
2019-10-13 6c488a934bde37ffcc1b60fa291340d0bf15efc7
1
2
3
4
5
#include<string>
#include<vector>
 
using namespace std;
void generate_license(const string& fname, const vector<string>& other_args);