From 282c69e8cb60d917278178cb3e78f1dae78600b8 Mon Sep 17 00:00:00 2001 From: Stefano Cappa Date: Wed, 31 Jan 2024 19:08:45 +0100 Subject: [PATCH] chore: upgrade copyright year to 2024 Signed-off-by: Stefano Cappa --- examples/angular-cli-17/src/app/app.component.scss | 2 +- examples/angular-cli-17/src/app/app.component.ts | 2 +- examples/angular-cli-17/src/app/app.module.ts | 2 +- examples/angular-cli-17/src/app/carousel/carousel.component.ts | 2 +- examples/angular-cli-17/src/app/carousel/carousel.scss | 2 +- examples/angular-cli-17/src/app/home/home.component.ts | 2 +- examples/angular-cli-17/src/app/home/home.scss | 2 +- .../src/app/modal-gallery/modal-gallery.component.ts | 2 +- .../angular-cli-17/src/app/modal-gallery/modal-gallery.scss | 2 +- .../src/app/plain-gallery/plain-gallery.component.ts | 2 +- .../angular-cli-17/src/app/plain-gallery/plain-gallery.scss | 2 +- examples/angular-cli-17/src/styles.scss | 2 +- examples/angular-cli-material/src/app/app.component.scss | 2 +- examples/angular-cli-material/src/app/app.component.ts | 2 +- examples/angular-cli-material/src/app/app.module.ts | 2 +- .../angular-cli-material/src/app/carousel/carousel.component.ts | 2 +- examples/angular-cli-material/src/app/carousel/carousel.scss | 2 +- examples/angular-cli-material/src/app/home/home.component.ts | 2 +- examples/angular-cli-material/src/app/home/home.scss | 2 +- .../src/app/modal-gallery/modal-gallery.component.ts | 2 +- .../src/app/modal-gallery/modal-gallery.scss | 2 +- .../src/app/plain-gallery/plain-gallery.component.ts | 2 +- .../src/app/plain-gallery/plain-gallery.scss | 2 +- examples/universal/src/app/app.component.scss | 2 +- examples/universal/src/app/app.component.ts | 2 +- examples/universal/src/app/app.module.ts | 2 +- examples/universal/src/styles.scss | 2 +- projects/ks89/angular-modal-gallery/karma.conf.js | 2 +- .../src/lib/components/accessible.component.spec.ts | 2 +- .../carousel/carousel-previews/carousel-previews.component.ts | 2 +- .../carousel/carousel-previews/carousel-previews.scss | 2 +- .../ks89/angular-modal-gallery/src/lib/components/components.ts | 2 +- .../current-image/loading-spinner/loading-spinner.component.ts | 2 +- .../src/lib/components/dots/dots.component.spec.ts | 2 +- .../src/lib/components/upper-buttons/upper-buttons.component.ts | 2 +- src/app/app.module.ts | 2 +- src/app/intro-header/intro-header.component.ts | 2 +- src/app/intro-header/intro-header.scss | 2 +- src/app/navbar/navbar.component.ts | 2 +- src/app/navbar/navbar.scss | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/examples/angular-cli-17/src/app/app.component.scss b/examples/angular-cli-17/src/app/app.component.scss index ef627dbd..e06277ac 100644 --- a/examples/angular-cli-17/src/app/app.component.scss +++ b/examples/angular-cli-17/src/app/app.component.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-17/src/app/app.component.ts b/examples/angular-cli-17/src/app/app.component.ts index 318839ed..a6803360 100644 --- a/examples/angular-cli-17/src/app/app.component.ts +++ b/examples/angular-cli-17/src/app/app.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-17/src/app/app.module.ts b/examples/angular-cli-17/src/app/app.module.ts index 229244ca..5f336573 100644 --- a/examples/angular-cli-17/src/app/app.module.ts +++ b/examples/angular-cli-17/src/app/app.module.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-17/src/app/carousel/carousel.component.ts b/examples/angular-cli-17/src/app/carousel/carousel.component.ts index da8e237a..e2ef7151 100644 --- a/examples/angular-cli-17/src/app/carousel/carousel.component.ts +++ b/examples/angular-cli-17/src/app/carousel/carousel.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-17/src/app/carousel/carousel.scss b/examples/angular-cli-17/src/app/carousel/carousel.scss index 12d28800..547c14f9 100644 --- a/examples/angular-cli-17/src/app/carousel/carousel.scss +++ b/examples/angular-cli-17/src/app/carousel/carousel.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-17/src/app/home/home.component.ts b/examples/angular-cli-17/src/app/home/home.component.ts index aeccd18e..d61f6a49 100644 --- a/examples/angular-cli-17/src/app/home/home.component.ts +++ b/examples/angular-cli-17/src/app/home/home.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-17/src/app/home/home.scss b/examples/angular-cli-17/src/app/home/home.scss index 0420b228..8c5e86a7 100644 --- a/examples/angular-cli-17/src/app/home/home.scss +++ b/examples/angular-cli-17/src/app/home/home.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-17/src/app/modal-gallery/modal-gallery.component.ts b/examples/angular-cli-17/src/app/modal-gallery/modal-gallery.component.ts index 9e916750..4e2f673e 100644 --- a/examples/angular-cli-17/src/app/modal-gallery/modal-gallery.component.ts +++ b/examples/angular-cli-17/src/app/modal-gallery/modal-gallery.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-17/src/app/modal-gallery/modal-gallery.scss b/examples/angular-cli-17/src/app/modal-gallery/modal-gallery.scss index 9394c1e9..994466cd 100644 --- a/examples/angular-cli-17/src/app/modal-gallery/modal-gallery.scss +++ b/examples/angular-cli-17/src/app/modal-gallery/modal-gallery.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-17/src/app/plain-gallery/plain-gallery.component.ts b/examples/angular-cli-17/src/app/plain-gallery/plain-gallery.component.ts index 1d29db45..dc81a3b9 100644 --- a/examples/angular-cli-17/src/app/plain-gallery/plain-gallery.component.ts +++ b/examples/angular-cli-17/src/app/plain-gallery/plain-gallery.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-17/src/app/plain-gallery/plain-gallery.scss b/examples/angular-cli-17/src/app/plain-gallery/plain-gallery.scss index a28bff1f..b498df8d 100644 --- a/examples/angular-cli-17/src/app/plain-gallery/plain-gallery.scss +++ b/examples/angular-cli-17/src/app/plain-gallery/plain-gallery.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-17/src/styles.scss b/examples/angular-cli-17/src/styles.scss index 1cc2b6a0..6a767bbe 100644 --- a/examples/angular-cli-17/src/styles.scss +++ b/examples/angular-cli-17/src/styles.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-material/src/app/app.component.scss b/examples/angular-cli-material/src/app/app.component.scss index ef627dbd..e06277ac 100644 --- a/examples/angular-cli-material/src/app/app.component.scss +++ b/examples/angular-cli-material/src/app/app.component.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-material/src/app/app.component.ts b/examples/angular-cli-material/src/app/app.component.ts index 0d403fd4..779e7111 100644 --- a/examples/angular-cli-material/src/app/app.component.ts +++ b/examples/angular-cli-material/src/app/app.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-material/src/app/app.module.ts b/examples/angular-cli-material/src/app/app.module.ts index 7625a324..ada7ac81 100644 --- a/examples/angular-cli-material/src/app/app.module.ts +++ b/examples/angular-cli-material/src/app/app.module.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-material/src/app/carousel/carousel.component.ts b/examples/angular-cli-material/src/app/carousel/carousel.component.ts index fac51f6d..c0e6da91 100644 --- a/examples/angular-cli-material/src/app/carousel/carousel.component.ts +++ b/examples/angular-cli-material/src/app/carousel/carousel.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-material/src/app/carousel/carousel.scss b/examples/angular-cli-material/src/app/carousel/carousel.scss index 12d28800..547c14f9 100644 --- a/examples/angular-cli-material/src/app/carousel/carousel.scss +++ b/examples/angular-cli-material/src/app/carousel/carousel.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-material/src/app/home/home.component.ts b/examples/angular-cli-material/src/app/home/home.component.ts index aeccd18e..d61f6a49 100644 --- a/examples/angular-cli-material/src/app/home/home.component.ts +++ b/examples/angular-cli-material/src/app/home/home.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-material/src/app/home/home.scss b/examples/angular-cli-material/src/app/home/home.scss index 0420b228..8c5e86a7 100644 --- a/examples/angular-cli-material/src/app/home/home.scss +++ b/examples/angular-cli-material/src/app/home/home.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-material/src/app/modal-gallery/modal-gallery.component.ts b/examples/angular-cli-material/src/app/modal-gallery/modal-gallery.component.ts index 9e916750..4e2f673e 100644 --- a/examples/angular-cli-material/src/app/modal-gallery/modal-gallery.component.ts +++ b/examples/angular-cli-material/src/app/modal-gallery/modal-gallery.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-material/src/app/modal-gallery/modal-gallery.scss b/examples/angular-cli-material/src/app/modal-gallery/modal-gallery.scss index 9394c1e9..994466cd 100644 --- a/examples/angular-cli-material/src/app/modal-gallery/modal-gallery.scss +++ b/examples/angular-cli-material/src/app/modal-gallery/modal-gallery.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/angular-cli-material/src/app/plain-gallery/plain-gallery.component.ts b/examples/angular-cli-material/src/app/plain-gallery/plain-gallery.component.ts index 1d29db45..dc81a3b9 100644 --- a/examples/angular-cli-material/src/app/plain-gallery/plain-gallery.component.ts +++ b/examples/angular-cli-material/src/app/plain-gallery/plain-gallery.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/angular-cli-material/src/app/plain-gallery/plain-gallery.scss b/examples/angular-cli-material/src/app/plain-gallery/plain-gallery.scss index a28bff1f..b498df8d 100644 --- a/examples/angular-cli-material/src/app/plain-gallery/plain-gallery.scss +++ b/examples/angular-cli-material/src/app/plain-gallery/plain-gallery.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/universal/src/app/app.component.scss b/examples/universal/src/app/app.component.scss index ef627dbd..e06277ac 100644 --- a/examples/universal/src/app/app.component.scss +++ b/examples/universal/src/app/app.component.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/examples/universal/src/app/app.component.ts b/examples/universal/src/app/app.component.ts index 318839ed..a6803360 100644 --- a/examples/universal/src/app/app.component.ts +++ b/examples/universal/src/app/app.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/universal/src/app/app.module.ts b/examples/universal/src/app/app.module.ts index 45e3a834..31d2e9ea 100644 --- a/examples/universal/src/app/app.module.ts +++ b/examples/universal/src/app/app.module.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/examples/universal/src/styles.scss b/examples/universal/src/styles.scss index 1cc2b6a0..6a767bbe 100644 --- a/examples/universal/src/styles.scss +++ b/examples/universal/src/styles.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/projects/ks89/angular-modal-gallery/karma.conf.js b/projects/ks89/angular-modal-gallery/karma.conf.js index dd05aae5..43e70b6b 100644 --- a/projects/ks89/angular-modal-gallery/karma.conf.js +++ b/projects/ks89/angular-modal-gallery/karma.conf.js @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2017-2023 Stefano Cappa (Ks89) + * Copyright (c) 2017-2024 Stefano Cappa (Ks89) * * 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/projects/ks89/angular-modal-gallery/src/lib/components/accessible.component.spec.ts b/projects/ks89/angular-modal-gallery/src/lib/components/accessible.component.spec.ts index b9b4d646..5db7d7c6 100644 --- a/projects/ks89/angular-modal-gallery/src/lib/components/accessible.component.spec.ts +++ b/projects/ks89/angular-modal-gallery/src/lib/components/accessible.component.spec.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2023 Stefano Cappa (Ks89) + * Copyright (c) 2017-2024 Stefano Cappa (Ks89) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel-previews/carousel-previews.component.ts b/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel-previews/carousel-previews.component.ts index a609d830..99d15a90 100644 --- a/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel-previews/carousel-previews.component.ts +++ b/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel-previews/carousel-previews.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel-previews/carousel-previews.scss b/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel-previews/carousel-previews.scss index 5c504eb4..89cfdef9 100644 --- a/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel-previews/carousel-previews.scss +++ b/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel-previews/carousel-previews.scss @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2017-2023 Stefano Cappa (Ks89) +// Copyright (c) 2017-2024 Stefano Cappa (Ks89) // // 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/projects/ks89/angular-modal-gallery/src/lib/components/components.ts b/projects/ks89/angular-modal-gallery/src/lib/components/components.ts index 9e7f9618..45cf2c08 100644 --- a/projects/ks89/angular-modal-gallery/src/lib/components/components.ts +++ b/projects/ks89/angular-modal-gallery/src/lib/components/components.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/projects/ks89/angular-modal-gallery/src/lib/components/current-image/loading-spinner/loading-spinner.component.ts b/projects/ks89/angular-modal-gallery/src/lib/components/current-image/loading-spinner/loading-spinner.component.ts index dfcebbe7..2ebf3c1d 100644 --- a/projects/ks89/angular-modal-gallery/src/lib/components/current-image/loading-spinner/loading-spinner.component.ts +++ b/projects/ks89/angular-modal-gallery/src/lib/components/current-image/loading-spinner/loading-spinner.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/projects/ks89/angular-modal-gallery/src/lib/components/dots/dots.component.spec.ts b/projects/ks89/angular-modal-gallery/src/lib/components/dots/dots.component.spec.ts index 62e53b95..53e7d064 100644 --- a/projects/ks89/angular-modal-gallery/src/lib/components/dots/dots.component.spec.ts +++ b/projects/ks89/angular-modal-gallery/src/lib/components/dots/dots.component.spec.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2023 Stefano Cappa (Ks89) + * Copyright (c) 2017-2024 Stefano Cappa (Ks89) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/projects/ks89/angular-modal-gallery/src/lib/components/upper-buttons/upper-buttons.component.ts b/projects/ks89/angular-modal-gallery/src/lib/components/upper-buttons/upper-buttons.component.ts index 9918eb99..cd73759a 100644 --- a/projects/ks89/angular-modal-gallery/src/lib/components/upper-buttons/upper-buttons.component.ts +++ b/projects/ks89/angular-modal-gallery/src/lib/components/upper-buttons/upper-buttons.component.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/src/app/app.module.ts b/src/app/app.module.ts index 229244ca..5f336573 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,7 +1,7 @@ /* The MIT License (MIT) - Copyright (c) 2017-2023 Stefano Cappa (Ks89) + Copyright (c) 2017-2024 Stefano Cappa (Ks89) 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/src/app/intro-header/intro-header.component.ts b/src/app/intro-header/intro-header.component.ts index a49ae015..291d255d 100644 --- a/src/app/intro-header/intro-header.component.ts +++ b/src/app/intro-header/intro-header.component.ts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2017-2023 Stefano Cappa (Ks89) + * Copyright (c) 2017-2024 Stefano Cappa (Ks89) * * 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/src/app/intro-header/intro-header.scss b/src/app/intro-header/intro-header.scss index d9de9aac..d0f1cbc3 100644 --- a/src/app/intro-header/intro-header.scss +++ b/src/app/intro-header/intro-header.scss @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2017-2023 Stefano Cappa (Ks89) + * Copyright (c) 2017-2024 Stefano Cappa (Ks89) * * 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/src/app/navbar/navbar.component.ts b/src/app/navbar/navbar.component.ts index 9798ab70..aace2907 100644 --- a/src/app/navbar/navbar.component.ts +++ b/src/app/navbar/navbar.component.ts @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2017-2023 Stefano Cappa (Ks89) + * Copyright (c) 2017-2024 Stefano Cappa (Ks89) * * 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/src/app/navbar/navbar.scss b/src/app/navbar/navbar.scss index f5a7b273..d7e45bc7 100644 --- a/src/app/navbar/navbar.scss +++ b/src/app/navbar/navbar.scss @@ -1,7 +1,7 @@ /* * MIT License * - * Copyright (c) 2017-2023 Stefano Cappa (Ks89) + * Copyright (c) 2017-2024 Stefano Cappa (Ks89) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal