From 0ebab245f318fcf6bb365de1964d37ac2d88ec1a Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sun, 12 Jul 2020 05:46:24 -0400 Subject: [PATCH] add copyright notices --- src/_helpers/api.js | 4 ++++ src/_scss/variables.scss | 1 + 2 files changed, 5 insertions(+) diff --git a/src/_helpers/api.js b/src/_helpers/api.js index 4170b20..31e249a 100644 --- a/src/_helpers/api.js +++ b/src/_helpers/api.js @@ -1,3 +1,7 @@ +/** + * Copyright (c) 2020 Bubble, Inc. All rights reserved. + * For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ + */ import config from 'config'; export const fetchAPI = (url, options) => { diff --git a/src/_scss/variables.scss b/src/_scss/variables.scss index c8f4226..6c65be6 100644 --- a/src/_scss/variables.scss +++ b/src/_scss/variables.scss @@ -1,3 +1,4 @@ +// Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/ // color codes $deep-purple: #3607a6;