Skip to content

Commit

Permalink
(c) headers
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Mar 8, 2017
1 parent 74883d7 commit 775cc7e
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scenes/codeboogieframe/js/step.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2015 Google Inc. 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.
*/

goog.provide('app.Step');

Expand Down
16 changes: 16 additions & 0 deletions scenes/codeboogieframe/scripts/convert-data.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2015 Google Inc. 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 fs = require('fs');
var lines = fs.readFileSync('info.txt').toString().split("\n");

Expand Down
14 changes: 14 additions & 0 deletions scenes/smatch/html/smatch-character-select.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<!--
Copyright 2016 Google Inc. 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.
-->
<link rel="import" href="../../../components/polymer/polymer.html">
<link rel="import" href="../../../components/iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="../../../components/iron-media-query/iron-media-query.html">
Expand Down
14 changes: 14 additions & 0 deletions scenes/smatch/html/smatch-character.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<!--
Copyright 2016 Google Inc. 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.
-->
<link rel="import" href="../../../components/polymer/polymer.html">
<link rel="import" href="smatch-common.html">

Expand Down
14 changes: 14 additions & 0 deletions scenes/smatch/html/smatch-secret.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<!--
Copyright 2016 Google Inc. 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.
-->

<!-- The deps of this file must also be included inside "elements/elements_en.html", as it doesn't
traverse dependencies -->
Expand Down
15 changes: 15 additions & 0 deletions scenes/smatch/html/smatch-unlockable.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<!--
Copyright 2016 Google Inc. 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.
-->

<link rel="import" href="../../../components/polymer/polymer.html">
<link rel="import" href="../../../components/iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="smatch-common.html">
Expand Down
16 changes: 16 additions & 0 deletions scenes/snowflake/snowflake-maker/msg/js/en.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2016 Google Inc. 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.
*/

// This file was automatically generated. Do not modify.
//TODO(madCode): remove all lines that aren't being used.
'use strict';
Expand Down
16 changes: 16 additions & 0 deletions scenes/snowflake/snowflake-maker/turtle/storage.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/*
* Copyright 2016 Google Inc. 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.
*/

goog.provide('Snowflake.Storage');

goog.require('Blockly');
Expand Down
14 changes: 14 additions & 0 deletions scenes/snowflake/snowflake-maker/turtle_en.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<!--
Copyright 2016 Google Inc. 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.
-->
<!DOCTYPE html>
<html>
<head>
Expand Down
15 changes: 15 additions & 0 deletions scenes/wrapbattle/js/step.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/*
* Copyright 2016 Google Inc. 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.
*/

goog.provide('app.Step');

Expand Down

0 comments on commit 775cc7e

Please sign in to comment.