diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:40:25 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:40:25 +0000 |
commit | e5a389a1b70a32a56aa83377e88bf718251aa8f0 (patch) | |
tree | 9015847fc14c1963360948533a006551e373d830 /libavformat/x11grab.c | |
parent | 7b94177e37c328490da96727a395a3aa90a402f3 (diff) | |
download | ffmpeg-e5a389a1b70a32a56aa83377e88bf718251aa8f0.tar.gz |
license header consistency cosmetics
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/x11grab.c')
-rw-r--r-- | libavformat/x11grab.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/x11grab.c b/libavformat/x11grab.c index 8916d799a6..65e313982b 100644 --- a/libavformat/x11grab.c +++ b/libavformat/x11grab.c @@ -24,9 +24,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU 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. + * You should have received a copy of the GNU 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 */ /** |