Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
tests
Merge requests
!44
Resolve "Remove GNU Affero General Public License"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Remove GNU Affero General Public License"
8-remove-gnu-affero-general-public-license
into
main
Overview
0
Commits
2
Pipelines
3
Changes
42
Merged
Georgi Michev
requested to merge
8-remove-gnu-affero-general-public-license
into
main
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
42
Expand
Closes
#8 (closed)
0
0
Merge request reports
Compare
main
version 1
fe44c55b
1 year ago
main (base)
and
latest version
latest version
f50cd8a4
2 commits,
1 year ago
version 1
fe44c55b
1 commit,
1 year ago
42 files
+
57
−
691
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
42
Search (e.g. *.vue) (Ctrl+P)
src/main/java/api/test/rest/pojo/Member.java
+
2
−
17
Options
/*
Copyright (c) 2018 Vereign AG [https://www.vereign.com]
This is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
//Copyright (c) 2023 Vereign AG [https://www.vereign.com]
package
api.test.rest.pojo
;
@@ -110,4 +95,4 @@ public class Member {
public
void
setResourceId
(
String
resourceId
)
{
this
.
resourceId
=
resourceId
;
}
}
\ No newline at end of file
}
Loading