You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2011/08/13 00:17:42 UTC

svn commit: r1157300 [2/2] - in /incubator/tashi: branches/stablefix/etc/ branches/stablefix/src/tashi/rpycservices/ branches/stablefix/src/tashi/thrift/ branches/stablefix/src/utils/ branches/stablefix/src/zoni/install/pxe/ branches/stablefix/src/zoni...

Modified: incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/build.py
URL: http://svn.apache.org/viewvc/incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/build.py?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/build.py (original)
+++ incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/build.py Sat Aug 13 00:17:40 2011
@@ -1,4 +1,20 @@
 #!/usr/bin/python
+# 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.
 
 from __future__ import with_statement
 import shutil

Modified: incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/messagingthrift.thrift
URL: http://svn.apache.org/viewvc/incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/messagingthrift.thrift?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/messagingthrift.thrift (original)
+++ incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/messagingthrift.thrift Sat Aug 13 00:17:40 2011
@@ -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.
 
 typedef map<string, string> strstrmap
 

Modified: incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/services.thrift
URL: http://svn.apache.org/viewvc/incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/services.thrift?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/services.thrift (original)
+++ incubator/tashi/import/tashi-intel-r399/src/tashi/thrift/services.thrift Sat Aug 13 00:17:40 2011
@@ -1,3 +1,20 @@
+# 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.
+
 enum Errors {
 	ConvertedException = 1,
 	NoSuchInstanceId = 2,

Modified: incubator/tashi/import/tashi-intel-r399/src/tashi/util.py
URL: http://svn.apache.org/viewvc/incubator/tashi/import/tashi-intel-r399/src/tashi/util.py?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/import/tashi-intel-r399/src/tashi/util.py (original)
+++ incubator/tashi/import/tashi-intel-r399/src/tashi/util.py Sat Aug 13 00:17:40 2011
@@ -1,3 +1,20 @@
+# 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.
+
 import ConfigParser
 import cPickle
 import os

Modified: incubator/tashi/import/tashi-intel-r399/src/utils/Makefile
URL: http://svn.apache.org/viewvc/incubator/tashi/import/tashi-intel-r399/src/utils/Makefile?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/import/tashi-intel-r399/src/utils/Makefile (original)
+++ incubator/tashi/import/tashi-intel-r399/src/utils/Makefile Sat Aug 13 00:17:40 2011
@@ -1,3 +1,20 @@
+# 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.
+
 all: nmd
 
 clean:

Modified: incubator/tashi/import/tashi-intel-r399/src/utils/nmd.c
URL: http://svn.apache.org/viewvc/incubator/tashi/import/tashi-intel-r399/src/utils/nmd.c?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/import/tashi-intel-r399/src/utils/nmd.c (original)
+++ incubator/tashi/import/tashi-intel-r399/src/utils/nmd.c Sat Aug 13 00:17:40 2011
@@ -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.
+*/
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <dirent.h>

Modified: incubator/tashi/import/tashi-intel-r399/test/clustermanager-rpc-data-management/test
URL: http://svn.apache.org/viewvc/incubator/tashi/import/tashi-intel-r399/test/clustermanager-rpc-data-management/test?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/import/tashi-intel-r399/test/clustermanager-rpc-data-management/test (original)
+++ incubator/tashi/import/tashi-intel-r399/test/clustermanager-rpc-data-management/test Sat Aug 13 00:17:40 2011
@@ -1,4 +1,20 @@
 #!/usr/bin/env python
+# 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.
 
 import unittest
 import logging

Modified: incubator/tashi/import/tashi-intel-r399/test/runall
URL: http://svn.apache.org/viewvc/incubator/tashi/import/tashi-intel-r399/test/runall?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/import/tashi-intel-r399/test/runall (original)
+++ incubator/tashi/import/tashi-intel-r399/test/runall Sat Aug 13 00:17:40 2011
@@ -1,4 +1,20 @@
 #! /bin/bash
+# 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.
 
 TEST_DIR=`echo $0 | sed 's/runall$//'`
 FIFO="/tmp/tashi-test"

Modified: incubator/tashi/site/docs/coding_standards.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/coding_standards.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/coding_standards.html (original)
+++ incubator/tashi/site/docs/coding_standards.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Coding Standards</title>
         </head>
 

Modified: incubator/tashi/site/docs/committers.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/committers.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/committers.html (original)
+++ incubator/tashi/site/docs/committers.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Committers</title>
         </head>
 

Modified: incubator/tashi/site/docs/dependencies.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/dependencies.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/dependencies.html (original)
+++ incubator/tashi/site/docs/dependencies.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Dependencies</title>
         </head>
 

Modified: incubator/tashi/site/docs/documentation-cluster.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/documentation-cluster.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/documentation-cluster.html (original)
+++ incubator/tashi/site/docs/documentation-cluster.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Documentation</title>
         </head>
 

Modified: incubator/tashi/site/docs/documentation-options.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/documentation-options.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/documentation-options.html (original)
+++ incubator/tashi/site/docs/documentation-options.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Documentation</title>
         </head>
 

Modified: incubator/tashi/site/docs/documentation-qemu.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/documentation-qemu.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/documentation-qemu.html (original)
+++ incubator/tashi/site/docs/documentation-qemu.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Documentation</title>
         </head>
 

Modified: incubator/tashi/site/docs/documentation-single.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/documentation-single.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/documentation-single.html (original)
+++ incubator/tashi/site/docs/documentation-single.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Documentation</title>
         </head>
 

Modified: incubator/tashi/site/docs/documentation-xenpv.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/documentation-xenpv.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/documentation-xenpv.html (original)
+++ incubator/tashi/site/docs/documentation-xenpv.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Documentation</title>
         </head>
 

Modified: incubator/tashi/site/docs/documentation.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/documentation.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/documentation.html (original)
+++ incubator/tashi/site/docs/documentation.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Documentation</title>
         </head>
 

Modified: incubator/tashi/site/docs/downloads.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/downloads.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/downloads.html (original)
+++ incubator/tashi/site/docs/downloads.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Downloads</title>
         </head>
 

Modified: incubator/tashi/site/docs/faq.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/faq.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/faq.html (original)
+++ incubator/tashi/site/docs/faq.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - FAQ</title>
         </head>
 

Modified: incubator/tashi/site/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/index.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/index.html (original)
+++ incubator/tashi/site/docs/index.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Home</title>
         </head>
 

Modified: incubator/tashi/site/docs/issue_tracking.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/issue_tracking.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/issue_tracking.html (original)
+++ incubator/tashi/site/docs/issue_tracking.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Issue Tracking</title>
         </head>
 

Modified: incubator/tashi/site/docs/license.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/license.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/license.html (original)
+++ incubator/tashi/site/docs/license.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - License</title>
         </head>
 

Modified: incubator/tashi/site/docs/mailing_lists.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/mailing_lists.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/mailing_lists.html (original)
+++ incubator/tashi/site/docs/mailing_lists.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Mailing Lists</title>
         </head>
 

Modified: incubator/tashi/site/docs/road_map.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/road_map.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/road_map.html (original)
+++ incubator/tashi/site/docs/road_map.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Road Map</title>
         </head>
 

Modified: incubator/tashi/site/docs/source_code.html
URL: http://svn.apache.org/viewvc/incubator/tashi/site/docs/source_code.html?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/docs/source_code.html (original)
+++ incubator/tashi/site/docs/source_code.html Sat Aug 13 00:17:40 2011
@@ -49,7 +49,7 @@ table.options td {
 <!-- start the processing -->
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - Source Code</title>
         </head>
 

Modified: incubator/tashi/site/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/incubator/tashi/site/xdocs/stylesheets/site.vsl?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/site/xdocs/stylesheets/site.vsl (original)
+++ incubator/tashi/site/xdocs/stylesheets/site.vsl Sat Aug 13 00:17:40 2011
@@ -111,7 +111,7 @@ table.options td {
 #macro (document)
     <html>
         <head>
-            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
             <title>Apache Tashi - $root.getChild("properties").getChild("title").getText()</title>
         </head>
 

Modified: incubator/tashi/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/NOTICE?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/NOTICE (original)
+++ incubator/tashi/trunk/NOTICE Sat Aug 13 00:17:40 2011
@@ -1,5 +1,5 @@
 Apache Tashi
-Copyright 2008 The Apache Software Foundation
+Copyright 2008-2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: incubator/tashi/trunk/etc/NodeManager.cfg
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/etc/NodeManager.cfg?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/etc/NodeManager.cfg (original)
+++ incubator/tashi/trunk/etc/NodeManager.cfg Sat Aug 13 00:17:40 2011
@@ -2,6 +2,23 @@
 # this file contains an example configuration for
 # the node manager daemons running on every server
 
+# 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.
+
 [NodeManager]
 dfs = tashi.dfs.Vfs
 vmm = tashi.nodemanager.vmcontrol.Qemu

Modified: incubator/tashi/trunk/src/tashi/rpycservices/rpycservices.py
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/tashi/rpycservices/rpycservices.py?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/rpycservices/rpycservices.py (original)
+++ incubator/tashi/trunk/src/tashi/rpycservices/rpycservices.py Sat Aug 13 00:17:40 2011
@@ -1,3 +1,20 @@
+# 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.
+
 import rpyc
 from tashi.rpycservices.rpyctypes import *
 import cPickle

Modified: incubator/tashi/trunk/src/tashi/rpycservices/rpyctypes.py
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/tashi/rpycservices/rpyctypes.py?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/rpycservices/rpyctypes.py (original)
+++ incubator/tashi/trunk/src/tashi/rpycservices/rpyctypes.py Sat Aug 13 00:17:40 2011
@@ -1,3 +1,20 @@
+# 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.
+
 class Errors(object):
 	ConvertedException = 1
 	NoSuchInstanceId = 2

Modified: incubator/tashi/trunk/src/tashi/thrift/layoutlocality.thrift
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/tashi/thrift/layoutlocality.thrift?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/src/tashi/thrift/layoutlocality.thrift (original)
+++ incubator/tashi/trunk/src/tashi/thrift/layoutlocality.thrift Sat Aug 13 00:17:40 2011
@@ -1,3 +1,20 @@
+# 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.
+
 struct BlockLocation {
        list<string> hosts,           // hostnames of data nodes
        list<i32> ports,              // ports for data nodes

Modified: incubator/tashi/trunk/src/utils/getLocality.py
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/utils/getLocality.py?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/src/utils/getLocality.py (original)
+++ incubator/tashi/trunk/src/utils/getLocality.py Sat Aug 13 00:17:40 2011
@@ -1,4 +1,20 @@
 #!/usr/bin/python
+# 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.
 
 import sys
 import os

Modified: incubator/tashi/trunk/src/zoni/install/pxe/base-menu
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/zoni/install/pxe/base-menu?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/src/zoni/install/pxe/base-menu (original)
+++ incubator/tashi/trunk/src/zoni/install/pxe/base-menu Sat Aug 13 00:17:40 2011
@@ -1,3 +1,20 @@
+# 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.
+
 DISPLAY boot-screens/boot.txt
 
 LABEL zoni-register-64

Modified: incubator/tashi/trunk/src/zoni/install/pxe/base.zoni
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/zoni/install/pxe/base.zoni?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/src/zoni/install/pxe/base.zoni (original)
+++ incubator/tashi/trunk/src/zoni/install/pxe/base.zoni Sat Aug 13 00:17:40 2011
@@ -1,3 +1,20 @@
+# 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.
+
 DISPLAY boot-screens/boot.txt
 
 DEFAULT vesamenu.c32

Modified: incubator/tashi/trunk/src/zoni/system/registration/register/register_automate
URL: http://svn.apache.org/viewvc/incubator/tashi/trunk/src/zoni/system/registration/register/register_automate?rev=1157300&r1=1157299&r2=1157300&view=diff
==============================================================================
--- incubator/tashi/trunk/src/zoni/system/registration/register/register_automate (original)
+++ incubator/tashi/trunk/src/zoni/system/registration/register/register_automate Sat Aug 13 00:17:40 2011
@@ -5,6 +5,24 @@
 # This program takes two args:
 # register_automate <svg_tag|mac_addr> <"location"|"switchinfo"|"pduinfo"">
 #
+
+# 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.
+
 # Based on the the service tag or the mac address of the machine, it returns 
 # the intented location, hostname, or IP address of the machine, respectively.
 # It is intented to short-circuit the question phase of registration.