Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk update copyrights #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IBM Confidential
# PID 5900-BAF
# Copyright StreamSets Inc., an IBM Company 2024
name: Dashboard CI

on:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[comment]: <> ( IBM Confidential )
[comment]: <> ( PID 5900-BAF )
[comment]: <> ( Copyright StreamSets Inc., an IBM Company 2024 )
# Race Track Demo with StreamSets

## The Raspberry Pi
Expand Down
5 changes: 5 additions & 0 deletions database/init.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
CREATE DATABASE IF NOT EXISTS `racing`;

-- -----------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IBM Confidential
# PID 5900-BAF
# Copyright StreamSets Inc., an IBM Company 2024
version: '3.1'

services:
Expand Down
3 changes: 3 additions & 0 deletions spark/conf/master/spark-defaults.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IBM Confidential
# PID 5900-BAF
# Copyright StreamSets Inc., an IBM Company 2024
# Default system properties included when running spark-submit.
# This is useful for setting default environmental settings.

Expand Down
3 changes: 3 additions & 0 deletions spark/conf/worker/spark-defaults.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IBM Confidential
# PID 5900-BAF
# Copyright StreamSets Inc., an IBM Company 2024
# Default system properties included when running spark-submit.
# This is useful for setting default environmental settings.

Expand Down
3 changes: 3 additions & 0 deletions transformer/sdt-data/rsa-signed-activation-info.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IBM Confidential
# PID 5900-BAF
# Copyright StreamSets Inc., an IBM Company 2024
--------SDC ACTIVATION KEY--------
IwojVHVlIFNlcCAxMCAwNDozMToxMyBFRFQgMjAxOQpleHBpcmF0aW9uLmVwb2NoLm1pbGxpcz0xNjMwNDU0NDAwMDAwCmFkZGl0aW9uYWwuaW5mby5jcmVhdGVkT249MTU2ODEwNDI3MzUzMwp1c2VyLmluZm89YWJydW5lYXUgdHJhbnNmb3JtZXIKdmFsaWQuc2RjLmlkcz03ZmFhYWU3ZS1iOWZjLTExZTktOTU5NC1lNTRhMzdhMjJlZDcKYWRkaXRpb25hbC5pbmZvLmNyZWF0ZWRCeT1hbnRvbmluCg==::SHA512withRSA::kHV1xX/YlF3HSDsn52a8HddGCV5b03tF0LYAdl+LtpJs+vaFwVL5ZkHpvAZjJedIvZr7/UnE4VTd+u8ozjtuboXa0hXHIfarayVoDsBz40baWe7AJ2lN09lsQV2J9cdgTlkHSWJYbVUQiBCR9cHExwCJPM1ehbDsToxkfUJd80ovX1sngn9NTdH+MGMZvubGuCrjMpv7Uwi/ysXYm5WrGoIG77yPt+bBpDONWrxJ91dLpsnhw9R8Y/Yj0yd3oPFoFXg29Ct6OJ9HtW5ET4hV89BVoP3+XsLUhmEBGbPfxCVD/T4oweJreXjpa/jN3Wla9ZOwZsmaqC9VQH3h8Lu3CEwe6eac9ajTSweDm98K37PnneESVgT2xaVDLg2m3NOVwzLk0G49paMy7lW5fJ2nQ6LZ/UFhMG/eb48lvcnU4d+prPU0QB9w+nQjqCCQ9IN5Huv0dVyGXbrTBhz3K4xvA15bRaxa1FDQ3ek/VauugIkJoSdLchy3HwaJ97GPQ5qRYljCgeF+Si0igIU+BVnrYCUsCQxJKKEQJw/aKH2koDTUAiVCFnFMq+KC7qyLuWCrsa9dwSfcHeDKLrdG36oVlPR9gNuJNw/kfNOqMej49ZXqbo2pyfTu/4WQjY4ElkQphqvNtn0ageTE6dqTvTQ1wiY4GT/2ykqgkbWUal2HY4c=
--------SDC ACTIVATION KEY--------
5 changes: 5 additions & 0 deletions web/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
// Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html

