• R/O
  • SSH

StrMod: コミット

The main repository for the StreamModule project.


コミットメタ情報

リビジョン568beacc30e7c7bde20b3b359c2d940ad1da5ab6 (tree)
日時2000-10-09 08:52:39
作者Eric Hopper <hopper@omni...>
コミッターEric Hopper

ログメッセージ

Added copyleft notices.

変更サマリ

差分

diff -r 386a19442d2b -r 568beacc30e7 StrMod/ChunkVisitor.cxx
--- a/StrMod/ChunkVisitor.cxx Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/ChunkVisitor.cxx Sun Oct 08 23:52:39 2000 +0000
@@ -1,3 +1,21 @@
1+/*
2+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
3+ *
4+ * This program is free software; you can redistribute it and/or modify it
5+ * under the terms of the GNU Lesser General Public License as published
6+ * by the Free Software Foundation; either version 2 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * This program is distributed in the hope that it will be useful, but
10+ * WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+ * Lesser General Public License for more details.
13+ *
14+ * You should have received a copy of the GNU Lesser General Public
15+ * License along with this program; if not, write to the Free Software
16+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17+ */
18+
119 /* $Header$ */
220
321 // For a log, see ChangeLog
diff -r 386a19442d2b -r 568beacc30e7 StrMod/GraphVizVisitor.cxx
--- a/StrMod/GraphVizVisitor.cxx Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/GraphVizVisitor.cxx Sun Oct 08 23:52:39 2000 +0000
@@ -1,4 +1,23 @@
11 /* -*-c-file-style: "hopper";-*- */
2+
3+/*
4+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
5+ *
6+ * This program is free software; you can redistribute it and/or modify it
7+ * under the terms of the GNU Lesser General Public License as published
8+ * by the Free Software Foundation; either version 2 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * This program is distributed in the hope that it will be useful, but
12+ * WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+ * Lesser General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU Lesser General Public
17+ * License along with this program; if not, write to the Free Software
18+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+ */
20+
221 /* $Header$ */
322
423 // For a log, see ChangeLog
diff -r 386a19442d2b -r 568beacc30e7 StrMod/StackSwapper.cxx
--- a/StrMod/StackSwapper.cxx Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/StackSwapper.cxx Sun Oct 08 23:52:39 2000 +0000
@@ -1,3 +1,21 @@
1+/*
2+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
3+ *
4+ * This program is free software; you can redistribute it and/or modify it
5+ * under the terms of the GNU Lesser General Public License as published
6+ * by the Free Software Foundation; either version 2 of the License, or
7+ * (at your option) any later version.
8+ *
9+ * This program is distributed in the hope that it will be useful, but
10+ * WITHOUT ANY WARRANTY; without even the implied warranty of
11+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+ * Lesser General Public License for more details.
13+ *
14+ * You should have received a copy of the GNU Lesser General Public
15+ * License along with this program; if not, write to the Free Software
16+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17+ */
18+
119 /* $Header$ */
220
321 // For a log, see ChangeLog
diff -r 386a19442d2b -r 568beacc30e7 StrMod/StrMod/ChunkVisitor.h
--- a/StrMod/StrMod/ChunkVisitor.h Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/StrMod/ChunkVisitor.h Sun Oct 08 23:52:39 2000 +0000
@@ -1,5 +1,23 @@
11 #ifndef _STR_ChunkVisitor_H_ // -*-c++-*-
22
3+/*
4+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
5+ *
6+ * This program is free software; you can redistribute it and/or modify it
7+ * under the terms of the GNU Lesser General Public License as published
8+ * by the Free Software Foundation; either version 2 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * This program is distributed in the hope that it will be useful, but
12+ * WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+ * Lesser General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU Lesser General Public
17+ * License along with this program; if not, write to the Free Software
18+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+ */
20+
321 #ifdef __GNUG__
422 # pragma interface
523 #endif
diff -r 386a19442d2b -r 568beacc30e7 StrMod/StrMod/GraphVizVisitor.h
--- a/StrMod/StrMod/GraphVizVisitor.h Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/StrMod/GraphVizVisitor.h Sun Oct 08 23:52:39 2000 +0000
@@ -1,5 +1,23 @@
11 #ifndef _STR_GraphVizVisitor_H_ // -*-mode: c++; c-file-style: "gmtellemtel";-*-
22
3+/*
4+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
5+ *
6+ * This program is free software; you can redistribute it and/or modify it
7+ * under the terms of the GNU Lesser General Public License as published
8+ * by the Free Software Foundation; either version 2 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * This program is distributed in the hope that it will be useful, but
12+ * WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+ * Lesser General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU Lesser General Public
17+ * License along with this program; if not, write to the Free Software
18+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+ */
20+
321 #ifdef __GNUG__
422 # pragma interface
523 #endif
diff -r 386a19442d2b -r 568beacc30e7 StrMod/StrMod/StackSwapper.h
--- a/StrMod/StrMod/StackSwapper.h Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/StrMod/StackSwapper.h Sun Oct 08 23:52:39 2000 +0000
@@ -1,5 +1,23 @@
11 #ifndef _STR_StackSwapper_H_ // -*-c++-*-
22
3+/*
4+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
5+ *
6+ * This program is free software; you can redistribute it and/or modify it
7+ * under the terms of the GNU Lesser General Public License as published
8+ * by the Free Software Foundation; either version 2 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * This program is distributed in the hope that it will be useful, but
12+ * WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+ * Lesser General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU Lesser General Public
17+ * License along with this program; if not, write to the Free Software
18+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+ */
20+
321 #ifdef __GNUG__
422 # pragma interface
523 #endif
diff -r 386a19442d2b -r 568beacc30e7 StrMod/StrMod/UseTrackingVisitor.h
--- a/StrMod/StrMod/UseTrackingVisitor.h Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/StrMod/UseTrackingVisitor.h Sun Oct 08 23:52:39 2000 +0000
@@ -1,5 +1,23 @@
11 #ifndef _STR_UseTrackingVisitor_H_ // -*-mode: c++; c-file-style: "hopper";-*-
22
3+/*
4+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
5+ *
6+ * This program is free software; you can redistribute it and/or modify it
7+ * under the terms of the GNU Lesser General Public License as published
8+ * by the Free Software Foundation; either version 2 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * This program is distributed in the hope that it will be useful, but
12+ * WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+ * Lesser General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU Lesser General Public
17+ * License along with this program; if not, write to the Free Software
18+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+ */
20+
321 #ifdef __GNUG__
422 # pragma interface
523 #endif
diff -r 386a19442d2b -r 568beacc30e7 StrMod/UseTrackingVisitor.cxx
--- a/StrMod/UseTrackingVisitor.cxx Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/UseTrackingVisitor.cxx Sun Oct 08 23:52:39 2000 +0000
@@ -1,4 +1,23 @@
11 /* -*-c-file-style: "hopper";-*- */
2+
3+/*
4+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
5+ *
6+ * This program is free software; you can redistribute it and/or modify it
7+ * under the terms of the GNU Lesser General Public License as published
8+ * by the Free Software Foundation; either version 2 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * This program is distributed in the hope that it will be useful, but
12+ * WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+ * Lesser General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU Lesser General Public
17+ * License along with this program; if not, write to the Free Software
18+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+ */
20+
221 /* $Header$ */
322
423 // For a log, see ChangeLog
diff -r 386a19442d2b -r 568beacc30e7 StrMod/tests/testvisitor.cxx
--- a/StrMod/tests/testvisitor.cxx Sun Oct 08 23:52:19 2000 +0000
+++ b/StrMod/tests/testvisitor.cxx Sun Oct 08 23:52:39 2000 +0000
@@ -1,4 +1,23 @@
11 /* -*-c-file-style: "hopper";-*- */
2+
3+/*
4+ * Copyright 2000 by Eric M. Hopper <hopper@omnifarious.mn.org>
5+ *
6+ * This program is free software; you can redistribute it and/or modify it
7+ * under the terms of the GNU Lesser General Public License as published
8+ * by the Free Software Foundation; either version 2 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * This program is distributed in the hope that it will be useful, but
12+ * WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14+ * Lesser General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU Lesser General Public
17+ * License along with this program; if not, write to the Free Software
18+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19+ */
20+
221 /* $Header$ */
322
423 // For a log, see ChangeLog
旧リポジトリブラウザで表示