From 26bad612922ead09b19803258774a09858c34c5b Mon Sep 17 00:00:00 2001 From: "Glen E. Ivey" Date: Tue, 20 Apr 2010 11:33:53 -0700 Subject: [PATCH] Had forgotten copyright headers in files I'd added recently. Fixed. --- specs/frame/boot.js | 8 +++++++- specs/frame/index.html | 11 +++++++++++ specs/frame/spec.js | 9 +++++++++ specs/helpers.js | 11 +++++++++++ specs/scope/boot.js | 9 ++++++++- specs/scope/index.html | 11 +++++++++++ specs/scope/spec.js | 10 ++++++++++ 7 files changed, 67 insertions(+), 2 deletions(-) diff --git a/specs/frame/boot.js b/specs/frame/boot.js index e72b1ee9..02f44acf 100644 --- a/specs/frame/boot.js +++ b/specs/frame/boot.js @@ -1,5 +1,11 @@ - /** + * + * This file is a component of env.js, + * http://github.com/thatcher/env-js/ + * a Pure JavaScript Browser Environment + * Copyright 2010 John Resig, licensed under the MIT License + * http://www.opensource.org/licenses/mit-license.php + * * @author thatcher */ load('dist/env.rhino.js'); diff --git a/specs/frame/index.html b/specs/frame/index.html index ba29717a..f11e08fc 100644 --- a/specs/frame/index.html +++ b/specs/frame/index.html @@ -1,5 +1,16 @@ + + + + + Envjs Specs in IFrames diff --git a/specs/frame/spec.js b/specs/frame/spec.js index e4ac2b08..42e23cee 100644 --- a/specs/frame/spec.js +++ b/specs/frame/spec.js @@ -1,3 +1,12 @@ +/* + * + * This file is a component of env.js, + * http://github.com/thatcher/env-js/ + * a Pure JavaScript Browser Environment + * Copyright 2010 John Resig, licensed under the MIT License + * http://www.opensource.org/licenses/mit-license.php + * + */ QUnit.module('frame'); diff --git a/specs/helpers.js b/specs/helpers.js index 11399821..b639f106 100644 --- a/specs/helpers.js +++ b/specs/helpers.js @@ -1,3 +1,14 @@ +/* + * + * This file is a component of env.js, + * http://github.com/thatcher/env-js/ + * a Pure JavaScript Browser Environment + * Copyright 2010 John Resig, licensed under the MIT License + * http://www.opensource.org/licenses/mit-license.php + * + */ + + // helpers available to all tests function runningUnderEnvjs(){ diff --git a/specs/scope/boot.js b/specs/scope/boot.js index 648d2d16..12401e9c 100644 --- a/specs/scope/boot.js +++ b/specs/scope/boot.js @@ -1,7 +1,14 @@ - /** + * + * This file is a component of env.js, + * http://github.com/thatcher/env-js/ + * a Pure JavaScript Browser Environment + * Copyright 2010 John Resig, licensed under the MIT License + * http://www.opensource.org/licenses/mit-license.php + * * @author thatcher */ + load('dist/env.rhino.js'); load('specs/qunit.js'); diff --git a/specs/scope/index.html b/specs/scope/index.html index 6aa9d0d2..d009e7ff 100644 --- a/specs/scope/index.html +++ b/specs/scope/index.html @@ -1,5 +1,16 @@ + + + + + Envjs Scope Spec diff --git a/specs/scope/spec.js b/specs/scope/spec.js index 791e7acb..7fd648d1 100644 --- a/specs/scope/spec.js +++ b/specs/scope/spec.js @@ -1,3 +1,13 @@ +/** + * + * This file is a component of env.js, + * http://github.com/thatcher/env-js/ + * a Pure JavaScript Browser Environment + * Copyright 2010 John Resig, licensed under the MIT License + * http://www.opensource.org/licenses/mit-license.php + * + * @author gleneivey + */ QUnit.module('scope');