Skip to content

Commit

Permalink
fix: copyright issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperan committed Aug 24, 2021
1 parent 507ffb4 commit bcc48e5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

# Copyright (c) 2021 Oracle and/or its affiliates.
# Unset current variables and reset TNS_ADMIN and LD_LIBRARY_PATH.
unset TNS_ADMIN
unset LD_LIBRARY_PATH

export LD_LIBRARY_PATH=/home/$USER/git/devrel-esports/pkg/instantclient_21_1:$LD_LIBRARY_PATH
export TNS_ADMIN=/home/$USER/git/devrel-esports/pkg/instantclient_21_1/network/admin

source ~/.bashrc
source ~/.bashrc
2 changes: 2 additions & 0 deletions src/aux_files/process_data_dragon.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2021 Oracle and/or its affiliates.

import json
import os
import pandas as pd
Expand Down
2 changes: 2 additions & 0 deletions src/league.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2021 Oracle and/or its affiliates.

import requests
import yaml
import datetime
Expand Down
2 changes: 2 additions & 0 deletions src/live_client.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2021 Oracle and/or its affiliates.

import requests
import yaml

Expand Down
2 changes: 2 additions & 0 deletions src/update_summoner_names.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) 2021 Oracle and/or its affiliates.

# This code updates the summoner names given their encrypted summoner Ids.
import requests
import yaml
Expand Down

0 comments on commit bcc48e5

Please sign in to comment.