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">
|
<style is="custom-style">
|
||||||
:root {
|
:root {
|
||||||
--dark-primary-color: #1976D2;
|
--dark-primary-color: #1976D2;
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
<!--
|
||||||
|
2015 - 2016 (c) Marcel Kapfer (mmk2410)
|
||||||
|
Licensed under MIT License
|
||||||
|
-->
|
||||||
<!-- Font -->
|
<!-- Font -->
|
||||||
<link rel="import" href="../bower_components/font-roboto/roboto.html">
|
<link rel="import" href="../bower_components/font-roboto/roboto.html">
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<!--
|
||||||
|
2015 - 2016 (c) Marcel Kapfer (mmk2410)
|
||||||
|
Licensed under MIT License
|
||||||
|
-->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Morse Converter</title>
|
<title>Morse Converter</title>
|
||||||
<meta name="description" content="A writtenMorse and normal Morse converter for the web.">
|
<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) {
|
(function (document) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# 2015 - 2016 (c) Marcel Kapfer (mmk2410)
|
||||||
|
# Licensed under MIT License
|
||||||
gulp = require 'gulp'
|
gulp = require 'gulp'
|
||||||
coffee = require 'gulp-coffee'
|
coffee = require 'gulp-coffee'
|
||||||
gutil = require 'gulp-util'
|
gutil = require 'gulp-util'
|
||||||
|
|
Reference in a new issue