diff --git a/CMakeLists.txt b/CMakeLists.txt index 78f6e50..c96500c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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.md b/README.md index 6a1e2d5..fa31d35 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you need help, or you just want to hang out, you can find us at: - *MailingList*: https://www.freelists.org/list/serene # License -Copyright (c) 2019-2023 Sameer Rahmani +Copyright (c) 2019-2024 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 8d0d27e..609d3d3 100755 --- a/builder +++ b/builder @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 @@ -470,7 +470,7 @@ function help() { ## Print out this help message # Main logic # ----------------------------------------------------------------------------- echo -e "\nSerene Builder Version $VERSION" -echo -e "\nCopyright (C) 2019-2023" +echo -e "\nCopyright (C) 2019-2024" 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/caches/debug.cmake b/cmake/caches/debug.cmake index c2da50f..2a09d82 100644 --- a/cmake/caches/debug.cmake +++ b/cmake/caches/debug.cmake @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/cmake/caches/release.cmake b/cmake/caches/release.cmake index 7a1e158..df897c3 100644 --- a/cmake/caches/release.cmake +++ b/cmake/caches/release.cmake @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/cmake/tablegen-serene.cmake b/cmake/tablegen-serene.cmake index cc1ec75..2a4c8a7 100644 --- a/cmake/tablegen-serene.cmake +++ b/cmake/tablegen-serene.cmake @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/cmake/toolchains/x86_64-linux-musl.cmake b/cmake/toolchains/x86_64-linux-musl.cmake index 196f7e3..26cadab 100644 --- a/cmake/toolchains/x86_64-linux-musl.cmake +++ b/cmake/toolchains/x86_64-linux-musl.cmake @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 32d05b0..4d5427a 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 c638645..fdfbc6a 100644 --- a/core/cmake/SereneCoreConfig.cmake.in +++ b/core/cmake/SereneCoreConfig.cmake.in @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 9b67eaf..76f0ebe 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-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 15e2a85..d6d4a3c 100644 --- a/core/lib/serene/CMakeLists.txt +++ b/core/lib/serene/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 1269471..baf8319 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-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 9849606..9f07036 100644 --- a/core/lib/serene/core.cpp +++ b/core/lib/serene/core.cpp @@ -1,7 +1,7 @@ /* * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 @@ -16,5 +16,5 @@ * along with this program. If not, see . */ -#include "compiler.cpp.inc" -#include "reader.cpp.inc" +#include +#include diff --git a/core/lib/serene/reader.cpp.inc b/core/lib/serene/reader.cpp.inc index 94ab6c7..1e68a6d 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-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 ab3f46e..dba7c00 100644 --- a/devtools/CMakeLists.txt +++ b/devtools/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 07fb3cc..6c1e78a 100644 --- a/devtools/slir-lsp-server.cpp +++ b/devtools/slir-lsp-server.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 550cb5a..a465f7b 100644 --- a/devtools/slir-opt.cpp +++ b/devtools/slir-opt.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/flake.nix b/flake.nix index 69a9a36..64e6227 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/nix/utils.nix b/nix/utils.nix index 9aa73eb..da72f57 100644 --- a/nix/utils.nix +++ b/nix/utils.nix @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 345b35c..c3b9b8c 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-2023 Sameer Rahmani +;; Copyright (c) 2019-2024 Sameer Rahmani ;; ;; Author: Sameer Rahmani ;; URL: https://serene-lang.org diff --git a/scripts/containers.sh b/scripts/containers.sh index afdb43f..f914ab1 100644 --- a/scripts/containers.sh +++ b/scripts/containers.sh @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 882adb8..d1f9399 100644 --- a/scripts/devfs.sh +++ b/scripts/devfs.sh @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 46b7f8a..e935b44 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-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 d9507e1..b917f96 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -1,7 +1,7 @@ #! /bin/bash # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/zsh/.zshrc b/scripts/zsh/.zshrc index 1571e04..c69a18b 100644 --- a/scripts/zsh/.zshrc +++ b/scripts/zsh/.zshrc @@ -2,7 +2,7 @@ # shellcheck disable=all # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 5188e37..6ee7e24 100644 --- a/serene-repl/CMakeLists.txt +++ b/serene-repl/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 fc8bd35..3973d06 100644 --- a/serene-repl/serene-repl.cpp +++ b/serene-repl/serene-repl.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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-2023 " + "\nCopyright (C) 2019-2024 " "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 987e3b6..e25c0cf 100644 --- a/serene-tblgen/CMakeLists.txt +++ b/serene-tblgen/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 2977d42..af142bd 100644 --- a/serene-tblgen/main.cpp +++ b/serene-tblgen/main.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 0642dcb..c855c57 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-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 2759718..4258454 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-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/CMakeLists.txt b/serene/CMakeLists.txt index 43cc701..cc6bc4f 100644 --- a/serene/CMakeLists.txt +++ b/serene/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/include/CMakeLists.txt b/serene/include/CMakeLists.txt index 6064235..dbd8648 100644 --- a/serene/include/CMakeLists.txt +++ b/serene/include/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/src/CMakeLists.txt b/serene/src/CMakeLists.txt index 7a73174..63c3e40 100644 --- a/serene/src/CMakeLists.txt +++ b/serene/src/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/src/_errors.h b/serene/src/_errors.h index d25a0da..3259c15 100644 --- a/serene/src/_errors.h +++ b/serene/src/_errors.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/ast/ast.cpp b/serene/src/ast/ast.cpp index 48f5a85..96f2f0c 100644 --- a/serene/src/ast/ast.cpp +++ b/serene/src/ast/ast.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/ast/ast.h b/serene/src/ast/ast.h index 77364dd..d010466 100644 --- a/serene/src/ast/ast.h +++ b/serene/src/ast/ast.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/commands/commands.cpp b/serene/src/commands/commands.cpp index 8deb439..ce2c69b 100644 --- a/serene/src/commands/commands.cpp +++ b/serene/src/commands/commands.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/commands/commands.h b/serene/src/commands/commands.h index 57cacf0..d760e66 100644 --- a/serene/src/commands/commands.h +++ b/serene/src/commands/commands.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/environment.h b/serene/src/environment.h index 0e3225b..40cf107 100644 --- a/serene/src/environment.h +++ b/serene/src/environment.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/errors.cpp b/serene/src/errors.cpp index 7d37069..ac204e9 100644 --- a/serene/src/errors.cpp +++ b/serene/src/errors.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/errors.h b/serene/src/errors.h index 3e2faf5..e9d26bd 100644 --- a/serene/src/errors.h +++ b/serene/src/errors.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/jit/jit.cpp b/serene/src/jit/jit.cpp index 9b953da..98c8067 100644 --- a/serene/src/jit/jit.cpp +++ b/serene/src/jit/jit.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/jit/jit.h b/serene/src/jit/jit.h index 8821de6..6edea4e 100644 --- a/serene/src/jit/jit.h +++ b/serene/src/jit/jit.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/location.h b/serene/src/location.h index 9949e5f..a9b7493 100644 --- a/serene/src/location.h +++ b/serene/src/location.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/namespace.cpp b/serene/src/namespace.cpp index 7445897..77f4163 100644 --- a/serene/src/namespace.cpp +++ b/serene/src/namespace.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/namespace.h b/serene/src/namespace.h index da2cf96..a73a640 100644 --- a/serene/src/namespace.h +++ b/serene/src/namespace.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/options.h b/serene/src/options.h index 5003401..85f6d4f 100644 --- a/serene/src/options.h +++ b/serene/src/options.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/reader.cpp b/serene/src/reader.cpp index 56bfed6..8e22445 100644 --- a/serene/src/reader.cpp +++ b/serene/src/reader.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/reader.h b/serene/src/reader.h index 975e9b5..7909367 100644 --- a/serene/src/reader.h +++ b/serene/src/reader.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/serene.cpp b/serene/src/serene.cpp index b091cb6..d1c5a23 100644 --- a/serene/src/serene.cpp +++ b/serene/src/serene.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 @@ -34,7 +34,7 @@ namespace cl = llvm::cl; static std::string banner = llvm::formatv("\n\nSerene Compiler Version {0}" - "\nCopyright (C) 2019-2023 " + "\nCopyright (C) 2019-2024 " "Sameer Rahmani \n" "Serene comes with ABSOLUTELY NO WARRANTY;\n" "This is free software, and you are welcome\n" diff --git a/serene/src/source_mgr.cpp b/serene/src/source_mgr.cpp index bd93ab1..c5a44de 100644 --- a/serene/src/source_mgr.cpp +++ b/serene/src/source_mgr.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/source_mgr.h b/serene/src/source_mgr.h index f19ecda..a21fdae 100644 --- a/serene/src/source_mgr.h +++ b/serene/src/source_mgr.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/types.h b/serene/src/types.h index 1d065eb..7bf4a4e 100644 --- a/serene/src/types.h +++ b/serene/src/types.h @@ -1,7 +1,7 @@ /* -*- C -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/src/utils.h b/serene/src/utils.h index 0b849ce..4044fc3 100644 --- a/serene/src/utils.h +++ b/serene/src/utils.h @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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/tests/CMakeLists.txt b/serene/tests/CMakeLists.txt index cb4b0c6..61f9e8a 100644 --- a/serene/tests/CMakeLists.txt +++ b/serene/tests/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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/tests/reader_tests.cpp b/serene/tests/reader_tests.cpp index 5152ba8..0449da0 100644 --- a/serene/tests/reader_tests.cpp +++ b/serene/tests/reader_tests.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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 0fbc8aa..0d638cf 100644 --- a/serenec/CMakeLists.txt +++ b/serenec/CMakeLists.txt @@ -1,6 +1,6 @@ # Serene Programming Language # -# Copyright (c) 2019-2023 Sameer Rahmani +# Copyright (c) 2019-2024 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 f55190a..623ed14 100644 --- a/serenec/serenec.cpp +++ b/serenec/serenec.cpp @@ -1,7 +1,7 @@ /* -*- C++ -*- * Serene Programming Language * - * Copyright (c) 2019-2023 Sameer Rahmani + * Copyright (c) 2019-2024 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-2023 " + "\nCopyright (C) 2019-2024 " "Sameer Rahmani \n" "Serene comes with ABSOLUTELY NO WARRANTY;\n" "This is free software, and you are welcome\n"