Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
a65963d6
Commit
a65963d6
authored
Aug 04, 2010
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] some updates concerning copyright and version number
parent
1ea856a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
doc/developer/doxygenConfig
doc/developer/doxygenConfig
+1
-1
doc/developer/doxygenConfigFull
doc/developer/doxygenConfigFull
+1
-1
src/OpenWalnut.cpp
src/OpenWalnut.cpp
+2
-2
No files found.
doc/developer/doxygenConfig
View file @
a65963d6
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = OpenWalnut
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER =
0.1
PROJECT_NUMBER =
1.0+
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
doc/developer/doxygenConfigFull
View file @
a65963d6
...
...
@@ -31,7 +31,7 @@ PROJECT_NAME = OpenWalnut
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER =
0.1
PROJECT_NUMBER =
1.0+
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
src/OpenWalnut.cpp
View file @
a65963d6
...
...
@@ -36,7 +36,7 @@
* \par
* http://www.openwalnut.org
* \par
* Copyright 2009 OpenWalnut Community, BSV\@Uni-Leipzig and CNCF\@MPI-CBS.
* Copyright 2009
-2010
OpenWalnut Community, BSV\@Uni-Leipzig and CNCF\@MPI-CBS.
* For more information see http://www.openwalnut.org/copying
*/
...
...
@@ -47,7 +47,7 @@ int main( int argc, char** argv )
{
std
::
cout
<<
"OpenWalnut ( http://www.openwalnut.org )"
<<
std
::
endl
<<
"Build from: "
<<
W_VERSION
<<
std
::
endl
<<
std
::
endl
<<
"Copyright (C) 2009 OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
\n
"
"Copyright (C) 2009
-2010
OpenWalnut Community, BSV@Uni-Leipzig and CNCF@MPI-CBS
\n
"
"For more information see http://www.openwalnut.org/copying
\n
"
"This program comes with ABSOLUTELY NO WARRANTY.
\n
"
"This is free software, and you are welcome to redistribute it
\n
"
...
...
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