##// END OF EJS Templates
doc: bump copyright year
Kevin Bullock -
r20227:9c963a43 default
parent child Browse files
Show More
@@ -140,7 +140,7 b' editor = whatever'
140 </p>
140 </p>
141
141
142 <p>
142 <p>
143 Mercurial is Copyright 2005-2013 Matt Mackall and others. See
143 Mercurial is Copyright 2005-2014 Matt Mackall and others. See
144 the <tt>Contributors.txt</tt> file for a list of contributors.
144 the <tt>Contributors.txt</tt> file for a list of contributors.
145 </p>
145 </p>
146
146
@@ -5888,7 +5888,7 b' def version_(ui):'
5888 % util.version())
5888 % util.version())
5889 ui.status(_(
5889 ui.status(_(
5890 "(see http://mercurial.selenic.com for more information)\n"
5890 "(see http://mercurial.selenic.com for more information)\n"
5891 "\nCopyright (C) 2005-2013 Matt Mackall and others\n"
5891 "\nCopyright (C) 2005-2014 Matt Mackall and others\n"
5892 "This is free software; see the source for copying conditions. "
5892 "This is free software; see the source for copying conditions. "
5893 "There is NO\nwarranty; "
5893 "There is NO\nwarranty; "
5894 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5894 "not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
@@ -112,7 +112,7 b' Mailing list: http://selenic.com/mailman'
112
112
113 Copying
113 Copying
114 """""""
114 """""""
115 Copyright (C) 2005-2013 Matt Mackall.
115 Copyright (C) 2005-2014 Matt Mackall.
116 Free use of this software is granted under the terms of the GNU General
116 Free use of this software is granted under the terms of the GNU General
117 Public License version 2 or any later version.
117 Public License version 2 or any later version.
118
118
@@ -26,7 +26,7 b' See Also'
26 Copying
26 Copying
27 =======
27 =======
28 This manual page is copyright 2006 Vadim Gelfer.
28 This manual page is copyright 2006 Vadim Gelfer.
29 Mercurial is copyright 2005-2013 Matt Mackall.
29 Mercurial is copyright 2005-2014 Matt Mackall.
30 Free use of this software is granted under the terms of the GNU General
30 Free use of this software is granted under the terms of the GNU General
31 Public License version 2 or any later version.
31 Public License version 2 or any later version.
32
32
@@ -34,7 +34,7 b' See Also'
34 Copying
34 Copying
35 =======
35 =======
36 This manual page is copyright 2005 Bryan O'Sullivan.
36 This manual page is copyright 2005 Bryan O'Sullivan.
37 Mercurial is copyright 2005-2013 Matt Mackall.
37 Mercurial is copyright 2005-2014 Matt Mackall.
38 Free use of this software is granted under the terms of the GNU General
38 Free use of this software is granted under the terms of the GNU General
39 Public License version 2 or any later version.
39 Public License version 2 or any later version.
40
40
@@ -341,7 +341,7 b' Test help option with version option'
341 Mercurial Distributed SCM (version *) (glob)
341 Mercurial Distributed SCM (version *) (glob)
342 (see http://mercurial.selenic.com for more information)
342 (see http://mercurial.selenic.com for more information)
343
343
344 Copyright (C) 2005-2013 Matt Mackall and others
344 Copyright (C) 2005-2014 Matt Mackall and others
345 This is free software; see the source for copying conditions. There is NO
345 This is free software; see the source for copying conditions. There is NO
346 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
346 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
347
347
@@ -58,7 +58,7 b' issue1829: wrong indentation'
58 Mercurial Distributed SCM (version *) (glob)
58 Mercurial Distributed SCM (version *) (glob)
59 (see http://mercurial.selenic.com for more information)
59 (see http://mercurial.selenic.com for more information)
60
60
61 Copyright (C) 2005-2013 Matt Mackall and others
61 Copyright (C) 2005-2014 Matt Mackall and others
62 This is free software; see the source for copying conditions. There is NO
62 This is free software; see the source for copying conditions. There is NO
63 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
63 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
64 $ unset FAKEPATH
64 $ unset FAKEPATH
General Comments 0
You need to be logged in to leave comments. Login now