Skip to content

Commit

Permalink
chore: format (ory#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr authored Jan 11, 2023
1 parent 4450df5 commit 43c091f
Show file tree
Hide file tree
Showing 108 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion django-ory-cloud/mysite/manage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

#!/usr/bin/env python
Expand Down
2 changes: 1 addition & 1 deletion django-ory-cloud/mysite/mysite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

2 changes: 1 addition & 1 deletion django-ory-cloud/mysite/mysite/asgi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""
Expand Down
2 changes: 1 addition & 1 deletion django-ory-cloud/mysite/mysite/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""
Expand Down
2 changes: 1 addition & 1 deletion django-ory-cloud/mysite/mysite/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""mysite URL Configuration
Expand Down
2 changes: 1 addition & 1 deletion django-ory-cloud/mysite/mysite/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""
Expand Down
2 changes: 1 addition & 1 deletion django-ory-cloud/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

import type { PlaywrightTestConfig } from "@playwright/test"
Expand Down
2 changes: 1 addition & 1 deletion django-ory-cloud/tests/playwright/django-ory-cloud.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

import { test, expect, Page } from "@playwright/test"
Expand Down
2 changes: 1 addition & 1 deletion django-ory-cloud/tests/playwright/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

export const randomString = () =>
Expand Down
2 changes: 1 addition & 1 deletion dotnet-ory-network/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

import type { PlaywrightTestConfig } from "@playwright/test"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

using Microsoft.AspNetCore.Mvc;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

using System.Security.Claims;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

using Microsoft.AspNetCore.Authentication;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion dotnet-ory-network/src/ExampleApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

using Ory.Client.Api;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

import { test, expect, Page } from "@playwright/test"
Expand Down
2 changes: 1 addition & 1 deletion dotnet-ory-network/tests/playwright/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

export const randomString = () =>
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""Main application package."""
2 changes: 1 addition & 1 deletion kratos-keto-flask/app/app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/app/auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

2 changes: 1 addition & 1 deletion kratos-keto-flask/app/commands.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/app/compat.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/app/extensions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/app/public/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/app/public/views.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/autoapp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""Configuration package.
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/config/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""Application configuration.
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""Tests for the app."""
2 changes: 1 addition & 1 deletion kratos-keto-flask/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/tests/factories.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/tests/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

"""Settings module for test app."""
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/tests/test_database.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/tests/test_forms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/tests/test_functional.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-flask/tests/test_models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright © 2022 Ory Corp
# Copyright © 2023 Ory Corp
# SPDX-License-Identifier: Apache-2.0

# -*- coding: utf-8 -*-
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/api/api.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package api
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/client/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

module.exports = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright © 2022 Ory Corp -->
<!-- Copyright © 2023 Ory Corp -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<template>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright © 2022 Ory Corp -->
<!-- Copyright © 2023 Ory Corp -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<template>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright © 2022 Ory Corp -->
<!-- Copyright © 2023 Ory Corp -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<template>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright © 2022 Ory Corp -->
<!-- Copyright © 2023 Ory Corp -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<template>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright © 2022 Ory Corp -->
<!-- Copyright © 2023 Ory Corp -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<template>
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/client/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/client/layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright © 2022 Ory Corp -->
<!-- Copyright © 2023 Ory Corp -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<template>
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/client/nuxt.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

export default {
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/client/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Copyright © 2022 Ory Corp -->
<!-- Copyright © 2023 Ory Corp -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

<template>
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/client/store/session.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

export const state = () => ({
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/client/store/url.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

export const state = () => ({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

import { mount } from "@vue/test-utils"
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/cmd/shorts/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/config/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package config
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package config
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/database/database.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package database
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/database/hash.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package database
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/database/postgres.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package database
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/database/postgres_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package database
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/database/supabase.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package database
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/database/supabase_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package database
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/middleware/middleware.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package middleware
Expand Down
2 changes: 1 addition & 1 deletion kratos-keto-oathkeeper-supabase/model/model.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package model
Expand Down
2 changes: 1 addition & 1 deletion kratos-oathkeeper-kong/hello/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion kratos-oathkeeper-kong/world/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion oathkeeper/01-basic/hello/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion oathkeeper/02-authenticators/hello/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright © 2022 Ory Corp
// Copyright © 2023 Ory Corp
// SPDX-License-Identifier: Apache-2.0

package main
Expand Down
Loading

0 comments on commit 43c091f

Please sign in to comment.