[Japi-cvs] SF.net SVN: japi:[838] tools/cstyle/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 23:02:20
|
Revision: 838
http://japi.svn.sourceforge.net/japi/?rev=838&view=rev
Author: christianhujer
Date: 2009-02-14 21:37:13 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/cstyle/trunk/build.xml
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/AbstractParser.java
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ByteParser.java
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CStyle.java
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CStyle.properties
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CharParser.java
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/LineEndingParser.java
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/LineParser.java
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ParseEvent.java
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ParseListener.java
tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/Parser.java
tools/cstyle/trunk/src/tst/test/net/sf/japi/cstyle/CStyleTest.java
Modified: tools/cstyle/trunk/build.xml
===================================================================
--- tools/cstyle/trunk/build.xml 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/build.xml 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ CStyle is a program for checking the style of a C program.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ This program 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
+ ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
@@ -13,9 +12,8 @@
~ 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 this program; if not, write to the Free Software Foundation, Inc.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="cstyle" default="compile">
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/AbstractParser.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/AbstractParser.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/AbstractParser.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.cstyle;
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ByteParser.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ByteParser.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ByteParser.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.cstyle;
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CStyle.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CStyle.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CStyle.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.cstyle;
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CStyle.properties
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CStyle.properties 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CStyle.properties 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
#
-# CStyle is a program that verifies that a C source code adheres to a specific coding convention.
-# Copyright (C) 2007 Christian Hujer
+# Copyright (C) 2009 Christian Hujer
#
-# This program is free software; you can redistribute it and/or modify
+# This program 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
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
# 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 this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
setEncoding=Specify the encoding to use when reading the sources. Defaults to the underlying platform's default encoding.
\ No newline at end of file
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CharParser.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CharParser.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/CharParser.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.cstyle;
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/LineEndingParser.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/LineEndingParser.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/LineEndingParser.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.cstyle;
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/LineParser.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/LineParser.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/LineParser.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.cstyle;
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ParseEvent.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ParseEvent.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ParseEvent.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * This program 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 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.cstyle;
import java.util.EventObject;
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ParseListener.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ParseListener.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/ParseListener.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.cstyle;
Modified: tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/Parser.java
===================================================================
--- tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/Parser.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/prj/net/sf/japi/cstyle/Parser.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.cstyle;
Modified: tools/cstyle/trunk/src/tst/test/net/sf/japi/cstyle/CStyleTest.java
===================================================================
--- tools/cstyle/trunk/src/tst/test/net/sf/japi/cstyle/CStyleTest.java 2009-02-14 21:36:39 UTC (rev 837)
+++ tools/cstyle/trunk/src/tst/test/net/sf/japi/cstyle/CStyleTest.java 2009-02-14 21:37:13 UTC (rev 838)
@@ -1,10 +1,9 @@
/*
- * CStyle is a program that verifies that a C source code adheres to a specific coding convention.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * This program 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* 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 this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package test.net.sf.japi.cstyle;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|