You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2016/03/07 16:01:10 UTC

svn commit: r1733936 - in /tcl/rivet/branches/2.3: ChangeLog src/parser/rivetParser.c

Author: mxmanghi
Date: Mon Mar  7 15:01:09 2016
New Revision: 1733936

URL: http://svn.apache.org/viewvc?rev=1733936&view=rev
Log:
    * src/parser/rivetParser.c: Add Apache 2.0 mandatory copyright notice.
    removed unneed inclusion of config.h (cruft left over since many
    years)


Modified:
    tcl/rivet/branches/2.3/ChangeLog
    tcl/rivet/branches/2.3/src/parser/rivetParser.c

Modified: tcl/rivet/branches/2.3/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.3/ChangeLog?rev=1733936&r1=1733935&r2=1733936&view=diff
==============================================================================
--- tcl/rivet/branches/2.3/ChangeLog (original)
+++ tcl/rivet/branches/2.3/ChangeLog Mon Mar  7 15:01:09 2016
@@ -1,3 +1,8 @@
+2016-03-07 Massimo Manghi <mx...@apache.org>
+    * src/parser/rivetParser.c: Add Apache 2.0 mandatory copyright notice.
+    removed unneed inclusion of config.h (cruft left over since many
+    years)
+
 2016-02-26 Massimo Manghi <mx...@apache.org>
     * rivet/packages/asciiglyphs.tcl: merging changes done in trunk
 

Modified: tcl/rivet/branches/2.3/src/parser/rivetParser.c
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.3/src/parser/rivetParser.c?rev=1733936&r1=1733935&r2=1733936&view=diff
==============================================================================
--- tcl/rivet/branches/2.3/src/parser/rivetParser.c (original)
+++ tcl/rivet/branches/2.3/src/parser/rivetParser.c Mon Mar  7 15:01:09 2016
@@ -1,33 +1,29 @@
 /*
- * Rivet parser.
- *
- * Contains functions for loading up Tcl scripts either in flat Tcl
- * files, or in Rivet .rvt files.
- *
+ * -- Rivet parser - Contains functions for loading up Tcl scripts either
+ *    in flat Tcl files, or in Rivet .rvt files.
  */
 
-/* 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.
+/*
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
 */
 
 /* $Id$ */
 
-/* Rivet config */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 #include <string.h>
 #include <tcl.h>
 #include "rivetParser.h"



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org