Tue, 27 Sep 2011 10:30:38 -0700  Google Inc. <opensource@google.com>

  Release version 0.8.2 with the following changes:
  * Issue #29: Include public header format_extension_flags.h in the Debian
    package libvcdenc-dev.
  * Issue #31: Add missing license text to codetablewriter_interface.h and to
    the packaging scripts.


git-svn-id: http://open-vcdiff.googlecode.com/svn/trunk@39 132ac840-3546-0410-a738-d3f8764196be
diff --git a/packages/rpm.sh b/packages/rpm.sh
index 5395dc0..fbfa388 100755
--- a/packages/rpm.sh
+++ b/packages/rpm.sh
@@ -1,5 +1,19 @@
 #!/bin/sh -e
-
+# Copyright 2005 Google Inc.
+# Author: Craig Silverstein
+#
+# 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.
+#
 # Run this from the 'packages' directory, just under rootdir
 
 # We can only build rpm packages, if the rpm build tools are installed