Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libehp
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
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
libehp
Merge requests
!7
Update with new headers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update with new headers
copyright-headers
into
master
Overview
0
Commits
1
Pipelines
1
Changes
8
Merged
Anh Nguyen-Tuong
requested to merge
copyright-headers
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
8
Expand
Update source files to use new header convention
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b2b3b055
1 commit,
5 years ago
8 files
+
93
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
include/ehp.hpp
+
7
−
2
Options
// @HEADER_COMPONENT libehp
// @HEADER_LANG C++
// @HEADER_BEGIN
/*
Copyright 2017-201
8
University of Virginia
Copyright 2017-201
9
University of Virginia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -12,9 +16,10 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// @HEADER_END
#ifndef ehp_hpp
#define ehp_hpp
Loading