From d62e0baee8ee3cccced41746ef09fc3e01f401d5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 2 Jan 2014 20:00:23 +0100 Subject: [PATCH] Happy new year Omit copyright year range from most source files. We don't want to update them every year anymore. --- LICENSE | 2 +- README | 2 +- configure.ac | 2 +- doc/entities.ent | 2 +- include/yazpp/cql2rpn.h | 2 +- include/yazpp/gdu.h | 2 +- include/yazpp/gduqueue.h | 2 +- include/yazpp/ir-assoc.h | 2 +- include/yazpp/limit-connect.h | 2 +- include/yazpp/pdu-assoc.h | 2 +- include/yazpp/pdu-observer.h | 2 +- include/yazpp/query.h | 2 +- include/yazpp/record-cache.h | 2 +- include/yazpp/socket-manager.h | 2 +- include/yazpp/socket-observer.h | 2 +- include/yazpp/timestat.h | 2 +- include/yazpp/z-assoc.h | 2 +- include/yazpp/z-databases.h | 2 +- include/yazpp/z-query.h | 2 +- include/yazpp/z-server.h | 2 +- src/gdu.cpp | 2 +- src/gduqueue.cpp | 2 +- src/limit-connect.cpp | 2 +- src/pdu-observer.cpp | 2 +- src/query.cpp | 2 +- src/socket-observer.cpp | 2 +- src/test_gdu.cpp | 2 +- src/test_query.cpp | 2 +- src/timestat.cpp | 2 +- src/yaz-cql2rpn.cpp | 2 +- src/yaz-ir-assoc.cpp | 2 +- src/yaz-marc-sample.cpp | 2 +- src/yaz-my-client.cpp | 2 +- src/yaz-my-server.cpp | 2 +- src/yaz-pdu-assoc-thread.cpp | 2 +- src/yaz-pdu-assoc.cpp | 2 +- src/yaz-socket-manager.cpp | 2 +- src/yaz-z-assoc.cpp | 2 +- src/yaz-z-cache.cpp | 2 +- src/yaz-z-databases.cpp | 2 +- src/yaz-z-query.cpp | 2 +- src/yaz-z-server-ill.cpp | 2 +- src/yaz-z-server-sr.cpp | 2 +- src/yaz-z-server-update.cpp | 2 +- src/yaz-z-server.cpp | 2 +- src/z-server.cpp | 2 +- win/makefile | 6 +++--- zlint/test-init-01.cpp | 2 +- zlint/test-init-02.cpp | 2 +- zlint/test-init-03.cpp | 2 +- zlint/test-init-04.cpp | 2 +- zlint/test-init-05.cpp | 2 +- zlint/test-init-06.cpp | 2 +- zlint/test-init-07.cpp | 2 +- zlint/test-init-08.cpp | 2 +- zlint/test-scan-01.cpp | 2 +- zlint/test-search-01.cpp | 2 +- zlint/zlint.cpp | 2 +- zlint/zlint.h | 2 +- 59 files changed, 61 insertions(+), 61 deletions(-) diff --git a/LICENSE b/LICENSE index 8ab1fa7..1aaa91e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 1998-2013 Index Data and Mike Taylor +Copyright (C) 1998-2014 Index Data and Mike Taylor All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README b/README index 5fbd09b..89ac336 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ YAZ++ AKA yazpp - A C++ library for YAZ and a ZOOM C++ API. -Copyright (C) 1998-2013 Index Data +Copyright (C) 1998-2014, Index Data See the file LICENSE for details. Introduction diff --git a/configure.ac b/configure.ac index 6589be7..cf64d05 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl This file is part of yazpp -dnl Copyright (C) 1998-2013 Index Data +dnl Copyright (C) Index Data AC_PREREQ(2.60) AC_INIT([yazpp], m4_esyscmd([. ./IDMETA; echo $VERSION|tr -d '\n']), diff --git a/doc/entities.ent b/doc/entities.ent index bd43577..dde251c 100644 --- a/doc/entities.ent +++ b/doc/entities.ent @@ -3,4 +3,4 @@ - + diff --git a/include/yazpp/cql2rpn.h b/include/yazpp/cql2rpn.h index be64ff9..d518808 100644 --- a/include/yazpp/cql2rpn.h +++ b/include/yazpp/cql2rpn.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/gdu.h b/include/yazpp/gdu.h index 61ef6c6..daa582c 100644 --- a/include/yazpp/gdu.h +++ b/include/yazpp/gdu.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/gduqueue.h b/include/yazpp/gduqueue.h index 7efc47f..c3b8447 100644 --- a/include/yazpp/gduqueue.h +++ b/include/yazpp/gduqueue.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/ir-assoc.h b/include/yazpp/ir-assoc.h index 088bc9d..a197740 100644 --- a/include/yazpp/ir-assoc.h +++ b/include/yazpp/ir-assoc.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/limit-connect.h b/include/yazpp/limit-connect.h index 5aabec9..ae032b3 100644 --- a/include/yazpp/limit-connect.h +++ b/include/yazpp/limit-connect.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/pdu-assoc.h b/include/yazpp/pdu-assoc.h index 2c2a9d8..a108b28 100644 --- a/include/yazpp/pdu-assoc.h +++ b/include/yazpp/pdu-assoc.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/pdu-observer.h b/include/yazpp/pdu-observer.h index a0f67ff..21f4151 100644 --- a/include/yazpp/pdu-observer.h +++ b/include/yazpp/pdu-observer.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/query.h b/include/yazpp/query.h index 6b0e6d3..219df95 100644 --- a/include/yazpp/query.h +++ b/include/yazpp/query.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/record-cache.h b/include/yazpp/record-cache.h index 027f064..40abacb 100644 --- a/include/yazpp/record-cache.h +++ b/include/yazpp/record-cache.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/socket-manager.h b/include/yazpp/socket-manager.h index 96a5543..dca9903 100644 --- a/include/yazpp/socket-manager.h +++ b/include/yazpp/socket-manager.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/socket-observer.h b/include/yazpp/socket-observer.h index 53060ef..d5d4349 100644 --- a/include/yazpp/socket-observer.h +++ b/include/yazpp/socket-observer.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/timestat.h b/include/yazpp/timestat.h index 98bbc97..69bf56b 100644 --- a/include/yazpp/timestat.h +++ b/include/yazpp/timestat.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/z-assoc.h b/include/yazpp/z-assoc.h index fcd3bbe..7fe7b21 100644 --- a/include/yazpp/z-assoc.h +++ b/include/yazpp/z-assoc.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/z-databases.h b/include/yazpp/z-databases.h index 822949b..361bcda 100644 --- a/include/yazpp/z-databases.h +++ b/include/yazpp/z-databases.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/z-query.h b/include/yazpp/z-query.h index d8ea12b..9eb992b 100644 --- a/include/yazpp/z-query.h +++ b/include/yazpp/z-query.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/include/yazpp/z-server.h b/include/yazpp/z-server.h index 3ec874a..30952ae 100644 --- a/include/yazpp/z-server.h +++ b/include/yazpp/z-server.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/gdu.cpp b/src/gdu.cpp index 467ded2..9c6f6dc 100644 --- a/src/gdu.cpp +++ b/src/gdu.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/gduqueue.cpp b/src/gduqueue.cpp index a997eba..5018e03 100644 --- a/src/gduqueue.cpp +++ b/src/gduqueue.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/limit-connect.cpp b/src/limit-connect.cpp index 776a574..3fb0139 100644 --- a/src/limit-connect.cpp +++ b/src/limit-connect.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/pdu-observer.cpp b/src/pdu-observer.cpp index 5639108..d9c4ced 100644 --- a/src/pdu-observer.cpp +++ b/src/pdu-observer.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/query.cpp b/src/query.cpp index 3d461d3..209041f 100644 --- a/src/query.cpp +++ b/src/query.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/socket-observer.cpp b/src/socket-observer.cpp index 15cd97e..ed72713 100644 --- a/src/socket-observer.cpp +++ b/src/socket-observer.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/test_gdu.cpp b/src/test_gdu.cpp index 31319d9..a242903 100644 --- a/src/test_gdu.cpp +++ b/src/test_gdu.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/test_query.cpp b/src/test_query.cpp index 28acf6a..d7f68ab 100644 --- a/src/test_query.cpp +++ b/src/test_query.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/timestat.cpp b/src/timestat.cpp index 71ada34..fe118c0 100644 --- a/src/timestat.cpp +++ b/src/timestat.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/yaz-cql2rpn.cpp b/src/yaz-cql2rpn.cpp index 7b67975..62f50fe 100644 --- a/src/yaz-cql2rpn.cpp +++ b/src/yaz-cql2rpn.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-ir-assoc.cpp b/src/yaz-ir-assoc.cpp index c59359f..0978e06 100644 --- a/src/yaz-ir-assoc.cpp +++ b/src/yaz-ir-assoc.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-marc-sample.cpp b/src/yaz-marc-sample.cpp index 86c8039..a20a86b 100644 --- a/src/yaz-marc-sample.cpp +++ b/src/yaz-marc-sample.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-my-client.cpp b/src/yaz-my-client.cpp index 09c489d..cfe1a0b 100644 --- a/src/yaz-my-client.cpp +++ b/src/yaz-my-client.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-my-server.cpp b/src/yaz-my-server.cpp index b4678ca..56683aa 100644 --- a/src/yaz-my-server.cpp +++ b/src/yaz-my-server.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-pdu-assoc-thread.cpp b/src/yaz-pdu-assoc-thread.cpp index 9eac713..4eb8c3d 100644 --- a/src/yaz-pdu-assoc-thread.cpp +++ b/src/yaz-pdu-assoc-thread.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-pdu-assoc.cpp b/src/yaz-pdu-assoc.cpp index 01cdb58..2bcfe1a 100644 --- a/src/yaz-pdu-assoc.cpp +++ b/src/yaz-pdu-assoc.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-socket-manager.cpp b/src/yaz-socket-manager.cpp index c78c529..b1aa643 100644 --- a/src/yaz-socket-manager.cpp +++ b/src/yaz-socket-manager.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-z-assoc.cpp b/src/yaz-z-assoc.cpp index 480074f..56bc9ad 100644 --- a/src/yaz-z-assoc.cpp +++ b/src/yaz-z-assoc.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-z-cache.cpp b/src/yaz-z-cache.cpp index f023924..8446bd5 100644 --- a/src/yaz-z-cache.cpp +++ b/src/yaz-z-cache.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-z-databases.cpp b/src/yaz-z-databases.cpp index 01b181d..9509c0b 100644 --- a/src/yaz-z-databases.cpp +++ b/src/yaz-z-databases.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-z-query.cpp b/src/yaz-z-query.cpp index 9dc3781..8a9b8d0 100644 --- a/src/yaz-z-query.cpp +++ b/src/yaz-z-query.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-z-server-ill.cpp b/src/yaz-z-server-ill.cpp index 1093bb8..238e4ad 100644 --- a/src/yaz-z-server-ill.cpp +++ b/src/yaz-z-server-ill.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-z-server-sr.cpp b/src/yaz-z-server-sr.cpp index 0fb2ce4..e6c74cd 100644 --- a/src/yaz-z-server-sr.cpp +++ b/src/yaz-z-server-sr.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-z-server-update.cpp b/src/yaz-z-server-update.cpp index a6f2d1a..632124e 100644 --- a/src/yaz-z-server-update.cpp +++ b/src/yaz-z-server-update.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/yaz-z-server.cpp b/src/yaz-z-server.cpp index f455975..d184e71 100644 --- a/src/yaz-z-server.cpp +++ b/src/yaz-z-server.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/src/z-server.cpp b/src/z-server.cpp index ff29939..1268ab5 100644 --- a/src/z-server.cpp +++ b/src/z-server.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/win/makefile b/win/makefile index 4322167..25b78cc 100644 --- a/win/makefile +++ b/win/makefile @@ -1,8 +1,8 @@ -# Copyright (C) 1998-2013 Index Data -# All rights reserved. +# This file is part of the yazpp toolkit +# Copyright (C) Index Data +# See the file LICENSE for details. # Parameters - DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 1 # Can be enabled Visual Studio 2005 diff --git a/zlint/test-init-01.cpp b/zlint/test-init-01.cpp index ed3ad9d..afff9d9 100644 --- a/zlint/test-init-01.cpp +++ b/zlint/test-init-01.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-init-02.cpp b/zlint/test-init-02.cpp index bbac200..7684f46 100644 --- a/zlint/test-init-02.cpp +++ b/zlint/test-init-02.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-init-03.cpp b/zlint/test-init-03.cpp index 26ea060..034e450 100644 --- a/zlint/test-init-03.cpp +++ b/zlint/test-init-03.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-init-04.cpp b/zlint/test-init-04.cpp index 2fe3d82..97b7802 100644 --- a/zlint/test-init-04.cpp +++ b/zlint/test-init-04.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-init-05.cpp b/zlint/test-init-05.cpp index 580f48c..9227056 100644 --- a/zlint/test-init-05.cpp +++ b/zlint/test-init-05.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-init-06.cpp b/zlint/test-init-06.cpp index cfbbf01..ca77010 100644 --- a/zlint/test-init-06.cpp +++ b/zlint/test-init-06.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-init-07.cpp b/zlint/test-init-07.cpp index 2bb9fdc..45aa574 100644 --- a/zlint/test-init-07.cpp +++ b/zlint/test-init-07.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-init-08.cpp b/zlint/test-init-08.cpp index ada6fa2..3290660 100644 --- a/zlint/test-init-08.cpp +++ b/zlint/test-init-08.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-scan-01.cpp b/zlint/test-scan-01.cpp index 151066a..d4eeef4 100644 --- a/zlint/test-scan-01.cpp +++ b/zlint/test-scan-01.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/test-search-01.cpp b/zlint/test-search-01.cpp index 1de41f7..9c8d7cb 100644 --- a/zlint/test-search-01.cpp +++ b/zlint/test-search-01.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/zlint.cpp b/zlint/zlint.cpp index 323a393..78f96e6 100644 --- a/zlint/zlint.cpp +++ b/zlint/zlint.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * See the file LICENSE for details. */ diff --git a/zlint/zlint.h b/zlint/zlint.h index 64fac53..73cb248 100644 --- a/zlint/zlint.h +++ b/zlint/zlint.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data and Mike Taylor * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: -- 1.7.10.4