diff options
author | Diego Biurrun | 2007-07-05 10:40:25 +0000 |
---|---|---|
committer | Diego Biurrun | 2007-07-05 10:40:25 +0000 |
commit | e5a389a1b70a32a56aa83377e88bf718251aa8f0 (patch) | |
tree | 9015847fc14c1963360948533a006551e373d830 /libavutil | |
parent | 7b94177e37c328490da96727a395a3aa90a402f3 (diff) |
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.c | 1 | ||||
-rw-r--r-- | libavutil/integer.c | 1 | ||||
-rw-r--r-- | libavutil/integer.h | 1 | ||||
-rw-r--r-- | libavutil/lls.c | 2 | ||||
-rw-r--r-- | libavutil/lls.h | 2 | ||||
-rw-r--r-- | libavutil/rational.c | 1 | ||||
-rw-r--r-- | libavutil/rational.h | 1 | ||||
-rw-r--r-- | libavutil/softfloat.h | 1 |
8 files changed, 2 insertions, 8 deletions
diff --git a/libavutil/adler32.c b/libavutil/adler32.c index 50d57470b0..369cdaf6d4 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 3269a366a4..d4f5f2b51b 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 2a6f8b0279..2a1df34bc3 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 aa9467dcee..1d209f364f 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 59ad2e958d..e6d352a9ef 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 ac0c9d3714..96a4c5462e 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 8aaba667aa..b00e3a4745 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 b6e5485745..a0d614bbd6 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 |