Skip to content

Commit 7dcaac3

Browse files
authored
Remove Tableau copyright headers (#66)
This commit brings the samples in sync with the HAPI July 2022 release.
1 parent d3f8600 commit 7dcaac3

File tree

34 files changed

+2
-351
lines changed

34 files changed

+2
-351
lines changed

Tableau-Supported/CPP/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# -----------------------------------------------------------------------------
2-
#
3-
# This file is the copyrighted property of Tableau Software and is protected
4-
# by registered patents and other applicable U.S. and international laws and
5-
# regulations.
6-
#
7-
# Unlicensed use of the contents of this file is prohibited. Please refer to
8-
# the NOTICES.txt file for further details.
9-
#
10-
# -----------------------------------------------------------------------------
11-
121
# This is an example CMake project that builds and tests the included C++ example code.
132
#
143
# To configure this project, run

Tableau-Supported/CPP/create_hyper_file_from_csv.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
11-
121
/**
132
* \example create_hyper_file_from_csv.cpp
143
*

Tableau-Supported/CPP/delete_data_in_existing_hyper_file.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
11-
121
/**
132
* \example delete_data_in_existing_hyper_file.cpp
143
*

Tableau-Supported/CPP/insert_data_into_multiple_tables.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
11-
121
/**
132
* \example insert_data_into_multiple_tables.cpp
143
*

Tableau-Supported/CPP/insert_data_into_single_table.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
11-
121
/**
132
* \example insert_data_into_single_table.cpp
143
*

Tableau-Supported/CPP/insert_data_with_expressions.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
11-
121
/**
132
* \example insert_data_with_expressions.cpp
143
*

Tableau-Supported/CPP/insert_spatial_data_to_a_hyper_file.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
11-
121
/**
132
* \example insert_spatial_data_to_a_hyper_file.cpp
143
*

Tableau-Supported/CPP/read_and_print_data_from_existing_hyper_file.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
11-
121
/**
132
* \example read_and_print_data_from_existing_hyper_file.cpp
143
*

Tableau-Supported/CPP/update_data_in_existing_hyper_file.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
11-
121
#include <fstream>
132
#include <hyperapi/hyperapi.hpp>
143
#include <iostream>

Tableau-Supported/DotNet/CreateHyperFileFromCsv.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
// -----------------------------------------------------------------------------
2-
//
3-
// This file is the copyrighted property of Tableau Software and is protected
4-
// by registered patents and other applicable U.S. and international laws and
5-
// regulations.
6-
//
7-
// You may adapt this file and modify it to fit into your context and use it
8-
// as a template to start your own projects.
9-
//
10-
// -----------------------------------------------------------------------------
111
using System;
122
using System.IO;
133
using System.Collections.Generic;

0 commit comments

Comments
 (0)