You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2010/09/10 18:05:21 UTC

svn commit: r995841 - in /incubator/vcl/trunk/web: css/privileges.css js/blockallocations.js js/privileges.js js/requests.js js/schedules.js js/sitemaintenance.js js/vcldojo/TimeTextBoxEnd.js

Author: jfthomps
Date: Fri Sep 10 16:05:20 2010
New Revision: 995841

URL: http://svn.apache.org/viewvc?rev=995841&view=rev
Log:
added ASF license header

Modified:
    incubator/vcl/trunk/web/css/privileges.css
    incubator/vcl/trunk/web/js/blockallocations.js
    incubator/vcl/trunk/web/js/privileges.js
    incubator/vcl/trunk/web/js/requests.js
    incubator/vcl/trunk/web/js/schedules.js
    incubator/vcl/trunk/web/js/sitemaintenance.js
    incubator/vcl/trunk/web/js/vcldojo/TimeTextBoxEnd.js

Modified: incubator/vcl/trunk/web/css/privileges.css
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/css/privileges.css?rev=995841&r1=995840&r2=995841&view=diff
==============================================================================
--- incubator/vcl/trunk/web/css/privileges.css (original)
+++ incubator/vcl/trunk/web/css/privileges.css Fri Sep 10 16:05:20 2010
@@ -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.
+*/
 .dijitTreeLabel {
 	margin: 0;
 }

Modified: incubator/vcl/trunk/web/js/blockallocations.js
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/blockallocations.js?rev=995841&r1=995840&r2=995841&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/blockallocations.js (original)
+++ incubator/vcl/trunk/web/js/blockallocations.js Fri Sep 10 16:05:20 2010
@@ -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.
+*/
 var timeout = null;
 var ownervalid = true;
 

Modified: incubator/vcl/trunk/web/js/privileges.js
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/privileges.js?rev=995841&r1=995840&r2=995841&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/privileges.js (original)
+++ incubator/vcl/trunk/web/js/privileges.js Fri Sep 10 16:05:20 2010
@@ -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.
+*/
 var currentOver = '';
 
 function RPCwrapper(data, CB, dojson) {

Modified: incubator/vcl/trunk/web/js/requests.js
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/requests.js?rev=995841&r1=995840&r2=995841&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/requests.js (original)
+++ incubator/vcl/trunk/web/js/requests.js Fri Sep 10 16:05:20 2010
@@ -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.
+*/
 var resSubmitted = 0;
 
 function RPCwrapper(data, CB, dojson) {

Modified: incubator/vcl/trunk/web/js/schedules.js
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/schedules.js?rev=995841&r1=995840&r2=995841&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/schedules.js (original)
+++ incubator/vcl/trunk/web/js/schedules.js Fri Sep 10 16:05:20 2010
@@ -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.
+*/
 var scheduleTimeData = {
 	identifier: 'id',
 	items: []

Modified: incubator/vcl/trunk/web/js/sitemaintenance.js
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/sitemaintenance.js?rev=995841&r1=995840&r2=995841&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/sitemaintenance.js (original)
+++ incubator/vcl/trunk/web/js/sitemaintenance.js Fri Sep 10 16:05:20 2010
@@ -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.
+*/
 function RPCwrapper(data, CB, dojson) {
 	if(dojson) {
 		dojo.xhrPost({

Modified: incubator/vcl/trunk/web/js/vcldojo/TimeTextBoxEnd.js
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/js/vcldojo/TimeTextBoxEnd.js?rev=995841&r1=995840&r2=995841&view=diff
==============================================================================
--- incubator/vcl/trunk/web/js/vcldojo/TimeTextBoxEnd.js (original)
+++ incubator/vcl/trunk/web/js/vcldojo/TimeTextBoxEnd.js Fri Sep 10 16:05:20 2010
@@ -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.
+*/
 if(! dojo._hasResource["vcldojo.TimeTextBoxEnd"]) {
 dojo._hasResource["vcldojo.TimeTextBoxEnd"] = true;
 dojo.provide("vcldojo.TimeTextBoxEnd");