Update contact email to hello@probo.com

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-06-09 15:47:43 +02:00
parent 4df0e52810
commit 9ac71f948f
3260 changed files with 3266 additions and 3266 deletions

View File

@@ -5,7 +5,7 @@ Every source file must start with the ISC license header. Use the **current year
## Go, TypeScript, JavaScript (`.go`, `.ts`, `.tsx`, `.js`, `.jsx`)
```
// Copyright (c) <YEAR> Probo Inc <hello@getprobo.com>.
// Copyright (c) <YEAR> Probo Inc <hello@probo.com>.
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@@ -23,7 +23,7 @@ Every source file must start with the ISC license header. Use the **current year
## CSS (`.css`)
```
/* Copyright (c) <YEAR> Probo Inc <hello@getprobo.com>.
/* Copyright (c) <YEAR> Probo Inc <hello@probo.com>.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -42,7 +42,7 @@ Every source file must start with the ISC license header. Use the **current year
## SQL (`.sql`)
```
-- Copyright (c) <YEAR> Probo Inc <hello@getprobo.com>.
-- Copyright (c) <YEAR> Probo Inc <hello@probo.com>.
--
-- Permission to use, copy, modify, and/or distribute this software for any
-- purpose with or without fee is hereby granted, provided that the above
@@ -60,7 +60,7 @@ Every source file must start with the ISC license header. Use the **current year
## GraphQL (`.graphql`)
```
# Copyright (c) <YEAR> Probo Inc <hello@getprobo.com>.
# Copyright (c) <YEAR> Probo Inc <hello@probo.com>.
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above