Skip to content

Commit 50ef5f7

Browse files
committed
license headers
1 parent 078dd55 commit 50ef5f7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

gmock.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env python
2-
2+
#
3+
# Copyright (c) 2014 Krzysztof Jusiak (krzysztof at jusiak dot net)
4+
#
5+
# Distributed under the Boost Software License, Version 1.0.
6+
# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7+
#
38
import os
49
import sys
510
from optparse import OptionParser

test/gmock_test.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env python
2-
2+
#
3+
# Copyright (c) 2014 Krzysztof Jusiak (krzysztof at jusiak dot net)
4+
#
5+
# Distributed under the Boost Software License, Version 1.0.
6+
# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7+
#
38
import os
49
import sys
510
import unittest

0 commit comments

Comments
 (0)