You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2014/05/01 15:42:58 UTC

git commit: [flex-sdk] [refs/heads/FDBWorkers] - FLEX-34294: Create a base Class for workers making them debuggable via FDB - Added the missing Apache Header

Repository: flex-sdk
Updated Branches:
  refs/heads/FDBWorkers a5bc488c5 -> f8008bf82


FLEX-34294: Create a base Class for workers making them debuggable via FDB
- Added the missing Apache Header


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/f8008bf8
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f8008bf8
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/f8008bf8

Branch: refs/heads/FDBWorkers
Commit: f8008bf820abcc6c3119b9388d062be3ec287c13
Parents: a5bc488
Author: Fr�d�ric THMOAS <ft...@apache.org>
Authored: Thu May 1 14:42:39 2014 +0100
Committer: Fr�d�ric THMOAS <ft...@apache.org>
Committed: Thu May 1 14:42:39 2014 +0100

----------------------------------------------------------------------
 .../framework/src/mx/core/DebuggableWorker.as   | 22 +++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/f8008bf8/frameworks/projects/framework/src/mx/core/DebuggableWorker.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/core/DebuggableWorker.as b/frameworks/projects/framework/src/mx/core/DebuggableWorker.as
index 5c78797..ad98bb5 100644
--- a/frameworks/projects/framework/src/mx/core/DebuggableWorker.as
+++ b/frameworks/projects/framework/src/mx/core/DebuggableWorker.as
@@ -1,6 +1,22 @@
-/**
- * User: DoubleFx Date: 30/04/2014 Time: 17:34
- */
+////////////////////////////////////////////////////////////////////////////////
+//
+//  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 mx.core {
 import flash.display.Sprite;
 import flash.system.Capabilities;