[openstack-nova/f16] fix date on changelog entry, add copyright header to script.

Russell Bryant russellb at fedoraproject.org
Tue Nov 29 16:44:30 UTC 2011


commit f9a5a6ec2b8c0ee730e32a4c0f80b30565c15611
Author: Russell Bryant <rbryant at redhat.com>
Date:   Tue Nov 29 11:43:35 2011 -0500

    fix date on changelog entry, add copyright header to script.

 openstack-nova-db-setup |   16 ++++++++++++++++
 openstack-nova.spec     |    2 +-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova-db-setup b/openstack-nova-db-setup
index 502b287..961ccdc 100755
--- a/openstack-nova-db-setup
+++ b/openstack-nova-db-setup
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# Copyright (C) 2011, Red Hat, Inc.
+# Russell Bryant <rbryant at redhat.com>
+#
+# 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.
+#
 
 usage() {
 	echo "Set up a local MySQL database for use with openstack-nova."
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 8138e5a..57e7cf5 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -427,7 +427,7 @@ fi
 %endif
 
 %changelog
-* Wed Nov 23 2011 Russell Bryant <rbryant at redhat.com> - 2011.3-8
+* Tue Nov 29 2011 Russell Bryant <rbryant at redhat.com> - 2011.3-8
 - Change default database to mysql. (#735012)
 
 * Mon Nov 14 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-7


More information about the scm-commits mailing list