add copyright header to embed.js (and it's MIT not BSD)
This commit is contained in:
parent
46d5ccc38f
commit
54413dfcf3
@ -1,8 +1,3 @@
|
|||||||
/*
|
|
||||||
* Copyright 2013, Martin Zimmermann <info@posativ.org>. All rights reserved.
|
|
||||||
* License: BSD Style, 2 clauses. See isso/__init__.py.
|
|
||||||
*/
|
|
||||||
|
|
||||||
define(["q"], function(Q) {
|
define(["q"], function(Q) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,9 +1,3 @@
|
|||||||
/* Copyright 2013, Martin Zimmermann <info@posativ.org>. All rights reserved.
|
|
||||||
* License: BSD Style, 2 clauses. See isso/__init__.py.
|
|
||||||
*
|
|
||||||
* utility functions
|
|
||||||
*/
|
|
||||||
|
|
||||||
define(["app/markup"], function(Mark) {
|
define(["app/markup"], function(Mark) {
|
||||||
|
|
||||||
// return `cookie` string if set
|
// return `cookie` string if set
|
||||||
@ -42,4 +36,4 @@ define(["app/markup"], function(Mark) {
|
|||||||
cookie: cookie,
|
cookie: cookie,
|
||||||
ago: ago
|
ago: ago
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2013, Martin Zimmermann <info@posativ.org>. All rights reserved.
|
||||||
|
* Distributed under the MIT license
|
||||||
|
*/
|
||||||
|
|
||||||
require(["ready", "app/api", "app/isso", "app/count", "app/dom", "app/markup"], function(domready, api, isso, count, $, Mark) {
|
require(["ready", "app/api", "app/isso", "app/count", "app/dom", "app/markup"], function(domready, api, isso, count, $, Mark) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
Loading…
Reference in New Issue
Block a user