Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
723991ef
Commit
723991ef
authored
Mar 30, 2013
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#269
] Fix copyright
parent
31acf5e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/modules/writeAmiraMesh/WMWriteAmiraMesh.cpp
src/modules/writeAmiraMesh/WMWriteAmiraMesh.cpp
+1
-1
src/modules/writeAmiraMesh/WMWriteAmiraMesh.h
src/modules/writeAmiraMesh/WMWriteAmiraMesh.h
+1
-1
tools/style/brainlint/brainlint.py
tools/style/brainlint/brainlint.py
+1
-1
No files found.
src/modules/writeAmiraMesh/WMWriteAmiraMesh.cpp
View file @
723991ef
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 20
09
OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 20
13
OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
src/modules/writeAmiraMesh/WMWriteAmiraMesh.h
View file @
723991ef
...
...
@@ -2,7 +2,7 @@
//
// Project: OpenWalnut ( http://www.openwalnut.org )
//
// Copyright 20
09
OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// Copyright 20
13
OpenWalnut Community, BSV-Leipzig and CNCF-CBS
// For more information see http://www.openwalnut.org/copying
//
// This file is part of OpenWalnut.
...
...
tools/style/brainlint/brainlint.py
View file @
723991ef
...
...
@@ -1059,7 +1059,7 @@ def CheckForCompleteCommentHeader(filename, lines, error):
and
(
len
(
lines
[
3
]
)
==
52
)
and
re
.
match
(
r
'//'
,
lines
[
4
])
and
(
len
(
lines
[
4
]
)
==
2
)
and
re
.
match
(
r
'// Copyright 20
09
'
,
lines
[
5
])
#Checks only the first part of the line. Other copyrights could appear.
and
re
.
match
(
r
'// Copyright 20'
,
lines
[
5
])
#Checks only the first part of the line. Other copyrights could appear.
# and ( len( lines[5] ) == 18 ) #Checks only the first part of the line. Other copyrights could appear.
and
re
.
match
(
r
'// For more information see http://www.openwalnut.org/copying'
,
lines
[
6
])
and
(
len
(
lines
[
6
]
)
==
61
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment