summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-05 10:40:25 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-05 10:40:25 +0000
commite5a389a1b70a32a56aa83377e88bf718251aa8f0 (patch)
tree9015847fc14c1963360948533a006551e373d830 /libavutil
parent7b94177e37c328490da96727a395a3aa90a402f3 (diff)
downloadffmpeg-streaming-e5a389a1b70a32a56aa83377e88bf718251aa8f0.zip
ffmpeg-streaming-e5a389a1b70a32a56aa83377e88bf718251aa8f0.tar.gz
license header consistency cosmetics
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/adler32.c1
-rw-r--r--libavutil/integer.c1
-rw-r--r--libavutil/integer.h1
-rw-r--r--libavutil/lls.c2
-rw-r--r--libavutil/lls.h2
-rw-r--r--libavutil/rational.c1
-rw-r--r--libavutil/rational.h1
-rw-r--r--libavutil/softfloat.h1
8 files changed, 2 insertions, 8 deletions
diff --git a/libavutil/adler32.c b/libavutil/adler32.c
index 50d5747..369cdaf 100644
--- a/libavutil/adler32.c
+++ b/libavutil/adler32.c
@@ -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"
diff --git a/libavutil/integer.c b/libavutil/integer.c
index 3269a36..d4f5f2b 100644
--- a/libavutil/integer.c
+++ b/libavutil/integer.c
@@ -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
- *
*/
/**
diff --git a/libavutil/integer.h b/libavutil/integer.h
index 2a6f8b0..2a1df34 100644
--- a/libavutil/integer.h
+++ b/libavutil/integer.h
@@ -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
- *
*/
/**
diff --git a/libavutil/lls.c b/libavutil/lls.c
index aa9467d..1d209f3 100644
--- a/libavutil/lls.c
+++ b/libavutil/lls.c
@@ -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
*/
/**
diff --git a/libavutil/lls.h b/libavutil/lls.h
index 59ad2e9..e6d352a 100644
--- a/libavutil/lls.h
+++ b/libavutil/lls.h
@@ -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
diff --git a/libavutil/rational.c b/libavutil/rational.c
index ac0c9d3..96a4c54 100644
--- a/libavutil/rational.c
+++ b/libavutil/rational.c
@@ -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
- *
*/
/**
diff --git a/libavutil/rational.h b/libavutil/rational.h
index 8aaba66..b00e3a4 100644
--- a/libavutil/rational.h
+++ b/libavutil/rational.h
@@ -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
- *
*/
/**
diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h
index b6e5485..a0d614b 100644
--- a/libavutil/softfloat.h
+++ b/libavutil/softfloat.h
@@ -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
OpenPOWER on IntegriCloud