Skip to content

Commit

Permalink
Adjust copy right and author
Browse files Browse the repository at this point in the history
Signed-off-by: Zai Zhang <[email protected]>
Co-authored-by: Mateus Molina <[email protected]>
  • Loading branch information
zhangzai123 and mateusmolina-iese committed Sep 4, 2024
1 parent 237251c commit 4c9efe4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (C) 2023 the Eclipse BaSyx Authors
* Copyright (C) 2024 the Eclipse BaSyx Authors
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -45,7 +45,7 @@
/**
* Implements the SubmodelService as MongoDB variant
*
* @author zhangzai
* @author zhangzai, mateusmolina
*
*/
public class MongoDBSubmodelService implements SubmodelService {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (C) 2023 the Eclipse BaSyx Authors
* Copyright (C) 2024 the Eclipse BaSyx Authors
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -34,7 +34,7 @@
/**
* SubmodelService factory returning an MongoDB backend SubmodelService
*
* @author zhangzai
* @author zhangzai, mateusmolina
*
*/
@ConditionalOnExpression("'${basyx.submodelservice.backend}'.equals('MongoDB') or '${basyx.backend}'.equals('MongoDB')")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (C) 2023 the Eclipse BaSyx Authors
* Copyright (C) 2024 the Eclipse BaSyx Authors
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -41,8 +41,9 @@
import com.mongodb.client.MongoClients;

/**
* Test for mongoDb submodel service backend
*
* @author zhangzai
* @author zhangzai, mateusmolina
*
*/
public class TestMongoDBSubmodelService extends SubmodelServiceSuite {
Expand Down

0 comments on commit 4c9efe4

Please sign in to comment.