annotate misc/util/header @ 29:2c6edd9cf677

Effective escaped newline matching.
author Mikhail Kryshen <mikhail@kryshen.net>
date Thu, 14 May 2009 18:55:32 +0400 (2009-05-14)
parents e9d13c7ffeb1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
1 /*
15
e9d13c7ffeb1 Update header comment.
Mikhail Kryshen <mikhail@kryshen.net>
parents: 2
diff changeset
2 * Copyright 2006-2009 Mikhail Kryshen
2
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
3 *
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
4 * This file is part of Tema.
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
5 *
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
6 * Tema is free software: you can redistribute it and/or modify it
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
7 * under the terms of the GNU Lesser General Public License as
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
8 * published by the Free Software Foundation, either version 3 of the
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
9 * License, or (at your option) any later version.
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
10 *
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
11 * Tema is distributed in the hope that it will be useful,
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
14 * GNU Lesser General Public License for more details.
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
15 *
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
16 * You should have received a copy of the
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
17 * GNU Lesser General Public License along with Tema.
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
18 * If not, see <http://www.gnu.org/licenses/>.
6c41a0b43e58 Tema 0.3 (imported from CVS).
Mikhail Kryshen <mikhail@kryshen.net>
parents:
diff changeset
19 */