summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTodd Willey <todd@rubidine.com>2010-07-15 01:28:51 -0400
committerTodd Willey <todd@rubidine.com>2010-07-15 01:28:51 -0400
commitc88d1f033bd600e855c57d9a65d9d832b1b0ab85 (patch)
tree4e19b948b89ce0f5d294ddb66c381834e0906886 /docs
parent46865fb45484794b14fe280be08529f023dcea3b (diff)
update copyrights
Diffstat (limited to 'docs')
-rw-r--r--docs/architecture.rst2
-rw-r--r--docs/auth.rst2
-rw-r--r--docs/binaries.rst4
-rw-r--r--docs/compute.rst2
-rw-r--r--docs/conf.py2
-rw-r--r--docs/endpoint.rst2
-rw-r--r--docs/fakes.rst2
-rw-r--r--docs/getting.started.rst17
-rw-r--r--docs/index.rst2
-rw-r--r--docs/modules.rst2
-rw-r--r--docs/network.rst4
-rw-r--r--docs/nova.rst2
-rw-r--r--docs/objectstore.rst2
-rw-r--r--docs/packages.rst2
-rw-r--r--docs/storage.rst4
-rw-r--r--docs/volume.rst2
16 files changed, 21 insertions, 32 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst
index 0000a02dd..11813d2c8 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/auth.rst b/docs/auth.rst
index c906a481f..476ca9154 100644
--- a/docs/auth.rst
+++ b/docs/auth.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/binaries.rst b/docs/binaries.rst
index fa6127bb7..90a9581f7 100644
--- a/docs/binaries.rst
+++ b/docs/binaries.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
@@ -30,4 +28,4 @@ The configuration of these binaries relies on "flagfiles" using the google
gflags package. If present, the nova.conf file will be used as the flagfile
- otherwise, it must be specified on the command line::
- $ python node_worker.py --flagfile flagfile \ No newline at end of file
+ $ python node_worker.py --flagfile flagfile
diff --git a/docs/compute.rst b/docs/compute.rst
index 7b4f82a3b..5b08dbd5b 100644
--- a/docs/compute.rst
+++ b/docs/compute.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/conf.py b/docs/conf.py
index bc61f438c..784d8c096 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project.
project = u'nova'
-copyright = u'2010, Anso Labs, LLC'
+copyright = u'2010, United States Government as represented by the Administrator of the National Aeronautics and Space Administration.'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/docs/endpoint.rst b/docs/endpoint.rst
index 830c99665..399df4161 100644
--- a/docs/endpoint.rst
+++ b/docs/endpoint.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/fakes.rst b/docs/fakes.rst
index 1454ca7b5..bea8bc4e9 100644
--- a/docs/fakes.rst
+++ b/docs/fakes.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/getting.started.rst b/docs/getting.started.rst
index 55a73dd00..3eadd0882 100644
--- a/docs/getting.started.rst
+++ b/docs/getting.started.rst
@@ -1,3 +1,20 @@
+..
+ Copyright 2010 United States Government as represented by the
+ Administrator of the National Aeronautics and Space Administration.
+ All Rights Reserved.
+
+ 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.
+
Getting Started with Nova
=========================
diff --git a/docs/index.rst b/docs/index.rst
index 9a5fa32ae..039bf00ff 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/modules.rst b/docs/modules.rst
index 11e1eef7d..82c61f008 100644
--- a/docs/modules.rst
+++ b/docs/modules.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/network.rst b/docs/network.rst
index 2787ae458..357a0517f 100644
--- a/docs/network.rst
+++ b/docs/network.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
@@ -87,4 +85,4 @@ Public Traffic::
The RoutingNode is currently implemented using IPTables rules, which implement both NATing of public IP addresses, and the appropriate firewall chains. We are also looking at using Netomata / Clusto to manage NATting within a switch or router, and/or to manage firewall rules within a hardware firewall appliance.
-Similarly, the AddressingNode currently manages running DNSMasq instances for DHCP services. However, we could run an internal DHCP server (using Scapy ala Clusto), or even switch to static addressing by inserting the private address into the disk image the same way we insert the SSH keys. (See compute for more details). \ No newline at end of file
+Similarly, the AddressingNode currently manages running DNSMasq instances for DHCP services. However, we could run an internal DHCP server (using Scapy ala Clusto), or even switch to static addressing by inserting the private address into the disk image the same way we insert the SSH keys. (See compute for more details).
diff --git a/docs/nova.rst b/docs/nova.rst
index 01da34414..4b9c44a5f 100644
--- a/docs/nova.rst
+++ b/docs/nova.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/objectstore.rst b/docs/objectstore.rst
index 70048354a..6b8d293f4 100644
--- a/docs/objectstore.rst
+++ b/docs/objectstore.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/packages.rst b/docs/packages.rst
index fb28e850b..6029ad7d7 100644
--- a/docs/packages.rst
+++ b/docs/packages.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
diff --git a/docs/storage.rst b/docs/storage.rst
index f8c98b18d..f77e5f0e5 100644
--- a/docs/storage.rst
+++ b/docs/storage.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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
@@ -30,4 +28,4 @@ There are three primary classes of storage in a nova cloud environment:
:maxdepth: 2
volume
- objectstore \ No newline at end of file
+ objectstore
diff --git a/docs/volume.rst b/docs/volume.rst
index 3981daf92..619968458 100644
--- a/docs/volume.rst
+++ b/docs/volume.rst
@@ -3,8 +3,6 @@
Administrator of the National Aeronautics and Space Administration.
All Rights Reserved.
- Copyright 2010 Anso Labs, LLC
-
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