[Rprotobuf-commits] r409 - in pkg: . inst src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 11 16:05:10 CET 2011
Author: edd
Date: 2011-01-11 16:05:10 +0100 (Tue, 11 Jan 2011)
New Revision: 409
Added:
pkg/inst/THANKS
Modified:
pkg/ChangeLog
pkg/src/DescriptorPoolLookup.cpp
pkg/src/S4_classes.h
pkg/src/wrapper_EnumDescriptor.cpp
pkg/src/wrapper_EnumValueDescriptor.cpp
Log:
added THANKS file (and logged in ChangeLog)
added / updated copyright headers for a few source files
Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog 2011-01-11 02:56:03 UTC (rev 408)
+++ pkg/ChangeLog 2011-01-11 15:05:10 UTC (rev 409)
@@ -1,3 +1,7 @@
+2011-01-11 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/THANKS: Added new file to say Thanks!
+
2011-01-10 Dirk Eddelbuettel <edd at debian.org>
* Applied another patch by Murray Stokely providing:
Added: pkg/inst/THANKS
===================================================================
--- pkg/inst/THANKS (rev 0)
+++ pkg/inst/THANKS 2011-01-11 15:05:10 UTC (rev 409)
@@ -0,0 +1,5 @@
+
+In alphabetical order:
+
+Koert Kuipers for a patch adding raw byte support
+Murray Stokely for several patches and helpful discussions
Modified: pkg/src/DescriptorPoolLookup.cpp
===================================================================
--- pkg/src/DescriptorPoolLookup.cpp 2011-01-11 02:56:03 UTC (rev 408)
+++ pkg/src/DescriptorPoolLookup.cpp 2011-01-11 15:05:10 UTC (rev 409)
@@ -1,3 +1,24 @@
+// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
+//
+// DescriptorPoolLookup.cpp: R/C++ interface class library
+//
+// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
+//
+// This file is part of RProtoBuf.
+//
+// RProtoBuf 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 Software Foundation, either version 2 of the License, or
+// (at your option) any later version.
+//
+// RProtoBuf is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with RProtoBuf. If not, see <http://www.gnu.org/licenses/>.
+
#include "rprotobuf.h"
#include "DescriptorPoolLookup.h"
Modified: pkg/src/S4_classes.h
===================================================================
--- pkg/src/S4_classes.h 2011-01-11 02:56:03 UTC (rev 408)
+++ pkg/src/S4_classes.h 2011-01-11 15:05:10 UTC (rev 409)
@@ -1,8 +1,8 @@
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
//
-// rprotobuf.h: R/C++ interface class library
+// S4_classes.h: R/C++ interface class library
//
-// Copyright (C) 2010 Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
//
// This file is part of RProtoBuf.
//
Modified: pkg/src/wrapper_EnumDescriptor.cpp
===================================================================
--- pkg/src/wrapper_EnumDescriptor.cpp 2011-01-11 02:56:03 UTC (rev 408)
+++ pkg/src/wrapper_EnumDescriptor.cpp 2011-01-11 15:05:10 UTC (rev 409)
@@ -1,3 +1,24 @@
+// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
+//
+// wrapper_EnumDescriptor.cpp: R/C++ interface class library
+//
+// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
+//
+// This file is part of RProtoBuf.
+//
+// RProtoBuf 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 Software Foundation, either version 2 of the License, or
+// (at your option) any later version.
+//
+// RProtoBuf is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with RProtoBuf. If not, see <http://www.gnu.org/licenses/>.
+
#include "rprotobuf.h"
namespace rprotobuf{
Modified: pkg/src/wrapper_EnumValueDescriptor.cpp
===================================================================
--- pkg/src/wrapper_EnumValueDescriptor.cpp 2011-01-11 02:56:03 UTC (rev 408)
+++ pkg/src/wrapper_EnumValueDescriptor.cpp 2011-01-11 15:05:10 UTC (rev 409)
@@ -1,3 +1,24 @@
+// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*-
+//
+// wrapper_EnumValueDescriptor.h: R/C++ interface class library
+//
+// Copyright (C) 2010 - 2011 Dirk Eddelbuettel and Romain Francois
+//
+// This file is part of RProtoBuf.
+//
+// RProtoBuf 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 Software Foundation, either version 2 of the License, or
+// (at your option) any later version.
+//
+// RProtoBuf is distributed in the hope that it will be useful, but
+// WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with RProtoBuf. If not, see <http://www.gnu.org/licenses/>.
+
#include "rprotobuf.h"
namespace rprotobuf{
More information about the Rprotobuf-commits
mailing list