Skip to content

Commit

Permalink
PGCK 366 updated license (#65)
Browse files Browse the repository at this point in the history
updated license
  • Loading branch information
baslo2 authored Jun 28, 2024
1 parent c7286bc commit 5dd92a5
Show file tree
Hide file tree
Showing 83 changed files with 526 additions and 914 deletions.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
14 changes: 0 additions & 14 deletions NOTICE

This file was deleted.

18 changes: 7 additions & 11 deletions src/main/java/ru/taximaxim/pgsqlblocks/PgSqlBlocks.java
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks;

import ru.taximaxim.pgsqlblocks.modules.application.controller.ApplicationController;
Expand Down
14 changes: 5 additions & 9 deletions src/main/java/ru/taximaxim/pgsqlblocks/common/DBQueries.java
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common;

import java.io.BufferedReader;
Expand Down
18 changes: 7 additions & 11 deletions src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlock.java
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

public class DBBlock {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

import java.sql.ResultSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,32 +1,28 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

import ru.taximaxim.treeviewer.models.IObject;

import java.util.Collections;
import java.util.Date;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;

import ru.taximaxim.treeviewer.models.IObject;

public class DBBlocksJournalProcess implements IObject {

private final DBProcess process;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

import java.util.Objects;
Expand Down
28 changes: 14 additions & 14 deletions src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcess.java
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

import ru.taximaxim.treeviewer.models.IObject;

import java.util.*;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;

import ru.taximaxim.treeviewer.models.IObject;

public class DBProcess implements IObject {

private List<DBProcess> parents = new ArrayList<>();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

import java.util.Date;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
/*
* ========================LICENSE_START=================================
* pgSqlBlocks
* %
* Copyright (C) 2017 - 2022 "Technology" LLC
* %
/*******************************************************************************
* Copyright 2017-2024 TAXTELECOM, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* =========================LICENSE_END==================================
*/
*******************************************************************************/
package ru.taximaxim.pgsqlblocks.common.models;

public class DBProcessQueryCaller {
Expand Down
Loading

0 comments on commit 5dd92a5

Please sign in to comment.