diff --git a/lib/style.ex b/lib/style.ex index 598d3f0d..f6aaf9e1 100644 --- a/lib/style.ex +++ b/lib/style.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/lib/style/blocks.ex b/lib/style/blocks.ex index 4f61e37a..54a45118 100644 --- a/lib/style/blocks.ex +++ b/lib/style/blocks.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/lib/style/defs.ex b/lib/style/defs.ex index b5ab171b..1e76e54c 100644 --- a/lib/style/defs.ex +++ b/lib/style/defs.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/lib/style/module_directives.ex b/lib/style/module_directives.ex index b09a9c22..eb4d13d1 100644 --- a/lib/style/module_directives.ex +++ b/lib/style/module_directives.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/lib/style/pipes.ex b/lib/style/pipes.ex index c498fdd5..0fdede08 100644 --- a/lib/style/pipes.ex +++ b/lib/style/pipes.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/lib/style/single_node.ex b/lib/style/single_node.ex index d6a61f33..a35bdee9 100644 --- a/lib/style/single_node.ex +++ b/lib/style/single_node.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/lib/style_error.ex b/lib/style_error.ex index 248eb78b..70819646 100644 --- a/lib/style_error.ex +++ b/lib/style_error.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/lib/styler.ex b/lib/styler.ex index b04f4a34..20159777 100644 --- a/lib/styler.ex +++ b/lib/styler.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/lib/zipper.ex b/lib/zipper.ex index 45b59bc7..1fa8f316 100644 --- a/lib/zipper.ex +++ b/lib/zipper.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/mix.exs b/mix.exs index a7454840..8f4cd63f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/style/blocks_test.exs b/test/style/blocks_test.exs index 3ca7b86e..a2602ce5 100644 --- a/test/style/blocks_test.exs +++ b/test/style/blocks_test.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/style/defs_test.exs b/test/style/defs_test.exs index db71445d..b549ac1f 100644 --- a/test/style/defs_test.exs +++ b/test/style/defs_test.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/style/module_directives_test.exs b/test/style/module_directives_test.exs index c0f3a2e1..8e0ac2b1 100644 --- a/test/style/module_directives_test.exs +++ b/test/style/module_directives_test.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/style/pipes_test.exs b/test/style/pipes_test.exs index f19c6e48..79ee89a6 100644 --- a/test/style/pipes_test.exs +++ b/test/style/pipes_test.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/style/single_node_test.exs b/test/style/single_node_test.exs index c991edb2..97d4e0c6 100644 --- a/test/style/single_node_test.exs +++ b/test/style/single_node_test.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/style/styles_test.exs b/test/style/styles_test.exs index c3b9fefb..b530fbf7 100644 --- a/test/style/styles_test.exs +++ b/test/style/styles_test.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/support/style_case.ex b/test/support/style_case.ex index ef52deb3..bb9dbc99 100644 --- a/test/support/style_case.ex +++ b/test/support/style_case.ex @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/test_helper.exs b/test/test_helper.exs index bda10d41..4278b1da 100644 --- a/test/test_helper.exs +++ b/test/test_helper.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0 diff --git a/test/zipper_test.exs b/test/zipper_test.exs index 958531ff..fc03cd28 100644 --- a/test/zipper_test.exs +++ b/test/zipper_test.exs @@ -1,4 +1,4 @@ -# Copyright 2023 Adobe. All rights reserved. +# Copyright 2024 Adobe. All rights reserved. # This file is licensed to you under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. You may obtain a copy # of the License at http://www.apache.org/licenses/LICENSE-2.0