Added missing license header.
This commit is contained in:
parent
c66e306d90
commit
760bb415ae
@ -1,3 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Benchmark test script for OpenSlides.
|
||||
|
||||
:copyright: 2012 by OpenSlides team, see AUTHORS.
|
||||
:license: GNU GPL, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
import multiprocessing
|
||||
import random
|
||||
|
Loading…
Reference in New Issue
Block a user