From f613ffe7d5056db5e2c31e8352eaae5b23a3d49e Mon Sep 17 00:00:00 2001 From: Michael Zucchi Date: Sat, 13 Jul 2019 13:16:23 +0930 Subject: [PATCH] Fixed a bunch of license paste-os. --- contrib/octave/jjoctave/VideoReader.java | 6 +++--- .../au/notzed/jjmpeg/demo/audio/AudioPlay.java | 16 ++++++++-------- .../au/notzed/jjmpeg/AVChannelLayout.java | 12 ++++++------ .../classes/au/notzed/jjmpeg/AVPixelFormat.java | 12 ++++++------ .../classes/au/notzed/jjmpeg/AVSampleFormat.java | 16 ++++++++-------- .../au/notzed/jjmpeg/io/JJMediaReader.java | 14 +++++++------- 6 files changed, 38 insertions(+), 38 deletions(-) diff --git a/contrib/octave/jjoctave/VideoReader.java b/contrib/octave/jjoctave/VideoReader.java index 150d88e..cd3b2f0 100644 --- a/contrib/octave/jjoctave/VideoReader.java +++ b/contrib/octave/jjoctave/VideoReader.java @@ -4,16 +4,16 @@ * This file is part of jjmpeg, a java binding to ffmpeg's libraries. * * jjmpeg is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by + * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * jjmpeg is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License + * You should have received a copy of the GNU General Public License * along with jjmpeg. If not, see . */ package jjoctave; diff --git a/src/notzed.jjmpeg.demo/classes/au/notzed/jjmpeg/demo/audio/AudioPlay.java b/src/notzed.jjmpeg.demo/classes/au/notzed/jjmpeg/demo/audio/AudioPlay.java index 70bbc2e..6c315a5 100644 --- a/src/notzed.jjmpeg.demo/classes/au/notzed/jjmpeg/demo/audio/AudioPlay.java +++ b/src/notzed.jjmpeg.demo/classes/au/notzed/jjmpeg/demo/audio/AudioPlay.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2012 Michael Zucchi + * Copyright (C) 2019 Michael Zucchi * - * This file is part of jjmpeg, a java binding to ffmpeg's libraries. + * This file is part of jjmpeg * - * jjmpeg is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * jjmpeg is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License - * along with jjmpeg. If not, see . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ package au.notzed.jjmpeg.demo.audio; diff --git a/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVChannelLayout.java b/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVChannelLayout.java index 9a8bbd3..206c81e 100644 --- a/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVChannelLayout.java +++ b/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVChannelLayout.java @@ -3,18 +3,18 @@ * * This file is part of jjmpeg * - * jjmpeg is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * jjmpeg is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License - * along with jjmpeg. If not, see . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ package au.notzed.jjmpeg; diff --git a/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVPixelFormat.java b/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVPixelFormat.java index 8c578ce..b49fcd9 100644 --- a/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVPixelFormat.java +++ b/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVPixelFormat.java @@ -3,18 +3,18 @@ * * This file is part of jjmpeg * - * jjmpeg is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * jjmpeg is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License - * along with jjmpeg. If not, see . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ package au.notzed.jjmpeg; diff --git a/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVSampleFormat.java b/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVSampleFormat.java index 5210857..4dc6045 100644 --- a/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVSampleFormat.java +++ b/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVSampleFormat.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2001 Fabrice Bellard + * Copyright (C) 2019 Michael Zucchi * - * This file is part of jjmpeg, a java binding to ffmpeg's libraries. + * This file is part of jjmpeg * - * jjmpeg is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * jjmpeg is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License - * along with jjmpeg. If not, see . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ package au.notzed.jjmpeg; diff --git a/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/io/JJMediaReader.java b/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/io/JJMediaReader.java index 489657a..6c3d6b2 100644 --- a/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/io/JJMediaReader.java +++ b/src/notzed.jjmpeg/classes/au/notzed/jjmpeg/io/JJMediaReader.java @@ -1,20 +1,20 @@ /* * Copyright (c) 2012 Michael Zucchi * - * This file is part of jjmpeg, a java binding to ffmpeg's libraries. + * This file is part of jjmpeg * - * jjmpeg is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * jjmpeg is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public License - * along with jjmpeg. If not, see . + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ package au.notzed.jjmpeg.io; -- 2.39.2