comparison src/main.cpp @ 644:ae67ea0af696

Update copyright dates
author Chris Cannam
date Mon, 07 Jan 2013 10:57:08 +0000
parents 0e0844310914
children 751b21af6b6f
comparison
equal deleted inserted replaced
643:0e0844310914 644:ae67ea0af696
3 /* 3 /*
4 EasyMercurial 4 EasyMercurial
5 5
6 Based on HgExplorer by Jari Korhonen 6 Based on HgExplorer by Jari Korhonen
7 Copyright (c) 2010 Jari Korhonen 7 Copyright (c) 2010 Jari Korhonen
8 Copyright (c) 2012 Chris Cannam 8 Copyright (c) 2013 Chris Cannam
9 Copyright (c) 2012 Queen Mary, University of London 9 Copyright (c) 2013 Queen Mary, University of London
10 10
11 This program is free software; you can redistribute it and/or 11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License as 12 modify it under the terms of the GNU General Public License as
13 published by the Free Software Foundation; either version 2 of the 13 published by the Free Software Foundation; either version 2 of the
14 License, or (at your option) any later version. See the file 14 License, or (at your option) any later version. See the file
32 if (argc == 2 && 32 if (argc == 2 &&
33 (!strcmp(argv[1], "-v") || 33 (!strcmp(argv[1], "-v") ||
34 !strcmp(argv[1], "--version"))) { 34 !strcmp(argv[1], "--version"))) {
35 cout << "EasyMercurial v" << EASYHG_VERSION << "\n" 35 cout << "EasyMercurial v" << EASYHG_VERSION << "\n"
36 << "Copyright (c) 2010 Jari Korhonen\n" 36 << "Copyright (c) 2010 Jari Korhonen\n"
37 << "Copyright (c) 2012 Chris Cannam\n" 37 << "Copyright (c) 2013 Chris Cannam\n"
38 << "Copyright (c) 2012 Queen Mary, University of London\n" 38 << "Copyright (c) 2013 Queen Mary, University of London\n"
39 << "This program is free software; you can redistribute it and/or\n" 39 << "This program is free software; you can redistribute it and/or\n"
40 << "modify it under the terms of the GNU General Public License as\n" 40 << "modify it under the terms of the GNU General Public License as\n"
41 << "published by the Free Software Foundation; either version 2 of the\n" 41 << "published by the Free Software Foundation; either version 2 of the\n"
42 << "License, or (at your option) any later version. See the file\n" 42 << "License, or (at your option) any later version. See the file\n"
43 << "COPYING included with this distribution for more information." 43 << "COPYING included with this distribution for more information."