Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite581dc9

Browse files
authored
Merge pull request#4 from arminfelder/arminfelder-patch-1
add GPLv3 header to migrate.py
2 parentsb4db656 +df91e74 commite581dc9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎migrate.py‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
#!/usr/bin/env python3
2+
"""
3+
This program is free software: you can redistribute it and/or modify it under
4+
the terms of the GNU General Public License as published by the Free Software
5+
Foundation, either version 3 of the License, or (at your option) any later
6+
version.
7+
This program is distributed in the hope that it will be useful, but WITHOUT
8+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
9+
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
10+
You should have received a copy of the GNU General Public License along with
11+
this program. If not, see <http://www.gnu.org/licenses/>.
12+
"""
13+
14+
__author__="Armin Felder"
15+
__contact__="armin.felder@osalliance.com"
16+
__copyright__="Copyright 2019, Armin Felder"
17+
__credits__= ["all contributers"]
18+
__date__="2019.05.05"
19+
__deprecated__=False
20+
__email__="armin.felder@osalliance.com"
21+
__license__="GPLv3"
22+
__maintainer__="Armin Felder"
23+
__status__="Production"
24+
__version__="1.0.0"
25+
226
frompymongoimportMongoClient
327
importgridfs
428
frompprintimportpprint

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp