Add license to specs and notifications.js
This commit is contained in:
parent
6a9df590d0
commit
78585f5a65
6 changed files with 26 additions and 10 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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(){
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue