Skip to content

Commit

Permalink
updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Dec 29, 2023
1 parent 1178f54 commit 4a07def
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.

MIT License

Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/ast.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/base.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/decl.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/expr.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/program.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/replacer.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/semantic.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/stmt.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/traversal.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/var.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/ast/visitor.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/parser/lexer.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/parser/parser.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/parser/position.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/parser/preprocessor.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/parser/token.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/tools/ast_printer.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/utils/angle.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down
2 changes: 1 addition & 1 deletion include/qasmtools/utils/templates.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of qasmtools.
*
* Copyright (c) 2019 - 2023 softwareQ Inc. All rights reserved.
* Copyright (c) 2019 - 2024 softwareQ Inc. All rights reserved.
*
* MIT License
*
Expand Down

0 comments on commit 4a07def

Please sign in to comment.