Browse Source

Update License Header year to 2019

pull/1463/head
Igor Kulikov 8 years ago
parent
commit
bdb912d10f
  1. 3
      application/src/main/java/org/thingsboard/server/service/install/update/PaginatedUpdater.java
  2. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/AbstractPermissions.java
  3. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/AccessControlService.java
  4. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/CustomerUserPremissions.java
  5. 3
      application/src/main/java/org/thingsboard/server/service/security/permission/DefaultAccessControlService.java
  6. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/Operation.java
  7. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/PermissionChecker.java
  8. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/Permissions.java
  9. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/Resource.java
  10. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/SysAdminPermissions.java
  11. 2
      application/src/main/java/org/thingsboard/server/service/security/permission/TenantAdminPermissions.java

3
application/src/main/java/org/thingsboard/server/service/install/update/PaginatedUpdater.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.service.install.update;
import org.thingsboard.server.common.data.SearchTextBased;

2
application/src/main/java/org/thingsboard/server/service/security/permission/AbstractPermissions.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/service/security/permission/AccessControlService.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/service/security/permission/CustomerUserPremissions.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

3
application/src/main/java/org/thingsboard/server/service/security/permission/DefaultAccessControlService.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.thingsboard.server.service.security.permission;
import lombok.extern.slf4j.Slf4j;

2
application/src/main/java/org/thingsboard/server/service/security/permission/Operation.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/service/security/permission/PermissionChecker.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/service/security/permission/Permissions.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/service/security/permission/Resource.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/service/security/permission/SysAdminPermissions.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

2
application/src/main/java/org/thingsboard/server/service/security/permission/TenantAdminPermissions.java

@ -1,5 +1,5 @@
/**
* Copyright © 2016-2018 The Thingsboard Authors
* Copyright © 2016-2019 The Thingsboard Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

Loading…
Cancel
Save