Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eclipsefdn-downloads-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Foundation
IT
APIs
eclipsefdn-downloads-api
Merge requests
!14
feat: Update copyright headers to all java files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: Update copyright headers to all java files
zacharysabourin/eclipsefdn-downloads-api:zacharysabourin/main/6
into
main
Overview
1
Commits
1
Changes
15
Merged
Zachary Sabourin
requested to merge
zacharysabourin/eclipsefdn-downloads-api:zacharysabourin/main/6
into
main
2 years ago
Overview
1
Commits
1
Changes
15
Expand
Resolves
#6 (closed)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
60dbb683
1 commit,
2 years ago
15 files
+
123
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
src/main/java/org/eclipsefoundation/downloads/api/DrupalAPI.java
+
11
−
0
Options
/*
* Copyright (C) 2022 Eclipse Foundation.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Author: Martin Lowe <martin.lowe@eclipse-foundation.org>
*
* SPDX-License-Identifier: EPL-2.0
*/
package
org.eclipsefoundation.downloads.api
;
import
javax.ws.rs.GET
;
Loading