Encoder: fix packet writing of empty sub-bands (#891, #892)
[openjpeg.git] / src / lib / openjpwl / crc.h
index 4ea2c4ce3e820b66ad516b7b55439eb8b03dc221..ea3998229a92fe35290ac84797bbf93c6c298b48 100644 (file)
@@ -1,4 +1,9 @@
 /*
+ * The copyright in this software is being made available under the 2-clauses
+ * BSD License, included below. This software may be subject to other third
+ * party and contributor rights, including patent rights, and no such rights
+ * are granted under this license.
+ *
  * Copyright (c) 2001-2003, David Janssens
  * Copyright (c) 2002-2003, Yannick Verschueren
  * Copyright (c) 2003-2005, Francois Devaux and Antonin Descampe
@@ -52,7 +57,7 @@
  * CRC-checksum.
  *
  * implemented by Michael Neumann, 14.06.1998
- * 
+ *
  */
 void updateCRC16(unsigned short *, unsigned char);