Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Commits
aaf46940
Verified
Commit
aaf46940
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Copyright added.
parent
23d787e8
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!58
REL: prepare release 0.7.2
,
!55
Re-Merge branch 'f-state-change' into 'dev'
Pipeline
#20001
canceled
3 years ago
Stage: info
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/org/caosdb/server/transaction/WriteTransaction.java
+3
-2
3 additions, 2 deletions
.../java/org/caosdb/server/transaction/WriteTransaction.java
src/test/java/org/caosdb/server/transaction/UpdateTest.java
+2
-3
2 additions, 3 deletions
src/test/java/org/caosdb/server/transaction/UpdateTest.java
with
5 additions
and
5 deletions
src/main/java/org/caosdb/server/transaction/WriteTransaction.java
+
3
−
2
View file @
aaf46940
...
...
@@ -3,8 +3,9 @@
*
* Copyright (C) 2018 Research Group Biomedical Physics,
* Max-Planck-Institute for Dynamics and Self-Organization Göttingen
* Copyright (C) 2019-2021 IndiScale GmbH <info@indiscale.com>
* Copyright (C) 2019-2021 Timm Fitschen <t.fitschen@indiscale.com>
* Copyright (C) 2019-2022 IndiScale GmbH <info@indiscale.com>
* Copyright (C) 2019-2022 Timm Fitschen <t.fitschen@indiscale.com>
* Copyright (C) 2022 Daniel Hornung <d.hornung@indiscale.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
...
...
This diff is collapsed.
Click to expand it.
src/test/java/org/caosdb/server/transaction/UpdateTest.java
+
2
−
3
View file @
aaf46940
/*
* ** header v3.0
* This file is a part of the CaosDB Project.
*
* Copyright (C) 2018 Research Group Biomedical Physics,
* Max-Planck-Institute for Dynamics and Self-Organization Göttingen
* Copyright (C) 2022 Indiscale GmbH <info@indiscale.com>
* Copyright (C) 2022 Daniel Hornung <d.hornung@indiscale.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
...
...
@@ -17,8 +18,6 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* ** end header
*/
package
org.caosdb.server.transaction
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment