Add license to specs and notifications.js

This commit is contained in:
Dan Hansen 2011-04-27 16:34:30 -05:00
parent 6a9df590d0
commit 78585f5a65
6 changed files with 26 additions and 10 deletions

View file

@ -1,4 +1,7 @@
/* Copyright (c) 2010, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
(function() {
var Notifications = function() {

View file

@ -1,3 +1,7 @@
/* Copyright (c) 2010, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
describe('AspectFilters', function(){
it('initializes selectedGUIDS', function(){

View file

@ -2,6 +2,7 @@
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
describe("Diaspora", function() {
describe("widgets", function() {
describe("embedder", function() {

View file

@ -1,4 +1,9 @@
describe("Validation", function() {
/* Copyright (c) 2010, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
describe("Validation", function() {
describe("rules", function() {
describe("username", function() {
describe("characters", function() {

View file

@ -1,4 +1,9 @@
describe("View", function() {
/* Copyright (c) 2010, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
describe("View", function() {
it("is the object that helps the UI", function() {
expect(typeof View === "object").toBeTruthy();
});

View file

@ -1,10 +1,8 @@
/**
* Created by .
* User: dan
* Date: Jan 27, 2011
* Time: 3:20:57 PM
* To change this template use File | Settings | File Templates.
*/
/* Copyright (c) 2010, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
describe("Diaspora", function() {
describe("widgets", function() {
describe("i18n", function() {