[Pcre-svn] [830] code/branches/pcre16: Update version and up…

Startseite
Nachricht löschen
Autor: Subversion repository
Datum:  
To: pcre-svn
Betreff: [Pcre-svn] [830] code/branches/pcre16: Update version and update many copyright dates.
Revision: 830
          http://vcs.pcre.org/viewvc?view=rev&revision=830
Author:   ph10
Date:     2011-12-27 15:37:13 +0000 (Tue, 27 Dec 2011)


Log Message:
-----------
Update version and update many copyright dates.

Modified Paths:
--------------
    code/branches/pcre16/AUTHORS
    code/branches/pcre16/LICENCE
    code/branches/pcre16/configure.ac
    code/branches/pcre16/dftables.c
    code/branches/pcre16/pcre.h.in
    code/branches/pcre16/pcre16_byte_order.c
    code/branches/pcre16/pcre16_chartables.c
    code/branches/pcre16/pcre16_compile.c
    code/branches/pcre16/pcre16_config.c
    code/branches/pcre16/pcre16_dfa_exec.c
    code/branches/pcre16/pcre16_exec.c
    code/branches/pcre16/pcre16_fullinfo.c
    code/branches/pcre16/pcre16_get.c
    code/branches/pcre16/pcre16_globals.c
    code/branches/pcre16/pcre16_jit_compile.c
    code/branches/pcre16/pcre16_maketables.c
    code/branches/pcre16/pcre16_newline.c
    code/branches/pcre16/pcre16_ord2utf16.c
    code/branches/pcre16/pcre16_printint.c
    code/branches/pcre16/pcre16_refcount.c
    code/branches/pcre16/pcre16_string_utils.c
    code/branches/pcre16/pcre16_study.c
    code/branches/pcre16/pcre16_tables.c
    code/branches/pcre16/pcre16_ucd.c
    code/branches/pcre16/pcre16_utf16_utils.c
    code/branches/pcre16/pcre16_valid_utf16.c
    code/branches/pcre16/pcre16_version.c
    code/branches/pcre16/pcre16_xclass.c
    code/branches/pcre16/pcre_byte_order.c
    code/branches/pcre16/pcre_compile.c
    code/branches/pcre16/pcre_config.c
    code/branches/pcre16/pcre_dfa_exec.c
    code/branches/pcre16/pcre_exec.c
    code/branches/pcre16/pcre_fullinfo.c
    code/branches/pcre16/pcre_get.c
    code/branches/pcre16/pcre_globals.c
    code/branches/pcre16/pcre_internal.h
    code/branches/pcre16/pcre_jit_compile.c
    code/branches/pcre16/pcre_jit_test.c
    code/branches/pcre16/pcre_maketables.c
    code/branches/pcre16/pcre_newline.c
    code/branches/pcre16/pcre_ord2utf8.c
    code/branches/pcre16/pcre_printint.c
    code/branches/pcre16/pcre_refcount.c
    code/branches/pcre16/pcre_string_utils.c
    code/branches/pcre16/pcre_study.c
    code/branches/pcre16/pcre_tables.c
    code/branches/pcre16/pcre_valid_utf8.c
    code/branches/pcre16/pcre_version.c
    code/branches/pcre16/pcre_xclass.c
    code/branches/pcre16/pcregrep.c
    code/branches/pcre16/pcreposix.c
    code/branches/pcre16/pcreposix.h


Modified: code/branches/pcre16/AUTHORS
===================================================================
--- code/branches/pcre16/AUTHORS    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/AUTHORS    2011-12-27 15:37:13 UTC (rev 830)
@@ -8,7 +8,7 @@
 University of Cambridge Computing Service,
 Cambridge, England.


-Copyright (c) 1997-2011 University of Cambridge
+Copyright (c) 1997-2012 University of Cambridge
All rights reserved


@@ -19,7 +19,7 @@
 Email local part: hzmester
 Emain domain:     freemail.hu


-Copyright(c) 2010-2011 Zoltan Herczeg
+Copyright(c) 2010-2012 Zoltan Herczeg
All rights reserved.


@@ -30,7 +30,7 @@
 Email local part: hzmester
 Emain domain:     freemail.hu


-Copyright(c) 2009-2011 Zoltan Herczeg
+Copyright(c) 2009-2012 Zoltan Herczeg
All rights reserved.


@@ -39,7 +39,7 @@

 Written by:       Google Inc.


