Skip to content

Commit

Permalink
Remove Tableau copyright headers (#66)
Browse files Browse the repository at this point in the history
This commit brings the samples in sync with the HAPI July 2022 release.
  • Loading branch information
wolfroediger authored Jul 14, 2022
1 parent d3f8600 commit 7dcaac3
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 351 deletions.
11 changes: 0 additions & 11 deletions Tableau-Supported/CPP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
# -----------------------------------------------------------------------------
#
# This file is the copyrighted property of Tableau Software and is protected
# by registered patents and other applicable U.S. and international laws and
# regulations.
#
# Unlicensed use of the contents of this file is prohibited. Please refer to
# the NOTICES.txt file for further details.
#
# -----------------------------------------------------------------------------

# This is an example CMake project that builds and tests the included C++ example code.
#
# To configure this project, run
Expand Down
11 changes: 0 additions & 11 deletions Tableau-Supported/CPP/create_hyper_file_from_csv.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------

/**
* \example create_hyper_file_from_csv.cpp
*
Expand Down
11 changes: 0 additions & 11 deletions Tableau-Supported/CPP/delete_data_in_existing_hyper_file.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------

/**
* \example delete_data_in_existing_hyper_file.cpp
*
Expand Down
11 changes: 0 additions & 11 deletions Tableau-Supported/CPP/insert_data_into_multiple_tables.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------

/**
* \example insert_data_into_multiple_tables.cpp
*
Expand Down
11 changes: 0 additions & 11 deletions Tableau-Supported/CPP/insert_data_into_single_table.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------

/**
* \example insert_data_into_single_table.cpp
*
Expand Down
11 changes: 0 additions & 11 deletions Tableau-Supported/CPP/insert_data_with_expressions.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------

/**
* \example insert_data_with_expressions.cpp
*
Expand Down
11 changes: 0 additions & 11 deletions Tableau-Supported/CPP/insert_spatial_data_to_a_hyper_file.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------

/**
* \example insert_spatial_data_to_a_hyper_file.cpp
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------

/**
* \example read_and_print_data_from_existing_hyper_file.cpp
*
Expand Down
11 changes: 0 additions & 11 deletions Tableau-Supported/CPP/update_data_in_existing_hyper_file.cpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------

#include <fstream>
#include <hyperapi/hyperapi.hpp>
#include <iostream>
Expand Down
10 changes: 0 additions & 10 deletions Tableau-Supported/DotNet/CreateHyperFileFromCsv.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;
using System.IO;
using System.Collections.Generic;
Expand Down
12 changes: 1 addition & 11 deletions Tableau-Supported/DotNet/DeleteDataInExistingHyperFile.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
Expand Down
10 changes: 0 additions & 10 deletions Tableau-Supported/DotNet/InsertDataIntoMultipleTables.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;

using Tableau.HyperAPI;
Expand Down
10 changes: 0 additions & 10 deletions Tableau-Supported/DotNet/InsertDataIntoSingleTable.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;

using Tableau.HyperAPI;
Expand Down
10 changes: 0 additions & 10 deletions Tableau-Supported/DotNet/InsertDataWithExpressions.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;
using System.Collections.Generic;

Expand Down
10 changes: 0 additions & 10 deletions Tableau-Supported/DotNet/InsertSpatialDataToAHyperFile.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;
using System.Collections.Generic;

Expand Down
10 changes: 0 additions & 10 deletions Tableau-Supported/DotNet/Program.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;
using System.IO;

Expand Down
10 changes: 0 additions & 10 deletions Tableau-Supported/DotNet/ReadDataFromExistingHyperFile.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;
using System.IO;

Expand Down
12 changes: 1 addition & 11 deletions Tableau-Supported/DotNet/UpdateDataInExistingHyperFile.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
// -----------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
// -----------------------------------------------------------------------------
using System;
using System;
using System.IO;

using Tableau.HyperAPI;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
//---------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
//---------------------------------------------------------------------------
package examples;

import com.tableau.hyperapi.Connection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
//---------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// Unlicensed use of the contents of this file is prohibited. Please refer to
// the NOTICES.txt file for further details.
//
//---------------------------------------------------------------------------
package examples;

import com.tableau.hyperapi.Connection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
//---------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
//---------------------------------------------------------------------------
package examples;

import com.tableau.hyperapi.Catalog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
//---------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
//---------------------------------------------------------------------------
package examples;

import com.tableau.hyperapi.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
//---------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
//---------------------------------------------------------------------------
package examples;

import com.tableau.hyperapi.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
//---------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
//---------------------------------------------------------------------------
package examples;

import com.tableau.hyperapi.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
//---------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
//---------------------------------------------------------------------------
package examples;

import com.tableau.hyperapi.Catalog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
//---------------------------------------------------------------------------
//
// This file is the copyrighted property of Tableau Software and is protected
// by registered patents and other applicable U.S. and international laws and
// regulations.
//
// You may adapt this file and modify it to fit into your context and use it
// as a template to start your own projects.
//
//---------------------------------------------------------------------------
package examples;

import com.tableau.hyperapi.Connection;
Expand Down
10 changes: 0 additions & 10 deletions Tableau-Supported/Python/create_hyper_file_from_csv.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
# -----------------------------------------------------------------------------
#
# This file is the copyrighted property of Tableau Software and is protected
# by registered patents and other applicable U.S. and international laws and
# regulations.
#
# You may adapt this file and modify it to fit into your context and use it
# as a template to start your own projects.
#
# -----------------------------------------------------------------------------
from pathlib import Path

from tableauhyperapi import HyperProcess, Telemetry, \
Expand Down
Loading

0 comments on commit 7dcaac3

Please sign in to comment.