Skip to content

Commit

Permalink
Adding license header to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepand Parhami committed May 15, 2015
1 parent 7bc6e04 commit 1e65730
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/functional/attributes.js
@@ -1,3 +1,19 @@
/**
* Copyright 2015 The Incremental DOM Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var IncrementalDOM = require('../../index'),
patch = IncrementalDOM.patch,
ie_void = IncrementalDOM.ie_void;
Expand Down
16 changes: 16 additions & 0 deletions test/functional/components.js
@@ -1,3 +1,19 @@
/**
* Copyright 2015 The Incremental DOM Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var IncrementalDOM = require('../../index'),
patch = IncrementalDOM.patch,
ie_component = IncrementalDOM.ie_component,
Expand Down
16 changes: 16 additions & 0 deletions test/functional/conditional_rendering.js
@@ -1,3 +1,19 @@
/**
* Copyright 2015 The Incremental DOM Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var IncrementalDOM = require('../../index'),
patch = IncrementalDOM.patch,
ie_open = IncrementalDOM.ie_open,
Expand Down
16 changes: 16 additions & 0 deletions test/functional/element_creation.js
@@ -1,3 +1,19 @@
/**
* Copyright 2015 The Incremental DOM Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var IncrementalDOM = require('../../index'),
patch = IncrementalDOM.patch,
ie_open = IncrementalDOM.ie_open,
Expand Down
16 changes: 16 additions & 0 deletions test/functional/keyed_items.js
@@ -1,3 +1,19 @@
/**
* Copyright 2015 The Incremental DOM Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var IncrementalDOM = require('../../index'),
patch = IncrementalDOM.patch,
ie_void = IncrementalDOM.ie_void;
Expand Down
16 changes: 16 additions & 0 deletions test/functional/text_nodes.js
@@ -1,3 +1,19 @@
/**
* Copyright 2015 The Incremental DOM Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var IncrementalDOM = require('../../index'),
patch = IncrementalDOM.patch,
itext = IncrementalDOM.itext;
Expand Down
16 changes: 16 additions & 0 deletions test/functional/virtual_attributes.js
@@ -1,3 +1,19 @@
/**
* Copyright 2015 The Incremental DOM Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

var IncrementalDOM = require('../../index'),
patch = IncrementalDOM.patch,
ie_open_start = IncrementalDOM.ie_open_start,
Expand Down

0 comments on commit 1e65730

Please sign in to comment.