Add missing license header.

This commit is contained in:
Emanuel Schuetze 2012-04-25 22:36:09 +02:00
parent a8ac642120
commit f80fcb0b92
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
/*
:copyright: 2012 by OpenSlides team, see AUTHORS.
:license: GNU GPL, see LICENSE for more details.
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>

View File

@ -1,3 +1,10 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
:copyright: 2012 by OpenSlides team, see AUTHORS.
:license: GNU GPL, see LICENSE for more details.
"""
import errno
import glob
import os