whoops, add license to embedder.js and it's spec

This commit is contained in:
Dan Hansen 2011-01-22 23:43:48 -06:00
parent bdf559bb2b
commit ace9e8c3d8
2 changed files with 6 additions and 14 deletions

View file

@ -1,12 +1,7 @@
/** /* Copyright (c) 2010, Diaspora Inc. This file is
* Created by . * licensed under the Affero General Public License version 3 or later. See
* User: dan * the COPYRIGHT file.
* Date: Jan 22, 2011
* Time: 10:37:19 PM
* To change this template use File | Settings | File Templates.
*/ */
var Embedder = { var Embedder = {
services: {}, services: {},
register: function(service, template) { register: function(service, template) {

View file

@ -1,9 +1,6 @@
/** /* Copyright (c) 2010, Diaspora Inc. This file is
* Created by . * licensed under the Affero General Public License version 3 or later. See
* User: dan * the COPYRIGHT file.
* Date: Jan 22, 2011
* Time: 11:15:17 PM
* To change this template use File | Settings | File Templates.
*/ */
describe("Embedder", function() { describe("Embedder", function() {
describe("services", function() { describe("services", function() {