You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ra...@apache.org on 2010/06/16 08:44:39 UTC

svn commit: r955140 - in /incubator/wookie/trunk/connector/flash_flex: ./ org/apache/wookie/connector/example/

Author: raido
Date: Wed Jun 16 06:44:38 2010
New Revision: 955140

URL: http://svn.apache.org/viewvc?rev=955140&view=rev
Log:
Add license headers.

Modified:
    incubator/wookie/trunk/connector/flash_flex/Example.mxml
    incubator/wookie/trunk/connector/flash_flex/README.txt
    incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml
    incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml
    incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml
    incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml
    incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml
    incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml
    incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml

Modified: incubator/wookie/trunk/connector/flash_flex/Example.mxml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/Example.mxml?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/Example.mxml (original)
+++ incubator/wookie/trunk/connector/flash_flex/Example.mxml Wed Jun 16 06:44:38 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+/*
+ *  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.
+ */
+ 
+ -->
+ 
 <mx:Application layout="absolute" minWidth="955" minHeight="600"
 				xmlns:mx="http://www.adobe.com/2006/mxml"
 				xmlns:wookie="org.apache.wookie.connector.example.*">

Modified: incubator/wookie/trunk/connector/flash_flex/README.txt
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/README.txt?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/README.txt (original)
+++ incubator/wookie/trunk/connector/flash_flex/README.txt Wed Jun 16 06:44:38 2010
@@ -1 +1 @@
-This is a ActionScript 3 / Flex implementation of the Wookie Connector Framework.
+This is a ActionScript 3 / Flex implementation of the Wookie Connector Framework. It uses component called "flex-iframe", which is released under MIT license.

Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml (original)
+++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml Wed Jun 16 06:44:38 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+/*
+ *  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.
+ */
+ 
+ -->
+ 
 <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" width="300" height="200">
 	
 	<mx:Script>

Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml (original)
+++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml Wed Jun 16 06:44:38 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+/*
+ *  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.
+ */
+ 
+ -->
+ 
 <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" width="300" height="200">
 	
 	<mx:Script>

Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml (original)
+++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml Wed Jun 16 06:44:38 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+/*
+ *  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.
+ */
+ 
+ -->
+ 
 <!--- Component managing users of wookie server widgets -->
 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="320" height="360">
 	<mx:Script>

Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml (original)
+++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml Wed Jun 16 06:44:38 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+/*
+ *  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.
+ */
+ 
+ -->
+ 
 <!--- Component managing data to connect to wookie server(s) -->
 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="320" height="360">
 	<mx:Script>

Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml (original)
+++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml Wed Jun 16 06:44:38 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+/*
+ *  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.
+ */
+ 
+ -->
+ 
 <!--- Component managing users of wookie server widgets -->
 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
 		 width="320" height="220"

Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml (original)
+++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml Wed Jun 16 06:44:38 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+/*
+ *  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.
+ */
+ 
+ -->
+ 
 <!--- Interface for Wookie service and manager of widgets -->
 <wookie:WookieConnectorServiceContainer xmlns:mx="http://www.adobe.com/2006/mxml"
 										xmlns:wookie="org.apache.wookie.connector.example.*"

Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml?rev=955140&r1=955139&r2=955140&view=diff
==============================================================================
--- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml (original)
+++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml Wed Jun 16 06:44:38 2010
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+/*
+ *  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.
+ */
+ 
+ -->
+ 
 <!--- Component managing data to connect to wookie server(s) -->
 <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
 		 width="320" height="220"



Re: svn commit: r955140 - in /incubator/wookie/trunk/connector/flash_flex: ./ org/apache/wookie/connector/example/

Posted by Thomas Ernest <te...@insa-rennes.fr>.
Hey,

Thank you Raido.

See you,
Thomas.

