Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSCore
Merge requests
!8
Update license headers to GNU Affero GPL v3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update license headers to GNU Affero GPL v3
gnuaffero
into
main
Overview
0
Commits
1
Pipelines
1
Changes
6
Merged
Tor-Einar Skog
requested to merge
gnuaffero
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
6
Expand
Har oppdatert lisensheadere i Java-filene
0
0
Merge request reports
Viewing commit
a9741d49
Show latest version
6 files
+
72
−
78
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
a9741d49
Update license headers to GNU Affero GPL v3
· a9741d49
Tor-Einar Skog
authored
1 year ago
src/main/java/no/nibio/vips/core/config/JacksonConfig.java
+
12
−
13
Options
/*
* Copyright (c) 2018 NIBIO <http://www.nibio.no/>.
*
* This file is part of VIPSCore.
* VIPSCore is free software: you can redistribute it and/or modify
* it under the terms of the NIBIO Open Source License as published by
* NIBIO, either version 1 of the License, or (at your option) any
* later version.
*
* VIPSCore is distributed in the hope that it will be useful,
*
* This program 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
*
NIBIO Open Source
License for more details.
*
* You should have received a copy of the
NIBIO Open Source
License
* along with
VIPSCore
. If not, see <http://www.
nibio.no
/licenses/>.
*
*
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
s
://www.
gnu.org
/licenses/>.
*
*/
package
no.nibio.vips.core.config
;
Loading