Skip to content

Commit

Permalink
Added copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jkimbo committed Aug 23, 2016
1 parent 031c132 commit 45bb1f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion tests/kano_apps/test_AppData.py
@@ -1,4 +1,11 @@
# -*- coding: utf-8 -*-
# coding: utf-8
# test_AppData.py
#
# Copyright (C) 2016, 2015 Kano Computing Ltd.
# License: http://www.gnu.org/licenses/gpl-2.0.txt GNU GPL v2
#
# Tests for AppData

import json
import os
from mock import patch
Expand Down
9 changes: 8 additions & 1 deletion tests/kano_apps/test_AppManage.py
@@ -1,4 +1,11 @@
# -*- coding: utf-8 -*-
# coding: utf-8
# test_AppManage.py
#
# Copyright (C) 2016, 2015 Kano Computing Ltd.
# License: http://www.gnu.org/licenses/gpl-2.0.txt GNU GPL v2
#
# Tests for AppManage

import json
import pytest
from mock import patch
Expand Down

0 comments on commit 45bb1f7

Please sign in to comment.