Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
rememberme
Commits
5b6b83a0bd6c
Commit
eb947e93
authored
Jan 03, 2022
by
Cube Doctor
Browse files
docs(licence): update licence dates
parent
dc7961f31918
Pipeline
#103574
failed with stages
in 1 minute and 33 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
cubicweb_rememberme/__pkginfo__.py
View file @
5b6b83a0
# pylint: disable=W0622
# pylint: disable=W0622
# copyright 2013-202
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2013-202
2
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
# contact http://www.logilab.fr -- mailto:contact@logilab.fr
#
#
# This program is free software: you can redistribute it and/or modify it under
# This program is free software: you can redistribute it and/or modify it under
...
...
cubicweb_rememberme/authplugin.py
View file @
5b6b83a0
"""http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice/
"""http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice/
:organization: Logilab
:organization: Logilab
:copyright: 2009-20
11
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:copyright: 2009-20
22
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
"""
...
...
cubicweb_rememberme/hooks.py
View file @
5b6b83a0
"""remberme cube hooks
"""remberme cube hooks
:organization: Logilab
:organization: Logilab
:copyright: 2009-20
11
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:copyright: 2009-20
22
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
"""
...
...
cubicweb_rememberme/schema.py
View file @
5b6b83a0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"""
"""
:organization: Logilab
:organization: Logilab
:copyright: 2009-20
10
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:copyright: 2009-20
22
LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
"""
...
...
cubicweb_rememberme/views.py
View file @
5b6b83a0
"""rememberme components: plug authentication retriever
"""rememberme components: plug authentication retriever
:organization: Logilab
:organization: Logilab
:copyright: 2009-20
1
2 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:copyright: 2009-20
2
2 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
:license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
"""
"""
...
...
setup.py
View file @
5b6b83a0
#!/usr/bin/env python
#!/usr/bin/env python
# pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611
# pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611
#
#
# copyright 2003-202
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2003-202
2
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
#
# This file is part of cubiweb-rememberme.
# This file is part of cubiweb-rememberme.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment