From 3835ab3a7b118e008be8b91bfd96d0039c0cd0ae Mon Sep 17 00:00:00 2001 From: Admin 1 Date: Mon, 12 Feb 2024 14:26:14 -0800 Subject: [PATCH 1/3] Update NOTICE --- .vscode/settings.json | 1 - NOTICE | 18 ++++++++++++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c97cc32..778b9d2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,7 +18,6 @@ "screencastMode.onlyKeyboardShortcuts": true, "terminal.integrated.fontSize": 18, "window.zoomLevel": 3, - "workbench.activityBar.visible": true, "workbench.colorTheme": "Visual Studio Dark", "workbench.fontAliasing": "antialiased", "workbench.statusBar.visible": true diff --git a/NOTICE b/NOTICE index 547595f..55711c8 100644 --- a/NOTICE +++ b/NOTICE @@ -1,11 +1,15 @@ -Copyright 2022 LinkedIn Corporation +Copyright 2024 LinkedIn Corporation All Rights Reserved. Licensed under the LinkedIn Learning Exercise File License (the "License"). See LICENSE in the project root for license information. ATTRIBUTIONS: -[PLEASE PROVIDE ATTRIBUTIONS OR DELETE THIS AND THE ABOVE LINE “ATTRIBUTIONS”] +Chinook Database +https://github.com/lerocha/chinook-database +Copyright (c) 2008-2024 Luis Rocha +License: MIT +https://opensource.org/licenses/MIT Please note, this project may automatically load third party code from external repositories (for example, NPM modules, Composer packages, or other dependencies). @@ -13,3 +17,13 @@ If so, such third party code may be subject to other license terms than as set forth above. In addition, such third party code may also depend on and load multiple tiers of dependencies. Please review the applicable licenses of the additional dependencies. + +----------------------------------------------------------------------------- + +MIT License + +"Copyright (c) 2008-2024 Luis Rocha + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE." From 62e91e34c31c8463dcdd90733774ba157ad2cd83 Mon Sep 17 00:00:00 2001 From: Felipe de Lima Pereira Date: Thu, 27 Mar 2025 12:53:16 +0000 Subject: [PATCH 2/3] exemplo --- exercicios/1-CRUD/1-criar-tabela.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/exercicios/1-CRUD/1-criar-tabela.sql b/exercicios/1-CRUD/1-criar-tabela.sql index 2cfe0e8..de43d0d 100644 --- a/exercicios/1-CRUD/1-criar-tabela.sql +++ b/exercicios/1-CRUD/1-criar-tabela.sql @@ -1 +1,2 @@ -- Crie uma nova tabela no banco de dados +exemplo de modificadao From 0eccabe6f814b8a1b4b6cc91012e9556a549150d Mon Sep 17 00:00:00 2001 From: Felipe de Lima Pereira Date: Thu, 27 Mar 2025 12:56:37 +0000 Subject: [PATCH 3/3] Exemplo --- exercicios/1-CRUD/1-criar-tabela.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercicios/1-CRUD/1-criar-tabela.sql b/exercicios/1-CRUD/1-criar-tabela.sql index de43d0d..9b1f004 100644 --- a/exercicios/1-CRUD/1-criar-tabela.sql +++ b/exercicios/1-CRUD/1-criar-tabela.sql @@ -1,2 +1,2 @@ -- Crie uma nova tabela no banco de dados -exemplo de modificadao +-- exemplo de modificadao