Repository: flex-falcon
Updated Branches:
refs/heads/develop 75be2e093 -> e7bf657db
these files have been ruled to be a copy instead of a new implementation so retain the original
author's copyrights
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/2ca0b278
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/2ca0b278
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/2ca0b278
Branch: refs/heads/develop
Commit: 2ca0b278024cccf226cc80e6fb34ff01003905dc
Parents: 7448d30
Author: Alex Harui <aharui@apache.org>
Authored: Thu Nov 5 10:29:44 2015 -0800
Committer: Alex Harui <aharui@apache.org>
Committed: Thu Nov 5 10:29:44 2015 -0800
----------------------------------------------------------------------
LICENSE.jx | 5 ++--
externs/GCL/src/goog/Disposable.as | 24 ++++++++------------
externs/GCL/src/goog/bind.as | 24 ++++++++------------
externs/GCL/src/goog/disposable/Disposable.as | 24 ++++++++------------
externs/GCL/src/goog/disposable/IDisposable.as | 24 ++++++++------------
.../GCL/src/goog/disposable/MonitoringMode.as | 24 ++++++++------------
externs/GCL/src/goog/events.as | 24 ++++++++------------
externs/GCL/src/goog/events/BrowserEvent.as | 24 ++++++++------------
.../src/goog/events/BrowserEvent/MouseButton.as | 24 ++++++++------------
.../src/goog/events/CaptureSimulationMode.as | 24 ++++++++------------
externs/GCL/src/goog/events/Event.as | 24 ++++++++------------
externs/GCL/src/goog/events/EventTarget.as | 24 ++++++++------------
externs/GCL/src/goog/events/EventType.as | 24 ++++++++------------
externs/GCL/src/goog/events/Listenable.as | 24 ++++++++------------
externs/GCL/src/goog/events/ListenableKey.as | 24 ++++++++------------
15 files changed, 143 insertions(+), 198 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/LICENSE.jx
----------------------------------------------------------------------
diff --git a/LICENSE.jx b/LICENSE.jx
index 12f83b1..53ce3b5 100644
--- a/LICENSE.jx
+++ b/LICENSE.jx
@@ -213,5 +213,6 @@ conditions of the following licenses.
The Google Closure Library Externs For Common Libraries are available
under Apache License 2.0. For details see the externs folder.
-The .as files in externs/GCL/src were hand-ported from the Google
-Closure Library which are available under Apache License 2.0.
+The .as files in externs/GCL/src are derived from the .js files in the
+Google Closure Library which are available under Apache License 2.0.
+
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/Disposable.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/Disposable.as b/externs/GCL/src/goog/Disposable.as
index 5126414..f524fa4 100644
--- a/externs/GCL/src/goog/Disposable.as
+++ b/externs/GCL/src/goog/Disposable.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog {
import goog.disposable.IDisposable;
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/bind.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/bind.as b/externs/GCL/src/goog/bind.as
index 5b3afce..bc5eaf5 100644
--- a/externs/GCL/src/goog/bind.as
+++ b/externs/GCL/src/goog/bind.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog {
public function bind(fn:Function, thisObject:Object):Function
{
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/disposable/Disposable.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/disposable/Disposable.as b/externs/GCL/src/goog/disposable/Disposable.as
index 06e9967..e6bf59c 100644
--- a/externs/GCL/src/goog/disposable/Disposable.as
+++ b/externs/GCL/src/goog/disposable/Disposable.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.disposable {
/**
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/disposable/IDisposable.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/disposable/IDisposable.as b/externs/GCL/src/goog/disposable/IDisposable.as
index 3b3e1ed..8d63053 100644
--- a/externs/GCL/src/goog/disposable/IDisposable.as
+++ b/externs/GCL/src/goog/disposable/IDisposable.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.disposable {
/**
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/disposable/MonitoringMode.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/disposable/MonitoringMode.as b/externs/GCL/src/goog/disposable/MonitoringMode.as
index feff26e..e2275b0 100644
--- a/externs/GCL/src/goog/disposable/MonitoringMode.as
+++ b/externs/GCL/src/goog/disposable/MonitoringMode.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.disposable {
/**
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events.as b/externs/GCL/src/goog/events.as
index b601b32..62c7141 100644
--- a/externs/GCL/src/goog/events.as
+++ b/externs/GCL/src/goog/events.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog {
public class events {
public static function get fireListener():Function{return null;}
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events/BrowserEvent.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events/BrowserEvent.as b/externs/GCL/src/goog/events/BrowserEvent.as
index e8e32ef..11d604f 100644
--- a/externs/GCL/src/goog/events/BrowserEvent.as
+++ b/externs/GCL/src/goog/events/BrowserEvent.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.events {
import goog.events;
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events/BrowserEvent/MouseButton.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events/BrowserEvent/MouseButton.as b/externs/GCL/src/goog/events/BrowserEvent/MouseButton.as
index dcbb720..de992f0 100644
--- a/externs/GCL/src/goog/events/BrowserEvent/MouseButton.as
+++ b/externs/GCL/src/goog/events/BrowserEvent/MouseButton.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.events.BrowserEvent {
/**
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events/CaptureSimulationMode.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events/CaptureSimulationMode.as b/externs/GCL/src/goog/events/CaptureSimulationMode.as
index e281c12..8a4be55 100644
--- a/externs/GCL/src/goog/events/CaptureSimulationMode.as
+++ b/externs/GCL/src/goog/events/CaptureSimulationMode.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.events {
/**
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events/Event.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events/Event.as b/externs/GCL/src/goog/events/Event.as
index 4471fdc..d8064ce 100644
--- a/externs/GCL/src/goog/events/Event.as
+++ b/externs/GCL/src/goog/events/Event.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.events {
/**
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events/EventTarget.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events/EventTarget.as b/externs/GCL/src/goog/events/EventTarget.as
index 948ec09..2c328e2 100644
--- a/externs/GCL/src/goog/events/EventTarget.as
+++ b/externs/GCL/src/goog/events/EventTarget.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.events {
import goog.Disposable;
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events/EventType.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events/EventType.as b/externs/GCL/src/goog/events/EventType.as
index 812c5bb..161019e 100644
--- a/externs/GCL/src/goog/events/EventType.as
+++ b/externs/GCL/src/goog/events/EventType.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.events {
/**
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events/Listenable.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events/Listenable.as b/externs/GCL/src/goog/events/Listenable.as
index dc46274..4cc01fa 100644
--- a/externs/GCL/src/goog/events/Listenable.as
+++ b/externs/GCL/src/goog/events/Listenable.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.events {
/**
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/2ca0b278/externs/GCL/src/goog/events/ListenableKey.as
----------------------------------------------------------------------
diff --git a/externs/GCL/src/goog/events/ListenableKey.as b/externs/GCL/src/goog/events/ListenableKey.as
index 8c6ace7..73d2544 100644
--- a/externs/GCL/src/goog/events/ListenableKey.as
+++ b/externs/GCL/src/goog/events/ListenableKey.as
@@ -1,21 +1,17 @@
-////////////////////////////////////////////////////////////////////////////////
+// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
-// 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
+// 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.
-//
-////////////////////////////////////////////////////////////////////////////////
+// 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 goog.events {
/**
|