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() {
|
(function() {
|
||||||
var Notifications = 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(){
|
describe('AspectFilters', function(){
|
||||||
it('initializes selectedGUIDS', function(){
|
it('initializes selectedGUIDS', function(){
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
* licensed under the Affero General Public License version 3 or later. See
|
* licensed under the Affero General Public License version 3 or later. See
|
||||||
* the COPYRIGHT file.
|
* the COPYRIGHT file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
describe("Diaspora", function() {
|
describe("Diaspora", function() {
|
||||||
describe("widgets", function() {
|
describe("widgets", function() {
|
||||||
describe("embedder", function() {
|
describe("embedder", function() {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/* 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("Validation", function() {
|
||||||
describe("rules", function() {
|
describe("rules", function() {
|
||||||
describe("username", function() {
|
describe("username", function() {
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
/* 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() {
|
describe("View", function() {
|
||||||
it("is the object that helps the UI", function() {
|
it("is the object that helps the UI", function() {
|
||||||
expect(typeof View === "object").toBeTruthy();
|
expect(typeof View === "object").toBeTruthy();
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
/**
|
/* 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 27, 2011
|
|
||||||
* Time: 3:20:57 PM
|
|
||||||
* To change this template use File | Settings | File Templates.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
describe("Diaspora", function() {
|
describe("Diaspora", function() {
|
||||||
describe("widgets", function() {
|
describe("widgets", function() {
|
||||||
describe("i18n", function() {
|
describe("i18n", function() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue