diff --git a/CHANGELOG.md b/CHANGELOG.md index 81fed96d3..d717b2d49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.0.6] - 2023-10-16 + +- updated copyright to "SuperTokens, Inc" + ## [7.0.5] - 2023-10-13 - Adds postgres testing to the CICD @@ -2513,4 +2517,4 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed - Allow for an unlimited number of SuperTokens instances in production mode -- License changes to reflect the above \ No newline at end of file +- License changes to reflect the above diff --git a/build.gradle b/build.gradle index b1a265136..5b0e90cd0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,3 @@ -/* - * This file was generated by the Gradle 'init' task. - * - * This generated file contains a sample Java Library project to get you started. - * For more details take a look at the Java Libraries chapter in the Gradle - * User Manual available at https://docs.gradle.org/5.4/userguide/java_library_plugin.html - */ - plugins { id 'application' } @@ -19,8 +11,7 @@ compileTestJava { options.encoding = "UTF-8" } // } //} -version = "7.0.5" - +version = "7.0.6" repositories { mavenCentral() diff --git a/cli/src/main/java/io/supertokens/cli/Main.java b/cli/src/main/java/io/supertokens/cli/Main.java index a9b5b2775..14f28ecab 100644 --- a/cli/src/main/java/io/supertokens/cli/Main.java +++ b/cli/src/main/java/io/supertokens/cli/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. @@ -139,4 +139,4 @@ public static void handleKillSignalForWhenItHappens() { }); Runtime.getRuntime().addShutdownHook(shutdownHook); } -} \ No newline at end of file +} diff --git a/cli/src/main/java/io/supertokens/cli/OperatingSystem.java b/cli/src/main/java/io/supertokens/cli/OperatingSystem.java index e29293485..765d673ad 100644 --- a/cli/src/main/java/io/supertokens/cli/OperatingSystem.java +++ b/cli/src/main/java/io/supertokens/cli/OperatingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/Utils.java b/cli/src/main/java/io/supertokens/cli/Utils.java index 7a34e5f56..bcb2ee8f5 100644 --- a/cli/src/main/java/io/supertokens/cli/Utils.java +++ b/cli/src/main/java/io/supertokens/cli/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/cliOptionsParsers/CLIOptionsParser.java b/cli/src/main/java/io/supertokens/cli/cliOptionsParsers/CLIOptionsParser.java index 68ef55383..3569db013 100644 --- a/cli/src/main/java/io/supertokens/cli/cliOptionsParsers/CLIOptionsParser.java +++ b/cli/src/main/java/io/supertokens/cli/cliOptionsParsers/CLIOptionsParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/CommandHandler.java b/cli/src/main/java/io/supertokens/cli/commandHandler/CommandHandler.java index ce259123b..5e2304991 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/CommandHandler.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/CommandHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/help/HelpHandler.java b/cli/src/main/java/io/supertokens/cli/commandHandler/help/HelpHandler.java index fcb4a3bd9..4151e63e9 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/help/HelpHandler.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/help/HelpHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/install/InstallHandler.java b/cli/src/main/java/io/supertokens/cli/commandHandler/install/InstallHandler.java index cec96cfa9..5ef607a36 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/install/InstallHandler.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/install/InstallHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/list/ListHandler.java b/cli/src/main/java/io/supertokens/cli/commandHandler/list/ListHandler.java index 2511816d2..196153b45 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/list/ListHandler.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/list/ListHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/start/StartHandler.java b/cli/src/main/java/io/supertokens/cli/commandHandler/start/StartHandler.java index 1bd092b40..fb368c472 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/start/StartHandler.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/start/StartHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/stop/StopHandler.java b/cli/src/main/java/io/supertokens/cli/commandHandler/stop/StopHandler.java index 0a4b06a6b..b24b1ab9a 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/stop/StopHandler.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/stop/StopHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/uninstall/UninstallHandler.java b/cli/src/main/java/io/supertokens/cli/commandHandler/uninstall/UninstallHandler.java index 7818f0b49..1a2fb9189 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/uninstall/UninstallHandler.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/uninstall/UninstallHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/version/VersionFile.java b/cli/src/main/java/io/supertokens/cli/commandHandler/version/VersionFile.java index d07b6676b..61456fe5d 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/version/VersionFile.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/version/VersionFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/commandHandler/version/VersionHandler.java b/cli/src/main/java/io/supertokens/cli/commandHandler/version/VersionHandler.java index a50d37acc..4ceb1b5f4 100644 --- a/cli/src/main/java/io/supertokens/cli/commandHandler/version/VersionHandler.java +++ b/cli/src/main/java/io/supertokens/cli/commandHandler/version/VersionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/exception/QuitProgramException.java b/cli/src/main/java/io/supertokens/cli/exception/QuitProgramException.java index 5d6f63167..1028e2b24 100644 --- a/cli/src/main/java/io/supertokens/cli/exception/QuitProgramException.java +++ b/cli/src/main/java/io/supertokens/cli/exception/QuitProgramException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/httpRequest/HTTPRequest.java b/cli/src/main/java/io/supertokens/cli/httpRequest/HTTPRequest.java index c12d3dd24..78461e2e7 100644 --- a/cli/src/main/java/io/supertokens/cli/httpRequest/HTTPRequest.java +++ b/cli/src/main/java/io/supertokens/cli/httpRequest/HTTPRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/httpRequest/HTTPResponseException.java b/cli/src/main/java/io/supertokens/cli/httpRequest/HTTPResponseException.java index 632cedda6..b153b596e 100644 --- a/cli/src/main/java/io/supertokens/cli/httpRequest/HTTPResponseException.java +++ b/cli/src/main/java/io/supertokens/cli/httpRequest/HTTPResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/logging/Logging.java b/cli/src/main/java/io/supertokens/cli/logging/Logging.java index 7e8fb4394..5cc95e397 100644 --- a/cli/src/main/java/io/supertokens/cli/logging/Logging.java +++ b/cli/src/main/java/io/supertokens/cli/logging/Logging.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/cli/src/main/java/io/supertokens/cli/processes/Processes.java b/cli/src/main/java/io/supertokens/cli/processes/Processes.java index 3e6dd4c4e..82ba9aa34 100644 --- a/cli/src/main/java/io/supertokens/cli/processes/Processes.java +++ b/cli/src/main/java/io/supertokens/cli/processes/Processes.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/DownloaderRunnable.java b/downloader/src/main/java/io/supertokens/downloader/DownloaderRunnable.java index bd43b2523..38cdd1c1e 100644 --- a/downloader/src/main/java/io/supertokens/downloader/DownloaderRunnable.java +++ b/downloader/src/main/java/io/supertokens/downloader/DownloaderRunnable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/Main.java b/downloader/src/main/java/io/supertokens/downloader/Main.java index 279ae1dc7..a09e001ab 100644 --- a/downloader/src/main/java/io/supertokens/downloader/Main.java +++ b/downloader/src/main/java/io/supertokens/downloader/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/OperatingSystem.java b/downloader/src/main/java/io/supertokens/downloader/OperatingSystem.java index b27563f09..6102c2b21 100644 --- a/downloader/src/main/java/io/supertokens/downloader/OperatingSystem.java +++ b/downloader/src/main/java/io/supertokens/downloader/OperatingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/cliParsers/InstallOptionsParser.java b/downloader/src/main/java/io/supertokens/downloader/cliParsers/InstallOptionsParser.java index 8a6e8b51d..29a7b82fa 100644 --- a/downloader/src/main/java/io/supertokens/downloader/cliParsers/InstallOptionsParser.java +++ b/downloader/src/main/java/io/supertokens/downloader/cliParsers/InstallOptionsParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/exception/QuitProgramException.java b/downloader/src/main/java/io/supertokens/downloader/exception/QuitProgramException.java index eb1014474..de08727c4 100644 --- a/downloader/src/main/java/io/supertokens/downloader/exception/QuitProgramException.java +++ b/downloader/src/main/java/io/supertokens/downloader/exception/QuitProgramException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/fileParsers/VersionFileParser.java b/downloader/src/main/java/io/supertokens/downloader/fileParsers/VersionFileParser.java index f2e8724aa..002619690 100644 --- a/downloader/src/main/java/io/supertokens/downloader/fileParsers/VersionFileParser.java +++ b/downloader/src/main/java/io/supertokens/downloader/fileParsers/VersionFileParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/httpRequest/HTTPRequest.java b/downloader/src/main/java/io/supertokens/downloader/httpRequest/HTTPRequest.java index b2c9f5ece..8593160e6 100644 --- a/downloader/src/main/java/io/supertokens/downloader/httpRequest/HTTPRequest.java +++ b/downloader/src/main/java/io/supertokens/downloader/httpRequest/HTTPRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/httpRequest/HTTPResponseException.java b/downloader/src/main/java/io/supertokens/downloader/httpRequest/HTTPResponseException.java index 821fcc548..fea804998 100644 --- a/downloader/src/main/java/io/supertokens/downloader/httpRequest/HTTPResponseException.java +++ b/downloader/src/main/java/io/supertokens/downloader/httpRequest/HTTPResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/downloader/src/main/java/io/supertokens/downloader/logging/Logging.java b/downloader/src/main/java/io/supertokens/downloader/logging/Logging.java index bd545f883..b135d4003 100644 --- a/downloader/src/main/java/io/supertokens/downloader/logging/Logging.java +++ b/downloader/src/main/java/io/supertokens/downloader/logging/Logging.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/Main.java b/src/main/java/io/supertokens/Main.java index 8df83bd5d..0e4d322bb 100644 --- a/src/main/java/io/supertokens/Main.java +++ b/src/main/java/io/supertokens/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/OperatingSystem.java b/src/main/java/io/supertokens/OperatingSystem.java index c985ae9e0..06716dd83 100644 --- a/src/main/java/io/supertokens/OperatingSystem.java +++ b/src/main/java/io/supertokens/OperatingSystem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/ProcessState.java b/src/main/java/io/supertokens/ProcessState.java index 94a938d43..6537946f6 100644 --- a/src/main/java/io/supertokens/ProcessState.java +++ b/src/main/java/io/supertokens/ProcessState.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/ResourceDistributor.java b/src/main/java/io/supertokens/ResourceDistributor.java index 82f5caa91..c508458e7 100644 --- a/src/main/java/io/supertokens/ResourceDistributor.java +++ b/src/main/java/io/supertokens/ResourceDistributor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cliOptions/CLIOptions.java b/src/main/java/io/supertokens/cliOptions/CLIOptions.java index 2f42d9c42..fe2e1fcb0 100644 --- a/src/main/java/io/supertokens/cliOptions/CLIOptions.java +++ b/src/main/java/io/supertokens/cliOptions/CLIOptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/config/Config.java b/src/main/java/io/supertokens/config/Config.java index 042af8c9f..36e8c48fa 100644 --- a/src/main/java/io/supertokens/config/Config.java +++ b/src/main/java/io/supertokens/config/Config.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/config/CoreConfig.java b/src/main/java/io/supertokens/config/CoreConfig.java index e02fadb4d..9dec1f045 100644 --- a/src/main/java/io/supertokens/config/CoreConfig.java +++ b/src/main/java/io/supertokens/config/CoreConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/config/CoreConfigTestContent.java b/src/main/java/io/supertokens/config/CoreConfigTestContent.java index 302742d26..712603fe2 100644 --- a/src/main/java/io/supertokens/config/CoreConfigTestContent.java +++ b/src/main/java/io/supertokens/config/CoreConfigTestContent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/CronTask.java b/src/main/java/io/supertokens/cronjobs/CronTask.java index eb4e5d226..530cc1d7a 100644 --- a/src/main/java/io/supertokens/cronjobs/CronTask.java +++ b/src/main/java/io/supertokens/cronjobs/CronTask.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/CronTaskTest.java b/src/main/java/io/supertokens/cronjobs/CronTaskTest.java index 477d23cc5..f13aefa35 100644 --- a/src/main/java/io/supertokens/cronjobs/CronTaskTest.java +++ b/src/main/java/io/supertokens/cronjobs/CronTaskTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/Cronjobs.java b/src/main/java/io/supertokens/cronjobs/Cronjobs.java index 18cac921b..1fc61a960 100644 --- a/src/main/java/io/supertokens/cronjobs/Cronjobs.java +++ b/src/main/java/io/supertokens/cronjobs/Cronjobs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/deleteExpiredAccessTokenSigningKeys/DeleteExpiredAccessTokenSigningKeys.java b/src/main/java/io/supertokens/cronjobs/deleteExpiredAccessTokenSigningKeys/DeleteExpiredAccessTokenSigningKeys.java index d07679b47..a0fd437d5 100644 --- a/src/main/java/io/supertokens/cronjobs/deleteExpiredAccessTokenSigningKeys/DeleteExpiredAccessTokenSigningKeys.java +++ b/src/main/java/io/supertokens/cronjobs/deleteExpiredAccessTokenSigningKeys/DeleteExpiredAccessTokenSigningKeys.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/deleteExpiredEmailVerificationTokens/DeleteExpiredEmailVerificationTokens.java b/src/main/java/io/supertokens/cronjobs/deleteExpiredEmailVerificationTokens/DeleteExpiredEmailVerificationTokens.java index 21f2bd8ed..15fc29eb8 100644 --- a/src/main/java/io/supertokens/cronjobs/deleteExpiredEmailVerificationTokens/DeleteExpiredEmailVerificationTokens.java +++ b/src/main/java/io/supertokens/cronjobs/deleteExpiredEmailVerificationTokens/DeleteExpiredEmailVerificationTokens.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/deleteExpiredPasswordResetTokens/DeleteExpiredPasswordResetTokens.java b/src/main/java/io/supertokens/cronjobs/deleteExpiredPasswordResetTokens/DeleteExpiredPasswordResetTokens.java index e2c53fb56..546063513 100644 --- a/src/main/java/io/supertokens/cronjobs/deleteExpiredPasswordResetTokens/DeleteExpiredPasswordResetTokens.java +++ b/src/main/java/io/supertokens/cronjobs/deleteExpiredPasswordResetTokens/DeleteExpiredPasswordResetTokens.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/deleteExpiredPasswordlessDevices/DeleteExpiredPasswordlessDevices.java b/src/main/java/io/supertokens/cronjobs/deleteExpiredPasswordlessDevices/DeleteExpiredPasswordlessDevices.java index da8e79ff8..1093ea883 100644 --- a/src/main/java/io/supertokens/cronjobs/deleteExpiredPasswordlessDevices/DeleteExpiredPasswordlessDevices.java +++ b/src/main/java/io/supertokens/cronjobs/deleteExpiredPasswordlessDevices/DeleteExpiredPasswordlessDevices.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/deleteExpiredSessions/DeleteExpiredSessions.java b/src/main/java/io/supertokens/cronjobs/deleteExpiredSessions/DeleteExpiredSessions.java index 20f0b6855..b781e2e07 100644 --- a/src/main/java/io/supertokens/cronjobs/deleteExpiredSessions/DeleteExpiredSessions.java +++ b/src/main/java/io/supertokens/cronjobs/deleteExpiredSessions/DeleteExpiredSessions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/cronjobs/telemetry/Telemetry.java b/src/main/java/io/supertokens/cronjobs/telemetry/Telemetry.java index 727d2f5ec..c0b070bfc 100644 --- a/src/main/java/io/supertokens/cronjobs/telemetry/Telemetry.java +++ b/src/main/java/io/supertokens/cronjobs/telemetry/Telemetry.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/emailpassword/EmailPassword.java b/src/main/java/io/supertokens/emailpassword/EmailPassword.java index 0c7fb08a0..d26441341 100644 --- a/src/main/java/io/supertokens/emailpassword/EmailPassword.java +++ b/src/main/java/io/supertokens/emailpassword/EmailPassword.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/emailpassword/EmailPasswordTest.java b/src/main/java/io/supertokens/emailpassword/EmailPasswordTest.java index f675cc710..ae21a0896 100644 --- a/src/main/java/io/supertokens/emailpassword/EmailPasswordTest.java +++ b/src/main/java/io/supertokens/emailpassword/EmailPasswordTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/emailpassword/User.java b/src/main/java/io/supertokens/emailpassword/User.java index ed2e3fd27..5d85cd349 100644 --- a/src/main/java/io/supertokens/emailpassword/User.java +++ b/src/main/java/io/supertokens/emailpassword/User.java @@ -1,5 +1,5 @@ ///* -// * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. +// * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. // * // * This software is licensed under the Apache License, Version 2.0 (the // * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/emailpassword/exceptions/EmailChangeNotAllowedException.java b/src/main/java/io/supertokens/emailpassword/exceptions/EmailChangeNotAllowedException.java index e8660b592..008fbcb7d 100644 --- a/src/main/java/io/supertokens/emailpassword/exceptions/EmailChangeNotAllowedException.java +++ b/src/main/java/io/supertokens/emailpassword/exceptions/EmailChangeNotAllowedException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/emailpassword/exceptions/ResetPasswordInvalidTokenException.java b/src/main/java/io/supertokens/emailpassword/exceptions/ResetPasswordInvalidTokenException.java index 1da56d79b..6233acf8d 100644 --- a/src/main/java/io/supertokens/emailpassword/exceptions/ResetPasswordInvalidTokenException.java +++ b/src/main/java/io/supertokens/emailpassword/exceptions/ResetPasswordInvalidTokenException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/emailpassword/exceptions/WrongCredentialsException.java b/src/main/java/io/supertokens/emailpassword/exceptions/WrongCredentialsException.java index 1b1ea42b0..4b6e1b344 100644 --- a/src/main/java/io/supertokens/emailpassword/exceptions/WrongCredentialsException.java +++ b/src/main/java/io/supertokens/emailpassword/exceptions/WrongCredentialsException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/emailverification/EmailVerificationTest.java b/src/main/java/io/supertokens/emailverification/EmailVerificationTest.java index 4b2bcd9b7..c8c30215d 100644 --- a/src/main/java/io/supertokens/emailverification/EmailVerificationTest.java +++ b/src/main/java/io/supertokens/emailverification/EmailVerificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/exceptions/AccessTokenPayloadError.java b/src/main/java/io/supertokens/exceptions/AccessTokenPayloadError.java index caf012d5f..cdc2b522e 100644 --- a/src/main/java/io/supertokens/exceptions/AccessTokenPayloadError.java +++ b/src/main/java/io/supertokens/exceptions/AccessTokenPayloadError.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/exceptions/QuitProgramException.java b/src/main/java/io/supertokens/exceptions/QuitProgramException.java index bfe910819..378efd042 100644 --- a/src/main/java/io/supertokens/exceptions/QuitProgramException.java +++ b/src/main/java/io/supertokens/exceptions/QuitProgramException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/exceptions/TokenTheftDetectedException.java b/src/main/java/io/supertokens/exceptions/TokenTheftDetectedException.java index 700793cf7..ec3ba5d8e 100644 --- a/src/main/java/io/supertokens/exceptions/TokenTheftDetectedException.java +++ b/src/main/java/io/supertokens/exceptions/TokenTheftDetectedException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/exceptions/TryRefreshTokenException.java b/src/main/java/io/supertokens/exceptions/TryRefreshTokenException.java index 980442f25..6d3ab25b9 100644 --- a/src/main/java/io/supertokens/exceptions/TryRefreshTokenException.java +++ b/src/main/java/io/supertokens/exceptions/TryRefreshTokenException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/exceptions/UnauthorisedException.java b/src/main/java/io/supertokens/exceptions/UnauthorisedException.java index 1ee22ea59..29ea01a50 100644 --- a/src/main/java/io/supertokens/exceptions/UnauthorisedException.java +++ b/src/main/java/io/supertokens/exceptions/UnauthorisedException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/featureflag/FeatureFlagTestContent.java b/src/main/java/io/supertokens/featureflag/FeatureFlagTestContent.java index 7db1806bb..856462fe1 100644 --- a/src/main/java/io/supertokens/featureflag/FeatureFlagTestContent.java +++ b/src/main/java/io/supertokens/featureflag/FeatureFlagTestContent.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/httpRequest/HttpRequest.java b/src/main/java/io/supertokens/httpRequest/HttpRequest.java index 24a680297..fca41cd76 100644 --- a/src/main/java/io/supertokens/httpRequest/HttpRequest.java +++ b/src/main/java/io/supertokens/httpRequest/HttpRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/httpRequest/HttpRequestBadResponseException.java b/src/main/java/io/supertokens/httpRequest/HttpRequestBadResponseException.java index b9087156d..5cc2dbd5f 100644 --- a/src/main/java/io/supertokens/httpRequest/HttpRequestBadResponseException.java +++ b/src/main/java/io/supertokens/httpRequest/HttpRequestBadResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/httpRequest/HttpRequestMocking.java b/src/main/java/io/supertokens/httpRequest/HttpRequestMocking.java index 0f2c7f514..4ab16acbc 100644 --- a/src/main/java/io/supertokens/httpRequest/HttpRequestMocking.java +++ b/src/main/java/io/supertokens/httpRequest/HttpRequestMocking.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/httpRequest/HttpResponseException.java b/src/main/java/io/supertokens/httpRequest/HttpResponseException.java index 257757fe1..c4eff3a7c 100644 --- a/src/main/java/io/supertokens/httpRequest/HttpResponseException.java +++ b/src/main/java/io/supertokens/httpRequest/HttpResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/ConnectionPool.java b/src/main/java/io/supertokens/inmemorydb/ConnectionPool.java index b7bf8a4a6..294282eea 100644 --- a/src/main/java/io/supertokens/inmemorydb/ConnectionPool.java +++ b/src/main/java/io/supertokens/inmemorydb/ConnectionPool.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/ConnectionWithLocks.java b/src/main/java/io/supertokens/inmemorydb/ConnectionWithLocks.java index d74aa2239..a90e73b15 100644 --- a/src/main/java/io/supertokens/inmemorydb/ConnectionWithLocks.java +++ b/src/main/java/io/supertokens/inmemorydb/ConnectionWithLocks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/Lock.java b/src/main/java/io/supertokens/inmemorydb/Lock.java index 51a9d873a..732eea286 100644 --- a/src/main/java/io/supertokens/inmemorydb/Lock.java +++ b/src/main/java/io/supertokens/inmemorydb/Lock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/ResourceDistributor.java b/src/main/java/io/supertokens/inmemorydb/ResourceDistributor.java index b7cd805d1..1ccd91db8 100644 --- a/src/main/java/io/supertokens/inmemorydb/ResourceDistributor.java +++ b/src/main/java/io/supertokens/inmemorydb/ResourceDistributor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/Start.java b/src/main/java/io/supertokens/inmemorydb/Start.java index f05d07f8a..0c9803862 100644 --- a/src/main/java/io/supertokens/inmemorydb/Start.java +++ b/src/main/java/io/supertokens/inmemorydb/Start.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/config/Config.java b/src/main/java/io/supertokens/inmemorydb/config/Config.java index 695b1fe66..6bef9029f 100644 --- a/src/main/java/io/supertokens/inmemorydb/config/Config.java +++ b/src/main/java/io/supertokens/inmemorydb/config/Config.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/config/SQLiteConfig.java b/src/main/java/io/supertokens/inmemorydb/config/SQLiteConfig.java index 25fd59c61..6b3dbcce6 100644 --- a/src/main/java/io/supertokens/inmemorydb/config/SQLiteConfig.java +++ b/src/main/java/io/supertokens/inmemorydb/config/SQLiteConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/queries/EmailPasswordQueries.java b/src/main/java/io/supertokens/inmemorydb/queries/EmailPasswordQueries.java index 7434d8226..e7fe296f7 100644 --- a/src/main/java/io/supertokens/inmemorydb/queries/EmailPasswordQueries.java +++ b/src/main/java/io/supertokens/inmemorydb/queries/EmailPasswordQueries.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/queries/GeneralQueries.java b/src/main/java/io/supertokens/inmemorydb/queries/GeneralQueries.java index c645f2f7a..83cd9d3e3 100644 --- a/src/main/java/io/supertokens/inmemorydb/queries/GeneralQueries.java +++ b/src/main/java/io/supertokens/inmemorydb/queries/GeneralQueries.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/queries/PasswordlessQueries.java b/src/main/java/io/supertokens/inmemorydb/queries/PasswordlessQueries.java index e6eee9155..4936ac9e6 100644 --- a/src/main/java/io/supertokens/inmemorydb/queries/PasswordlessQueries.java +++ b/src/main/java/io/supertokens/inmemorydb/queries/PasswordlessQueries.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/queries/SessionQueries.java b/src/main/java/io/supertokens/inmemorydb/queries/SessionQueries.java index 65fa18c1a..54747145c 100644 --- a/src/main/java/io/supertokens/inmemorydb/queries/SessionQueries.java +++ b/src/main/java/io/supertokens/inmemorydb/queries/SessionQueries.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/queries/ThirdPartyQueries.java b/src/main/java/io/supertokens/inmemorydb/queries/ThirdPartyQueries.java index 1569ee173..c2720f43d 100644 --- a/src/main/java/io/supertokens/inmemorydb/queries/ThirdPartyQueries.java +++ b/src/main/java/io/supertokens/inmemorydb/queries/ThirdPartyQueries.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/inmemorydb/queries/UserMetadataQueries.java b/src/main/java/io/supertokens/inmemorydb/queries/UserMetadataQueries.java index bbdb4d9c3..d64e48396 100644 --- a/src/main/java/io/supertokens/inmemorydb/queries/UserMetadataQueries.java +++ b/src/main/java/io/supertokens/inmemorydb/queries/UserMetadataQueries.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/output/CustomLayout.java b/src/main/java/io/supertokens/output/CustomLayout.java index 227a15e0a..54b803232 100644 --- a/src/main/java/io/supertokens/output/CustomLayout.java +++ b/src/main/java/io/supertokens/output/CustomLayout.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/output/LayoutWrappingEncoder.java b/src/main/java/io/supertokens/output/LayoutWrappingEncoder.java index 91be454d9..c799eff47 100644 --- a/src/main/java/io/supertokens/output/LayoutWrappingEncoder.java +++ b/src/main/java/io/supertokens/output/LayoutWrappingEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/output/Logging.java b/src/main/java/io/supertokens/output/Logging.java index 432a855c3..3ede9e7e6 100644 --- a/src/main/java/io/supertokens/output/Logging.java +++ b/src/main/java/io/supertokens/output/Logging.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/passwordless/exceptions/Base64EncodingException.java b/src/main/java/io/supertokens/passwordless/exceptions/Base64EncodingException.java index 710db2c81..9aa2943fa 100644 --- a/src/main/java/io/supertokens/passwordless/exceptions/Base64EncodingException.java +++ b/src/main/java/io/supertokens/passwordless/exceptions/Base64EncodingException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/passwordless/exceptions/DeviceIdHashMismatchException.java b/src/main/java/io/supertokens/passwordless/exceptions/DeviceIdHashMismatchException.java index 5d00f5be6..874525af9 100644 --- a/src/main/java/io/supertokens/passwordless/exceptions/DeviceIdHashMismatchException.java +++ b/src/main/java/io/supertokens/passwordless/exceptions/DeviceIdHashMismatchException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/passwordless/exceptions/ExpiredUserInputCodeException.java b/src/main/java/io/supertokens/passwordless/exceptions/ExpiredUserInputCodeException.java index da9920267..1e62b7e76 100644 --- a/src/main/java/io/supertokens/passwordless/exceptions/ExpiredUserInputCodeException.java +++ b/src/main/java/io/supertokens/passwordless/exceptions/ExpiredUserInputCodeException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/passwordless/exceptions/IncorrectUserInputCodeException.java b/src/main/java/io/supertokens/passwordless/exceptions/IncorrectUserInputCodeException.java index 5454da433..113816df7 100644 --- a/src/main/java/io/supertokens/passwordless/exceptions/IncorrectUserInputCodeException.java +++ b/src/main/java/io/supertokens/passwordless/exceptions/IncorrectUserInputCodeException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/passwordless/exceptions/RestartFlowException.java b/src/main/java/io/supertokens/passwordless/exceptions/RestartFlowException.java index b475d1911..d3b973cf7 100644 --- a/src/main/java/io/supertokens/passwordless/exceptions/RestartFlowException.java +++ b/src/main/java/io/supertokens/passwordless/exceptions/RestartFlowException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/passwordless/exceptions/UserWithoutContactInfoException.java b/src/main/java/io/supertokens/passwordless/exceptions/UserWithoutContactInfoException.java index 745987a9f..660265449 100644 --- a/src/main/java/io/supertokens/passwordless/exceptions/UserWithoutContactInfoException.java +++ b/src/main/java/io/supertokens/passwordless/exceptions/UserWithoutContactInfoException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/session/Session.java b/src/main/java/io/supertokens/session/Session.java index 35ee2fd60..c0ac1956e 100644 --- a/src/main/java/io/supertokens/session/Session.java +++ b/src/main/java/io/supertokens/session/Session.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/session/accessToken/AccessToken.java b/src/main/java/io/supertokens/session/accessToken/AccessToken.java index efb87b2ae..4039bffa6 100644 --- a/src/main/java/io/supertokens/session/accessToken/AccessToken.java +++ b/src/main/java/io/supertokens/session/accessToken/AccessToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/session/info/SessionInfo.java b/src/main/java/io/supertokens/session/info/SessionInfo.java index 82ed161d4..6dc625db4 100644 --- a/src/main/java/io/supertokens/session/info/SessionInfo.java +++ b/src/main/java/io/supertokens/session/info/SessionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/session/info/SessionInformationHolder.java b/src/main/java/io/supertokens/session/info/SessionInformationHolder.java index d380e326a..53633d710 100644 --- a/src/main/java/io/supertokens/session/info/SessionInformationHolder.java +++ b/src/main/java/io/supertokens/session/info/SessionInformationHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/session/info/TokenInfo.java b/src/main/java/io/supertokens/session/info/TokenInfo.java index 91a0d7e58..1578e1c59 100644 --- a/src/main/java/io/supertokens/session/info/TokenInfo.java +++ b/src/main/java/io/supertokens/session/info/TokenInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/session/jwt/JWT.java b/src/main/java/io/supertokens/session/jwt/JWT.java index 05b8288c0..028fc7278 100644 --- a/src/main/java/io/supertokens/session/jwt/JWT.java +++ b/src/main/java/io/supertokens/session/jwt/JWT.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/session/refreshToken/RefreshToken.java b/src/main/java/io/supertokens/session/refreshToken/RefreshToken.java index 03388ae4a..c3c653062 100644 --- a/src/main/java/io/supertokens/session/refreshToken/RefreshToken.java +++ b/src/main/java/io/supertokens/session/refreshToken/RefreshToken.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/session/refreshToken/RefreshTokenKey.java b/src/main/java/io/supertokens/session/refreshToken/RefreshTokenKey.java index fb4fcc53f..c24aed81d 100644 --- a/src/main/java/io/supertokens/session/refreshToken/RefreshTokenKey.java +++ b/src/main/java/io/supertokens/session/refreshToken/RefreshTokenKey.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. @@ -187,4 +187,4 @@ private String maybeGenerateNewKeyAndUpdateInDb() throw new QuitProgramException("Unsupported storage type detected"); } -} \ No newline at end of file +} diff --git a/src/main/java/io/supertokens/storageLayer/StorageLayer.java b/src/main/java/io/supertokens/storageLayer/StorageLayer.java index afa73ba5b..af1bf7751 100644 --- a/src/main/java/io/supertokens/storageLayer/StorageLayer.java +++ b/src/main/java/io/supertokens/storageLayer/StorageLayer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/usermetadata/UserMetadata.java b/src/main/java/io/supertokens/usermetadata/UserMetadata.java index e0f0d37fd..2bceed510 100644 --- a/src/main/java/io/supertokens/usermetadata/UserMetadata.java +++ b/src/main/java/io/supertokens/usermetadata/UserMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/utils/Utils.java b/src/main/java/io/supertokens/utils/Utils.java index 37b5a9e98..6dace54b7 100644 --- a/src/main/java/io/supertokens/utils/Utils.java +++ b/src/main/java/io/supertokens/utils/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/version/Version.java b/src/main/java/io/supertokens/version/Version.java index 501db6a55..b839a0019 100644 --- a/src/main/java/io/supertokens/version/Version.java +++ b/src/main/java/io/supertokens/version/Version.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/version/VersionFile.java b/src/main/java/io/supertokens/version/VersionFile.java index f4cda0a7d..31ee3f97b 100644 --- a/src/main/java/io/supertokens/version/VersionFile.java +++ b/src/main/java/io/supertokens/version/VersionFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/InputParser.java b/src/main/java/io/supertokens/webserver/InputParser.java index ebf1e86ee..f4c08e545 100644 --- a/src/main/java/io/supertokens/webserver/InputParser.java +++ b/src/main/java/io/supertokens/webserver/InputParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/Utils.java b/src/main/java/io/supertokens/webserver/Utils.java index e59672246..b1bc95300 100644 --- a/src/main/java/io/supertokens/webserver/Utils.java +++ b/src/main/java/io/supertokens/webserver/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/WebServerLogging.java b/src/main/java/io/supertokens/webserver/WebServerLogging.java index c8e21da0c..506c6a9a8 100644 --- a/src/main/java/io/supertokens/webserver/WebServerLogging.java +++ b/src/main/java/io/supertokens/webserver/WebServerLogging.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/Webserver.java b/src/main/java/io/supertokens/webserver/Webserver.java index 5e4a4ff8c..6d2439192 100644 --- a/src/main/java/io/supertokens/webserver/Webserver.java +++ b/src/main/java/io/supertokens/webserver/Webserver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/WebserverAPI.java b/src/main/java/io/supertokens/webserver/WebserverAPI.java index fb20f98fe..68b95c28e 100644 --- a/src/main/java/io/supertokens/webserver/WebserverAPI.java +++ b/src/main/java/io/supertokens/webserver/WebserverAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/core/ConfigAPI.java b/src/main/java/io/supertokens/webserver/api/core/ConfigAPI.java index 8b997fc56..26bebef79 100644 --- a/src/main/java/io/supertokens/webserver/api/core/ConfigAPI.java +++ b/src/main/java/io/supertokens/webserver/api/core/ConfigAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/core/DeleteUserAPI.java b/src/main/java/io/supertokens/webserver/api/core/DeleteUserAPI.java index ce51410f3..c083a504c 100644 --- a/src/main/java/io/supertokens/webserver/api/core/DeleteUserAPI.java +++ b/src/main/java/io/supertokens/webserver/api/core/DeleteUserAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/core/HelloAPI.java b/src/main/java/io/supertokens/webserver/api/core/HelloAPI.java index 43887590b..72ba2bc93 100644 --- a/src/main/java/io/supertokens/webserver/api/core/HelloAPI.java +++ b/src/main/java/io/supertokens/webserver/api/core/HelloAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/core/NotFoundOrHelloAPI.java b/src/main/java/io/supertokens/webserver/api/core/NotFoundOrHelloAPI.java index ed3806e42..c682a01bf 100644 --- a/src/main/java/io/supertokens/webserver/api/core/NotFoundOrHelloAPI.java +++ b/src/main/java/io/supertokens/webserver/api/core/NotFoundOrHelloAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/core/UsersAPI.java b/src/main/java/io/supertokens/webserver/api/core/UsersAPI.java index 4e7e2120c..55de6570e 100644 --- a/src/main/java/io/supertokens/webserver/api/core/UsersAPI.java +++ b/src/main/java/io/supertokens/webserver/api/core/UsersAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/emailpassword/ConsumeResetPasswordAPI.java b/src/main/java/io/supertokens/webserver/api/emailpassword/ConsumeResetPasswordAPI.java index 362ce9020..ae7bbb351 100644 --- a/src/main/java/io/supertokens/webserver/api/emailpassword/ConsumeResetPasswordAPI.java +++ b/src/main/java/io/supertokens/webserver/api/emailpassword/ConsumeResetPasswordAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/emailpassword/GeneratePasswordResetTokenAPI.java b/src/main/java/io/supertokens/webserver/api/emailpassword/GeneratePasswordResetTokenAPI.java index 24f55a679..a33fbd32a 100644 --- a/src/main/java/io/supertokens/webserver/api/emailpassword/GeneratePasswordResetTokenAPI.java +++ b/src/main/java/io/supertokens/webserver/api/emailpassword/GeneratePasswordResetTokenAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/emailpassword/ResetPasswordAPI.java b/src/main/java/io/supertokens/webserver/api/emailpassword/ResetPasswordAPI.java index 05d354676..a973e42a1 100644 --- a/src/main/java/io/supertokens/webserver/api/emailpassword/ResetPasswordAPI.java +++ b/src/main/java/io/supertokens/webserver/api/emailpassword/ResetPasswordAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/emailpassword/SignInAPI.java b/src/main/java/io/supertokens/webserver/api/emailpassword/SignInAPI.java index cf57898cd..f8afba5ed 100644 --- a/src/main/java/io/supertokens/webserver/api/emailpassword/SignInAPI.java +++ b/src/main/java/io/supertokens/webserver/api/emailpassword/SignInAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/emailpassword/SignUpAPI.java b/src/main/java/io/supertokens/webserver/api/emailpassword/SignUpAPI.java index bb915fadb..a611120a4 100644 --- a/src/main/java/io/supertokens/webserver/api/emailpassword/SignUpAPI.java +++ b/src/main/java/io/supertokens/webserver/api/emailpassword/SignUpAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/emailpassword/UserAPI.java b/src/main/java/io/supertokens/webserver/api/emailpassword/UserAPI.java index 7f992f6a5..3a3de1726 100644 --- a/src/main/java/io/supertokens/webserver/api/emailpassword/UserAPI.java +++ b/src/main/java/io/supertokens/webserver/api/emailpassword/UserAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/passwordless/ConsumeCodeAPI.java b/src/main/java/io/supertokens/webserver/api/passwordless/ConsumeCodeAPI.java index 6329a81d2..5e6d6e05b 100644 --- a/src/main/java/io/supertokens/webserver/api/passwordless/ConsumeCodeAPI.java +++ b/src/main/java/io/supertokens/webserver/api/passwordless/ConsumeCodeAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/passwordless/CreateCodeAPI.java b/src/main/java/io/supertokens/webserver/api/passwordless/CreateCodeAPI.java index aa6c1d47c..4db3798dd 100644 --- a/src/main/java/io/supertokens/webserver/api/passwordless/CreateCodeAPI.java +++ b/src/main/java/io/supertokens/webserver/api/passwordless/CreateCodeAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/passwordless/DeleteCodeAPI.java b/src/main/java/io/supertokens/webserver/api/passwordless/DeleteCodeAPI.java index 78b23ca3c..ad587a801 100644 --- a/src/main/java/io/supertokens/webserver/api/passwordless/DeleteCodeAPI.java +++ b/src/main/java/io/supertokens/webserver/api/passwordless/DeleteCodeAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/passwordless/DeleteCodesAPI.java b/src/main/java/io/supertokens/webserver/api/passwordless/DeleteCodesAPI.java index 153356709..f5da92b42 100644 --- a/src/main/java/io/supertokens/webserver/api/passwordless/DeleteCodesAPI.java +++ b/src/main/java/io/supertokens/webserver/api/passwordless/DeleteCodesAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/passwordless/GetCodesAPI.java b/src/main/java/io/supertokens/webserver/api/passwordless/GetCodesAPI.java index 0d2168dd4..e834767b3 100644 --- a/src/main/java/io/supertokens/webserver/api/passwordless/GetCodesAPI.java +++ b/src/main/java/io/supertokens/webserver/api/passwordless/GetCodesAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/passwordless/UserAPI.java b/src/main/java/io/supertokens/webserver/api/passwordless/UserAPI.java index 253a3f81a..3d28be931 100644 --- a/src/main/java/io/supertokens/webserver/api/passwordless/UserAPI.java +++ b/src/main/java/io/supertokens/webserver/api/passwordless/UserAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/HandshakeAPI.java b/src/main/java/io/supertokens/webserver/api/session/HandshakeAPI.java index 283b18e5a..6fd01ac13 100644 --- a/src/main/java/io/supertokens/webserver/api/session/HandshakeAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/HandshakeAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/JWTDataAPI.java b/src/main/java/io/supertokens/webserver/api/session/JWTDataAPI.java index 22995811c..c8290f223 100644 --- a/src/main/java/io/supertokens/webserver/api/session/JWTDataAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/JWTDataAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/RefreshSessionAPI.java b/src/main/java/io/supertokens/webserver/api/session/RefreshSessionAPI.java index ee92da0bd..e166f6a4c 100644 --- a/src/main/java/io/supertokens/webserver/api/session/RefreshSessionAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/RefreshSessionAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/SessionAPI.java b/src/main/java/io/supertokens/webserver/api/session/SessionAPI.java index 4263285c2..b32649335 100644 --- a/src/main/java/io/supertokens/webserver/api/session/SessionAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/SessionAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/SessionDataAPI.java b/src/main/java/io/supertokens/webserver/api/session/SessionDataAPI.java index 3243f5781..d62d8d37c 100644 --- a/src/main/java/io/supertokens/webserver/api/session/SessionDataAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/SessionDataAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/SessionRegenerateAPI.java b/src/main/java/io/supertokens/webserver/api/session/SessionRegenerateAPI.java index 0f2843e65..3e3967e00 100644 --- a/src/main/java/io/supertokens/webserver/api/session/SessionRegenerateAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/SessionRegenerateAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/SessionRemoveAPI.java b/src/main/java/io/supertokens/webserver/api/session/SessionRemoveAPI.java index 127e0b5fc..c0ce6187f 100644 --- a/src/main/java/io/supertokens/webserver/api/session/SessionRemoveAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/SessionRemoveAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/SessionUserAPI.java b/src/main/java/io/supertokens/webserver/api/session/SessionUserAPI.java index e31c32ee1..78316e19c 100644 --- a/src/main/java/io/supertokens/webserver/api/session/SessionUserAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/SessionUserAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/session/VerifySessionAPI.java b/src/main/java/io/supertokens/webserver/api/session/VerifySessionAPI.java index 8b3fd7d84..b01fa380e 100644 --- a/src/main/java/io/supertokens/webserver/api/session/VerifySessionAPI.java +++ b/src/main/java/io/supertokens/webserver/api/session/VerifySessionAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/thirdparty/SignInUpAPI.java b/src/main/java/io/supertokens/webserver/api/thirdparty/SignInUpAPI.java index 06042eb23..029f832ed 100644 --- a/src/main/java/io/supertokens/webserver/api/thirdparty/SignInUpAPI.java +++ b/src/main/java/io/supertokens/webserver/api/thirdparty/SignInUpAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/main/java/io/supertokens/webserver/api/thirdparty/UserAPI.java b/src/main/java/io/supertokens/webserver/api/thirdparty/UserAPI.java index 2ce566281..02fd8e111 100644 --- a/src/main/java/io/supertokens/webserver/api/thirdparty/UserAPI.java +++ b/src/main/java/io/supertokens/webserver/api/thirdparty/UserAPI.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/APIKeysTest.java b/src/test/java/io/supertokens/test/APIKeysTest.java index 4e30fe54c..f7fe3cfa7 100644 --- a/src/test/java/io/supertokens/test/APIKeysTest.java +++ b/src/test/java/io/supertokens/test/APIKeysTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/ApiVersionAPITest.java b/src/test/java/io/supertokens/test/ApiVersionAPITest.java index c1c35f5c7..6b70bda68 100644 --- a/src/test/java/io/supertokens/test/ApiVersionAPITest.java +++ b/src/test/java/io/supertokens/test/ApiVersionAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/AuthRecipeAPITest2_10.java b/src/test/java/io/supertokens/test/AuthRecipeAPITest2_10.java index e8209e53d..8cd788414 100644 --- a/src/test/java/io/supertokens/test/AuthRecipeAPITest2_10.java +++ b/src/test/java/io/supertokens/test/AuthRecipeAPITest2_10.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/AuthRecipeAPITest2_8.java b/src/test/java/io/supertokens/test/AuthRecipeAPITest2_8.java index c259f0fdf..12d9c2b40 100644 --- a/src/test/java/io/supertokens/test/AuthRecipeAPITest2_8.java +++ b/src/test/java/io/supertokens/test/AuthRecipeAPITest2_8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/AuthRecipeTest.java b/src/test/java/io/supertokens/test/AuthRecipeTest.java index d941f81cc..c0bcbb682 100644 --- a/src/test/java/io/supertokens/test/AuthRecipeTest.java +++ b/src/test/java/io/supertokens/test/AuthRecipeTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/CLIOptionsTest.java b/src/test/java/io/supertokens/test/CLIOptionsTest.java index 8a2564109..fd9247b14 100644 --- a/src/test/java/io/supertokens/test/CLIOptionsTest.java +++ b/src/test/java/io/supertokens/test/CLIOptionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/ConfigAPITest2_7.java b/src/test/java/io/supertokens/test/ConfigAPITest2_7.java index b30baa16f..0ffe56407 100644 --- a/src/test/java/io/supertokens/test/ConfigAPITest2_7.java +++ b/src/test/java/io/supertokens/test/ConfigAPITest2_7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/ConfigTest2_21.java b/src/test/java/io/supertokens/test/ConfigTest2_21.java index 73b886f6f..74a5b68fe 100644 --- a/src/test/java/io/supertokens/test/ConfigTest2_21.java +++ b/src/test/java/io/supertokens/test/ConfigTest2_21.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/ConfigTest2_6.java b/src/test/java/io/supertokens/test/ConfigTest2_6.java index 203d8ffd5..6017ffad6 100644 --- a/src/test/java/io/supertokens/test/ConfigTest2_6.java +++ b/src/test/java/io/supertokens/test/ConfigTest2_6.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/CronjobTest.java b/src/test/java/io/supertokens/test/CronjobTest.java index c717e6784..2b2ba6ba8 100644 --- a/src/test/java/io/supertokens/test/CronjobTest.java +++ b/src/test/java/io/supertokens/test/CronjobTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/DotStartedFileTest.java b/src/test/java/io/supertokens/test/DotStartedFileTest.java index dfe19a33b..183643886 100644 --- a/src/test/java/io/supertokens/test/DotStartedFileTest.java +++ b/src/test/java/io/supertokens/test/DotStartedFileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/FeatureFlagTest.java b/src/test/java/io/supertokens/test/FeatureFlagTest.java index f0766bac5..ef66a0228 100644 --- a/src/test/java/io/supertokens/test/FeatureFlagTest.java +++ b/src/test/java/io/supertokens/test/FeatureFlagTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/HttpRequestTest.java b/src/test/java/io/supertokens/test/HttpRequestTest.java index ab6de577c..fedd617ad 100644 --- a/src/test/java/io/supertokens/test/HttpRequestTest.java +++ b/src/test/java/io/supertokens/test/HttpRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/InMemoryDBStorageTest.java b/src/test/java/io/supertokens/test/InMemoryDBStorageTest.java index 6c6913a6d..f8c438598 100644 --- a/src/test/java/io/supertokens/test/InMemoryDBStorageTest.java +++ b/src/test/java/io/supertokens/test/InMemoryDBStorageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/InMemoryDBTest.java b/src/test/java/io/supertokens/test/InMemoryDBTest.java index e9198ccc2..850ae874d 100644 --- a/src/test/java/io/supertokens/test/InMemoryDBTest.java +++ b/src/test/java/io/supertokens/test/InMemoryDBTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/IpAllowDenyRegexTest.java b/src/test/java/io/supertokens/test/IpAllowDenyRegexTest.java index 962997eea..7af1ac131 100644 --- a/src/test/java/io/supertokens/test/IpAllowDenyRegexTest.java +++ b/src/test/java/io/supertokens/test/IpAllowDenyRegexTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/JWKSPublicAPITest.java b/src/test/java/io/supertokens/test/JWKSPublicAPITest.java index 11a9dabaa..2f1531114 100644 --- a/src/test/java/io/supertokens/test/JWKSPublicAPITest.java +++ b/src/test/java/io/supertokens/test/JWKSPublicAPITest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/LogLevelTest.java b/src/test/java/io/supertokens/test/LogLevelTest.java index 1b82f2951..76e1f8ff4 100644 --- a/src/test/java/io/supertokens/test/LogLevelTest.java +++ b/src/test/java/io/supertokens/test/LogLevelTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/LoggingTest.java b/src/test/java/io/supertokens/test/LoggingTest.java index 6237fcdf0..828d649b1 100644 --- a/src/test/java/io/supertokens/test/LoggingTest.java +++ b/src/test/java/io/supertokens/test/LoggingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/PathRouterTest.java b/src/test/java/io/supertokens/test/PathRouterTest.java index 555007e24..6725124ce 100644 --- a/src/test/java/io/supertokens/test/PathRouterTest.java +++ b/src/test/java/io/supertokens/test/PathRouterTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/PluginTest.java b/src/test/java/io/supertokens/test/PluginTest.java index fd3b74f08..b745f5746 100644 --- a/src/test/java/io/supertokens/test/PluginTest.java +++ b/src/test/java/io/supertokens/test/PluginTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/SemVerTest.java b/src/test/java/io/supertokens/test/SemVerTest.java index 213992dec..efc75d2de 100644 --- a/src/test/java/io/supertokens/test/SemVerTest.java +++ b/src/test/java/io/supertokens/test/SemVerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/ShutdownTest.java b/src/test/java/io/supertokens/test/ShutdownTest.java index 53f97840e..30ded7390 100644 --- a/src/test/java/io/supertokens/test/ShutdownTest.java +++ b/src/test/java/io/supertokens/test/ShutdownTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/StorageTest.java b/src/test/java/io/supertokens/test/StorageTest.java index e0c519ec4..0a5e52269 100644 --- a/src/test/java/io/supertokens/test/StorageTest.java +++ b/src/test/java/io/supertokens/test/StorageTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/SuperTokensSaaSSecretTest.java b/src/test/java/io/supertokens/test/SuperTokensSaaSSecretTest.java index 1e565cec5..2e4afdb02 100644 --- a/src/test/java/io/supertokens/test/SuperTokensSaaSSecretTest.java +++ b/src/test/java/io/supertokens/test/SuperTokensSaaSSecretTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/TelemetryAPITest2_7.java b/src/test/java/io/supertokens/test/TelemetryAPITest2_7.java index 4e0492e74..da5b54a67 100644 --- a/src/test/java/io/supertokens/test/TelemetryAPITest2_7.java +++ b/src/test/java/io/supertokens/test/TelemetryAPITest2_7.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/TelemetryTest.java b/src/test/java/io/supertokens/test/TelemetryTest.java index 95e312ac7..cc2e6fb9d 100644 --- a/src/test/java/io/supertokens/test/TelemetryTest.java +++ b/src/test/java/io/supertokens/test/TelemetryTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/TestingProcessManager.java b/src/test/java/io/supertokens/test/TestingProcessManager.java index e7943f438..c5efa98c4 100644 --- a/src/test/java/io/supertokens/test/TestingProcessManager.java +++ b/src/test/java/io/supertokens/test/TestingProcessManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/TestingProcessManagerException.java b/src/test/java/io/supertokens/test/TestingProcessManagerException.java index 9ba352fd6..f7d95cab0 100644 --- a/src/test/java/io/supertokens/test/TestingProcessManagerException.java +++ b/src/test/java/io/supertokens/test/TestingProcessManagerException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/Utils.java b/src/test/java/io/supertokens/test/Utils.java index 7a133782c..ce8dda3e4 100644 --- a/src/test/java/io/supertokens/test/Utils.java +++ b/src/test/java/io/supertokens/test/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/UtilsTest.java b/src/test/java/io/supertokens/test/UtilsTest.java index 6de5d830f..d985cee29 100644 --- a/src/test/java/io/supertokens/test/UtilsTest.java +++ b/src/test/java/io/supertokens/test/UtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/VersionTest.java b/src/test/java/io/supertokens/test/VersionTest.java index c5eb45fd4..ee3900a34 100644 --- a/src/test/java/io/supertokens/test/VersionTest.java +++ b/src/test/java/io/supertokens/test/VersionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/WebserverTest.java b/src/test/java/io/supertokens/test/WebserverTest.java index 66592385b..6c299d452 100644 --- a/src/test/java/io/supertokens/test/WebserverTest.java +++ b/src/test/java/io/supertokens/test/WebserverTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/httpRequest/HttpRequestForTesting.java b/src/test/java/io/supertokens/test/httpRequest/HttpRequestForTesting.java index 29830aafa..606ed8e88 100644 --- a/src/test/java/io/supertokens/test/httpRequest/HttpRequestForTesting.java +++ b/src/test/java/io/supertokens/test/httpRequest/HttpRequestForTesting.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/httpRequest/HttpRequestMocking.java b/src/test/java/io/supertokens/test/httpRequest/HttpRequestMocking.java index 50a217311..15b949f02 100644 --- a/src/test/java/io/supertokens/test/httpRequest/HttpRequestMocking.java +++ b/src/test/java/io/supertokens/test/httpRequest/HttpRequestMocking.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation. diff --git a/src/test/java/io/supertokens/test/httpRequest/HttpResponseException.java b/src/test/java/io/supertokens/test/httpRequest/HttpResponseException.java index 2eabacca0..6dd261f9f 100644 --- a/src/test/java/io/supertokens/test/httpRequest/HttpResponseException.java +++ b/src/test/java/io/supertokens/test/httpRequest/HttpResponseException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, VRAI Labs and/or its affiliates. All rights reserved. + * Copyright (c) 2023, SuperTokens, Inc. All rights reserved. * * This software is licensed under the Apache License, Version 2.0 (the * "License") as published by the Apache Software Foundation.