[Pcre-svn] [367] code/trunk: Add missing copyright to pcrecp…

Página Inicial
Delete this message
Autor: Subversion repository
Data:  
Para: pcre-svn
Assunto: [Pcre-svn] [367] code/trunk: Add missing copyright to pcrecpp_internal.h
Revision: 367
          http://vcs.pcre.org/viewvc?view=rev&revision=367
Author:   ph10
Date:     2008-08-24 12:25:07 +0100 (Sun, 24 Aug 2008)


Log Message:
-----------
Add missing copyright to pcrecpp_internal.h

Modified Paths:
--------------
    code/trunk/configure.ac
    code/trunk/pcrecpp_internal.h


Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2008-07-14 15:45:32 UTC (rev 366)
+++ code/trunk/configure.ac    2008-08-24 11:25:07 UTC (rev 367)
@@ -6,10 +6,10 @@
 dnl be defined as -RC2, for example. For real releases, it should be defined
 dnl empty.


-m4_define(pcre_major, [8])
-m4_define(pcre_minor, [0])
-m4_define(pcre_prerelease, [-RC0])
-m4_define(pcre_date, [2008-07-04])
+m4_define(pcre_major, [7])
+m4_define(pcre_minor, [8])
+m4_define(pcre_prerelease, [-RC1])
+m4_define(pcre_date, [2008-08-25])

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

Modified: code/trunk/pcrecpp_internal.h
===================================================================
--- code/trunk/pcrecpp_internal.h    2008-07-14 15:45:32 UTC (rev 366)
+++ code/trunk/pcrecpp_internal.h    2008-08-24 11:25:07 UTC (rev 367)
@@ -3,6 +3,9 @@
 *************************************************/


/*
+Copyright (c) 2005, Google Inc.
+All rights reserved.
+
-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: