diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-08-20 18:56:58 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-01 19:50:39 +0900 |
commit | c28211698b8f9b82cafc0f9d9457e40c6c17632a (patch) | |
tree | 85e8d0b17476cc70b09156d5e034f4322c7b057f /jobs/preamble.mustache | |
parent | 45c138903c20d32a8a69b5637a72898bc690f1f1 (diff) | |
download | libquotient-c28211698b8f9b82cafc0f9d9457e40c6c17632a.tar.gz libquotient-c28211698b8f9b82cafc0f9d9457e40c6c17632a.zip |
Added files to (eventually) generate *Job classes automatically
KitsuneRal/api-generator project is a place where all the heavy lifting will (eventually) be implemented. This commit marks a point when the generated files at least compile (whether they work is not tested yet). Return values are so far entirely ignored.
Diffstat (limited to 'jobs/preamble.mustache')
-rw-r--r-- | jobs/preamble.mustache | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/jobs/preamble.mustache b/jobs/preamble.mustache new file mode 100644 index 00000000..f14d58d2 --- /dev/null +++ b/jobs/preamble.mustache @@ -0,0 +1,18 @@ +/****************************************************************************** +* Copyright (C) 2016-2017 {{copyrightName}} {{copyrightEmail}} +* +* This library is free software; you can redistribute it and/or +* modify it under the terms of the GNU Lesser General Public +* License as published by the Free Software Foundation; either +* version 2.1 of the License, or (at your option) any later version. +* +* This library is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +* Lesser General Public License for more details. +* +* You should have received a copy of the GNU Lesser General Public +* License along with this library; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +*/ + |