You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2008/01/22 23:41:16 UTC

svn commit: r614377 - in /incubator/xap/trunk/samples/WebContent/examples: customTag/plugins/blackbox/org/mycompany/xap/BlackBox.js openAjax/TablePopulator.js openAjax/stylesheets/hubtest.css

Author: jmargaris
Date: Tue Jan 22 15:41:11 2008
New Revision: 614377

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

Modified:
    incubator/xap/trunk/samples/WebContent/examples/customTag/plugins/blackbox/org/mycompany/xap/BlackBox.js
    incubator/xap/trunk/samples/WebContent/examples/openAjax/TablePopulator.js
    incubator/xap/trunk/samples/WebContent/examples/openAjax/stylesheets/hubtest.css

Modified: incubator/xap/trunk/samples/WebContent/examples/customTag/plugins/blackbox/org/mycompany/xap/BlackBox.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/customTag/plugins/blackbox/org/mycompany/xap/BlackBox.js?rev=614377&r1=614376&r2=614377&view=diff
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/customTag/plugins/blackbox/org/mycompany/xap/BlackBox.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/customTag/plugins/blackbox/org/mycompany/xap/BlackBox.js Tue Jan 22 15:41:11 2008
@@ -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.
+ *
+ */
+
 /**
  *
  *	This is a sample tag file

Modified: incubator/xap/trunk/samples/WebContent/examples/openAjax/TablePopulator.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/openAjax/TablePopulator.js?rev=614377&r1=614376&r2=614377&view=diff
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/openAjax/TablePopulator.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/openAjax/TablePopulator.js Tue Jan 22 15:41:11 2008
@@ -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.
+ *
+ */
+
 TablePopulator = function(){	
 	
 }

Modified: incubator/xap/trunk/samples/WebContent/examples/openAjax/stylesheets/hubtest.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/openAjax/stylesheets/hubtest.css?rev=614377&r1=614376&r2=614377&view=diff
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/openAjax/stylesheets/hubtest.css (original)
+++ incubator/xap/trunk/samples/WebContent/examples/openAjax/stylesheets/hubtest.css Tue Jan 22 15:41:11 2008
@@ -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.
+ *
+ */
+
 #HubTest_BasicConformance {
 	width: 846px;
 }