Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PeTrack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pedestrian Dynamics Empiricism
PeTrack
Merge requests
!94
Resolve "License header missing in PMessageBox"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "License header missing in PMessageBox"
154-license-header-missing-in-pmessagebox
into
master
Overview
0
Commits
1
Pipelines
3
Changes
2
Merged
Schrödter, Tobias
requested to merge
154-license-header-missing-in-pmessagebox
into
master
3 years ago
Overview
0
Commits
1
Pipelines
3
Changes
2
Expand
Closes
#154 (closed)
Edited
3 years ago
by
Schrödter, Tobias
0
0
Merge request reports
Compare
master
version 1
cc887638
3 years ago
master (base)
and
latest version
latest version
d991188b
1 commit,
3 years ago
version 1
cc887638
1 commit,
3 years ago
2 files
+
40
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
include/pMessageBox.h
+
20
−
0
Options
/*
* PeTrack - Software for tracking pedestrians movement in videos
* Copyright (C) 2010-2020 Forschungszentrum Jülich GmbH,
* Maik Boltes, Juliane Adrian, Ricardo Martin Brualla, Arne Graf, Paul Häger, Daniel Hillebrand,
* Deniz Kilic, Paul Lieberenz, Daniel Salden, Tobias Schrödter, Ann Katrin Seemann
*
* 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 <https://cdwww.gnu.org/licenses/>.
*/
#ifndef PMESSAGEBOX_H
#define PMESSAGEBOX_H
Loading