This repository has been archived by the owner on May 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 185
/
sgl_lint.cfg
54 lines (43 loc) · 2.08 KB
/
sgl_lint.cfg
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
54
[DEFAULT]
ExcludeFilePattern=.*
ExcludeFileList:
core/lib/CommandLine/getopt.c
core/lib/CommandLine/getopt.h
core/lib/CommandLine/getopt1.c
[CopyrightCheck]
type=regex
file_extensions=cpp,hpp,h,c,py,pl
pattern:
^.*This software was developed by Applied Research Laboratories at the.*
^.*University of Texas at Austin.*
^.*Copyright (\(c\) )?(([0-9]{4})-?,?)+[ ]+The Board of Regents of The University of Texas System
[DistributionBlock1]
type=comment
file_extensions=cpp,hpp,h,c,py,pl
pattern:
==============================================================================
This file is part of GPSTk, the GPS Toolkit.
The GPSTk is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 3.0 of the License, or
any later version.
The GPSTk 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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with GPSTk; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
[DistributionBlock2]
type=comment
file_extensions=cpp,hpp,h,c,py,pl
pattern:
==============================================================================
This software was developed by Applied Research Laboratories at the
University of Texas at Austin, under contract to an agency or agencies
within the U.S. Department of Defense. The U.S. Government retains all
rights to use, duplicate, distribute, disclose, or release this software.
Pursuant to DoD Directive 523024
DISTRIBUTION STATEMENT A: This software has been approved for public
release, distribution is unlimited.
==============================================================================