Skip to content

Commit

Permalink
Update the year in the license header to 2021.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Apr 10, 2021
1 parent 228b8c6 commit 3fb4bd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion header.txt
@@ -1,4 +1,4 @@
Copyright (C) 2020 Czech Technical University in Prague
Copyright (C) 2021 Czech Technical University in Prague

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Expand Down
@@ -1,16 +1,14 @@
/**
* Copyright (C) 2020 Czech Technical University in Prague
*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU 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 General Public License for more
* details. You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* <p>
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
* version.
* <p>
* 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 General Public License for more
* details. You should have received a copy of the GNU General Public License along with this program. If not, see
* <http://www.gnu.org/licenses/>.
*/
package cz.cvut.kbss.jsonld.jackson.serialization;

Expand Down Expand Up @@ -125,7 +123,7 @@ private boolean contains(URI subject, String property, Object value) {
rdfVal = vf.createLiteral(value.toString());
}
return connection.getStatements(vf.createIRI(subject.toString()), vf.createIRI(property), rdfVal, false)
.hasNext();
.hasNext();
}

private void verifyUserAttributes(User user) {
Expand Down

0 comments on commit 3fb4bd0

Please sign in to comment.