Skip to content

Commit 1d77cea

Browse files
Update copyright disclaimer.
1 parent 949c182 commit 1d77cea

File tree

149 files changed

+1037
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+1037
-3
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#
22
# Copyright 2020, TeamDev. All rights reserved.
33
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
410
# Redistribution and use in source and/or binary forms, with or without
511
# modification, must retain the above copyright notice and the following
612
# disclaimer.

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

datastore/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

datastore/src/main/java/io/spine/server/storage/datastore/DatastoreMode.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

datastore/src/main/java/io/spine/server/storage/datastore/DatastoreStorageFactory.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

datastore/src/main/java/io/spine/server/storage/datastore/DatastoreWrapper.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

datastore/src/main/java/io/spine/server/storage/datastore/DsAggregateStorage.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

datastore/src/main/java/io/spine/server/storage/datastore/DsCatchUpStorage.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

datastore/src/main/java/io/spine/server/storage/datastore/DsColumnMapping.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

datastore/src/main/java/io/spine/server/storage/datastore/DsEntityComparator.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/*
22
* Copyright 2020, TeamDev. All rights reserved.
33
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
410
* Redistribution and use in source and/or binary forms, with or without
511
* modification, must retain the above copyright notice and the following
612
* disclaimer.

0 commit comments

Comments
 (0)