Skip to content

Commit

Permalink
updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke84 committed Jan 13, 2016
1 parent 639807b commit 4e1b48d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -21,15 +21,15 @@ module.exports = function(grunt) {
dev: {
options: {
banner: '/*! <%= pkg.name %> build:<%= pkg.version %>, development. '+
'Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> 2015 NTT Communications Corporation */'
'Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> 2013-2016 NTT Communications Corporation */'
},
src: 'dist/peer.js',
dest: 'dist/peer.js',
},
prod: {
options: {
banner: '/*! <%= pkg.name %> build:<%= pkg.version %>, production. '+
'Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> 2015 NTT Communications Corporation */'
'Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> 2013-2016 NTT Communications Corporation */'
},
src: 'dist/peer.min.js',
dest: 'dist/peer.min.js',
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,5 +1,5 @@
Copyright (c) 2015 Michelle Bu and Eric Zhang, http://peerjs.com
2015 NTT Communications Corporation, http://www.ntt.com
2013-2016 NTT Communications Corporation, http://www.ntt.com

(The MIT License)

Expand Down
2 changes: 1 addition & 1 deletion dist/peer.js
@@ -1,4 +1,4 @@
/*! peerjs build:0.3.14, development. Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> 2015 NTT Communications Corporation */(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
/*! peerjs build:0.3.14, development. Copyright(c) 2013 Michelle Bu <michelle@michellebu.com> 2013-2016 NTT Communications Corporation */(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
module.exports.RTCSessionDescription = window.RTCSessionDescription ||
window.mozRTCSessionDescription;
module.exports.RTCPeerConnection = window.RTCPeerConnection ||
Expand Down
4 changes: 2 additions & 2 deletions dist/peer.min.js

Large diffs are not rendered by default.

0 comments on commit 4e1b48d

Please sign in to comment.