From 911e67dc2540e1974ba67faef9dcfd4f27e52ba6 Mon Sep 17 00:00:00 2001
From: open-license-manager <rillf@maildrop.cc>
Date: 周一, 28 7月 2014 05:41:41 +0800
Subject: [PATCH] out licenses

---
 src/license-generator/license-generator.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/license-generator/license-generator.h b/src/license-generator/license-generator.h
index 69e7930..612c9a6 100644
--- a/src/license-generator/license-generator.h
+++ b/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 std::string& s);
 public:
 	static int generateLicense(int argc, const char** argv);
 };

--
Gitblit v1.9.1