Added missing license informations
This commit is contained in:
parent
febe5a9eec
commit
27f2a6fd5f
5 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
<!--
|
||||
2015 - 2016 (c) Marcel Kapfer (mmk2410)
|
||||
Licensed under MIT License
|
||||
-->
|
||||
<style is="custom-style">
|
||||
:root {
|
||||
--dark-primary-color: #1976D2;
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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.">
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
/*
|
||||
* 2015 - 2016 (c) Marcel Kapfer (mmk2410)
|
||||
* Licensed under MIT License
|
||||
*/
|
||||
(function (document) {
|
||||
'use strict';
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Reference in a new issue