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/ChangeLog b/ChangeLog
index 57c1eec..6f96e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
+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.
+
 Fri,  6 Aug 2010 11:36:36 -0800  Google Inc. <opensource@google.com>
+
   Release version 0.8.1 with the following change:
   * Issue #24: Revert the fix for Issue #21, which caused a regression
     (the Debian package did not properly install the vcdiff executable.)
@@ -9,6 +18,7 @@
     specified as an -I argument to aclocal.
 
 Tue,  3 Aug 2010 10:44:32 -0800  Google Inc. <opensource@google.com>
+
   Release version 0.8 with the following changes:
   * Issue #12: Truncate decoded_target_ after decoding each window, rather than
     after each call to DecodeChunk().  This helps limit memory usage when
diff --git a/autogen.sh b/autogen.sh
index 7a9bbe1..ad56f60 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,19 @@
 #!/bin/sh
-
+# Copyright 2008 Google Inc.
+# Authors: Craig Silverstein, Lincoln Smith
+#
+# 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.
+#
 # These are the files that this script might edit:
 #    aclocal.m4 configure Makefile.in src/config.h.in \
 #    depcomp config.guess config.sub install-sh missing mkinstalldirs \
diff --git a/configure b/configure
index 2d49005..a104c9a 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for open-vcdiff 0.8.1.
+# Generated by GNU Autoconf 2.65 for open-vcdiff 0.8.2.
 #
 # Report bugs to <opensource@google.com>.
 #
@@ -701,8 +701,8 @@
 # Identity of this package.
 PACKAGE_NAME='open-vcdiff'
 PACKAGE_TARNAME='open-vcdiff'
-PACKAGE_VERSION='0.8.1'
-PACKAGE_STRING='open-vcdiff 0.8.1'
+PACKAGE_VERSION='0.8.2'
+PACKAGE_STRING='open-vcdiff 0.8.2'
 PACKAGE_BUGREPORT='opensource@google.com'
 PACKAGE_URL=''
 
@@ -1443,7 +1443,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures open-vcdiff 0.8.1 to adapt to many kinds of systems.
+\`configure' configures open-vcdiff 0.8.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1513,7 +1513,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of open-vcdiff 0.8.1:";;
+     short | recursive ) echo "Configuration of open-vcdiff 0.8.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1619,7 +1619,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-open-vcdiff configure 0.8.1
+open-vcdiff configure 0.8.2
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2165,7 +2165,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by open-vcdiff $as_me 0.8.1, which was
+It was created by open-vcdiff $as_me 0.8.2, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -2975,7 +2975,7 @@
 
 # Define the identity of the package.
  PACKAGE='open-vcdiff'
- VERSION='0.8.1'
+ VERSION='0.8.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16014,7 +16014,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by open-vcdiff $as_me 0.8.1, which was
+This file was extended by open-vcdiff $as_me 0.8.2, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16080,7 +16080,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-open-vcdiff config.status 0.8.1
+open-vcdiff config.status 0.8.2
 configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 5b68570..842e8ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 # make sure we're interpreted by some minimal autoconf
 AC_PREREQ(2.57)
 
-AC_INIT(open-vcdiff, 0.8.1, opensource@google.com)
+AC_INIT(open-vcdiff, 0.8.2, opensource@google.com)
 AC_CONFIG_SRCDIR(README)
 AC_CONFIG_MACRO_DIR(m4)
 AM_INIT_AUTOMAKE
diff --git a/packages/deb.sh b/packages/deb.sh
index 31b423c..8f039eb 100755
--- a/packages/deb.sh
+++ b/packages/deb.sh
@@ -1,5 +1,19 @@
 #!/bin/bash -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.
+#
 # This takes one commandline argument, the name of the package.  If no
 # name is given, then we'll end up just using the name associated with
 # an arbitrary .tar.gz file in the rootdir.  That's fine: there's probably
diff --git a/packages/deb/changelog b/packages/deb/changelog
index bfd706a..fc0d9d5 100644
--- a/packages/deb/changelog
+++ b/packages/deb/changelog
@@ -1,3 +1,9 @@
+open-vcdiff (0.8.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Google Inc. <opensource@google.com>  Tue, 27 Sep 2011 10:30:38 -0700
+
 open-vcdiff (0.8.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/packages/deb/libvcdenc-dev.install b/packages/deb/libvcdenc-dev.install
index ee6556a..048fe8e 100644
--- a/packages/deb/libvcdenc-dev.install
+++ b/packages/deb/libvcdenc-dev.install
@@ -1,3 +1,4 @@
 usr/lib/libvcdenc.la
 usr/lib/libvcdenc.a
+usr/include/google/format_extension_flags.h
 usr/include/google/vcencoder.h
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
diff --git a/src/codetablewriter_interface.h b/src/codetablewriter_interface.h
index 7d10516..e53de99 100644
--- a/src/codetablewriter_interface.h
+++ b/src/codetablewriter_interface.h
@@ -1,5 +1,17 @@
-// Copyright 2008 Google Inc. All Rights Reserved.
-// Author: ajenjo@google.com (Lincoln Smith)
+// Copyright 2008 Google Inc.
+// Author: Lincoln Smith
+//
+// 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.
 //
 // Definition of an abstract class that describes the interface between the
 // encoding engine (which finds the best string matches between the source and
diff --git a/vsprojects/config.h b/vsprojects/config.h
index 755320a..6394697 100644
--- a/vsprojects/config.h
+++ b/vsprojects/config.h
@@ -25,7 +25,7 @@
 #define GFLAGS_DLL_DECL
 
 /* Namespace for Google classes */
-#define GOOGLE_NAMESPACE  ::google
+#define GOOGLE_NAMESPACE ::google
 
 /* define if the compiler implements namespaces */
 #define HAVE_NAMESPACES 1
@@ -52,13 +52,16 @@
 #define PACKAGE_NAME "open-vcdiff"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "open-vcdiff 0.8.1"
+#define PACKAGE_STRING "open-vcdiff 0.8.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "open-vcdiff"
 
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.8.1"
+#define PACKAGE_VERSION "0.8.2"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -67,7 +70,7 @@
 #define STL_NAMESPACE std
 
 /* Version number of package */
-#define VERSION "0.8.1"
+#define VERSION "0.8.2"
 
 /* Stops putting the code inside the Google namespace */
 #define _END_GOOGLE_NAMESPACE_ }