Skip to content

Commit 422d4da

Browse files
committed
Updated copyrights
1 parent eeadd9c commit 422d4da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

robotbackgroundlogger.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright 2014 Nokia Siemens Networks Oyj
1+
# Copyright 2014-2015 Nokia Networks
2+
# Copyright 2016- Robot Framework Foundation
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -16,7 +17,7 @@
1617

1718
try:
1819
from collections import OrderedDict
19-
except ImportError: # New in 2.7 but 2.4 compatible recipe would be available.
20+
except ImportError: # New in Python 2.7
2021
OrderedDict = dict
2122
import threading
2223
import time

0 commit comments

Comments
 (0)