From dc61b42d573accd393ae07207b49e2da3dc3aec6 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 6 Feb 2023 17:40:45 +0000 Subject: [PATCH] Fix the license header for 2023 --- CMakeLists.txt | 2 +- README.org | 2 +- builder | 4 ++-- cmake/tablegen-serene.cmake | 2 +- core/CMakeLists.txt | 2 +- core/cmake/SereneCoreConfig.cmake.in | 2 +- core/include/serene/core/core.h | 2 +- core/lib/serene/CMakeLists.txt | 2 +- core/lib/serene/compiler.cpp.inc | 2 +- core/lib/serene/core.cpp | 2 +- core/lib/serene/reader.cpp.inc | 2 +- devtools/CMakeLists.txt | 2 +- devtools/slir-lsp-server.cpp | 2 +- devtools/slir-opt.cpp | 2 +- docs/CMakeLists.txt | 2 +- docs/conf.py | 2 +- libserene.v0/CMakeLists.txt | 2 +- libserene.v0/cmake/SereneConfig.cmake.in | 2 +- libserene.v0/include/serene/context.h | 2 +- libserene.v0/include/serene/conventions.h | 2 +- libserene.v0/include/serene/diagnostics.h | 2 +- libserene.v0/include/serene/environment.h | 2 +- libserene.v0/include/serene/errors.h | 2 +- libserene.v0/include/serene/errors/base.h | 2 +- libserene.v0/include/serene/errors/variant.h | 2 +- libserene.v0/include/serene/exprs/call.h | 2 +- libserene.v0/include/serene/exprs/def.h | 2 +- libserene.v0/include/serene/exprs/expression.h | 2 +- libserene.v0/include/serene/exprs/fn.h | 2 +- libserene.v0/include/serene/exprs/list.h | 2 +- libserene.v0/include/serene/exprs/number.h | 2 +- libserene.v0/include/serene/exprs/symbol.h | 2 +- libserene.v0/include/serene/exprs/traits.h | 2 +- libserene.v0/include/serene/jit/engine.h | 2 +- libserene.v0/include/serene/jit/halley.h | 2 +- libserene.v0/include/serene/jit/layers.h | 2 +- libserene.v0/include/serene/llvm/patches.h | 2 +- libserene.v0/include/serene/namespace.h | 2 +- libserene.v0/include/serene/passes.h | 2 +- libserene.v0/include/serene/passes/passes.td | 2 +- libserene.v0/include/serene/reader/location.h | 2 +- libserene.v0/include/serene/reader/reader.h | 2 +- libserene.v0/include/serene/reader/traits.h | 2 +- libserene.v0/include/serene/semantics.h | 2 +- libserene.v0/include/serene/serene.h | 2 +- libserene.v0/include/serene/slir/dialect.h | 2 +- libserene.v0/include/serene/slir/dialect.td | 2 +- libserene.v0/include/serene/slir/generatable.h | 2 +- libserene.v0/include/serene/slir/ops.h | 2 +- libserene.v0/include/serene/slir/ops.td | 2 +- libserene.v0/include/serene/slir/slir.h | 2 +- libserene.v0/include/serene/slir/symbol.h | 2 +- libserene.v0/include/serene/slir/traits.h | 2 +- libserene.v0/include/serene/slir/type_converter.h | 2 +- libserene.v0/include/serene/slir/types.h | 2 +- libserene.v0/include/serene/slir/types.td | 2 +- libserene.v0/include/serene/slir/utils.h | 2 +- libserene.v0/include/serene/source_mgr.h | 2 +- libserene.v0/include/serene/traits.h | 2 +- libserene.v0/include/serene/traits/locatable.h | 2 +- libserene.v0/include/serene/types/type.h | 2 +- libserene.v0/include/serene/utils.h | 2 +- libserene.v0/lib/CMakeLists.txt | 2 +- libserene.v0/lib/context.cpp | 2 +- libserene.v0/lib/diagnostics.cpp | 2 +- libserene.v0/lib/errors.cpp | 2 +- libserene.v0/lib/exprs/call.cpp | 2 +- libserene.v0/lib/exprs/def.cpp | 2 +- libserene.v0/lib/exprs/expression.cpp | 2 +- libserene.v0/lib/exprs/fn.cpp | 2 +- libserene.v0/lib/exprs/list.cpp | 2 +- libserene.v0/lib/exprs/number.cpp | 2 +- libserene.v0/lib/exprs/symbol.cpp | 2 +- libserene.v0/lib/jit/engine.cpp | 2 +- libserene.v0/lib/jit/halley.cpp | 2 +- libserene.v0/lib/jit/layers.cpp | 2 +- libserene.v0/lib/namespace.cpp | 2 +- libserene.v0/lib/passes/slir_lowering.cpp | 2 +- libserene.v0/lib/passes/to_llvm_dialect.cpp | 2 +- libserene.v0/lib/reader/reader.cpp | 2 +- libserene.v0/lib/semantics.cpp | 2 +- libserene.v0/lib/serene.cpp | 2 +- libserene.v0/lib/slir/dialect.cpp | 2 +- libserene.v0/lib/slir/generatable.cpp | 2 +- libserene.v0/lib/slir/ops.cpp | 2 +- libserene.v0/lib/slir/slir.cpp | 2 +- libserene.v0/lib/slir/type_converter.cpp | 2 +- libserene.v0/lib/slir/types.cpp | 2 +- libserene.v0/lib/slir/utils.cpp | 2 +- libserene.v0/lib/slir/value_op.cpp | 2 +- libserene.v0/lib/source_mgr.cpp | 2 +- libserene.v0/tests/context_tests.cpp.inc | 2 +- libserene.v0/tests/environment_tests.cpp.inc | 2 +- libserene.v0/tests/errors/error_tests.cpp.inc | 2 +- libserene.v0/tests/exprs/expression_tests.cpp.inc | 2 +- libserene.v0/tests/exprs/list_tests.cpp.inc | 2 +- libserene.v0/tests/exprs/number_tests.cpp.inc | 2 +- libserene.v0/tests/exprs/symbol_tests.cpp.inc | 2 +- libserene.v0/tests/namespace_tests.cpp.inc | 2 +- libserene.v0/tests/reader/reader_tests.cpp.inc | 2 +- libserene.v0/tests/serenetests.cpp | 2 +- libserene.v0/tests/setup.cpp.inc | 2 +- libserene.v0/tests/test_helpers.cpp.inc | 2 +- libserene.v0/tests/traits_tests.cpp.inc | 2 +- libserene.v0/tests/utils_tests.cpp.inc | 2 +- libserene/CMakeLists.txt | 2 +- libserene/cmake/SereneConfig.cmake.in | 2 +- libserene/include/serene/context.h | 2 +- libserene/include/serene/fs.h | 2 +- libserene/include/serene/jit/halley.h | 2 +- libserene/include/serene/jit/packer.h | 2 +- libserene/include/serene/options.h | 2 +- libserene/include/serene/serene.h | 2 +- libserene/include/serene/types/types.h | 2 +- libserene/lib/CMakeLists.txt | 2 +- libserene/lib/context.cpp | 2 +- libserene/lib/fs.cpp | 2 +- libserene/lib/jit/halley.cpp | 2 +- libserene/lib/jit/packer.cpp | 2 +- libserene/lib/serene.cpp | 2 +- resources/emacs/serene-dev.el | 2 +- scripts/containers.sh | 2 +- scripts/devfs.sh | 2 +- scripts/devfs_container_setup.sh | 2 +- scripts/utils.sh | 2 +- serene-repl/CMakeLists.txt | 2 +- serene-repl/serene-repl.cpp | 4 ++-- serene-tblgen/CMakeLists.txt | 2 +- serene-tblgen/main.cpp | 2 +- serene-tblgen/serene/errors-backend.cpp | 2 +- serene-tblgen/serene/errors-backend.h | 2 +- serenec/CMakeLists.txt | 2 +- serenec/serenec.cpp | 4 ++-- 133 files changed, 136 insertions(+), 136 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 03f52ac..384de34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/README.org b/README.org index 6013852..e842655 100644 --- a/README.org +++ b/README.org @@ -123,7 +123,7 @@ break point on the ~main~ function (~b main~) then use the following commands on - [[https://github.com/muqsitnawaz/modern-cpp-cheatsheet][Modern C++ Cheatsheet]] * License -Copyright (c) 2019-2022 Sameer Rahmani +Copyright (c) 2019-2023 Sameer Rahmani *Serene* is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/builder b/builder index 69e9a1a..2dcff1f 100755 --- a/builder +++ b/builder @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -461,7 +461,7 @@ function help() { ## Print out this help message # Main logic # ----------------------------------------------------------------------------- echo -e "\nSerene Builder Version $VERSION" -echo -e "\nCopyright (C) 2019-2022" +echo -e "\nCopyright (C) 2019-2023" echo -e "Sameer Rahmani " echo -e "Serene comes with ABSOLUTELY NO WARRANTY;" echo -e "This is free software, and you are welcome" diff --git a/cmake/tablegen-serene.cmake b/cmake/tablegen-serene.cmake index 9f582d4..cc1ec75 100644 --- a/cmake/tablegen-serene.cmake +++ b/cmake/tablegen-serene.cmake @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 36566f4..32d05b0 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/core/cmake/SereneCoreConfig.cmake.in b/core/cmake/SereneCoreConfig.cmake.in index d07eecf..c638645 100644 --- a/core/cmake/SereneCoreConfig.cmake.in +++ b/core/cmake/SereneCoreConfig.cmake.in @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/core/include/serene/core/core.h b/core/include/serene/core/core.h index 6f133de..9b67eaf 100644 --- a/core/include/serene/core/core.h +++ b/core/include/serene/core/core.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/lib/serene/CMakeLists.txt b/core/lib/serene/CMakeLists.txt index 9b9058f..15e2a85 100644 --- a/core/lib/serene/CMakeLists.txt +++ b/core/lib/serene/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/core/lib/serene/compiler.cpp.inc b/core/lib/serene/compiler.cpp.inc index 99f02da..1269471 100644 --- a/core/lib/serene/compiler.cpp.inc +++ b/core/lib/serene/compiler.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/lib/serene/core.cpp b/core/lib/serene/core.cpp index 66e4272..9849606 100644 --- a/core/lib/serene/core.cpp +++ b/core/lib/serene/core.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/core/lib/serene/reader.cpp.inc b/core/lib/serene/reader.cpp.inc index 729b854..94ab6c7 100644 --- a/core/lib/serene/reader.cpp.inc +++ b/core/lib/serene/reader.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/devtools/CMakeLists.txt b/devtools/CMakeLists.txt index d48f1e1..ab3f46e 100644 --- a/devtools/CMakeLists.txt +++ b/devtools/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/devtools/slir-lsp-server.cpp b/devtools/slir-lsp-server.cpp index 2cfd848..07fb3cc 100644 --- a/devtools/slir-lsp-server.cpp +++ b/devtools/slir-lsp-server.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/devtools/slir-opt.cpp b/devtools/slir-opt.cpp index 62415c5..550cb5a 100644 --- a/devtools/slir-opt.cpp +++ b/devtools/slir-opt.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index bb7d831..1065fa6 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docs/conf.py b/docs/conf.py index 72352d6..a828165 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'Serene' -copyright = '2019-2022, Sameer Rahmani' +copyright = '2019-2023, Sameer Rahmani' author = 'Sameer Rahmani' # The full version, including alpha/beta/rc tags diff --git a/libserene.v0/CMakeLists.txt b/libserene.v0/CMakeLists.txt index 620e0a4..3b31159 100644 --- a/libserene.v0/CMakeLists.txt +++ b/libserene.v0/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/cmake/SereneConfig.cmake.in b/libserene.v0/cmake/SereneConfig.cmake.in index d07eecf..c638645 100644 --- a/libserene.v0/cmake/SereneConfig.cmake.in +++ b/libserene.v0/cmake/SereneConfig.cmake.in @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/context.h b/libserene.v0/include/serene/context.h index 91ff886..3a2a4aa 100644 --- a/libserene.v0/include/serene/context.h +++ b/libserene.v0/include/serene/context.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/conventions.h b/libserene.v0/include/serene/conventions.h index b7bdea4..eebe34f 100644 --- a/libserene.v0/include/serene/conventions.h +++ b/libserene.v0/include/serene/conventions.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/diagnostics.h b/libserene.v0/include/serene/diagnostics.h index 9310171..48b3a37 100644 --- a/libserene.v0/include/serene/diagnostics.h +++ b/libserene.v0/include/serene/diagnostics.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/environment.h b/libserene.v0/include/serene/environment.h index ca578c0..4a7b4e5 100644 --- a/libserene.v0/include/serene/environment.h +++ b/libserene.v0/include/serene/environment.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/errors.h b/libserene.v0/include/serene/errors.h index d5403db..0626857 100644 --- a/libserene.v0/include/serene/errors.h +++ b/libserene.v0/include/serene/errors.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/errors/base.h b/libserene.v0/include/serene/errors/base.h index e637fbf..788095b 100644 --- a/libserene.v0/include/serene/errors/base.h +++ b/libserene.v0/include/serene/errors/base.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/errors/variant.h b/libserene.v0/include/serene/errors/variant.h index 8c5df0c..11e5a17 100644 --- a/libserene.v0/include/serene/errors/variant.h +++ b/libserene.v0/include/serene/errors/variant.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/exprs/call.h b/libserene.v0/include/serene/exprs/call.h index b8d0a86..ce0cdf5 100644 --- a/libserene.v0/include/serene/exprs/call.h +++ b/libserene.v0/include/serene/exprs/call.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/exprs/def.h b/libserene.v0/include/serene/exprs/def.h index 834badb..82165c3 100644 --- a/libserene.v0/include/serene/exprs/def.h +++ b/libserene.v0/include/serene/exprs/def.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/exprs/expression.h b/libserene.v0/include/serene/exprs/expression.h index b89de11..127f491 100644 --- a/libserene.v0/include/serene/exprs/expression.h +++ b/libserene.v0/include/serene/exprs/expression.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/exprs/fn.h b/libserene.v0/include/serene/exprs/fn.h index 79c7c2a..cb2192a 100644 --- a/libserene.v0/include/serene/exprs/fn.h +++ b/libserene.v0/include/serene/exprs/fn.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/exprs/list.h b/libserene.v0/include/serene/exprs/list.h index eedb92e..28225f2 100644 --- a/libserene.v0/include/serene/exprs/list.h +++ b/libserene.v0/include/serene/exprs/list.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/exprs/number.h b/libserene.v0/include/serene/exprs/number.h index addd96e..828a14a 100644 --- a/libserene.v0/include/serene/exprs/number.h +++ b/libserene.v0/include/serene/exprs/number.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/exprs/symbol.h b/libserene.v0/include/serene/exprs/symbol.h index 89a5dac..a1f7b0a 100644 --- a/libserene.v0/include/serene/exprs/symbol.h +++ b/libserene.v0/include/serene/exprs/symbol.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/exprs/traits.h b/libserene.v0/include/serene/exprs/traits.h index d88e6b5..9fcb7f8 100644 --- a/libserene.v0/include/serene/exprs/traits.h +++ b/libserene.v0/include/serene/exprs/traits.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/jit/engine.h b/libserene.v0/include/serene/jit/engine.h index 2e5878f..f96fb37 100644 --- a/libserene.v0/include/serene/jit/engine.h +++ b/libserene.v0/include/serene/jit/engine.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/jit/halley.h b/libserene.v0/include/serene/jit/halley.h index fde7b37..8b70dcb 100644 --- a/libserene.v0/include/serene/jit/halley.h +++ b/libserene.v0/include/serene/jit/halley.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/jit/layers.h b/libserene.v0/include/serene/jit/layers.h index a787d19..e28842e 100644 --- a/libserene.v0/include/serene/jit/layers.h +++ b/libserene.v0/include/serene/jit/layers.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/llvm/patches.h b/libserene.v0/include/serene/llvm/patches.h index e08b2b2..c348f6b 100644 --- a/libserene.v0/include/serene/llvm/patches.h +++ b/libserene.v0/include/serene/llvm/patches.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/namespace.h b/libserene.v0/include/serene/namespace.h index 3bacfb3..245661e 100644 --- a/libserene.v0/include/serene/namespace.h +++ b/libserene.v0/include/serene/namespace.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/passes.h b/libserene.v0/include/serene/passes.h index fa38960..9ec33e3 100644 --- a/libserene.v0/include/serene/passes.h +++ b/libserene.v0/include/serene/passes.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/passes/passes.td b/libserene.v0/include/serene/passes/passes.td index 938b793..6627a8f 100644 --- a/libserene.v0/include/serene/passes/passes.td +++ b/libserene.v0/include/serene/passes/passes.td @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/reader/location.h b/libserene.v0/include/serene/reader/location.h index 3f01431..9b0526e 100644 --- a/libserene.v0/include/serene/reader/location.h +++ b/libserene.v0/include/serene/reader/location.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/reader/reader.h b/libserene.v0/include/serene/reader/reader.h index 1e26100..f5ba731 100644 --- a/libserene.v0/include/serene/reader/reader.h +++ b/libserene.v0/include/serene/reader/reader.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/reader/traits.h b/libserene.v0/include/serene/reader/traits.h index 89837f8..cd7d264 100644 --- a/libserene.v0/include/serene/reader/traits.h +++ b/libserene.v0/include/serene/reader/traits.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/semantics.h b/libserene.v0/include/serene/semantics.h index 2313cc4..966baef 100644 --- a/libserene.v0/include/serene/semantics.h +++ b/libserene.v0/include/serene/semantics.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/serene.h b/libserene.v0/include/serene/serene.h index c52806f..037e807 100644 --- a/libserene.v0/include/serene/serene.h +++ b/libserene.v0/include/serene/serene.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/dialect.h b/libserene.v0/include/serene/slir/dialect.h index 97e6483..84057c1 100644 --- a/libserene.v0/include/serene/slir/dialect.h +++ b/libserene.v0/include/serene/slir/dialect.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/dialect.td b/libserene.v0/include/serene/slir/dialect.td index d54822b..aae1382 100644 --- a/libserene.v0/include/serene/slir/dialect.td +++ b/libserene.v0/include/serene/slir/dialect.td @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/generatable.h b/libserene.v0/include/serene/slir/generatable.h index 60ea742..30f9f5f 100644 --- a/libserene.v0/include/serene/slir/generatable.h +++ b/libserene.v0/include/serene/slir/generatable.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/ops.h b/libserene.v0/include/serene/slir/ops.h index ca2954e..4e0be10 100644 --- a/libserene.v0/include/serene/slir/ops.h +++ b/libserene.v0/include/serene/slir/ops.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/ops.td b/libserene.v0/include/serene/slir/ops.td index 294e9ac..5c12137 100644 --- a/libserene.v0/include/serene/slir/ops.td +++ b/libserene.v0/include/serene/slir/ops.td @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/slir.h b/libserene.v0/include/serene/slir/slir.h index 327995c..63c805c 100644 --- a/libserene.v0/include/serene/slir/slir.h +++ b/libserene.v0/include/serene/slir/slir.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/symbol.h b/libserene.v0/include/serene/slir/symbol.h index 4d005d4..b99ceab 100644 --- a/libserene.v0/include/serene/slir/symbol.h +++ b/libserene.v0/include/serene/slir/symbol.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/traits.h b/libserene.v0/include/serene/slir/traits.h index f451629..d34b5ab 100644 --- a/libserene.v0/include/serene/slir/traits.h +++ b/libserene.v0/include/serene/slir/traits.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/type_converter.h b/libserene.v0/include/serene/slir/type_converter.h index b817843..86f99dd 100644 --- a/libserene.v0/include/serene/slir/type_converter.h +++ b/libserene.v0/include/serene/slir/type_converter.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/types.h b/libserene.v0/include/serene/slir/types.h index 3036e05..b470492 100644 --- a/libserene.v0/include/serene/slir/types.h +++ b/libserene.v0/include/serene/slir/types.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/types.td b/libserene.v0/include/serene/slir/types.td index d815c9b..d9dff8d 100644 --- a/libserene.v0/include/serene/slir/types.td +++ b/libserene.v0/include/serene/slir/types.td @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/slir/utils.h b/libserene.v0/include/serene/slir/utils.h index 2a8a670..3610480 100644 --- a/libserene.v0/include/serene/slir/utils.h +++ b/libserene.v0/include/serene/slir/utils.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/source_mgr.h b/libserene.v0/include/serene/source_mgr.h index b326170..ac627c9 100644 --- a/libserene.v0/include/serene/source_mgr.h +++ b/libserene.v0/include/serene/source_mgr.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/traits.h b/libserene.v0/include/serene/traits.h index e71c32c..a80471b 100644 --- a/libserene.v0/include/serene/traits.h +++ b/libserene.v0/include/serene/traits.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/traits/locatable.h b/libserene.v0/include/serene/traits/locatable.h index 2e9a2f3..2806bda 100644 --- a/libserene.v0/include/serene/traits/locatable.h +++ b/libserene.v0/include/serene/traits/locatable.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/types/type.h b/libserene.v0/include/serene/types/type.h index 525f1a5..c9ba5bf 100644 --- a/libserene.v0/include/serene/types/type.h +++ b/libserene.v0/include/serene/types/type.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/include/serene/utils.h b/libserene.v0/include/serene/utils.h index 5297b60..d55d814 100644 --- a/libserene.v0/include/serene/utils.h +++ b/libserene.v0/include/serene/utils.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/CMakeLists.txt b/libserene.v0/lib/CMakeLists.txt index 69938b3..d718ef6 100644 --- a/libserene.v0/lib/CMakeLists.txt +++ b/libserene.v0/lib/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/context.cpp b/libserene.v0/lib/context.cpp index e008e6c..364f524 100644 --- a/libserene.v0/lib/context.cpp +++ b/libserene.v0/lib/context.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/diagnostics.cpp b/libserene.v0/lib/diagnostics.cpp index 1384d46..bc52bab 100644 --- a/libserene.v0/lib/diagnostics.cpp +++ b/libserene.v0/lib/diagnostics.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/errors.cpp b/libserene.v0/lib/errors.cpp index 5ef7792..ea3f2d2 100644 --- a/libserene.v0/lib/errors.cpp +++ b/libserene.v0/lib/errors.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/exprs/call.cpp b/libserene.v0/lib/exprs/call.cpp index 278ca04..cf4864b 100644 --- a/libserene.v0/lib/exprs/call.cpp +++ b/libserene.v0/lib/exprs/call.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/exprs/def.cpp b/libserene.v0/lib/exprs/def.cpp index 2962d04..0f076be 100644 --- a/libserene.v0/lib/exprs/def.cpp +++ b/libserene.v0/lib/exprs/def.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/exprs/expression.cpp b/libserene.v0/lib/exprs/expression.cpp index a3d457a..c47df08 100644 --- a/libserene.v0/lib/exprs/expression.cpp +++ b/libserene.v0/lib/exprs/expression.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/exprs/fn.cpp b/libserene.v0/lib/exprs/fn.cpp index 534b2a3..24a9b77 100644 --- a/libserene.v0/lib/exprs/fn.cpp +++ b/libserene.v0/lib/exprs/fn.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/exprs/list.cpp b/libserene.v0/lib/exprs/list.cpp index b907a21..0ef7923 100644 --- a/libserene.v0/lib/exprs/list.cpp +++ b/libserene.v0/lib/exprs/list.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/exprs/number.cpp b/libserene.v0/lib/exprs/number.cpp index 534bf94..e08f997 100644 --- a/libserene.v0/lib/exprs/number.cpp +++ b/libserene.v0/lib/exprs/number.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/exprs/symbol.cpp b/libserene.v0/lib/exprs/symbol.cpp index a236b50..b4c0d2a 100644 --- a/libserene.v0/lib/exprs/symbol.cpp +++ b/libserene.v0/lib/exprs/symbol.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/jit/engine.cpp b/libserene.v0/lib/jit/engine.cpp index 8b6d7cf..68eb87e 100644 --- a/libserene.v0/lib/jit/engine.cpp +++ b/libserene.v0/lib/jit/engine.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/jit/halley.cpp b/libserene.v0/lib/jit/halley.cpp index c962d05..cd4c0ad 100644 --- a/libserene.v0/lib/jit/halley.cpp +++ b/libserene.v0/lib/jit/halley.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/jit/layers.cpp b/libserene.v0/lib/jit/layers.cpp index 55fc2ae..09044fd 100644 --- a/libserene.v0/lib/jit/layers.cpp +++ b/libserene.v0/lib/jit/layers.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/namespace.cpp b/libserene.v0/lib/namespace.cpp index 7f8e402..11b3880 100644 --- a/libserene.v0/lib/namespace.cpp +++ b/libserene.v0/lib/namespace.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/passes/slir_lowering.cpp b/libserene.v0/lib/passes/slir_lowering.cpp index 53a62de..289d43f 100644 --- a/libserene.v0/lib/passes/slir_lowering.cpp +++ b/libserene.v0/lib/passes/slir_lowering.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/passes/to_llvm_dialect.cpp b/libserene.v0/lib/passes/to_llvm_dialect.cpp index 93a628a..963ace2 100644 --- a/libserene.v0/lib/passes/to_llvm_dialect.cpp +++ b/libserene.v0/lib/passes/to_llvm_dialect.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/reader/reader.cpp b/libserene.v0/lib/reader/reader.cpp index 7a50fa6..ce0f59c 100644 --- a/libserene.v0/lib/reader/reader.cpp +++ b/libserene.v0/lib/reader/reader.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/semantics.cpp b/libserene.v0/lib/semantics.cpp index b39a455..b44b690 100644 --- a/libserene.v0/lib/semantics.cpp +++ b/libserene.v0/lib/semantics.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/serene.cpp b/libserene.v0/lib/serene.cpp index 80407e3..2261301 100644 --- a/libserene.v0/lib/serene.cpp +++ b/libserene.v0/lib/serene.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/slir/dialect.cpp b/libserene.v0/lib/slir/dialect.cpp index bca6527..5b1def0 100644 --- a/libserene.v0/lib/slir/dialect.cpp +++ b/libserene.v0/lib/slir/dialect.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/slir/generatable.cpp b/libserene.v0/lib/slir/generatable.cpp index dc741bf..906eef9 100644 --- a/libserene.v0/lib/slir/generatable.cpp +++ b/libserene.v0/lib/slir/generatable.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/slir/ops.cpp b/libserene.v0/lib/slir/ops.cpp index 5f009e4..92fca28 100644 --- a/libserene.v0/lib/slir/ops.cpp +++ b/libserene.v0/lib/slir/ops.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/slir/slir.cpp b/libserene.v0/lib/slir/slir.cpp index 46d59d6..276b28d 100644 --- a/libserene.v0/lib/slir/slir.cpp +++ b/libserene.v0/lib/slir/slir.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/slir/type_converter.cpp b/libserene.v0/lib/slir/type_converter.cpp index 543497d..dbb442b 100644 --- a/libserene.v0/lib/slir/type_converter.cpp +++ b/libserene.v0/lib/slir/type_converter.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/slir/types.cpp b/libserene.v0/lib/slir/types.cpp index d2b65b3..96b924d 100644 --- a/libserene.v0/lib/slir/types.cpp +++ b/libserene.v0/lib/slir/types.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/slir/utils.cpp b/libserene.v0/lib/slir/utils.cpp index 7eadb5d..598a885 100644 --- a/libserene.v0/lib/slir/utils.cpp +++ b/libserene.v0/lib/slir/utils.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/slir/value_op.cpp b/libserene.v0/lib/slir/value_op.cpp index 30a2ba8..fd1a5d6 100644 --- a/libserene.v0/lib/slir/value_op.cpp +++ b/libserene.v0/lib/slir/value_op.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/lib/source_mgr.cpp b/libserene.v0/lib/source_mgr.cpp index 8624609..5f5ac93 100644 --- a/libserene.v0/lib/source_mgr.cpp +++ b/libserene.v0/lib/source_mgr.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/context_tests.cpp.inc b/libserene.v0/tests/context_tests.cpp.inc index a6019d8..054612d 100644 --- a/libserene.v0/tests/context_tests.cpp.inc +++ b/libserene.v0/tests/context_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/environment_tests.cpp.inc b/libserene.v0/tests/environment_tests.cpp.inc index e777700..52a3e9c 100644 --- a/libserene.v0/tests/environment_tests.cpp.inc +++ b/libserene.v0/tests/environment_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/errors/error_tests.cpp.inc b/libserene.v0/tests/errors/error_tests.cpp.inc index 67d8655..bb49f29 100644 --- a/libserene.v0/tests/errors/error_tests.cpp.inc +++ b/libserene.v0/tests/errors/error_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/exprs/expression_tests.cpp.inc b/libserene.v0/tests/exprs/expression_tests.cpp.inc index ba8b9c5..4bfe883 100644 --- a/libserene.v0/tests/exprs/expression_tests.cpp.inc +++ b/libserene.v0/tests/exprs/expression_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/exprs/list_tests.cpp.inc b/libserene.v0/tests/exprs/list_tests.cpp.inc index 030d5ee..04d69eb 100644 --- a/libserene.v0/tests/exprs/list_tests.cpp.inc +++ b/libserene.v0/tests/exprs/list_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/exprs/number_tests.cpp.inc b/libserene.v0/tests/exprs/number_tests.cpp.inc index 74a532c..71a3932 100644 --- a/libserene.v0/tests/exprs/number_tests.cpp.inc +++ b/libserene.v0/tests/exprs/number_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/exprs/symbol_tests.cpp.inc b/libserene.v0/tests/exprs/symbol_tests.cpp.inc index 5a03a98..65b13a4 100644 --- a/libserene.v0/tests/exprs/symbol_tests.cpp.inc +++ b/libserene.v0/tests/exprs/symbol_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/namespace_tests.cpp.inc b/libserene.v0/tests/namespace_tests.cpp.inc index 8966d41..b88c5a9 100644 --- a/libserene.v0/tests/namespace_tests.cpp.inc +++ b/libserene.v0/tests/namespace_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/reader/reader_tests.cpp.inc b/libserene.v0/tests/reader/reader_tests.cpp.inc index 45616c3..227cb67 100644 --- a/libserene.v0/tests/reader/reader_tests.cpp.inc +++ b/libserene.v0/tests/reader/reader_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/serenetests.cpp b/libserene.v0/tests/serenetests.cpp index b8e1abf..b502518 100644 --- a/libserene.v0/tests/serenetests.cpp +++ b/libserene.v0/tests/serenetests.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/setup.cpp.inc b/libserene.v0/tests/setup.cpp.inc index 1c9c005..45e82b1 100644 --- a/libserene.v0/tests/setup.cpp.inc +++ b/libserene.v0/tests/setup.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/test_helpers.cpp.inc b/libserene.v0/tests/test_helpers.cpp.inc index 559e3e3..9ffc0c5 100644 --- a/libserene.v0/tests/test_helpers.cpp.inc +++ b/libserene.v0/tests/test_helpers.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/traits_tests.cpp.inc b/libserene.v0/tests/traits_tests.cpp.inc index ee2f236..ad59fc2 100644 --- a/libserene.v0/tests/traits_tests.cpp.inc +++ b/libserene.v0/tests/traits_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene.v0/tests/utils_tests.cpp.inc b/libserene.v0/tests/utils_tests.cpp.inc index bf1a258..7ddedc6 100644 --- a/libserene.v0/tests/utils_tests.cpp.inc +++ b/libserene.v0/tests/utils_tests.cpp.inc @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/CMakeLists.txt b/libserene/CMakeLists.txt index 3554f12..de7d9fd 100644 --- a/libserene/CMakeLists.txt +++ b/libserene/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libserene/cmake/SereneConfig.cmake.in b/libserene/cmake/SereneConfig.cmake.in index d07eecf..c638645 100644 --- a/libserene/cmake/SereneConfig.cmake.in +++ b/libserene/cmake/SereneConfig.cmake.in @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libserene/include/serene/context.h b/libserene/include/serene/context.h index 449c743..e97ed91 100644 --- a/libserene/include/serene/context.h +++ b/libserene/include/serene/context.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/include/serene/fs.h b/libserene/include/serene/fs.h index 08704c6..f4fb6f9 100644 --- a/libserene/include/serene/fs.h +++ b/libserene/include/serene/fs.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/include/serene/jit/halley.h b/libserene/include/serene/jit/halley.h index e437662..0c66560 100644 --- a/libserene/include/serene/jit/halley.h +++ b/libserene/include/serene/jit/halley.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/include/serene/jit/packer.h b/libserene/include/serene/jit/packer.h index 4bb3e5e..1a83328 100644 --- a/libserene/include/serene/jit/packer.h +++ b/libserene/include/serene/jit/packer.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/include/serene/options.h b/libserene/include/serene/options.h index 67f1425..a75c30e 100644 --- a/libserene/include/serene/options.h +++ b/libserene/include/serene/options.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/include/serene/serene.h b/libserene/include/serene/serene.h index 91d11ec..a6bd7be 100644 --- a/libserene/include/serene/serene.h +++ b/libserene/include/serene/serene.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/include/serene/types/types.h b/libserene/include/serene/types/types.h index 7b4ecd7..9a2ab3b 100644 --- a/libserene/include/serene/types/types.h +++ b/libserene/include/serene/types/types.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/lib/CMakeLists.txt b/libserene/lib/CMakeLists.txt index aade245..6ab49f7 100644 --- a/libserene/lib/CMakeLists.txt +++ b/libserene/lib/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libserene/lib/context.cpp b/libserene/lib/context.cpp index 24d2c45..61be7eb 100644 --- a/libserene/lib/context.cpp +++ b/libserene/lib/context.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/lib/fs.cpp b/libserene/lib/fs.cpp index 3c5b349..de80a3c 100644 --- a/libserene/lib/fs.cpp +++ b/libserene/lib/fs.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/lib/jit/halley.cpp b/libserene/lib/jit/halley.cpp index 9062f75..2957438 100644 --- a/libserene/lib/jit/halley.cpp +++ b/libserene/lib/jit/halley.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/lib/jit/packer.cpp b/libserene/lib/jit/packer.cpp index 2bddac5..bfd7a59 100644 --- a/libserene/lib/jit/packer.cpp +++ b/libserene/lib/jit/packer.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libserene/lib/serene.cpp b/libserene/lib/serene.cpp index 042c592..c2fbd10 100644 --- a/libserene/lib/serene.cpp +++ b/libserene/lib/serene.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/resources/emacs/serene-dev.el b/resources/emacs/serene-dev.el index a400469..345b35c 100644 --- a/resources/emacs/serene-dev.el +++ b/resources/emacs/serene-dev.el @@ -1,6 +1,6 @@ ;;; serene-dev --- Serene's development lib for Emacs users -*- lexical-binding: t; -*- ;; -;; Copyright (c) 2019-2022 Sameer Rahmani +;; Copyright (c) 2019-2023 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://serene-lang.org diff --git a/scripts/containers.sh b/scripts/containers.sh index 67e5080..afdb43f 100644 --- a/scripts/containers.sh +++ b/scripts/containers.sh @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/devfs.sh b/scripts/devfs.sh index fac4d5e..882adb8 100644 --- a/scripts/devfs.sh +++ b/scripts/devfs.sh @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/devfs_container_setup.sh b/scripts/devfs_container_setup.sh index 7aa0f13..46b7f8a 100644 --- a/scripts/devfs_container_setup.sh +++ b/scripts/devfs_container_setup.sh @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/utils.sh b/scripts/utils.sh index 95aef9e..9e59ccb 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/serene-repl/CMakeLists.txt b/serene-repl/CMakeLists.txt index 4f70997..5188e37 100644 --- a/serene-repl/CMakeLists.txt +++ b/serene-repl/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/serene-repl/serene-repl.cpp b/serene-repl/serene-repl.cpp index e3d0427..fc8bd35 100644 --- a/serene-repl/serene-repl.cpp +++ b/serene-repl/serene-repl.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ namespace cl = llvm::cl; static std::string banner = llvm::formatv("\nSerene Compiler Version {0}" - "\nCopyright (C) 2019-2022 " + "\nCopyright (C) 2019-2023 " "Sameer Rahmani \n" "Serene comes with ABSOLUTELY NO WARRANTY;\n" "This is free software, and you are welcome\n" diff --git a/serene-tblgen/CMakeLists.txt b/serene-tblgen/CMakeLists.txt index 7301457..0f1f913 100644 --- a/serene-tblgen/CMakeLists.txt +++ b/serene-tblgen/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/serene-tblgen/main.cpp b/serene-tblgen/main.cpp index 1a2f23e..2977d42 100644 --- a/serene-tblgen/main.cpp +++ b/serene-tblgen/main.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/serene-tblgen/serene/errors-backend.cpp b/serene-tblgen/serene/errors-backend.cpp index 54aa7b6..0642dcb 100644 --- a/serene-tblgen/serene/errors-backend.cpp +++ b/serene-tblgen/serene/errors-backend.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/serene-tblgen/serene/errors-backend.h b/serene-tblgen/serene/errors-backend.h index f0ab54f..2759718 100644 --- a/serene-tblgen/serene/errors-backend.h +++ b/serene-tblgen/serene/errors-backend.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/serenec/CMakeLists.txt b/serenec/CMakeLists.txt index 0e9fd56..0fbc8aa 100644 --- a/serenec/CMakeLists.txt +++ b/serenec/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2022 Sameer Rahmani +# Copyright (c) 2019-2023 Sameer Rahmani # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/serenec/serenec.cpp b/serenec/serenec.cpp index 7b55e51..f55190a 100644 --- a/serenec/serenec.cpp +++ b/serenec/serenec.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2022 Sameer Rahmani + * Copyright (c) 2019-2023 Sameer Rahmani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -85,7 +85,7 @@ namespace cl = llvm::cl; static std::string banner = llvm::formatv("\n\nSerene Compiler Version {0}" - "\nCopyright (C) 2019-2022 " + "\nCopyright (C) 2019-2023 " "Sameer Rahmani \n" "Serene comes with ABSOLUTELY NO WARRANTY;\n" "This is free software, and you are welcome\n"