Skip to content

Commit

Permalink
Remove emscripten copyright from third_party headers
Browse files Browse the repository at this point in the history
Its seems we painted with too broad a brush in #7116.

This change was generated programmatically using this type of thing:

for f in `git grep --name-only "//.*The Emscripten Authors" tests/third_party`; do tail -n +6 $f > tmp && /bin/mv tmp $f; done

Fixes: #12711
  • Loading branch information
sbc100 committed Nov 5, 2020
1 parent cc8a324 commit 3538b51
Show file tree
Hide file tree
Showing 65 changed files with 0 additions and 399 deletions.
5 changes: 0 additions & 5 deletions tests/third_party/box2d/glui/glui_bitmap_img_data.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2013 The Emscripten Authors. All rights reserved.
// Emscripten is available under two separate licenses, the MIT license and the
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.

/**
Bitmaps for all GLUI images.
Expand Down
5 changes: 0 additions & 5 deletions tests/third_party/box2d/glui/glui_treepanel.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2013 The Emscripten Authors. All rights reserved.
// Emscripten is available under two separate licenses, the MIT license and the
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.

#include "glui.h"


Expand Down
5 changes: 0 additions & 5 deletions tests/third_party/bullet/Demos/HelloWorld/parse.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Copyright 2014 The Emscripten Authors. All rights reserved.
# Emscripten is available under two separate licenses, the MIT license and the
# University of Illinois/NCSA Open Source License. Both these licenses can be
# found in the LICENSE file.

from __future__ import print_function
import math

Expand Down
5 changes: 0 additions & 5 deletions tests/third_party/bullet/Demos/HelloWorld/setup.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2014 The Emscripten Authors. All rights reserved.
// Emscripten is available under two separate licenses, the MIT license and the
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.

function startSimulation() {
var i = 0;
var interval = setInterval(function() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2011 The Emscripten Authors. All rights reserved.
// Emscripten is available under two separate licenses, the MIT license and the
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.

#include "float_math.h"
#include "ConvexBuilder.h"
#include "meshvolume.h"
Expand Down
5 changes: 0 additions & 5 deletions tests/third_party/bullet/Extras/glui/glui_bitmap_img_data.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2011 The Emscripten Authors. All rights reserved.
// Emscripten is available under two separate licenses, the MIT license and the
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.

/**
Bitmaps for all GLUI images.
Expand Down
5 changes: 0 additions & 5 deletions tests/third_party/bullet/Extras/glui/glui_treepanel.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2011 The Emscripten Authors. All rights reserved.
// Emscripten is available under two separate licenses, the MIT license and the
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.

#include "GL/glui.h"


Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/callbacks.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file callbacks.c
@brief ENet callback functions
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/compress.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file compress.c
@brief An adaptive order-2 PPM range coder
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/host.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file host.c
@brief ENet host management functions
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/list.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file list.c
@brief ENet linked list functions
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/packet.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file packet.c
@brief ENet packet management functions
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/peer.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file peer.c
@brief ENet peer management functions
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/protocol.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file protocol.c
@brief ENet protocol functions
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/unix.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file unix.c
@brief ENet Unix system specific functions
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/enet/win32.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2012 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/**
@file win32.c
@brief ENet Win32 system specific functions
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/examples/hello_world.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <stdlib.h>
#include <AL/alut.h>

Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/examples/playfile.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutBufferData.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"

struct BufferData_struct
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutCodec.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"

ALvoid *_alutCodecLinear(ALvoid * data, size_t length, ALint numChannels, ALint bitsPerSample, ALfloat sampleFrequency)
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutError.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"
#include <stdio.h>

Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutInit.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"

static enum
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutInputStream.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"
#include <stdio.h>
#include <string.h>
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutLoader.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"
#include <ctype.h>

Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutOutputStream.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"
#include <string.h>

Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutUtil.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"

#if HAVE_NANOSLEEP && HAVE_TIME_H
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutVersion.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"

ALint alutGetMajorVersion(void)
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/src/alutWaveform.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include "alutInternal.h"
#include <math.h>
#include <string.h>
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/test_suite/test_errorstuff.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <stdio.h>
#include <stdlib.h>
#include <AL/alut.h>
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/test_suite/test_fileloader.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <stdlib.h>
#include <stdio.h>
#include <AL/alut.h>
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/test_suite/test_memoryloader.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <stdio.h>
#include <stdlib.h>
#include <AL/alut.h>
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/test_suite/test_retrostuff.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <stdlib.h>
#include <stdio.h>
#include <AL/alut.h>
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/test_suite/test_version.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <stdlib.h>
#include <stdio.h>
#include <AL/alut.h>
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freealut/test_suite/test_waveforms.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2013 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <stdlib.h>
#include <AL/alut.h>

Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freetype/src/tools/apinames.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2011 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/*
* This little program is used to parse the FreeType headers and
* find the declaration of all public APIs. This is easy, because
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freetype/src/tools/test_afm.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2011 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

/*
* gcc -DFT2_BUILD_LIBRARY -I../../include -o test_afm test_afm.c \
* -L../../objs/.libs -lfreetype -lz -static
Expand Down
7 changes: 0 additions & 7 deletions tests/third_party/freetype/src/tools/test_bbox.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* Copyright 2011 The Emscripten Authors. All rights reserved.
* Emscripten is available under two separate licenses, the MIT license and the
* University of Illinois/NCSA Open Source License. Both these licenses can be
* found in the LICENSE file.
*/

#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_BBOX_H
Expand Down
Loading

0 comments on commit 3538b51

Please sign in to comment.