From ba5951a80fdd0da1d28c318852b69a1178cd6bfa Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Jan 2010 13:21:09 +0100 Subject: [PATCH] Bump copyright year --- README | 2 +- doc/Makefile.am | 2 +- doc/entities.ent | 2 +- src/charsets.c | 2 +- src/charsets.h | 2 +- src/client.c | 2 +- src/client.h | 2 +- src/connection.c | 2 +- src/connection.h | 2 +- src/database.c | 2 +- src/database.h | 2 +- src/dirent.c | 2 +- src/eventl.c | 4 ++-- src/eventl.h | 2 +- src/getaddrinfo.c | 2 +- src/host.h | 2 +- src/http.c | 2 +- src/http.h | 2 +- src/http_command.c | 2 +- src/jenkins_hash.c | 2 +- src/jenkins_hash.h | 2 +- src/logic.c | 2 +- src/marchash.c | 2 +- src/marchash.h | 2 +- src/marcmap.c | 2 +- src/marcmap.h | 2 +- src/normalize7bit.c | 2 +- src/normalize7bit.h | 2 +- src/normalize_cache.c | 2 +- src/normalize_cache.h | 2 +- src/normalize_record.c | 2 +- src/normalize_record.h | 2 +- src/parameters.h | 2 +- src/pazpar2.c | 2 +- src/pazpar2.h | 2 +- src/pazpar2_config.c | 2 +- src/pazpar2_config.h | 2 +- src/reclists.c | 2 +- src/reclists.h | 2 +- src/record.c | 2 +- src/record.h | 2 +- src/relevance.c | 2 +- src/relevance.h | 2 +- src/sel_thread.c | 2 +- src/sel_thread.h | 2 +- src/settings.c | 2 +- src/settings.h | 2 +- src/termlists.c | 2 +- src/termlists.h | 2 +- src/test_normalize.c | 2 +- src/test_sel_thread.c | 2 +- src/zeerex.c | 2 +- src/zeerex.h | 2 +- win/makefile | 2 +- 54 files changed, 55 insertions(+), 55 deletions(-) diff --git a/README b/README index 466fe8b..b9830ed 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Pazpar2 is a high-performance, user interface-independent, data model-independent metasearching middleware featuring merging, relevance ranking, record sorting, and faceted results. -Copyright (C) 2006-2009, Index Data. See the file LICENSE for details. +Copyright (C) 2006-2010, Index Data. See the file LICENSE for details. Installation instructions and documentation is found in directory 'doc' and on-line at http://www.indexdata.com/pazpar2/ . diff --git a/doc/Makefile.am b/doc/Makefile.am index 0188dbb..7c8f0f5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -62,7 +62,7 @@ dist-hook: done doc-clean: - rm -f *.html *.[0-9] *.pdf + rm -f manref.xml *.html *.[0-9] *.pdf install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ diff --git a/doc/entities.ent b/doc/entities.ent index a699f4a..81c1f34 100644 --- a/doc/entities.ent +++ b/doc/entities.ent @@ -1,5 +1,5 @@ - + diff --git a/src/charsets.c b/src/charsets.c index f71f4c8..0eefa07 100644 --- a/src/charsets.c +++ b/src/charsets.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/charsets.h b/src/charsets.h index 8d1efba..b09a78a 100644 --- a/src/charsets.h +++ b/src/charsets.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/client.c b/src/client.c index 97c03af..be1bae9 100644 --- a/src/client.c +++ b/src/client.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/client.h b/src/client.h index eabaa83..ff2e34b 100644 --- a/src/client.h +++ b/src/client.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/connection.c b/src/connection.c index 8df4ac7..5e6dae3 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/connection.h b/src/connection.h index 1580c7b..23bf4d7 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/database.c b/src/database.c index 838c0dc..fa531b5 100644 --- a/src/database.c +++ b/src/database.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/database.h b/src/database.h index 64a46cd..1d73161 100644 --- a/src/database.h +++ b/src/database.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/dirent.c b/src/dirent.c index 16d24f4..1349fae 100644 --- a/src/dirent.c +++ b/src/dirent.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/eventl.c b/src/eventl.c index f2608cd..bda6cd0 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA /* * Based on ParaZ - a simple tool for harvesting performance data for * parallel operations using Z39.50. - * Copyright (C) 2006-2009 Index Data ApS + * Copyright (C) 2006-2010 Index Data ApS * See LICENSE file for details. */ diff --git a/src/eventl.h b/src/eventl.h index b31fca2..0a6b07f 100644 --- a/src/eventl.h +++ b/src/eventl.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/getaddrinfo.c b/src/getaddrinfo.c index 4718f5b..f1525ea 100644 --- a/src/getaddrinfo.c +++ b/src/getaddrinfo.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/host.h b/src/host.h index 180d55a..c76702e 100644 --- a/src/host.h +++ b/src/host.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/http.c b/src/http.c index 6ca8bd8..05198d6 100644 --- a/src/http.c +++ b/src/http.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/http.h b/src/http.h index f24147b..2a5d1fe 100644 --- a/src/http.h +++ b/src/http.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/http_command.c b/src/http_command.c index 9989ac8..badb77b 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/jenkins_hash.c b/src/jenkins_hash.c index 1f0cd8b..73ad411 100644 --- a/src/jenkins_hash.c +++ b/src/jenkins_hash.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/jenkins_hash.h b/src/jenkins_hash.h index f47e559..108c6e6 100644 --- a/src/jenkins_hash.h +++ b/src/jenkins_hash.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/logic.c b/src/logic.c index 1d34bee..e1e9b90 100644 --- a/src/logic.c +++ b/src/logic.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/marchash.c b/src/marchash.c index 4e7d0f8..ea25f6f 100644 --- a/src/marchash.c +++ b/src/marchash.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/marchash.h b/src/marchash.h index 54200b9..3f0418f 100644 --- a/src/marchash.h +++ b/src/marchash.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/marcmap.c b/src/marcmap.c index fb76338..7b62c1e 100644 --- a/src/marcmap.c +++ b/src/marcmap.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/marcmap.h b/src/marcmap.h index 8e5846c..96c51b3 100644 --- a/src/marcmap.h +++ b/src/marcmap.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/normalize7bit.c b/src/normalize7bit.c index cfa59bb..83d52ec 100644 --- a/src/normalize7bit.c +++ b/src/normalize7bit.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/normalize7bit.h b/src/normalize7bit.h index 72aac93..9056c3e 100644 --- a/src/normalize7bit.h +++ b/src/normalize7bit.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/normalize_cache.c b/src/normalize_cache.c index 7b0baea..e67eedb 100644 --- a/src/normalize_cache.c +++ b/src/normalize_cache.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/normalize_cache.h b/src/normalize_cache.h index a33b0a0..a076e32 100644 --- a/src/normalize_cache.h +++ b/src/normalize_cache.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/normalize_record.c b/src/normalize_record.c index dfca8bb..6a2ab5e 100644 --- a/src/normalize_record.c +++ b/src/normalize_record.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/normalize_record.h b/src/normalize_record.h index 2857f8d..2ef4824 100644 --- a/src/normalize_record.h +++ b/src/normalize_record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/parameters.h b/src/parameters.h index 22c65a1..abeaca6 100644 --- a/src/parameters.h +++ b/src/parameters.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/pazpar2.c b/src/pazpar2.c index 71e7d2b..4905399 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/pazpar2.h b/src/pazpar2.h index 6c4faae..d03cfa0 100644 --- a/src/pazpar2.h +++ b/src/pazpar2.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/pazpar2_config.c b/src/pazpar2_config.c index 2ceda81..b375b38 100644 --- a/src/pazpar2_config.c +++ b/src/pazpar2_config.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index 79bd227..65ea5cc 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/reclists.c b/src/reclists.c index 9b9b258..a4b1ac0 100644 --- a/src/reclists.c +++ b/src/reclists.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/reclists.h b/src/reclists.h index a356431..42aff14 100644 --- a/src/reclists.h +++ b/src/reclists.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/record.c b/src/record.c index d5e1b81..5fb908d 100644 --- a/src/record.c +++ b/src/record.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/record.h b/src/record.h index ac38ad3..57a4789 100644 --- a/src/record.h +++ b/src/record.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/relevance.c b/src/relevance.c index 0234d91..a63abaf 100644 --- a/src/relevance.c +++ b/src/relevance.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/relevance.h b/src/relevance.h index 28f4daa..6bd2d42 100644 --- a/src/relevance.h +++ b/src/relevance.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/sel_thread.c b/src/sel_thread.c index 358ab3a..bb52c3c 100644 --- a/src/sel_thread.c +++ b/src/sel_thread.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/sel_thread.h b/src/sel_thread.h index 5253f01..84ff5f4 100644 --- a/src/sel_thread.h +++ b/src/sel_thread.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/settings.c b/src/settings.c index 34159eb..7e25f20 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/settings.h b/src/settings.h index 44ebd6d..8f16dc3 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/termlists.c b/src/termlists.c index 3646d67..b40e5b0 100644 --- a/src/termlists.c +++ b/src/termlists.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/termlists.h b/src/termlists.h index d3a5b1b..f7d080b 100644 --- a/src/termlists.h +++ b/src/termlists.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/test_normalize.c b/src/test_normalize.c index 50fecb3..8cd2b2a 100644 --- a/src/test_normalize.c +++ b/src/test_normalize.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/test_sel_thread.c b/src/test_sel_thread.c index 971f2d2..896234e 100644 --- a/src/test_sel_thread.c +++ b/src/test_sel_thread.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/zeerex.c b/src/zeerex.c index dcfc4b7..82ac08d 100644 --- a/src/zeerex.c +++ b/src/zeerex.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/src/zeerex.h b/src/zeerex.h index bcb7be9..0f427aa 100644 --- a/src/zeerex.h +++ b/src/zeerex.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2009 Index Data + Copyright (C) 2006-2010 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/win/makefile b/win/makefile index 4146b16..8847515 100644 --- a/win/makefile +++ b/win/makefile @@ -1,5 +1,5 @@ # This file is part of Pazpar2. -# Copyright (C) 2006-2009 Index Data +# Copyright (C) 2006-2010 Index Data DEBUG=0 # 0 for release, 1 for debug USE_MANIFEST = 0 # Can be enabled Visual Studio 2005/2008 -- 1.7.10.4