Skip to content

Commit

Permalink
Replace full copyright header with SPDX
Browse files Browse the repository at this point in the history
Signed-off-by: 35V LG84 <[email protected]>
  • Loading branch information
35VLG84 committed Jan 11, 2025
1 parent 348f265 commit a293ee3
Show file tree
Hide file tree
Showing 152 changed files with 299 additions and 2,050 deletions.
14 changes: 2 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
#
# Copyright 2022-2024 E257.FI
# Tackler-NG 2022-2024
#
# 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
#
# 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.
# SPDX-License-Identifier: Apache-2.0
#
[workspace]
members = [
Expand Down
15 changes: 2 additions & 13 deletions docs/devel/antlr/TxnLexer.g4
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2016-2019 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2016-2019
*
* SPDX-License-Identifier: Apache-2.0
*/
lexer grammar TxnLexer;

Expand Down
15 changes: 2 additions & 13 deletions docs/devel/antlr/TxnParser.g4
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2016-2019 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2016-2019
*
* SPDX-License-Identifier: Apache-2.0
*/
parser grammar TxnParser;

Expand Down
15 changes: 2 additions & 13 deletions docs/devel/antlr/ctx_handler.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023-2024 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2023-2024
*
* SPDX-License-Identifier: Apache-2.0
*/

use antlr_rust::parser_rule_context::ParserRuleContext;
Expand Down
15 changes: 2 additions & 13 deletions perf/bin/git-data-init.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
#!/bin/bash
# vim: tabstop=4 shiftwidth=4 smarttab expandtab softtabstop=4 autoindent
#
# Copyright 2018-2024 E257.FI
#
# 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
#
# 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.
# Tackler-NG 2018-2024
#
# SPDX-License-Identifier: Apache-2.0
#############################################################################


Expand Down
15 changes: 2 additions & 13 deletions perf/bin/perf-all.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
#!/bin/bash
# vim: tabstop=4 shiftwidth=4 smarttab expandtab softtabstop=4 autoindent
#
# Copyright 2018-2024 E257.FI
#
# 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
#
# 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.
# Tackler-NG 2018-2024
#
# SPDX-License-Identifier: Apache-2.0
#############################################################################

exe_dir=$(dirname $0)
Expand Down
15 changes: 2 additions & 13 deletions perf/bin/perf-bc-calc.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
#!/bin/bash
# vim: tabstop=4 shiftwidth=4 smarttab expandtab softtabstop=4 autoindent
#
# Copyright 2018-2024 E257.FI
#
# 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
#
# 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.
# Tackler-NG 2018-2024
#
# SPDX-License-Identifier: Apache-2.0
#############################################################################

#
Expand Down
15 changes: 2 additions & 13 deletions perf/bin/perf-data-migration.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
#!/bin/bash
# vim: tabstop=4 shiftwidth=4 smarttab expandtab softtabstop=4 autoindent
#
# Copyright 2018-2024 E257.FI
#
# 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
#
# 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.
# Tackler-NG 2018-2024
#
# SPDX-License-Identifier: Apache-2.0
#############################################################################

ds_path=$1
Expand Down
15 changes: 2 additions & 13 deletions perf/bin/perf-plot.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
#!/usr/bin/python3
# vim: tabstop=4 shiftwidth=4 softtabstop=4 smarttab expandtab autoindent
#
# Copyright 2016-2024 E257.FI Contributors
#
# 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
#
# 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.
# Tackler-NG 2016-2024 Contributors
#
# SPDX-License-Identifier: Apache-2.0
#############################################################################

#versions = [ "24.12.1", "24.12.2" ]
Expand Down
15 changes: 2 additions & 13 deletions perf/bin/perf-run.sh
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
#!/bin/bash
# vim: tabstop=4 shiftwidth=4 smarttab expandtab softtabstop=4 autoindent
#
# Copyright 2018-2024 E257.FI
#
# 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
#
# 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.
# Tackler-NG 2018-2024
#
# SPDX-License-Identifier: Apache-2.0
#############################################################################


Expand Down
14 changes: 2 additions & 12 deletions tackler-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
#
# Copyright 2022-2024 E257.FI
# Tackler-NG 2022-2024
#
# 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
#
# 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.
# SPDX-License-Identifier: Apache-2.0
#
[package]
name = "tackler-api"
Expand Down
15 changes: 2 additions & 13 deletions tackler-api/src/filters.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2023
*
* SPDX-License-Identifier: Apache-2.0
*/

//! Transaction filters
Expand Down
15 changes: 2 additions & 13 deletions tackler-api/src/filters/filter_definition.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023-2024 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2023-2024
*
* SPDX-License-Identifier: Apache-2.0
*/

use crate::filters::IndentDisplay;
Expand Down
15 changes: 2 additions & 13 deletions tackler-api/src/filters/logic.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2023
*
* SPDX-License-Identifier: Apache-2.0
*/

//! Logical filters to combine other filters
Expand Down
15 changes: 2 additions & 13 deletions tackler-api/src/filters/logic/logic_and.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023-2024 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2023-2024
*
* SPDX-License-Identifier: Apache-2.0
*/

use crate::filters;
Expand Down
15 changes: 2 additions & 13 deletions tackler-api/src/filters/logic/logic_not.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023-2024 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2023-2024
*
* SPDX-License-Identifier: Apache-2.0
*/

use crate::filters;
Expand Down
15 changes: 2 additions & 13 deletions tackler-api/src/filters/logic/logic_or.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023-2024 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2023-2024
*
* SPDX-License-Identifier: Apache-2.0
*/

use crate::filters;
Expand Down
15 changes: 2 additions & 13 deletions tackler-api/src/filters/posting.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
/*
* Copyright 2023 E257.FI
*
* 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
*
* 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.
* Tackler-NG 2023
*
* SPDX-License-Identifier: Apache-2.0
*/

//! Filters based Txn posting attributes
Expand Down
Loading

0 comments on commit a293ee3

Please sign in to comment.