Browse Source

Update copyright

pull/360/head
Simon Conseil 6 years ago
parent
commit
b785dcd58e
  1. 2
      LICENSE
  2. 2
      docs/conf.py
  3. 2
      sigal/__init__.py
  4. 2
      sigal/gallery.py
  5. 2
      sigal/image.py
  6. 2
      sigal/log.py
  7. 2
      sigal/plugins/media_page.py
  8. 2
      sigal/settings.py
  9. 2
      sigal/utils.py
  10. 2
      sigal/video.py
  11. 2
      sigal/writer.py

2
LICENSE

@ -1,5 +1,5 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2009-2018 - Simon Conseil Copyright (c) 2009-2020 - Simon Conseil
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to of this software and associated documentation files (the "Software"), to

2
docs/conf.py

@ -38,7 +38,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = 'Sigal' project = 'Sigal'
copyright = '2012-2019, Simon Conseil' copyright = '2012-2020, Simon Conseil'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the

2
sigal/__init__.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2009-2020 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to # of this software and associated documentation files (the "Software"), to

2
sigal/gallery.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2009-2020 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne # Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2014 - Jonas Kaufmann # Copyright (c) 2014 - Jonas Kaufmann
# Copyright (c) 2015 - François D. # Copyright (c) 2015 - François D.

2
sigal/image.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2009-2020 - Simon Conseil
# Copyright (c) 2015 - François D. # Copyright (c) 2015 - François D.
# Copyright (c) 2018 - Edwin Steele # Copyright (c) 2018 - Edwin Steele

2
sigal/log.py

@ -1,4 +1,4 @@
# Copyright (c) 2013-2018 - Simon Conseil # Copyright (c) 2013-2020 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to # of this software and associated documentation files (the "Software"), to

2
sigal/plugins/media_page.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2009-2020 - Simon Conseil
# Copyright (c) 2014 - Jamie Starke # Copyright (c) 2014 - Jamie Starke
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy

2
sigal/settings.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2009-2020 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne # Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2017 - Mate Lakat # Copyright (c) 2017 - Mate Lakat

2
sigal/utils.py

@ -1,4 +1,4 @@
# Copyright (c) 2011-2018 - Simon Conseil # Copyright (c) 2011-2020 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to # of this software and associated documentation files (the "Software"), to

2
sigal/video.py

@ -1,5 +1,5 @@
# Copyright (c) 2013 - Christophe-Marie Duquesne # Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2013-2018 - Simon Conseil # Copyright (c) 2013-2020 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy # Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to # of this software and associated documentation files (the "Software"), to

2
sigal/writer.py

@ -1,4 +1,4 @@
# Copyright (c) 2009-2018 - Simon Conseil # Copyright (c) 2009-2020 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne # Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2018 - Edwin Steele # Copyright (c) 2018 - Edwin Steele

Loading…
Cancel
Save