open-license-manager
2014-09-13 1922d8c2cf7dcaacafd17394849577794b1f10eb
src/license-generator/license-generator.h
@@ -9,7 +9,7 @@
#define LICENSE_GENERATOR_H_
#include <boost/program_options.hpp>
#include "../library/reader/LicenseReader.h"
#include "../library/LicenseReader.h"
namespace license {
@@ -23,11 +23,10 @@
   LicenseGenerator();
   static void printHelp(const char* prog_name, const po::options_description& options);
   static po::options_description configureProgramOptions();
   static time_t seconds_from_epoch(const std::string& s);
   static vector<FullLicenseInfo> parseLicenseInfo(po::variables_map vm);
   static void generateAndOutptuLicenses(const po::variables_map& vm,
   static void generateAndOutputLicenses(const po::variables_map& vm,
         ostream& outputFile);
   static string normalize_date(const char * s);
public:
   static int generateLicense(int argc, const char** argv);
};