diff --git a/LICENSE b/LICENSE index 0c7db494666d..a7504c5ef00b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 TUM Applied Software Engineering +Copyright (c) 2024 TUM Applied Software Engineering Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index c99c250bc558..04523e7d5fad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ # -- Project information ----------------------------------------------------- project = 'Artemis' -copyright = '2023, Technical University of Munich, Applied Software Engineering' +copyright = '2024, Technical University of Munich, Applied Software Engineering' author = 'Technical University of Munich, Applied Software Engineering' diff --git a/docs/requirements.txt b/docs/requirements.txt index ef44a9ec36f9..892fa3a6cc0a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==6.2.1 -sphinx-rtd-theme==1.2.2 +Sphinx==7.2.6 +sphinx-rtd-theme==2.0.0 sphinx-autobuild==2021.3.14 -sphinxcontrib-bibtex==2.5.0 +sphinxcontrib-bibtex==2.6.2 diff --git a/src/main/resources/templates/swift/test/.swiftlint.yml b/src/main/resources/templates/swift/test/.swiftlint.yml index f792b85adb46..4c737bc8e822 100644 --- a/src/main/resources/templates/swift/test/.swiftlint.yml +++ b/src/main/resources/templates/swift/test/.swiftlint.yml @@ -1,7 +1,3 @@ -# SwiftLint file LS1 TUM -# Created by Paul Schmiedmayer on 08/16/18. -# Copyright © 2020 Paul Schmiedmayer. All rights reserved. - # The only_rules configuration also includes rules that are enabled by default to provide a good overview of all rules. only_rules: - array_init @@ -347,7 +343,7 @@ unused_optional_binding: vertical_whitespace: # Limit vertical whitespace to a single empty line. max_empty_lines: 2 # warning - default: 1 - + excluded: # paths to ignore during linting. Takes precedence over `included`. - Carthage - Pods diff --git a/src/main/resources/templates/swift/xcode/test/.swiftlint.yml b/src/main/resources/templates/swift/xcode/test/.swiftlint.yml index e8783a3f26c4..5c35904fd2e7 100644 --- a/src/main/resources/templates/swift/xcode/test/.swiftlint.yml +++ b/src/main/resources/templates/swift/xcode/test/.swiftlint.yml @@ -1,7 +1,3 @@ -# SwiftLint file LS1 TUM -# Created by Paul Schmiedmayer on 08/16/18. -# Copyright © 2020 Paul Schmiedmayer. All rights reserved. - # The only_rules configuration also includes rules that are enabled by default to provide a good overview of all rules. only_rules: - anyobject_protocol