Skip to content

Commit

Permalink
updated workflows and added header
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jan 9, 2024
1 parent dbc89a6 commit 2c85e85
Show file tree
Hide file tree
Showing 14 changed files with 219 additions and 151 deletions.
317 changes: 178 additions & 139 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2022 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2022 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2022 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2022 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2022 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2022 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2022 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2023 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2023 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2022 Parsley Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley
Expand Down
4 changes: 3 additions & 1 deletion parsley-cats/shared/src/test/scala/parsley/ParsleyTest.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2023 Parsley Contributors <https://github.com/j-mie6/Parsley/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats

import org.scalatest.flatspec.AnyFlatSpec
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* SPDX-FileCopyrightText: © 2023 Parsley Contributors <https://github.com/j-mie6/Parsley/graphs/contributors>
/*
* Copyright 2022 Parsley-Cats Contributors <https://github.com/j-mie6/parsley-cats/graphs/contributors>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package parsley.cats
Expand Down

0 comments on commit 2c85e85

Please sign in to comment.