summaryrefslogtreecommitdiff
path: root/life2/simulator/src/game/world.js
diff options
context:
space:
mode:
Diffstat (limited to 'life2/simulator/src/game/world.js')
-rw-r--r--life2/simulator/src/game/world.js17
1 files changed, 16 insertions, 1 deletions
diff --git a/life2/simulator/src/game/world.js b/life2/simulator/src/game/world.js
index c22cb49..850aaa1 100644
--- a/life2/simulator/src/game/world.js
+++ b/life2/simulator/src/game/world.js
@@ -1,4 +1,19 @@
-// Copyright (c) 2024 The Life 2 Authors. All rights reserved.
+/**
+ * Copyright 2024 The Life2 Authors
+ *
+ * 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.
+ * @license
+ */
/**
* The possible states of a cell in the world.