File: gpl3_or_later_t1.cs

package info (click to toggle)
ohcount 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,712 kB
  • ctags: 3,205
  • sloc: ansic: 6,524; ruby: 2,560; perl: 2,041; erlang: 350; lisp: 272; sh: 244; pascal: 196; vhdl: 150; haskell: 149; asm: 128; cs: 124; awk: 98; java: 92; php: 73; tcl: 58; xml: 57; fortran: 54; makefile: 32; python: 31; ada: 30; objc: 30; jsp: 28; sql: 18; cobol: 13; ml: 9; cpp: 3
file content (53 lines) | stat: -rw-r--r-- 1,680 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#region License
// <copyright owner="Cetin Sert">
//
//      Tenka Text
//      Open-source Corpus Analysis Software
//      Copyright (c) 2006, 2007 Cetin Sert.
//
//
//
//      GNU General Public License Version 3 Banner
//
//      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/>.
//
//
//
//      Commercial Licensing
//
//      Tenka Text is released under GNU General Public License Version 3
//      which does not permit any kind of commercial use of Tenka Text or
//      any parts of it. This restriction applies even if you modify or
//      translate the program or parts of it into another programming
//      language. For more information see License.txt.
//
//      Parties interested in inquiring about commercial licensing of Tenka Text
//      should contact the copyright owner for more information.
//
//      Cetin Sert
//      INF 521, 4-6-2
//      69120 Heidelberg
//      Baden-Wuerttemberg
//      Germany
//
//      cetin.sert@gmail.com
//
//      +49 151 177 610 28
//
// </copyright>

#endregion

using System;