diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
-## 0.1.0.0 (not released yet)
+## 0.1.1.0 (released 2020-02-26)
+- FIXED: missing `embedded/` folder in dist tarball for _Hackage_ prevents successful build using _Cabal_
+- bump _LTS Haskell_ to `15.1`
+
+## 0.1.0.0 (released 2020-02-20)
 - initial release
diff --git a/embedded/config-file.yaml b/embedded/config-file.yaml
new file mode 100644
--- /dev/null
+++ b/embedded/config-file.yaml
@@ -0,0 +1,17 @@
+## This is the configuration file for Headroom.
+## See https://github.com/vaclavsvejcar/headroom for more details.
+
+## Defines the behaviour how to handle license headers, possible options are:
+##   - add     = (default) adds license header to files with no existing header
+##   - drop    = drops existing license header from without replacement
+##   - replace = adds or replaces existing license header
+run-mode: add
+
+## Paths to source code files (either files or directories).
+source-paths: []
+
+## Paths to template files (either files or directories).
+template-paths: []
+
+## Variables (key-value) to replace in templates.
+variables: {}
diff --git a/embedded/license/apache2/css.mustache b/embedded/license/apache2/css.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/apache2/css.mustache
@@ -0,0 +1,15 @@
+/*
+ * Copyright {{ year }} {{ author }}
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ */
diff --git a/embedded/license/apache2/haskell.mustache b/embedded/license/apache2/haskell.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/apache2/haskell.mustache
@@ -0,0 +1,11 @@
+{-|
+Module      : MODULE_NAME
+Description : SHORT_DESC
+Copyright   : (c) {{ year }} {{ author }}
+License     : Apache License, version 2.0
+Maintainer  : {{ email }}
+Stability   : experimental
+Portability : POSIX
+
+LONG_DESC
+-}
diff --git a/embedded/license/apache2/html.mustache b/embedded/license/apache2/html.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/apache2/html.mustache
@@ -0,0 +1,15 @@
+<!--
+  Copyright {{ year }} {{ author }}
+  
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+  or implied. See the License for the specific language governing
+  permissions and limitations under the License.
+-->
diff --git a/embedded/license/apache2/java.mustache b/embedded/license/apache2/java.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/apache2/java.mustache
@@ -0,0 +1,15 @@
+/*
+ * Copyright {{ year }} {{ author }}
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ */
diff --git a/embedded/license/apache2/js.mustache b/embedded/license/apache2/js.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/apache2/js.mustache
@@ -0,0 +1,15 @@
+/*
+ * Copyright {{ year }} {{ author }}
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ */
diff --git a/embedded/license/apache2/scala.mustache b/embedded/license/apache2/scala.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/apache2/scala.mustache
@@ -0,0 +1,15 @@
+/*
+ * Copyright {{ year }} {{ author }}
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
+ * or implied. See the License for the specific language governing
+ * permissions and limitations under the License.
+ */
diff --git a/embedded/license/bsd3/css.mustache b/embedded/license/bsd3/css.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/bsd3/css.mustache
@@ -0,0 +1,28 @@
+/*
+ * Copyright (c) {{ year }} {{ author }}
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of mosquitto nor the names of its
+ *    contributors may be used to endorse or promote products derived from
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
diff --git a/embedded/license/bsd3/haskell.mustache b/embedded/license/bsd3/haskell.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/bsd3/haskell.mustache
@@ -0,0 +1,11 @@
+{-|
+Module      : MODULE_NAME
+Description : SHORT_DESC
+Copyright   : (c) {{ year }} {{ author }}
+License     : BSD-3
+Maintainer  : {{ email }}
+Stability   : experimental
+Portability : POSIX
+
+LONG_DESC
+-}
diff --git a/embedded/license/bsd3/html.mustache b/embedded/license/bsd3/html.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/bsd3/html.mustache
@@ -0,0 +1,28 @@
+<!--
+  Copyright (c) {{ year }} {{ author }}
+  All rights reserved.
+  
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are met:
+  
+  1. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+  3. Neither the name of mosquitto nor the names of its
+     contributors may be used to endorse or promote products derived from
+     this software without specific prior written permission.
+  
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+-->
diff --git a/embedded/license/bsd3/java.mustache b/embedded/license/bsd3/java.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/bsd3/java.mustache
@@ -0,0 +1,28 @@
+/*
+ * Copyright (c) {{ year }} {{ author }}
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of mosquitto nor the names of its
+ *    contributors may be used to endorse or promote products derived from
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
diff --git a/embedded/license/bsd3/js.mustache b/embedded/license/bsd3/js.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/bsd3/js.mustache
@@ -0,0 +1,28 @@
+/*
+ * Copyright (c) {{ year }} {{ author }}
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of mosquitto nor the names of its
+ *    contributors may be used to endorse or promote products derived from
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
diff --git a/embedded/license/bsd3/scala.mustache b/embedded/license/bsd3/scala.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/bsd3/scala.mustache
@@ -0,0 +1,28 @@
+/*
+ * Copyright (c) {{ year }} {{ author }}
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of mosquitto nor the names of its
+ *    contributors may be used to endorse or promote products derived from
+ *    this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ * POSSIBILITY OF SUCH DAMAGE.
+ */
diff --git a/embedded/license/gpl2/css.mustache b/embedded/license/gpl2/css.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl2/css.mustache
@@ -0,0 +1,19 @@
+/*
+ * {{ project }}
+ * Copyright (c) {{ year }} {{ author }}
+ * 
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at
+ * your option) any later version.
+ * 
+ * This program 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
+ * General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ */
diff --git a/embedded/license/gpl2/haskell.mustache b/embedded/license/gpl2/haskell.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl2/haskell.mustache
@@ -0,0 +1,11 @@
+{-|
+Module      : MODULE_NAME
+Description : SHORT_DESC
+Copyright   : (c) {{ year }} {{ author }}
+License     : GNU GPL v.2
+Maintainer  : {{ email }}
+Stability   : experimental
+Portability : POSIX
+
+LONG_DESC
+-}
diff --git a/embedded/license/gpl2/html.mustache b/embedded/license/gpl2/html.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl2/html.mustache
@@ -0,0 +1,19 @@
+<!--
+  {{ project }}
+  Copyright (c) {{ year }} {{ author }}
+  
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or (at
+  your option) any later version.
+  
+  This program 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
+  General Public License for more details.
+  
+  You should have received a copy of the GNU General Public License
+  along with this program; if not, write to the Free Software
+  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+  USA.
+-->
diff --git a/embedded/license/gpl2/java.mustache b/embedded/license/gpl2/java.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl2/java.mustache
@@ -0,0 +1,19 @@
+/*
+ * {{ project }}
+ * Copyright (c) {{ year }} {{ author }}
+ * 
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at
+ * your option) any later version.
+ * 
+ * This program 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
+ * General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ */
diff --git a/embedded/license/gpl2/js.mustache b/embedded/license/gpl2/js.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl2/js.mustache
@@ -0,0 +1,19 @@
+/*
+ * {{ project }}
+ * Copyright (c) {{ year }} {{ author }}
+ * 
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at
+ * your option) any later version.
+ * 
+ * This program 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
+ * General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ */
diff --git a/embedded/license/gpl2/scala.mustache b/embedded/license/gpl2/scala.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl2/scala.mustache
@@ -0,0 +1,19 @@
+/*
+ * {{ project }}
+ * Copyright (c) {{ year }} {{ author }}
+ * 
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at
+ * your option) any later version.
+ * 
+ * This program 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
+ * General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
+ */
diff --git a/embedded/license/gpl3/css.mustache b/embedded/license/gpl3/css.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl3/css.mustache
@@ -0,0 +1,17 @@
+/*
+ * {{ project }}
+ * Copyright (c) {{ year }} {{ author }}
+ * 
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program 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 General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
diff --git a/embedded/license/gpl3/haskell.mustache b/embedded/license/gpl3/haskell.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl3/haskell.mustache
@@ -0,0 +1,11 @@
+{-|
+Module      : MODULE_NAME
+Description : SHORT_DESC
+Copyright   : (c) {{ year }} {{ author }}
+License     : GNU GPL v.3
+Maintainer  : {{ email }}
+Stability   : experimental
+Portability : POSIX
+
+LONG_DESC
+-}
diff --git a/embedded/license/gpl3/html.mustache b/embedded/license/gpl3/html.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl3/html.mustache
@@ -0,0 +1,17 @@
+<!--
+  {{ project }}
+  Copyright (c) {{ year }} {{ author }}
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  This program 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 General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see http://www.gnu.org/licenses/.
+-->
diff --git a/embedded/license/gpl3/java.mustache b/embedded/license/gpl3/java.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl3/java.mustache
@@ -0,0 +1,17 @@
+/*
+ * {{ project }}
+ * Copyright (C) {{ year }} {{ author }}
+ * 
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program 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 General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
diff --git a/embedded/license/gpl3/js.mustache b/embedded/license/gpl3/js.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl3/js.mustache
@@ -0,0 +1,17 @@
+/*
+ * {{ project }}
+ * Copyright (C) {{ year }} {{ author }}
+ * 
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program 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 General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
diff --git a/embedded/license/gpl3/scala.mustache b/embedded/license/gpl3/scala.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/gpl3/scala.mustache
@@ -0,0 +1,17 @@
+/*
+ * {{ project }}
+ * Copyright (C) {{ year }} {{ author }}
+ * 
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program 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 General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
diff --git a/embedded/license/mit/css.mustache b/embedded/license/mit/css.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/mit/css.mustache
@@ -0,0 +1,22 @@
+/*
+ * The MIT License
+ * Copyright (c) {{ year }} {{ author }}
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
diff --git a/embedded/license/mit/haskell.mustache b/embedded/license/mit/haskell.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/mit/haskell.mustache
@@ -0,0 +1,11 @@
+{-|
+Module      : MODULE_NAME
+Description : SHORT_DESC
+Copyright   : (c) {{ year }} {{ author }}
+License     : MIT
+Maintainer  : {{ email }}
+Stability   : experimental
+Portability : POSIX
+
+LONG_DESC
+-}
diff --git a/embedded/license/mit/html.mustache b/embedded/license/mit/html.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/mit/html.mustache
@@ -0,0 +1,22 @@
+<!--
+  The MIT License
+  Copyright (c) {{ year }} {{ author }}
+
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE.
+-->
diff --git a/embedded/license/mit/java.mustache b/embedded/license/mit/java.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/mit/java.mustache
@@ -0,0 +1,22 @@
+/*
+ * The MIT License
+ * Copyright (c) {{ year }} {{ author }}
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
diff --git a/embedded/license/mit/js.mustache b/embedded/license/mit/js.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/mit/js.mustache
@@ -0,0 +1,22 @@
+/*
+ * The MIT License
+ * Copyright (c) {{ year }} {{ author }}
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
diff --git a/embedded/license/mit/scala.mustache b/embedded/license/mit/scala.mustache
new file mode 100644
--- /dev/null
+++ b/embedded/license/mit/scala.mustache
@@ -0,0 +1,22 @@
+/*
+ * The MIT License
+ * Copyright (c) {{ year }} {{ author }}
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
diff --git a/headroom.cabal b/headroom.cabal
--- a/headroom.cabal
+++ b/headroom.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.12
 name: headroom
-version: 0.1.0.0
+version: 0.1.1.0
 license: BSD3
 license-file: LICENSE
 copyright: Copyright (c) 2019-2020 Vaclav Svejcar
@@ -17,6 +17,37 @@
     CHANGELOG.md
     LICENSE
     README.md
+    embedded/config-file.yaml
+    embedded/license/apache2/css.mustache
+    embedded/license/apache2/haskell.mustache
+    embedded/license/apache2/html.mustache
+    embedded/license/apache2/java.mustache
+    embedded/license/apache2/js.mustache
+    embedded/license/apache2/scala.mustache
+    embedded/license/bsd3/css.mustache
+    embedded/license/bsd3/haskell.mustache
+    embedded/license/bsd3/html.mustache
+    embedded/license/bsd3/java.mustache
+    embedded/license/bsd3/js.mustache
+    embedded/license/bsd3/scala.mustache
+    embedded/license/gpl2/css.mustache
+    embedded/license/gpl2/haskell.mustache
+    embedded/license/gpl2/html.mustache
+    embedded/license/gpl2/java.mustache
+    embedded/license/gpl2/js.mustache
+    embedded/license/gpl2/scala.mustache
+    embedded/license/gpl3/css.mustache
+    embedded/license/gpl3/haskell.mustache
+    embedded/license/gpl3/html.mustache
+    embedded/license/gpl3/java.mustache
+    embedded/license/gpl3/js.mustache
+    embedded/license/gpl3/scala.mustache
+    embedded/license/mit/css.mustache
+    embedded/license/mit/haskell.mustache
+    embedded/license/mit/html.mustache
+    embedded/license/mit/java.mustache
+    embedded/license/mit/js.mustache
+    embedded/license/mit/scala.mustache
 
 source-repository head
     type: git
