From couchdb-commits-return-830-apmail-incubator-couchdb-commits-archive=incubator.apache.org@incubator.apache.org Sun Jul 27 17:38:21 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 66067 invoked from network); 27 Jul 2008 17:38:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2008 17:38:20 -0000 Received: (qmail 12673 invoked by uid 500); 27 Jul 2008 17:38:20 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 12646 invoked by uid 500); 27 Jul 2008 17:38:20 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 12636 invoked by uid 99); 27 Jul 2008 17:38:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jul 2008 10:38:20 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jul 2008 17:37:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 27249238896C; Sun, 27 Jul 2008 10:37:30 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r680156 - in /incubator/couchdb/trunk/src/couchdb: couch_key_tree.erl couch_view.erl Date: Sun, 27 Jul 2008 17:37:29 -0000 To: couchdb-commits@incubator.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080727173730.27249238896C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Sun Jul 27 10:37:29 2008 New Revision: 680156 URL: http://svn.apache.org/viewvc?rev=680156&view=rev Log: removed individual committer copyright statements as per policy Modified: incubator/couchdb/trunk/src/couchdb/couch_key_tree.erl incubator/couchdb/trunk/src/couchdb/couch_view.erl Modified: incubator/couchdb/trunk/src/couchdb/couch_key_tree.erl URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/src/couchdb/couch_key_tree.erl?rev=680156&r1=680155&r2=680156&view=diff ============================================================================== --- incubator/couchdb/trunk/src/couchdb/couch_key_tree.erl (original) +++ incubator/couchdb/trunk/src/couchdb/couch_key_tree.erl Sun Jul 27 10:37:29 2008 @@ -1,16 +1,14 @@ -% Copyright 2007, 2008 Damien Katz +% 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 % -% 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 % -% 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. +% 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. -module(couch_key_tree). Modified: incubator/couchdb/trunk/src/couchdb/couch_view.erl URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/src/couchdb/couch_view.erl?rev=680156&r1=680155&r2=680156&view=diff ============================================================================== --- incubator/couchdb/trunk/src/couchdb/couch_view.erl (original) +++ incubator/couchdb/trunk/src/couchdb/couch_view.erl Sun Jul 27 10:37:29 2008 @@ -1,16 +1,14 @@ -% Copyright 2007, 2008 Damien Katz +% 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 % -% 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 % -% 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. +% 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. -module(couch_view). -behaviour(gen_server).