Added missing license informations

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-30 22:50:20 +02:00
parent febe5a9eec
commit 27f2a6fd5f
5 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,7 @@
<!--
2015 - 2016 (c) Marcel Kapfer (mmk2410)
Licensed under MIT License
-->
<style is="custom-style">
:root {
--dark-primary-color: #1976D2;

View File

@ -1,3 +1,7 @@
<!--
2015 - 2016 (c) Marcel Kapfer (mmk2410)
Licensed under MIT License
-->
<!-- Font -->
<link rel="import" href="../bower_components/font-roboto/roboto.html">
<!-- Icons -->

View File

@ -2,6 +2,10 @@
<html>
<head>
<meta charset="utf-8">
<!--
2015 - 2016 (c) Marcel Kapfer (mmk2410)
Licensed under MIT License
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Morse Converter</title>
<meta name="description" content="A writtenMorse and normal Morse converter for the web.">

View File

@ -1,3 +1,7 @@
/*
* 2015 - 2016 (c) Marcel Kapfer (mmk2410)
* Licensed under MIT License
*/
(function (document) {
'use strict';

View File

@ -1,3 +1,5 @@
# 2015 - 2016 (c) Marcel Kapfer (mmk2410)
# Licensed under MIT License
gulp = require 'gulp'
coffee = require 'gulp-coffee'
gutil = require 'gulp-util'