Update contact email to hello@probo.com
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ sources:
|
||||
- https://github.com/getprobo/probo
|
||||
maintainers:
|
||||
- name: Probo Team
|
||||
email: hello@getprobo.com
|
||||
email: hello@probo.com
|
||||
icon: https://github.com/getprobo/probo/blob/main/.github/cover_v3.png
|
||||
|
||||
dependencies:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# Copyright (c) 2026 Probo Inc <hello@getprobo.com>.
|
||||
# Copyright (c) 2026 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
|
||||
|
||||
Reference in New Issue
Block a user