RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/rpmio/ mongo.c mongo.h

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 18 Sep 2010 - 05:41:08 CEST
Message-Id: <20100918034108.B5F33C1318@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   18-Sep-2010 05:41:08
  Branch: HEAD                             Handle: 2010091803410800

  Modified files:
    rpm/rpmio               mongo.c mongo.h

  Log:
    - mongo: preserve the copyright.

  Summary:
    Revision    Changes     Path
    2.2         +15 -0      rpm/rpmio/mongo.c
    2.2         +16 -0      rpm/rpmio/mongo.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/mongo.c
  ============================================================================
  $ cvs diff -u -r2.1 -r2.2 mongo.c
  --- rpm/rpmio/mongo.c	18 Sep 2010 03:31:45 -0000	2.1
  +++ rpm/rpmio/mongo.c	18 Sep 2010 03:41:08 -0000	2.2
  @@ -2,6 +2,21 @@
    * \file rpmio/mongo.c
    */
   
  +/*    Copyright 2009, 2010 10gen Inc.
  + *
  + *    Licensed under the Apache License, Version 2.0 (the "License");
  + *    you may not use this file except in compliance with the License.
  + *    You may obtain a copy of the License at
  + *
  + *    http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *    Unless required by applicable law or agreed to in writing, software
  + *    distributed under the License is distributed on an "AS IS" BASIS,
  + *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *    See the License for the specific language governing permissions and
  + *    limitations under the License.
  + */
  +
   #include "system.h"
   
   #include <rpmiotypes.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmio/mongo.h
  ============================================================================
  $ cvs diff -u -r2.1 -r2.2 mongo.h
  --- rpm/rpmio/mongo.h	18 Sep 2010 03:31:45 -0000	2.1
  +++ rpm/rpmio/mongo.h	18 Sep 2010 03:41:08 -0000	2.2
  @@ -4,6 +4,22 @@
   /** \ingroup rpmio
    * \file rpmio/mongo.h
    */
  +
  +/*    Copyright 2009, 2010 10gen Inc.
  + *
  + *    Licensed under the Apache License, Version 2.0 (the "License");
  + *    you may not use this file except in compliance with the License.
  + *    You may obtain a copy of the License at
  + *
  + *    http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *    Unless required by applicable law or agreed to in writing, software
  + *    distributed under the License is distributed on an "AS IS" BASIS,
  + *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *    See the License for the specific language governing permissions and
  + *    limitations under the License.
  + */
  +
   #include <bson.h>
   
   /** \ingroup rpmio
  @@ .
Received on Sat Sep 18 05:41:08 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.