This is an automated email from the ASF dual-hosted git repository.
Harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new ebcfe5cecf Missing header
ebcfe5cecf is described below
commit ebcfe5cecf5c4b75b125e90a94ffa5c448d643b9
Author: Harbs <[email protected]>
AuthorDate: Sun May 17 19:03:32 2026 +0300
Missing header
---
.../royale/org/apache/royale/style/skins/ButtonSkin.as | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/ButtonSkin.as
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/ButtonSkin.as
index 0e6ffd534f..b7534b2c96 100644
---
a/frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/ButtonSkin.as
+++
b/frameworks/projects/Style/src/main/royale/org/apache/royale/style/skins/ButtonSkin.as
@@ -1,3 +1,21 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+// Licensed to the Apache Software Foundation (ASF) under one or more
+// contributor license agreements. See the NOTICE file distributed with
+// this work for additional information regarding copyright ownership.
+// The ASF licenses this file to You 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.
+//
+////////////////////////////////////////////////////////////////////////////////
package org.apache.royale.style.skins
{
import org.apache.royale.core.IStrand;