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

added missing copyright notices #459

Merged
Merged
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
5 changes: 5 additions & 0 deletions Contrib/DtexToExr/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

# tell autoconf to include the m4 macros in the /m4 directory
Expand Down
5 changes: 5 additions & 0 deletions Contrib/DtexToExr/configure.ac
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
dnl
dnl SPDX-License-Identifier: BSD-3-Clause
dnl Copyright Contributors to the OpenEXR Project.
dnl

dnl Process this file with autoconf to produce a configure script.
AC_INIT(DtexToExr, 1.0.0)
AC_SUBST(DTEXTOEXR_VERSION, 1.0.0)
Expand Down
4 changes: 4 additions & 0 deletions Contrib/DtexToExr/m4/compilelinkrun.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
dnl
dnl SPDX-License-Identifier: BSD-3-Clause
dnl Copyright Contributors to the OpenEXR Project.
dnl
dnl
dnl
dnl compilelinkrun.m4 - used to check whether a required package is properly
dnl installed. Compiles, links and runs a c++ test program that uses the
Expand Down
5 changes: 5 additions & 0 deletions Contrib/DtexToExr/m4/path.pkgconfig.m4
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
dnl
dnl SPDX-License-Identifier: BSD-3-Clause
dnl Copyright Contributors to the OpenEXR Project.
dnl

AC_DEFUN([AM_PATH_PKGCONFIG],
[

Expand Down
5 changes: 4 additions & 1 deletion Contrib/DtexToExr/m4/threads.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

dnl
dnl SPDX-License-Identifier: BSD-3-Clause
dnl Copyright Contributors to the OpenEXR Project.
dnl
dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
dnl
dnl Modified by Wojciech Jarosz (2005) to include check for POSIX
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/Half/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_srcdir)/config
Expand Down
4 changes: 4 additions & 0 deletions IlmBase/HalfTest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

add_executable(HalfTest
main.cpp
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

check_PROGRAMS = HalfTest
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#include <testSize.h>
#include <testArithmetic.h>
#include <testError.h>
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testArithmetic.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#include <testArithmetic.h>
#include "half.h"
#include <iostream>
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testArithmetic.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//


void testArithmetic ();

5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testBitPatterns.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#include <testBitPatterns.h>
#include "half.h"
#include <float.h>
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testBitPatterns.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//


void testBitPatterns ();

5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testClassification.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#include <testClassification.h>
#include "half.h"
#include <iostream>
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testClassification.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//


void testClassification ();

5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testError.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#include <testError.h>
#include "half.h"
#include <iostream>
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testError.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//


void testNormalizedConversionError ();
void testDenormalizedConversionError ();
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testFunction.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#include <testFunction.h>
#include "halfFunction.h"
#include <iostream>
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testFunction.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//


void testFunction ();

5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testLimits.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#include <testLimits.h>
#include "halfLimits.h"
#include <iostream>
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testLimits.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//


void testLimits ();

5 changes: 5 additions & 0 deletions IlmBase/HalfTest/testSize.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

#include <testSize.h>
#include "half.h"
#include <iostream>
Expand Down
4 changes: 4 additions & 0 deletions IlmBase/HalfTest/testSize.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//

void testSize ();

5 changes: 5 additions & 0 deletions IlmBase/Iex/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

INCLUDES = -I$(top_srcdir)/config
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/IexMath/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libIexMath.la
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/IexTest/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

check_PROGRAMS = IexTest
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/IlmBase.pc.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/IlmThread/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libIlmThread.la
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/Imath/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libImath.la
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/ImathTest/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

check_PROGRAMS = ImathTest
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS = -I m4
Expand Down
6 changes: 6 additions & 0 deletions IlmBase/bootstrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash

##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

# If we're on OS X, use glibtoolize instead of toolize when available
HOSTTYPE=`uname`
if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/config/IlmBaseConfigInternal.h.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenEXR Project.
//


//
// Dealing with FPEs
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/config/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

configincludedir = $(includedir)/OpenEXR
Expand Down
5 changes: 5 additions & 0 deletions IlmBase/configure.ac
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
dnl
dnl SPDX-License-Identifier: BSD-3-Clause
dnl Copyright Contributors to the OpenEXR Project.
dnl

dnl Process this file with autoconf to produce a configure script.
AC_INIT(IlmBase, 2.3.0)

Expand Down
5 changes: 4 additions & 1 deletion IlmBase/m4/threads.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

dnl
dnl SPDX-License-Identifier: BSD-3-Clause
dnl Copyright Contributors to the OpenEXR Project.
dnl
dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
dnl
dnl Modified by Wojciech Jarosz (2005) to include check for POSIX
Expand Down
5 changes: 5 additions & 0 deletions OpenEXR/IlmImf/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libIlmImf.la
Expand Down
5 changes: 5 additions & 0 deletions OpenEXR/IlmImfExamples/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

if BUILD_IMFEXAMPLES
Expand Down
5 changes: 5 additions & 0 deletions OpenEXR/IlmImfFuzzTest/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

if BUILD_IMFFUZZTEST
Expand Down
5 changes: 5 additions & 0 deletions OpenEXR/IlmImfTest/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

check_PROGRAMS = IlmImfTest
Expand Down
5 changes: 5 additions & 0 deletions OpenEXR/IlmImfUtil/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = libIlmImfUtil.la
Expand Down
5 changes: 5 additions & 0 deletions OpenEXR/IlmImfUtilTest/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

check_PROGRAMS = IlmImfUtilTest
Expand Down
5 changes: 5 additions & 0 deletions OpenEXR/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

## Process this file with automake to produce Makefile.in

# tell autoconf to include the m4 macros in the /m4 directory
Expand Down
5 changes: 5 additions & 0 deletions OpenEXR/OpenEXR.pc.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
Expand Down
Loading