I'm sorry, I seem to do this far too often. We should consider putting the
RAT target into the CI server. It might nag me into good habits and prevent
the release manager from fixing my sloppiness.

Ross

On Wednesday, 22 August 2012,  <[email protected]> wrote:
> Author: psharples
> Date: Wed Aug 22 18:43:26 2012
> New Revision: 1376184
>
> URL: http://svn.apache.org/viewvc?rev=1376184&view=rev
> Log:
> Added missing license headers (as flagged in the online RAT report)
>
> Modified:
>
incubator/wookie/trunk/widgets/templates/assetPlayer/content_primary.html
>
incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html
>
incubator/wookie/trunk/widgets/templates/assetPlayer/content_secondary.html
>
incubator/wookie/trunk/widgets/templates/assetPlayer/scripts/asset_controller.js
>
incubator/wookie/trunk/widgets/templates/assetPlayer/style/screen.add.css
>
incubator/wookie/trunk/widgets/templates/testWidgets/assetPlayerTestWidget/scripts/assetPlayerTestWidget_controller.js
>
> Modified:
incubator/wookie/trunk/widgets/templates/assetPlayer/content_primary.html
> URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/assetPlayer/content_primary.html?rev=1376184&r1=1376183&r2=1376184&view=diff
>
==============================================================================
> ---
incubator/wookie/trunk/widgets/templates/assetPlayer/content_primary.html
(original)
> +++
incubator/wookie/trunk/widgets/templates/assetPlayer/content_primary.html
Wed Aug 22 18:43:26 2012
> @@ -1,3 +1,19 @@
> +<!--
> +  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.
> +-->
>  <div>
>    <div id="player">
>      <img id="asset" src="" width="640" height="480"/>
>
> Modified:
incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html
> URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html?rev=1376184&r1=1376183&r2=1376184&view=diff
>
==============================================================================
> ---
incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html
(original)
> +++
incubator/wookie/trunk/widgets/templates/assetPlayer/content_scripts.html
Wed Aug 22 18:43:26 2012
> @@ -1,3 +1,19 @@
> +<!--
> +  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.
> +-->
>  <script type="text/javascript" src="
http://code.jquery.com/jquery-1.6.4.min.js";></script>
>  <script type="text/javascript" src="
http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js";></script>
>  <script type="text/javascript" src="scripts/controller.js"></script>
>
> Modified:
incubator/wookie/trunk/widgets/templates/assetPlayer/content_secondary.html
> URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/assetPlayer/content_secondary.html?rev=1376184&r1=1376183&r2=1376184&view=diff
>
==============================================================================
> ---
incubator/wookie/trunk/widgets/templates/assetPlayer/content_secondary.html
(original)
> +++
incubator/wookie/trunk/widgets/templates/assetPlayer/content_secondary.html
Wed Aug 22 18:43:26 2012
> @@ -1,3 +1,19 @@
> +<!--
> +  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.
> +-->
>  <div>
>    <div data-scanOrder="4" id="gotoAlbum" data-role="button">
>      Change Photos
>
> Modified:
incubator/wookie/trunk/widgets/templates/assetPlayer/scripts/asset_controller.js
> URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/assetPlayer/scripts/asset_controller.js?rev=1376184&r1=1376183&r2=1376184&view=diff
>
==============================================================================
> ---
incubator/wookie/trunk/widgets/templates/assetPlayer/scripts/asset_controller.js
(original)
> +++
incubator/wookie/trunk/widgets/templates/assetPlayer/scripts/asset_controller.js
Wed Aug 22 18:43:26 2012
> @@ -1,3 +1,19 @@
> +/*
> + * 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.
> + */
>  /**
>   * This provides the code for managing assets and collections of assets.
>   * It provides generic functionality that is applicable to all asset
types
>
> Modified:
incubator/wookie/trunk/widgets/templates/assetPlayer/style/screen.add.css
> URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/assetPlayer/style/screen.add.css?rev=1376184&r1=1376183&r2=1376184&view=diff
>
==============================================================================
> ---
incubator/wookie/trunk/widgets/templates/assetPlayer/style/screen.add.css
(original)
> +++
incubator/wookie/trunk/widgets/templates/assetPlayer/style/screen.add.css
Wed Aug 22 18:43:26 2012
> @@ -1,3 +1,19 @@
> +<!--
> +  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.
> +-->
>  .gallery { list-style: none; padding: 0; margin: 0; }
>  .gallery:after { clear: both; content: "."; display: block; height: 0;
visibility: hidden; }
>  .gallery li { float: left; width: 33.33333333%; }
>
> Modified:
incubator/wookie/trunk/widgets/templates/testWidgets/assetPlayerTestWidget/scripts/assetPlayerTestWidget_controller.js
> URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/testWidgets/assetPlayerTestWidget/scripts/assetPlayerTestWidget_controller.js?rev=1376184&r1=1376183&r2=1376184&view=diff
>
==============================================================================
> ---
incubator/wookie/trunk/widgets/templates/testWidgets/assetPlayerTestWidget/scripts/assetPlayerTestWidget_controller.js
(original)
> +++
incubator/wookie/trunk/widgets/templates/testWidgets/assetPlayerTestWidget/scripts/assetPlayerTestWidget_controller.js
Wed Aug 22 18:43:26 2012
> @@ -1,3 +1,22 @@
> +<%
> +/*
> + * 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.
> + */
> +%>
> +
>  var ${widget.shortname}_images_controller = {
>      init:function() {
>         // FIXME: album should be created by reading a directory
>
>
>

-- 
Sent from mobile device - apologies for errrs ;-)

Reply via email to