Updated Python headers files. Added .gitignore.

This commit is contained in:
Cédric Bonhomme 2015-12-23 21:33:05 +01:00
parent 173d65f8aa
commit 979c6277b0
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
13 changed files with 58 additions and 31 deletions

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# use glob syntax
syntax: glob
*.elc
*.pyc
*~
*.db
build/*
Stegano.egg-info/*
dist/*
# Emacs
eproject.cfg
# Temporary files (vim backups)
*.swp
# Log files:
*.log
# Vagrant:
.vagrant/
# Virtualenv
venv
build

View file

@ -6,6 +6,6 @@ recursive-include bin *
#Misc #Misc
include COPYING include COPYING
include README.md include README.rst
include CHANGELOG.md include CHANGELOG.md
include requirements.txt include requirements.txt

View file

@ -2,9 +2,9 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2011 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
#-*- coding: utf-8 -*- #-*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View file

@ -2,9 +2,9 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Stéganô - Stéganô is a basic Python Steganography module. # Stéganô - Stéganô is a basic Python Steganography module.
# Copyright (C) 2010-2013 Cédric Bonhomme - http://cedricbonhomme.org/ # Copyright (C) 2010-2015 Cédric Bonhomme - https://www.cedricbonhomme.org
# #
# For more information : http://bitbucket.org/cedricbonhomme/stegano/ # For more information : https://github.com/cedricbonhomme/Stegano
# #
# This program is free software: you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by