From 72bf78f2e4df03faba1a2b6f271f536061b09408 Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Wed, 10 Apr 2024 10:08:22 +0100 Subject: [PATCH] Create copyright headers --- .../scala/doodle/examples/ParametricSpiral.scala | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/examples/js/src/main/scala/doodle/examples/ParametricSpiral.scala b/examples/js/src/main/scala/doodle/examples/ParametricSpiral.scala index 8f8d394e..49e2db41 100644 --- a/examples/js/src/main/scala/doodle/examples/ParametricSpiral.scala +++ b/examples/js/src/main/scala/doodle/examples/ParametricSpiral.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2015 Creative Scala + * + * 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. + */ + import doodle.core._ import doodle.svg._ import doodle.syntax.all._