-Copyright (c) 2007-2011 Google Inc
+Copyright (c) 2007-2012 Google Inc
All rights reserved

####

Modified: code/branches/pcre16/LICENCE
===================================================================
--- code/branches/pcre16/LICENCE    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/LICENCE    2011-12-27 15:37:13 UTC (rev 830)
@@ -24,7 +24,7 @@
 University of Cambridge Computing Service,
 Cambridge, England.


-Copyright (c) 1997-2011 University of Cambridge
+Copyright (c) 1997-2012 University of Cambridge
All rights reserved.


@@ -35,7 +35,7 @@
 Email local part: hzmester
 Emain domain:     freemail.hu


-Copyright(c) 2010-2011 Zoltan Herczeg
+Copyright(c) 2010-2012 Zoltan Herczeg
All rights reserved.


@@ -46,7 +46,7 @@
 Email local part: hzmester
 Emain domain:     freemail.hu


-Copyright(c) 2009-2011 Zoltan Herczeg
+Copyright(c) 2009-2012 Zoltan Herczeg
All rights reserved.


@@ -55,7 +55,7 @@

Contributed by: Google Inc.

-Copyright (c) 2007-2011, Google Inc.
+Copyright (c) 2007-2012, Google Inc.
All rights reserved.



Modified: code/branches/pcre16/configure.ac
===================================================================
--- code/branches/pcre16/configure.ac    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/configure.ac    2011-12-27 15:37:13 UTC (rev 830)
@@ -9,9 +9,9 @@
 dnl be defined as -RC2, for example. For real releases, it should be empty.


m4_define(pcre_major, [8])
-m4_define(pcre_minor, [22])
-m4_define(pcre_prerelease, [])
-m4_define(pcre_date, [2011-12-12])
+m4_define(pcre_minor, [30])
+m4_define(pcre_prerelease, [-PT1])
+m4_define(pcre_date, [2012-01-01])

# Libtool shared library interface versions (current:revision:age)
m4_define(libpcre_version, [0:1:0])

