Browse Source

Update copyright

pull/210/head
Simon Conseil 10 years ago
parent
commit
2e7c2b06eb
  1. 2
      LICENSE
  2. 2
      sigal/__init__.py
  3. 2
      sigal/compat.py
  4. 2
      sigal/gallery.py
  5. 2
      sigal/image.py
  6. 2
      sigal/log.py
  7. 2
      sigal/pkgmeta.py
  8. 2
      sigal/plugins/media_page.py
  9. 2
      sigal/settings.py
  10. 2
      sigal/utils.py
  11. 2
      sigal/video.py
  12. 2
      sigal/writer.py

2
LICENSE

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

2
sigal/__init__.py

@ -1,6 +1,6 @@
# -*- coding:utf-8 -*-
# Copyright (c) 2009-2014 - Simon Conseil
# Copyright (c) 2009-2016 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to

2
sigal/compat.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2013-2014 - Simon Conseil
# Copyright (c) 2013-2016 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to

2
sigal/gallery.py

@ -1,6 +1,6 @@
# -*- coding:utf-8 -*-
# Copyright (c) 2009-2014 - Simon Conseil
# Copyright (c) 2009-2016 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2014 - Jonas Kaufmann
# Copyright (c) 2015 - François D.

2
sigal/image.py

@ -1,6 +1,6 @@
# -*- coding:utf-8 -*-
# Copyright (c) 2009-2014 - Simon Conseil
# Copyright (c) 2009-2016 - Simon Conseil
# Copyright (c) 2015 - François D.
# Permission is hereby granted, free of charge, to any person obtaining a copy

2
sigal/log.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2013-2014 - Simon Conseil
# Copyright (c) 2013-2016 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to

2
sigal/pkgmeta.py

@ -1,6 +1,6 @@
# -*- coding:utf-8 -*-
# Copyright (c) 2013-2014 - Simon Conseil
# Copyright (c) 2013-2016 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to

2
sigal/plugins/media_page.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2009-2014 - Simon Conseil
# Copyright (c) 2009-2016 - Simon Conseil
# Copyright (c) 2014 - Jamie Starke
# Permission is hereby granted, free of charge, to any person obtaining a copy

2
sigal/settings.py

@ -1,6 +1,6 @@
# -*- coding:utf-8 -*-
# Copyright (c) 2009-2014 - Simon Conseil
# Copyright (c) 2009-2016 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne
# Permission is hereby granted, free of charge, to any person obtaining a copy

2
sigal/utils.py

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2011-2014 - Simon Conseil
# Copyright (c) 2011-2016 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to

2
sigal/video.py

@ -1,7 +1,7 @@
# -*- coding:utf-8 -*-
# Copyright (c) 2013 - Christophe-Marie Duquesne
# Copyright (c) 2013-2014 - Simon Conseil
# Copyright (c) 2013-2016 - Simon Conseil
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to

2
sigal/writer.py

@ -1,6 +1,6 @@
# -*- coding:utf-8 -*-
# Copyright (c) 2009-2014 - Simon Conseil
# Copyright (c) 2009-2016 - Simon Conseil
# Copyright (c) 2013 - Christophe-Marie Duquesne
# Permission is hereby granted, free of charge, to any person obtaining a copy

Loading…
Cancel
Save