remove email address from the copyright

pull/799/head
Taner Sener 2 years ago
parent 1c0e1ae59f
commit be28fa1010
  1. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_cmdutils.c
  2. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_cmdutils.h
  3. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg.c
  4. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg.h
  5. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_filter.c
  6. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_hw.c
  7. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_mux.c
  8. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffmpeg_opt.c
  9. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_ffprobe.c
  10. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_opt_common.c
  11. 2
      android/ffmpeg-kit-android-lib/src/main/cpp/fftools_opt_common.h
  12. 2
      apple/src/fftools_cmdutils.c
  13. 2
      apple/src/fftools_cmdutils.h
  14. 2
      apple/src/fftools_ffmpeg.c
  15. 2
      apple/src/fftools_ffmpeg.h
  16. 2
      apple/src/fftools_ffmpeg_filter.c
  17. 2
      apple/src/fftools_ffmpeg_hw.c
  18. 2
      apple/src/fftools_ffmpeg_mux.c
  19. 2
      apple/src/fftools_ffmpeg_opt.c
  20. 2
      apple/src/fftools_ffprobe.c
  21. 2
      apple/src/fftools_opt_common.c
  22. 2
      apple/src/fftools_opt_common.h
  23. 2
      linux/src/fftools_cmdutils.c
  24. 2
      linux/src/fftools_cmdutils.h
  25. 2
      linux/src/fftools_ffmpeg.c
  26. 2
      linux/src/fftools_ffmpeg.h
  27. 2
      linux/src/fftools_ffmpeg_filter.c
  28. 2
      linux/src/fftools_ffmpeg_hw.c
  29. 2
      linux/src/fftools_ffmpeg_mux.c
  30. 2
      linux/src/fftools_ffmpeg_opt.c
  31. 2
      linux/src/fftools_ffprobe.c
  32. 2
      linux/src/fftools_opt_common.c
  33. 2
      linux/src/fftools_opt_common.h
  34. 2
      scripts/function.sh

@ -1,7 +1,7 @@
/* /*
* Various utilities for command line tools * Various utilities for command line tools
* Copyright (c) 2000-2003 Fabrice Bellard * Copyright (c) 2000-2003 Fabrice Bellard
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,7 +1,7 @@
/* /*
* Various utilities for command line tools * Various utilities for command line tools
* copyright (c) 2003 Fabrice Bellard * copyright (c) 2003 Fabrice Bellard
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Copyright (c) 2000-2003 Fabrice Bellard * Copyright (c) 2000-2003 Fabrice Bellard
* Copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* Copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
/* /*
* ffmpeg filter configuration * ffmpeg filter configuration
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,5 +1,5 @@
/* /*
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
/* /*
* ffmpeg option parsing * ffmpeg option parsing
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Copyright (c) 2007-2010 Stefano Sabatini * Copyright (c) 2007-2010 Stefano Sabatini
* Copyright (c) 2020 Taner Sener ( tanersener gmail com ) * Copyright (c) 2020 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Option handlers shared between the tools. * Option handlers shared between the tools.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Option handlers shared between the tools. * Option handlers shared between the tools.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,7 +1,7 @@
/* /*
* Various utilities for command line tools * Various utilities for command line tools
* Copyright (c) 2000-2003 Fabrice Bellard * Copyright (c) 2000-2003 Fabrice Bellard
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018-2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,7 +1,7 @@
/* /*
* Various utilities for command line tools * Various utilities for command line tools
* copyright (c) 2003 Fabrice Bellard * copyright (c) 2003 Fabrice Bellard
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * copyright (c) 2018-2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Copyright (c) 2000-2003 Fabrice Bellard * Copyright (c) 2000-2003 Fabrice Bellard
* Copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018-2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* Copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018-2022 Taner Sener
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
/* /*
* ffmpeg filter configuration * ffmpeg filter configuration
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,5 +1,5 @@
/* /*
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018-2019 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
/* /*
* ffmpeg option parsing * ffmpeg option parsing
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018-2020 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Copyright (c) 2007-2010 Stefano Sabatini * Copyright (c) 2007-2010 Stefano Sabatini
* Copyright (c) 2020 Taner Sener ( tanersener gmail com ) * Copyright (c) 2020-2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Option handlers shared between the tools. * Option handlers shared between the tools.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Option handlers shared between the tools. * Option handlers shared between the tools.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,7 +1,7 @@
/* /*
* Various utilities for command line tools * Various utilities for command line tools
* Copyright (c) 2000-2003 Fabrice Bellard * Copyright (c) 2000-2003 Fabrice Bellard
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,7 +1,7 @@
/* /*
* Various utilities for command line tools * Various utilities for command line tools
* copyright (c) 2003 Fabrice Bellard * copyright (c) 2003 Fabrice Bellard
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Copyright (c) 2000-2003 Fabrice Bellard * Copyright (c) 2000-2003 Fabrice Bellard
* Copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018-2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* Copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
/* /*
* ffmpeg filter configuration * ffmpeg filter configuration
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,5 +1,5 @@
/* /*
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* This file is part of FFmpeg. * This file is part of FFmpeg.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* FFmpeg is free software; you can redistribute it and/or * FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

@ -1,6 +1,6 @@
/* /*
* ffmpeg option parsing * ffmpeg option parsing
* copyright (c) 2018 Taner Sener ( tanersener gmail com ) * Copyright (c) 2018-2020 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Copyright (c) 2007-2010 Stefano Sabatini * Copyright (c) 2007-2010 Stefano Sabatini
* Copyright (c) 2020 Taner Sener ( tanersener gmail com ) * Copyright (c) 2020 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Option handlers shared between the tools. * Option handlers shared between the tools.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -1,6 +1,6 @@
/* /*
* Option handlers shared between the tools. * Option handlers shared between the tools.
* copyright (c) 2022 Taner Sener ( tanersener gmail com ) * Copyright (c) 2022 Taner Sener
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
* *

@ -662,7 +662,7 @@ display_version() {
echo -e "\ echo -e "\
$COMMAND v$(get_ffmpeg_kit_version) $COMMAND v$(get_ffmpeg_kit_version)
Copyright (c) 2018-2021 Taner Sener\n\ Copyright (c) 2018-2022 Taner Sener\n\
License LGPLv3.0: GNU LGPL version 3 or later\n\ License LGPLv3.0: GNU LGPL version 3 or later\n\
<https://www.gnu.org/licenses/lgpl-3.0.en.html>\n\ <https://www.gnu.org/licenses/lgpl-3.0.en.html>\n\
This is free software: you can redistribute it and/or modify it under the terms of the \ This is free software: you can redistribute it and/or modify it under the terms of the \

Loading…
Cancel
Save