On 06/16/2010 08:44 AM, raido@apache.org wrote:
> Author: raido
> Date: Wed Jun 16 06:44:38 2010
> New Revision: 955140
>
> URL: http://svn.apache.org/viewvc?rev=955140&view=rev
> Log:
> Add license headers.
>
> Modified:
>     incubator/wookie/trunk/connector/flash_flex/Example.mxml
>     incubator/wookie/trunk/connector/flash_flex/README.txt
>     incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml
>     incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml
>     incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml
>     incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml
>     incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml
>     incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml
>     incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml
>
> Modified: incubator/wookie/trunk/connector/flash_flex/Example.mxml
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/Example.mxml?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/Example.mxml (original)
> +++ incubator/wookie/trunk/connector/flash_flex/Example.mxml Wed Jun 16 06:44:38 2010
> @@ -1,4 +1,22 @@
>  <?xml version="1.0" encoding="utf-8"?>
> +<!--
> +
> +/*
> + *  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.
> + */
> + 
> + -->
> + 
>  <mx:Application layout="absolute" minWidth="955" minHeight="600"
>  				xmlns:mx="http://www.adobe.com/2006/mxml"
>  				xmlns:wookie="org.apache.wookie.connector.example.*">
>
> Modified: incubator/wookie/trunk/connector/flash_flex/README.txt
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/README.txt?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/README.txt (original)
> +++ incubator/wookie/trunk/connector/flash_flex/README.txt Wed Jun 16 06:44:38 2010
> @@ -1 +1 @@
> -This is a ActionScript 3 / Flex implementation of the Wookie Connector Framework.
> +This is a ActionScript 3 / Flex implementation of the Wookie Connector Framework. It uses component called "flex-iframe", which is released under MIT license.
>
> Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml (original)
> +++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddConnectionFormTitleWindow.mxml Wed Jun 16 06:44:38 2010
> @@ -1,4 +1,22 @@
>  <?xml version="1.0" encoding="utf-8"?>
> +<!--
> +
> +/*
> + *  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.
> + */
> + 
> + -->
> + 
>  <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" width="300" height="200">
>  	
>  	<mx:Script>
>
> Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml (original)
> +++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/AddUserFormTitleWindow.mxml Wed Jun 16 06:44:38 2010
> @@ -1,4 +1,22 @@
>  <?xml version="1.0" encoding="utf-8"?>
> +<!--
> +
> +/*
> + *  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.
> + */
> + 
> + -->
> + 
>  <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" width="300" height="200">
>  	
>  	<mx:Script>
>
> Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml (original)
> +++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalUserManager.mxml Wed Jun 16 06:44:38 2010
> @@ -1,4 +1,22 @@
>  <?xml version="1.0" encoding="utf-8"?>
> +<!--
> +
> +/*
> + *  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.
> + */
> + 
> + -->
> + 
>  <!--- Component managing users of wookie server widgets -->
>  <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="320" height="360">
>  	<mx:Script>
>
> Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml (original)
> +++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/OriginalWookieServerConnectionManager.mxml Wed Jun 16 06:44:38 2010
> @@ -1,4 +1,22 @@
>  <?xml version="1.0" encoding="utf-8"?>
> +<!--
> +
> +/*
> + *  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.
> + */
> + 
> + -->
> + 
>  <!--- Component managing data to connect to wookie server(s) -->
>  <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="320" height="360">
>  	<mx:Script>
>
> Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml (original)
> +++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/UserManager.mxml Wed Jun 16 06:44:38 2010
> @@ -1,4 +1,22 @@
>  <?xml version="1.0" encoding="utf-8"?>
> +<!--
> +
> +/*
> + *  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.
> + */
> + 
> + -->
> + 
>  <!--- Component managing users of wookie server widgets -->
>  <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
>  		 width="320" height="220"
>
> Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml (original)
> +++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieConnectorServiceView.mxml Wed Jun 16 06:44:38 2010
> @@ -1,4 +1,22 @@
>  <?xml version="1.0" encoding="utf-8"?>
> +<!--
> +
> +/*
> + *  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.
> + */
> + 
> + -->
> + 
>  <!--- Interface for Wookie service and manager of widgets -->
>  <wookie:WookieConnectorServiceContainer xmlns:mx="http://www.adobe.com/2006/mxml"
>  										xmlns:wookie="org.apache.wookie.connector.example.*"
>
> Modified: incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml
> URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml?rev=955140&r1=955139&r2=955140&view=diff
> ==============================================================================
> --- incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml (original)
> +++ incubator/wookie/trunk/connector/flash_flex/org/apache/wookie/connector/example/WookieServerConnectionManager.mxml Wed Jun 16 06:44:38 2010
> @@ -1,4 +1,22 @@
>  <?xml version="1.0" encoding="utf-8"?>
> +<!--
> +
> +/*
> + *  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.
> + */
> + 
> + -->
> + 
>  <!--- Component managing data to connect to wookie server(s) -->
>  <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
>  		 width="320" height="220"
>
>
>