You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by la...@apache.org on 2013/01/30 00:04:47 UTC

svn commit: r1440208 - /flex/whiteboard/labriola/randori/htmlAssets/

Author: labriola
Date: Tue Jan 29 23:04:47 2013
New Revision: 1440208

URL: http://svn.apache.org/viewvc?rev=1440208&view=rev
Log:
Added Apache headers to recent classes

Modified:
    flex/whiteboard/labriola/randori/htmlAssets/Console.as
    flex/whiteboard/labriola/randori/htmlAssets/CssStyleDeclaration.as
    flex/whiteboard/labriola/randori/htmlAssets/Element.as
    flex/whiteboard/labriola/randori/htmlAssets/HTML.as
    flex/whiteboard/labriola/randori/htmlAssets/History.as
    flex/whiteboard/labriola/randori/htmlAssets/HtmlAllCollection.as
    flex/whiteboard/labriola/randori/htmlAssets/HtmlCollection.as
    flex/whiteboard/labriola/randori/htmlAssets/HtmlDocument.as
    flex/whiteboard/labriola/randori/htmlAssets/JSON.as
    flex/whiteboard/labriola/randori/htmlAssets/Location.as
    flex/whiteboard/labriola/randori/htmlAssets/MemoryInfo.as
    flex/whiteboard/labriola/randori/htmlAssets/Navigator.as
    flex/whiteboard/labriola/randori/htmlAssets/NodeList.as
    flex/whiteboard/labriola/randori/htmlAssets/Screen.as
    flex/whiteboard/labriola/randori/htmlAssets/Selection.as
    flex/whiteboard/labriola/randori/htmlAssets/StyleMedia.as
    flex/whiteboard/labriola/randori/htmlAssets/Window.as

Modified: flex/whiteboard/labriola/randori/htmlAssets/Console.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/Console.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/Console.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/Console.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class Console

Modified: flex/whiteboard/labriola/randori/htmlAssets/CssStyleDeclaration.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/CssStyleDeclaration.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/CssStyleDeclaration.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/CssStyleDeclaration.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class CssStyleDeclaration

Modified: flex/whiteboard/labriola/randori/htmlAssets/Element.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/Element.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/Element.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/Element.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class Element

Modified: flex/whiteboard/labriola/randori/htmlAssets/HTML.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/HTML.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/HTML.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/HTML.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	import flash.display.Sprite;

Modified: flex/whiteboard/labriola/randori/htmlAssets/History.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/History.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/History.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/History.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class History

Modified: flex/whiteboard/labriola/randori/htmlAssets/HtmlAllCollection.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/HtmlAllCollection.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/HtmlAllCollection.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/HtmlAllCollection.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class HtmlAllCollection extends Object

Modified: flex/whiteboard/labriola/randori/htmlAssets/HtmlCollection.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/HtmlCollection.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/HtmlCollection.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/HtmlCollection.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class HtmlCollection extends Object

Modified: flex/whiteboard/labriola/randori/htmlAssets/HtmlDocument.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/HtmlDocument.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/HtmlDocument.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/HtmlDocument.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class HtmlDocument

Modified: flex/whiteboard/labriola/randori/htmlAssets/JSON.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/JSON.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/JSON.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/JSON.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class JSON

Modified: flex/whiteboard/labriola/randori/htmlAssets/Location.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/Location.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/Location.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/Location.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class Location

Modified: flex/whiteboard/labriola/randori/htmlAssets/MemoryInfo.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/MemoryInfo.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/MemoryInfo.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/MemoryInfo.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class MemoryInfo

Modified: flex/whiteboard/labriola/randori/htmlAssets/Navigator.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/Navigator.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/Navigator.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/Navigator.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class Navigator

Modified: flex/whiteboard/labriola/randori/htmlAssets/NodeList.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/NodeList.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/NodeList.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/NodeList.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class NodeList extends Object

Modified: flex/whiteboard/labriola/randori/htmlAssets/Screen.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/Screen.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/Screen.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/Screen.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class Screen

Modified: flex/whiteboard/labriola/randori/htmlAssets/Selection.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/Selection.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/Selection.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/Selection.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class Selection

Modified: flex/whiteboard/labriola/randori/htmlAssets/StyleMedia.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/StyleMedia.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/StyleMedia.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/StyleMedia.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class StyleMedia

Modified: flex/whiteboard/labriola/randori/htmlAssets/Window.as
URL: http://svn.apache.org/viewvc/flex/whiteboard/labriola/randori/htmlAssets/Window.as?rev=1440208&r1=1440207&r2=1440208&view=diff
==============================================================================
--- flex/whiteboard/labriola/randori/htmlAssets/Window.as (original)
+++ flex/whiteboard/labriola/randori/htmlAssets/Window.as Tue Jan 29 23:04:47 2013
@@ -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
 {
 	public class Window