From 647f0f7024d28ff06860cadb7e703dd70dce2d06 Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Sat, 28 Dec 2024 09:15:04 -0500 Subject: [PATCH] updated (c) notice --- LICENSE | 2 +- include/qasmtools/ast/ast.hpp | 2 +- include/qasmtools/ast/base.hpp | 2 +- include/qasmtools/ast/decl.hpp | 2 +- include/qasmtools/ast/expr.hpp | 2 +- include/qasmtools/ast/program.hpp | 2 +- include/qasmtools/ast/replacer.hpp | 2 +- include/qasmtools/ast/semantic.hpp | 2 +- include/qasmtools/ast/stmt.hpp | 2 +- include/qasmtools/ast/traversal.hpp | 2 +- include/qasmtools/ast/var.hpp | 2 +- include/qasmtools/ast/visitor.hpp | 2 +- include/qasmtools/parser/lexer.hpp | 2 +- include/qasmtools/parser/parser.hpp | 2 +- include/qasmtools/parser/position.hpp | 2 +- include/qasmtools/parser/preprocessor.hpp | 2 +- include/qasmtools/parser/token.hpp | 2 +- include/qasmtools/tools/ast_printer.hpp | 2 +- include/qasmtools/utils/angle.hpp | 2 +- include/qasmtools/utils/templates.hpp | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index 08641a6..5794064 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. +Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. MIT License diff --git a/include/qasmtools/ast/ast.hpp b/include/qasmtools/ast/ast.hpp index 60dc3fc..d5b5fc8 100644 --- a/include/qasmtools/ast/ast.hpp +++ b/include/qasmtools/ast/ast.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/base.hpp b/include/qasmtools/ast/base.hpp index e1c45cd..394ec30 100644 --- a/include/qasmtools/ast/base.hpp +++ b/include/qasmtools/ast/base.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/decl.hpp b/include/qasmtools/ast/decl.hpp index f5bd2b3..f76aa0d 100644 --- a/include/qasmtools/ast/decl.hpp +++ b/include/qasmtools/ast/decl.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/expr.hpp b/include/qasmtools/ast/expr.hpp index 06e9ef8..a93382c 100644 --- a/include/qasmtools/ast/expr.hpp +++ b/include/qasmtools/ast/expr.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/program.hpp b/include/qasmtools/ast/program.hpp index 7aa370c..802350d 100644 --- a/include/qasmtools/ast/program.hpp +++ b/include/qasmtools/ast/program.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/replacer.hpp b/include/qasmtools/ast/replacer.hpp index 9a6c3ad..5d97557 100644 --- a/include/qasmtools/ast/replacer.hpp +++ b/include/qasmtools/ast/replacer.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/semantic.hpp b/include/qasmtools/ast/semantic.hpp index 777087a..301f223 100644 --- a/include/qasmtools/ast/semantic.hpp +++ b/include/qasmtools/ast/semantic.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/stmt.hpp b/include/qasmtools/ast/stmt.hpp index 637d1bb..576e312 100644 --- a/include/qasmtools/ast/stmt.hpp +++ b/include/qasmtools/ast/stmt.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/traversal.hpp b/include/qasmtools/ast/traversal.hpp index 6f106a3..98943d1 100644 --- a/include/qasmtools/ast/traversal.hpp +++ b/include/qasmtools/ast/traversal.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/var.hpp b/include/qasmtools/ast/var.hpp index a6c979f..4eb393b 100644 --- a/include/qasmtools/ast/var.hpp +++ b/include/qasmtools/ast/var.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/ast/visitor.hpp b/include/qasmtools/ast/visitor.hpp index ce54849..ffb0c6e 100644 --- a/include/qasmtools/ast/visitor.hpp +++ b/include/qasmtools/ast/visitor.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/parser/lexer.hpp b/include/qasmtools/parser/lexer.hpp index dfebeb2..6918f20 100644 --- a/include/qasmtools/parser/lexer.hpp +++ b/include/qasmtools/parser/lexer.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/parser/parser.hpp b/include/qasmtools/parser/parser.hpp index cb9afe9..135f118 100644 --- a/include/qasmtools/parser/parser.hpp +++ b/include/qasmtools/parser/parser.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/parser/position.hpp b/include/qasmtools/parser/position.hpp index 9e6f567..c243620 100644 --- a/include/qasmtools/parser/position.hpp +++ b/include/qasmtools/parser/position.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/parser/preprocessor.hpp b/include/qasmtools/parser/preprocessor.hpp index 221fcba..5a45b19 100644 --- a/include/qasmtools/parser/preprocessor.hpp +++ b/include/qasmtools/parser/preprocessor.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/parser/token.hpp b/include/qasmtools/parser/token.hpp index f83df2b..446c124 100644 --- a/include/qasmtools/parser/token.hpp +++ b/include/qasmtools/parser/token.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/tools/ast_printer.hpp b/include/qasmtools/tools/ast_printer.hpp index 205ae5e..734ddc8 100644 --- a/include/qasmtools/tools/ast_printer.hpp +++ b/include/qasmtools/tools/ast_printer.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/utils/angle.hpp b/include/qasmtools/utils/angle.hpp index 6007e7d..3dc6566 100644 --- a/include/qasmtools/utils/angle.hpp +++ b/include/qasmtools/utils/angle.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License * diff --git a/include/qasmtools/utils/templates.hpp b/include/qasmtools/utils/templates.hpp index c6bb234..7b0769c 100644 --- a/include/qasmtools/utils/templates.hpp +++ b/include/qasmtools/utils/templates.hpp @@ -1,7 +1,7 @@ /* * This file is part of qasmtools. * - * Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved. + * Copyright (c) 2019 - 2025 softwareQ Inc. All rights reserved. * * MIT License *