Expand Down
5 changes: 5 additions & 0 deletions web/protractor.conf.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
// Protractor configuration file, see link for more information
// https://github.com/angular/protractor/blob/master/lib/config.ts

Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@core/core.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { ModuleWithProviders, NgModule, Optional, SkipSelf } from '@angular/core';
import { CommonModule } from '@angular/common';
import { NbRoleProvider } from '@nebular/security';
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@core/module-import-guard.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
export function throwIfAlreadyLoaded(parentModule: any, moduleName: string) {
if (parentModule) {
throw new Error(`${moduleName} has already been loaded. Import Core modules in the AppModule only.`);
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@core/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { LayoutService } from './layout.service';

export {
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@core/utils/layout.service.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Injectable } from '@angular/core';
import { Observable, Subject } from 'rxjs';
import { delay, share } from 'rxjs/operators';
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/components/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
~ IBM Confidential
~ PID 5900-BAF
~ Copyright StreamSets Inc., an IBM Company 2024
-->
<div class="header-container">
<div class="logo-container">
<!-- <a (click)="toggleSidebar()" href="#" class="sidebar-toggle">
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/components/header/header.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
@import '../../styles/themes';
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/components/header/header.component.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Component, OnDestroy, OnInit } from '@angular/core';
import { NbMediaBreakpointsService, NbMenuService, NbSidebarService, NbThemeService } from '@nebular/theme';

Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/components/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
export * from './header/header.component';
5 changes: 5 additions & 0 deletions web/src/app/@theme/layouts/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
export * from './one-column/one-column.layout';
export * from './two-columns/two-columns.layout';
export * from './three-columns/three-columns.layout';
5 changes: 5 additions & 0 deletions web/src/app/@theme/layouts/one-column/one-column.layout.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
@import '../../styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/layouts/one-column/one-column.layout.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Component } from '@angular/core';

@Component({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
@import '../../styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Component } from '@angular/core';

@Component({
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
@import '../../styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/breakpoints';
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/layouts/two-columns/two-columns.layout.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Component } from '@angular/core';

@Component({
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/pipes/capitalize.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Pipe, PipeTransform } from '@angular/core';

@Pipe({ name: 'ngxCapitalize' })
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/pipes/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
export * from './capitalize.pipe';
export * from './plural.pipe';
export * from './round.pipe';
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/pipes/number-with-commas.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Pipe, PipeTransform } from '@angular/core';

@Pipe({ name: 'ngxNumberWithCommas' })
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/pipes/plural.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Pipe, PipeTransform } from '@angular/core';

@Pipe({ name: 'ngxPlural' })
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/pipes/round.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Pipe, PipeTransform } from '@angular/core';

@Pipe({ name: 'ngxRound' })
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/pipes/timing.pipe.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { Pipe, PipeTransform } from '@angular/core';

@Pipe({ name: 'timing' })
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
@mixin ngx-layout() {
@include media-breakpoint-down(is) {
.row {
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/_overrides.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
@import './themes';

@mixin nb-overrides() {
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/pace.theme.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
/**
* @license
* Copyright Akveo. All Rights Reserved.
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

// themes - our custom or/and out of the box themes
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/theme.corporate.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { NbJSThemeOptions, CORPORATE_THEME as baseTheme } from '@nebular/theme';

const baseThemeVariables = baseTheme.variables;
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/theme.cosmic.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { NbJSThemeOptions, COSMIC_THEME as baseTheme } from '@nebular/theme';

const baseThemeVariables = baseTheme.variables;
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/theme.dark.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { NbJSThemeOptions, DARK_THEME as baseTheme } from '@nebular/theme';

const baseThemeVariables = baseTheme.variables;
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/theme.default.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { NbJSThemeOptions, DEFAULT_THEME as baseTheme } from '@nebular/theme';

const baseThemeVariables = baseTheme.variables;
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/styles/themes.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
// @nebular theming framework
@import '~@nebular/theme/styles/theming';
// @nebular out of the box themes
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/@theme/theme.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { ModuleWithProviders, NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import {
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { ExtraOptions, RouterModule, Routes } from '@angular/router';
import { NgModule } from '@angular/core';

Expand Down
5 changes: 5 additions & 0 deletions web/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
/**
* @license
* Copyright Akveo. All Rights Reserved.
Expand Down
5 changes: 5 additions & 0 deletions web/src/app/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
/**
* @license
* Copyright Akveo. All Rights Reserved.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
~ IBM Confidential
~ PID 5900-BAF
~ Copyright StreamSets Inc., an IBM Company 2024
-->
<nb-card>
<nb-card-header>
Fastest laps
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* IBM Confidential
* PID 5900-BAF
* Copyright StreamSets Inc., an IBM Company 2024
*/
import { async, ComponentFixture, TestBed } from '@angular/core/testing';

import { BestLapsComponent } from './best-laps.component';
Expand Down
Loading
Loading