Skip to content

Commit

Permalink
Had forgotten copyright headers in files I'd added recently. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleneivey committed Apr 20, 2010
1 parent 8fdc2df commit 26bad61
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 2 deletions.
8 changes: 7 additions & 1 deletion 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');
Expand Down
11 changes: 11 additions & 0 deletions specs/frame/index.html
@@ -1,5 +1,16 @@
<?xml encoding='utf-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<!--
* 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
-->


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="eng" dir="ltr">
<head profile="http://a9.com/-/spec/opensearch/1.1/">
<title>Envjs Specs in IFrames</title>
Expand Down
9 changes: 9 additions & 0 deletions 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');

Expand Down
11 changes: 11 additions & 0 deletions 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(){
Expand Down
9 changes: 8 additions & 1 deletion 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');
Expand Down
11 changes: 11 additions & 0 deletions specs/scope/index.html
@@ -1,5 +1,16 @@
<?xml encoding='utf-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<!--
* 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
-->


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="eng" dir="ltr">
<head profile="http://a9.com/-/spec/opensearch/1.1/">
<title>Envjs Scope Spec</title>
Expand Down
10 changes: 10 additions & 0 deletions 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');

Expand Down

0 comments on commit 26bad61

Please sign in to comment.