Fixed a bunch of license paste-os.
authorMichael Zucchi <notzed@gmail.com>
Sat, 13 Jul 2019 03:46:23 +0000 (13:16 +0930)
committerMichael Zucchi <notzed@gmail.com>
Sat, 13 Jul 2019 03:46:23 +0000 (13:16 +0930)
contrib/octave/jjoctave/VideoReader.java
src/notzed.jjmpeg.demo/classes/au/notzed/jjmpeg/demo/audio/AudioPlay.java
src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVChannelLayout.java
src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVPixelFormat.java
src/notzed.jjmpeg/classes/au/notzed/jjmpeg/AVSampleFormat.java
src/notzed.jjmpeg/classes/au/notzed/jjmpeg/io/JJMediaReader.java

index 150d88e..cd3b2f0 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 package jjoctave;
index 70bbc2e..6c315a5 100644 (file)
@@ -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 <https://www.zedzone.space/software/jjmpeg.html>
  *
- * 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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package au.notzed.jjmpeg.demo.audio;
 
index 9a8bbd3..206c81e 100644 (file)
@@ -3,18 +3,18 @@
  *
  * This file is part of jjmpeg <https://www.zedzone.space/software/jjmpeg.html>
  *
- * 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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package au.notzed.jjmpeg;
 
index 8c578ce..b49fcd9 100644 (file)
@@ -3,18 +3,18 @@
  *
  * This file is part of jjmpeg <https://www.zedzone.space/software/jjmpeg.html>
  *
- * 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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package au.notzed.jjmpeg;
 
index 5210857..4dc6045 100644 (file)
@@ -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 <https://www.zedzone.space/software/jjmpeg.html>
  *
- * 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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package au.notzed.jjmpeg;
 
index 489657a..6c3d6b2 100644 (file)
@@ -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 <https://www.zedzone.space/software/jjmpeg.html>
  *
- * 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 <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package au.notzed.jjmpeg.io;