You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/03/16 02:44:22 UTC

cvs commit: cocoon-2.1/src/blocks/chaperon/samples/grammars javadoc.grm quote.grm wiki.grm

crossley    2004/03/15 17:44:22

  Modified:    src/blocks/chaperon/samples/grammars javadoc.grm quote.grm
                        wiki.grm
  Log:
  Add Apache License 2.0 to resources/chaperon/grammars/*.grm
  
  Revision  Changes    Path
  1.3       +15 -0     cocoon-2.1/src/blocks/chaperon/samples/grammars/javadoc.grm
  
  Index: javadoc.grm
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/chaperon/samples/grammars/javadoc.grm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- javadoc.grm	20 Jan 2004 15:23:57 -0000	1.2
  +++ javadoc.grm	16 Mar 2004 01:44:22 -0000	1.3
  @@ -1,3 +1,18 @@
  +/*
  +* Copyright 2002-2004 The Apache Software Foundation
  +*
  +* 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.
  +*/
   %ignore      "\*";
   //%token DOT          "\.";
   %token TEXT         "[^\ \t\*\r\n@\<\>] ([^\*\r\n@\<\>]* [^\ \*\r\n@\<\>])?";
  
  
  
  1.4       +15 -0     cocoon-2.1/src/blocks/chaperon/samples/grammars/quote.grm
  
  Index: quote.grm
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/chaperon/samples/grammars/quote.grm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- quote.grm	20 Feb 2004 11:29:38 -0000	1.3
  +++ quote.grm	16 Mar 2004 01:44:22 -0000	1.4
  @@ -1,3 +1,18 @@
  +/*
  +* Copyright 2002-2004 The Apache Software Foundation
  +*
  +* 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.
  +*/
   %ignore          "^#(.*)";
   %token Comma     "\,";
   %token Value     "[^\n\r\,]+";
  
  
  
  1.10      +15 -0     cocoon-2.1/src/blocks/chaperon/samples/grammars/wiki.grm
  
  Index: wiki.grm
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/chaperon/samples/grammars/wiki.grm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- wiki.grm	16 Mar 2004 00:53:55 -0000	1.9
  +++ wiki.grm	16 Mar 2004 01:44:22 -0000	1.10
  @@ -1,3 +1,18 @@
  +/*
  +* Copyright 2002-2004 The Apache Software Foundation
  +*
  +* 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.
  +*/
   
   %token line "\-\-\-\- (\-*)";