diff options
-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. # |