diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-24 16:37:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 15:01:48 +0300 |
commit | ea24f530048cbce0c5335ca3fd3632c8ce34315a (patch) | |
tree | 3f7153cad1c3e34da5e992fe53db104512d7af71 /libbuild2/bash/export.hxx | |
parent | d07521c67db21aa02dddf9615dce9f9f3dfe784c (diff) |
Move bin build system module to separate library
Diffstat (limited to 'libbuild2/bash/export.hxx')
-rw-r--r-- | libbuild2/bash/export.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/bash/export.hxx b/libbuild2/bash/export.hxx index d87e677..f971b2a 100644 --- a/libbuild2/bash/export.hxx +++ b/libbuild2/bash/export.hxx @@ -1,3 +1,7 @@ +// file : libbuild2/bash/export.hxx -*- C++ -*- +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + #pragma once // Normally we don't export class templates (but do complete specializations), |