Add copyright notice in code

This commit is contained in:
Gabriel Augendre 2016-04-26 01:46:59 +02:00
parent c04a01e4f3
commit 992cdfd8fe
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
12 changed files with 60 additions and 0 deletions

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
/** /**
* This is an example of a basic node.js script that performs * This is an example of a basic node.js script that performs
* the Authorization Code oAuth2 flow to authenticate against * the Authorization Code oAuth2 flow to authenticate against

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
require('dotenv').config({silent: true}); require('dotenv').config({silent: true});
var throng = require('throng'); var throng = require('throng');

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
var React = require('react'); var React = require('react');

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
var React = require('react'); var React = require('react');
var $ = require('jquery'); var $ = require('jquery');

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
var React = require('react'); var React = require('react');
var ReactBootstrap = require('react-bootstrap'); var ReactBootstrap = require('react-bootstrap');

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
var React = require('react'); var React = require('react');
var ReactBootstrap = require('react-bootstrap'); var ReactBootstrap = require('react-bootstrap');

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
var React = require('react'); var React = require('react');
var ReactBootstrap = require('react-bootstrap'); var ReactBootstrap = require('react-bootstrap');

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
var React = require('react'); var React = require('react');
var ReactBootstrap = require('react-bootstrap'); var ReactBootstrap = require('react-bootstrap');

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
var React = require('react'); var React = require('react');
var ReactBootstrap = require('react-bootstrap'); var ReactBootstrap = require('react-bootstrap');

View file

@ -1,4 +1,9 @@
<!doctype html> <!doctype html>
<!--
~ Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
~ Free software under MIT License. See LICENSE file.
-->
<html> <html>
<head> <head>
<title>DAVIDS &bull; DuplicAtes VIewer and Detector for Spotify</title> <title>DAVIDS &bull; DuplicAtes VIewer and Detector for Spotify</title>

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
'use strict'; 'use strict';
window.$ = window.jQuery = require('jquery'); window.$ = window.jQuery = require('jquery');
require('bootstrap'); require('bootstrap');

View file

@ -1,3 +1,8 @@
/*
* Copyright (c) 2016 Gabriel Augendre <gabriel@augendre.info>
* Free software under MIT License. See LICENSE file.
*/
.spotify-logo { .spotify-logo {
height: 20px; height: 20px;
margin-right: 10px; margin-right: 10px;