Skip to content

Commit

Permalink
Merge pull request #62 from FrameMuse/update-copyright
Browse files Browse the repository at this point in the history
update copyright
  • Loading branch information
FrameMuse authored Feb 23, 2023
2 parents a82b862 + 7a7d650 commit 3d1a689
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 8 deletions.
18 changes: 18 additions & 0 deletions src/__tests__/ModalContainer.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
MIT License
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

import "@testing-library/jest-dom"

import { render } from "@testing-library/react"
Expand Down
18 changes: 18 additions & 0 deletions src/__tests__/ModalController.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
MIT License
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

import { createElement, Fragment } from "react"
import { act } from "react-dom/test-utils"

Expand Down
18 changes: 18 additions & 0 deletions src/__tests__/useModalContext.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
MIT License
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

import { render } from "@testing-library/react"
import { act } from "react-dom/test-utils"

Expand Down
18 changes: 18 additions & 0 deletions src/container.new.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
MIT License
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
*/

import { Fragment, useEffect, useState } from "react"

import { ModalContainerProps } from "./container"
Expand Down
2 changes: 1 addition & 1 deletion src/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Valery Zinchenko
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Valery Zinchenko
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Valery Zinchenko
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Valery Zinchenko
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Valery Zinchenko
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Valery Zinchenko
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Valery Zinchenko
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion styles/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MIT License
Copyright (c) 2022 Valery Zinchenko
Copyright (c) 2023 Valery Zinchenko
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 3d1a689

Please sign in to comment.