From 775cc7e127fc381bed97867171128864516612dd Mon Sep 17 00:00:00 2001 From: Sam Thorogood Date: Wed, 8 Mar 2017 17:22:15 +1100 Subject: [PATCH] (c) headers --- scenes/codeboogieframe/js/step.js | 15 +++++++++++++++ scenes/codeboogieframe/scripts/convert-data.js | 16 ++++++++++++++++ scenes/smatch/html/smatch-character-select.html | 14 ++++++++++++++ scenes/smatch/html/smatch-character.html | 14 ++++++++++++++ scenes/smatch/html/smatch-secret.html | 14 ++++++++++++++ scenes/smatch/html/smatch-unlockable.html | 15 +++++++++++++++ scenes/snowflake/snowflake-maker/msg/js/en.js | 16 ++++++++++++++++ .../snowflake/snowflake-maker/turtle/storage.js | 16 ++++++++++++++++ scenes/snowflake/snowflake-maker/turtle_en.html | 14 ++++++++++++++ scenes/wrapbattle/js/step.js | 15 +++++++++++++++ 10 files changed, 149 insertions(+) diff --git a/scenes/codeboogieframe/js/step.js b/scenes/codeboogieframe/js/step.js index 629a35564..6f3052dc4 100644 --- a/scenes/codeboogieframe/js/step.js +++ b/scenes/codeboogieframe/js/step.js @@ -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'); diff --git a/scenes/codeboogieframe/scripts/convert-data.js b/scenes/codeboogieframe/scripts/convert-data.js index 5d931f021..9e0353fa6 100644 --- a/scenes/codeboogieframe/scripts/convert-data.js +++ b/scenes/codeboogieframe/scripts/convert-data.js @@ -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"); diff --git a/scenes/smatch/html/smatch-character-select.html b/scenes/smatch/html/smatch-character-select.html index 4f13fa745..6d6d24872 100644 --- a/scenes/smatch/html/smatch-character-select.html +++ b/scenes/smatch/html/smatch-character-select.html @@ -1,3 +1,17 @@ + diff --git a/scenes/smatch/html/smatch-character.html b/scenes/smatch/html/smatch-character.html index 79b9cdd1e..70eaf8b0b 100644 --- a/scenes/smatch/html/smatch-character.html +++ b/scenes/smatch/html/smatch-character.html @@ -1,3 +1,17 @@ + diff --git a/scenes/smatch/html/smatch-secret.html b/scenes/smatch/html/smatch-secret.html index 3ed22e2cd..eaa0dc255 100644 --- a/scenes/smatch/html/smatch-secret.html +++ b/scenes/smatch/html/smatch-secret.html @@ -1,3 +1,17 @@ + diff --git a/scenes/smatch/html/smatch-unlockable.html b/scenes/smatch/html/smatch-unlockable.html index c80ba3f18..d45b5c1f1 100644 --- a/scenes/smatch/html/smatch-unlockable.html +++ b/scenes/smatch/html/smatch-unlockable.html @@ -1,3 +1,18 @@ + + diff --git a/scenes/snowflake/snowflake-maker/msg/js/en.js b/scenes/snowflake/snowflake-maker/msg/js/en.js index d2b124581..8f1ec6566 100644 --- a/scenes/snowflake/snowflake-maker/msg/js/en.js +++ b/scenes/snowflake/snowflake-maker/msg/js/en.js @@ -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'; diff --git a/scenes/snowflake/snowflake-maker/turtle/storage.js b/scenes/snowflake/snowflake-maker/turtle/storage.js index c21864b35..0b7e2a7b4 100644 --- a/scenes/snowflake/snowflake-maker/turtle/storage.js +++ b/scenes/snowflake/snowflake-maker/turtle/storage.js @@ -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'); diff --git a/scenes/snowflake/snowflake-maker/turtle_en.html b/scenes/snowflake/snowflake-maker/turtle_en.html index 5834e8d3c..b2b1504e4 100644 --- a/scenes/snowflake/snowflake-maker/turtle_en.html +++ b/scenes/snowflake/snowflake-maker/turtle_en.html @@ -1,3 +1,17 @@ + diff --git a/scenes/wrapbattle/js/step.js b/scenes/wrapbattle/js/step.js index 3de1f2760..3a0340919 100644 --- a/scenes/wrapbattle/js/step.js +++ b/scenes/wrapbattle/js/step.js @@ -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');