Modified: code/branches/pcre16/dftables.c
===================================================================
--- code/branches/pcre16/dftables.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/dftables.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre.h.in
===================================================================
--- code/branches/pcre16/pcre.h.in    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre.h.in    2011-12-27 15:37:13 UTC (rev 830)
@@ -5,7 +5,7 @@
 /* This is the public header file for the PCRE library, to be #included by
 applications that call the PCRE functions.


-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_byte_order.c
===================================================================
--- code/branches/pcre16/pcre16_byte_order.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_byte_order.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_chartables.c
===================================================================
--- code/branches/pcre16/pcre16_chartables.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_chartables.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_compile.c
===================================================================
--- code/branches/pcre16/pcre16_compile.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_compile.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_config.c
===================================================================
--- code/branches/pcre16/pcre16_config.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_config.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_dfa_exec.c
===================================================================
--- code/branches/pcre16/pcre16_dfa_exec.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_dfa_exec.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_exec.c
===================================================================
--- code/branches/pcre16/pcre16_exec.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_exec.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_fullinfo.c
===================================================================
--- code/branches/pcre16/pcre16_fullinfo.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_fullinfo.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_get.c
===================================================================
--- code/branches/pcre16/pcre16_get.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_get.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_globals.c
===================================================================
--- code/branches/pcre16/pcre16_globals.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_globals.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_jit_compile.c
===================================================================
--- code/branches/pcre16/pcre16_jit_compile.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_jit_compile.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_maketables.c
===================================================================
--- code/branches/pcre16/pcre16_maketables.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_maketables.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_newline.c
===================================================================
--- code/branches/pcre16/pcre16_newline.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_newline.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_ord2utf16.c
===================================================================
--- code/branches/pcre16/pcre16_ord2utf16.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_ord2utf16.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_printint.c
===================================================================
--- code/branches/pcre16/pcre16_printint.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_printint.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_refcount.c
===================================================================
--- code/branches/pcre16/pcre16_refcount.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_refcount.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_string_utils.c
===================================================================
--- code/branches/pcre16/pcre16_string_utils.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_string_utils.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_study.c
===================================================================
--- code/branches/pcre16/pcre16_study.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_study.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_tables.c
===================================================================
--- code/branches/pcre16/pcre16_tables.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_tables.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_ucd.c
===================================================================
--- code/branches/pcre16/pcre16_ucd.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_ucd.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_utf16_utils.c
===================================================================
--- code/branches/pcre16/pcre16_utf16_utils.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_utf16_utils.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2009 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_valid_utf16.c
===================================================================
--- code/branches/pcre16/pcre16_valid_utf16.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_valid_utf16.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2009 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_version.c
===================================================================
--- code/branches/pcre16/pcre16_version.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_version.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre16_xclass.c
===================================================================
--- code/branches/pcre16/pcre16_xclass.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre16_xclass.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_byte_order.c
===================================================================
--- code/branches/pcre16/pcre_byte_order.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_byte_order.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2009 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_compile.c
===================================================================
--- code/branches/pcre16/pcre_compile.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_compile.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_config.c
===================================================================
--- code/branches/pcre16/pcre_config.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_config.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_dfa_exec.c
===================================================================
--- code/branches/pcre16/pcre_dfa_exec.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_dfa_exec.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -7,7 +7,7 @@
 below for why this module is different).


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_exec.c
===================================================================
--- code/branches/pcre16/pcre_exec.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_exec.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_fullinfo.c
===================================================================
--- code/branches/pcre16/pcre_fullinfo.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_fullinfo.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_get.c
===================================================================
--- code/branches/pcre16/pcre_get.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_get.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_globals.c
===================================================================
--- code/branches/pcre16/pcre_globals.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_globals.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_internal.h
===================================================================
--- code/branches/pcre16/pcre_internal.h    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_internal.h    2011-12-27 15:37:13 UTC (rev 830)
@@ -7,7 +7,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_jit_compile.c
===================================================================
--- code/branches/pcre16/pcre_jit_compile.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_jit_compile.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,10 +6,10 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


   The machine code generator part (this module) was written by Zoltan Herczeg
-                      Copyright (c) 2010-2011
+                      Copyright (c) 2010-2012


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_jit_test.c
===================================================================
--- code/branches/pcre16/pcre_jit_test.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_jit_test.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,10 +6,10 @@
 and semantics are as close as possible to those of the Perl 5 language.


                   Main Library written by Philip Hazel
-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


   This JIT compiler regression test program was written by Zoltan Herczeg
-                      Copyright (c) 2010-2011
+                      Copyright (c) 2010-2012


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_maketables.c
===================================================================
--- code/branches/pcre16/pcre_maketables.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_maketables.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_newline.c
===================================================================
--- code/branches/pcre16/pcre_newline.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_newline.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2009 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_ord2utf8.c
===================================================================
--- code/branches/pcre16/pcre_ord2utf8.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_ord2utf8.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_printint.c
===================================================================
--- code/branches/pcre16/pcre_printint.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_printint.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2010 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_refcount.c
===================================================================
--- code/branches/pcre16/pcre_refcount.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_refcount.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_string_utils.c
===================================================================
--- code/branches/pcre16/pcre_string_utils.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_string_utils.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2010 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_study.c
===================================================================
--- code/branches/pcre16/pcre_study.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_study.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2010 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_tables.c
===================================================================
--- code/branches/pcre16/pcre_tables.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_tables.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2009 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_valid_utf8.c
===================================================================
--- code/branches/pcre16/pcre_valid_utf8.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_valid_utf8.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2009 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_version.c
===================================================================
--- code/branches/pcre16/pcre_version.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_version.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2008 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcre_xclass.c
===================================================================
--- code/branches/pcre16/pcre_xclass.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcre_xclass.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2010 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcregrep.c
===================================================================
--- code/branches/pcre16/pcregrep.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcregrep.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 its pattern matching. On a Unix or Win32 system it can recurse into
 directories.


-           Copyright (c) 1997-2011 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcreposix.c
===================================================================
--- code/branches/pcre16/pcreposix.c    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcreposix.c    2011-12-27 15:37:13 UTC (rev 830)
@@ -6,7 +6,7 @@
 and semantics are as close as possible to those of the Perl 5 language.


                        Written by Philip Hazel
-           Copyright (c) 1997-2010 University of Cambridge
+           Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without

Modified: code/branches/pcre16/pcreposix.h
===================================================================
--- code/branches/pcre16/pcreposix.h    2011-12-27 12:24:23 UTC (rev 829)
+++ code/branches/pcre16/pcreposix.h    2011-12-27 15:37:13 UTC (rev 830)
@@ -9,7 +9,7 @@
 Compatible Regular Expression library. It defines the things POSIX says should
 be there. I hope.


-            Copyright (c) 1997-2009 University of Cambridge
+            Copyright (c) 1997-2012 University of Cambridge


-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without