diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-20 20:03:36 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-20 20:03:36 -0500 |
commit | c06cab129456459886f0b49c3e0f303e647e2350 (patch) | |
tree | c1270ed7e7d27f72be9637db1249e0f561533281 | |
parent | dfb7b419cc94b19e035b2d51d6a0f062534976be (diff) |
updated copright year.
modified: combox/cbox.py
modified: combox/config.py
modified: combox/crypto.py
modified: combox/events.py
modified: combox/file.py
modified: tests/config_test.py
modified: tests/crypto_test.py
modified: tests/events_test.py
modified: tests/file_test.py
-rw-r--r-- | combox/cbox.py | 2 | ||||
-rw-r--r-- | combox/config.py | 2 | ||||
-rw-r--r-- | combox/crypto.py | 2 | ||||
-rw-r--r-- | combox/events.py | 2 | ||||
-rw-r--r-- | combox/file.py | 2 | ||||
-rw-r--r-- | tests/config_test.py | 2 | ||||
-rw-r--r-- | tests/crypto_test.py | 2 | ||||
-rw-r--r-- | tests/events_test.py | 2 | ||||
-rw-r--r-- | tests/file_test.py | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/combox/cbox.py b/combox/cbox.py index 2dffeab..d369c2c 100644 --- a/combox/cbox.py +++ b/combox/cbox.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # diff --git a/combox/config.py b/combox/config.py index 387c3af..7e1998e 100644 --- a/combox/config.py +++ b/combox/config.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # diff --git a/combox/crypto.py b/combox/crypto.py index a6f2afe..466c88f 100644 --- a/combox/crypto.py +++ b/combox/crypto.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # diff --git a/combox/events.py b/combox/events.py index 16ec409..d539cbc 100644 --- a/combox/events.py +++ b/combox/events.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # diff --git a/combox/file.py b/combox/file.py index a9f1208..563e8cd 100644 --- a/combox/file.py +++ b/combox/file.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # diff --git a/tests/config_test.py b/tests/config_test.py index 1e1a72c..bfbcbb4 100644 --- a/tests/config_test.py +++ b/tests/config_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # diff --git a/tests/crypto_test.py b/tests/crypto_test.py index 5070927..2f285c0 100644 --- a/tests/crypto_test.py +++ b/tests/crypto_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # diff --git a/tests/events_test.py b/tests/events_test.py index 8dce21c..a0badcc 100644 --- a/tests/events_test.py +++ b/tests/events_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # diff --git a/tests/file_test.py b/tests/file_test.py index 962eb19..558bcd7 100644 --- a/tests/file_test.py +++ b/tests/file_test.py @@ -1,4 +1,4 @@ -# Copyright (C) 2014 Combox author(s). See AUTHORS. +# Copyright (C) 2015 Combox author(s). See AUTHORS. # # This file is part of Combox. # |