changeset 358:f13e5473611e libavutil

license header consistency cosmetics
author diego
date Thu, 05 Jul 2007 10:40:25 +0000
parents 791ee8a14d71
children b951d460bcb4
files adler32.c integer.c integer.h lls.c lls.h rational.c rational.h softfloat.h
diffstat 8 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/adler32.c	Thu Jul 05 10:37:29 2007 +0000
+++ b/adler32.c	Thu Jul 05 10:40:25 2007 +0000
@@ -18,7 +18,6 @@
  * 2. Altered source versions must be plainly marked as such, and must not be
  *    misrepresented as being the original software.
  * 3. This notice may not be removed or altered from any source distribution.
- *
  */
 
 #include "common.h"
--- a/integer.c	Thu Jul 05 10:37:29 2007 +0000
+++ b/integer.c	Thu Jul 05 10:40:25 2007 +0000
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
--- a/integer.h	Thu Jul 05 10:37:29 2007 +0000
+++ b/integer.h	Thu Jul 05 10:40:25 2007 +0000
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
--- a/lls.c	Thu Jul 05 10:37:29 2007 +0000
+++ b/lls.c	Thu Jul 05 10:40:25 2007 +0000
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 /**
--- a/lls.h	Thu Jul 05 10:37:29 2007 +0000
+++ b/lls.h	Thu Jul 05 10:40:25 2007 +0000
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #ifndef LLS_H
--- a/rational.c	Thu Jul 05 10:37:29 2007 +0000
+++ b/rational.c	Thu Jul 05 10:40:25 2007 +0000
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
--- a/rational.h	Thu Jul 05 10:37:29 2007 +0000
+++ b/rational.h	Thu Jul 05 10:40:25 2007 +0000
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
--- a/softfloat.h	Thu Jul 05 10:37:29 2007 +0000
+++ b/softfloat.h	Thu Jul 05 10:40:25 2007 +0000
@@ -16,7 +16,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 #ifndef AVUTIL_SOFTFLOAT_H