diff options
Diffstat (limited to 'src/lib/config')
-rw-r--r-- | src/lib/config/config_data.cc | 2 | ||||
-rw-r--r-- | src/lib/config/config_data.h | 2 | ||||
-rw-r--r-- | src/lib/config/config_log.cc | 2 | ||||
-rw-r--r-- | src/lib/config/config_log.h | 2 | ||||
-rw-r--r-- | src/lib/config/config_messages.mes | 2 | ||||
-rw-r--r-- | src/lib/config/module_spec.cc | 2 | ||||
-rw-r--r-- | src/lib/config/module_spec.h | 2 | ||||
-rw-r--r-- | src/lib/config/tests/config_data_unittests.cc | 2 | ||||
-rw-r--r-- | src/lib/config/tests/data_def_unittests_config.h.in | 2 | ||||
-rw-r--r-- | src/lib/config/tests/module_spec_unittests.cc | 2 | ||||
-rw-r--r-- | src/lib/config/tests/run_unittests.cc | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/config/config_data.cc b/src/lib/config/config_data.cc index 611464d861..82537bc96a 100644 --- a/src/lib/config/config_data.cc +++ b/src/lib/config/config_data.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/config_data.h b/src/lib/config/config_data.h index 35db7df0db..4267769c5a 100644 --- a/src/lib/config/config_data.h +++ b/src/lib/config/config_data.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/config_log.cc b/src/lib/config/config_log.cc index 51c610f243..40c9918351 100644 --- a/src/lib/config/config_log.cc +++ b/src/lib/config/config_log.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011, 2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/config_log.h b/src/lib/config/config_log.h index b8bdf22115..7142015a34 100644 --- a/src/lib/config/config_log.h +++ b/src/lib/config/config_log.h @@ -1,4 +1,4 @@ -// Copyright (C) 2011, 2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/config_messages.mes b/src/lib/config/config_messages.mes index 4d2a683d35..2a4558fd85 100644 --- a/src/lib/config/config_messages.mes +++ b/src/lib/config/config_messages.mes @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2014-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/module_spec.cc b/src/lib/config/module_spec.cc index 0a7df55584..0c9613b2b4 100644 --- a/src/lib/config/module_spec.cc +++ b/src/lib/config/module_spec.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010, 2011, 2015 Internet Systems Consortium. +// Copyright (C) 2010-2015 Internet Systems Consortium. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/module_spec.h b/src/lib/config/module_spec.h index dbc7afc662..ef8c2a287b 100644 --- a/src/lib/config/module_spec.h +++ b/src/lib/config/module_spec.h @@ -1,4 +1,4 @@ -// Copyright (C) 2010, 2011 Internet Systems Consortium. +// Copyright (C) 2010-2015 Internet Systems Consortium. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/tests/config_data_unittests.cc b/src/lib/config/tests/config_data_unittests.cc index df733c2f6a..9c847237e0 100644 --- a/src/lib/config/tests/config_data_unittests.cc +++ b/src/lib/config/tests/config_data_unittests.cc @@ -1,5 +1,5 @@ -// Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/tests/data_def_unittests_config.h.in b/src/lib/config/tests/data_def_unittests_config.h.in index c39560e7d6..0837f846d8 100644 --- a/src/lib/config/tests/data_def_unittests_config.h.in +++ b/src/lib/config/tests/data_def_unittests_config.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2009, 2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/tests/module_spec_unittests.cc b/src/lib/config/tests/module_spec_unittests.cc index d0eb58c54d..5d1aa2a75d 100644 --- a/src/lib/config/tests/module_spec_unittests.cc +++ b/src/lib/config/tests/module_spec_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009, 2011, 2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/lib/config/tests/run_unittests.cc b/src/lib/config/tests/run_unittests.cc index 573d0834c2..c996e816d2 100644 --- a/src/lib/config/tests/run_unittests.cc +++ b/src/lib/config/tests/run_unittests.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2009-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this |