Skip to content

Commit

Permalink
add missing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed May 29, 2019
1 parent 480ef6f commit 6f135bd
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/special/ldexp_exp.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

# This code is a Julia translation of the C code from Openlibm (https://www.openlibm.org/)
# with the following license:

Expand Down
1 change: 1 addition & 0 deletions contrib/delete-all-rpaths.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# This file is a part of Julia. License is MIT: https://julialang.org/license

[ "$(uname)" = Darwin ] || { echo "Requires Darwin." 2>&1; exit 1; }

Expand Down
2 changes: 2 additions & 0 deletions contrib/mac/framework/Julia.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is a part of Julia. License is MIT: https://julialang.org/license

#include <Julia/julia/julia.h>
#include <Julia/julia/julia_threads.h>
#include <Julia/julia/julia_version.h>
Expand Down
1 change: 1 addition & 0 deletions contrib/refresh_bb_tarballs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
# This file is a part of Julia. License is MIT: https://julialang.org/license

# Invoke this with no arguments to refresh all tarballs, or with a project name to refresh only that project.
#
Expand Down
2 changes: 2 additions & 0 deletions src/clangsa/GCChecker.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is a part of Julia. License is MIT: https://julialang.org/license

#include "clang/Tooling/Tooling.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "clang/Frontend/FrontendActions.h"
Expand Down
1 change: 1 addition & 0 deletions src/llvm-simdloop.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// This file is a part of Julia. License is MIT: https://julialang.org/license

#include "llvm-version.h"

#define DEBUG_TYPE "lower_simd_loop"
Expand Down
1 change: 1 addition & 0 deletions stdlib/SparseArrays/src/abstractsparse.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

"""
AbstractSparseArray{Tv,Ti,N}
Expand Down
2 changes: 2 additions & 0 deletions test/clangsa/GCPushPop.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is a part of Julia. License is MIT: https://julialang.org/license

// RUN: %clang --analyze -Xanalyzer -analyzer-output=text -Xclang -load -Xclang %gc_plugin -Xclang -verify -I%julia_home/src -I%julia_home/src/support -I%julia_home/usr/include -Xclang -analyzer-checker=core,julia.GCChecker -x c++ %s

#include "julia.h"
Expand Down
2 changes: 2 additions & 0 deletions test/clangsa/MissingRoots.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// This file is a part of Julia. License is MIT: https://julialang.org/license

// RUN: %clang --analyze -Xanalyzer -analyzer-output=text -Xclang -load -Xclang %gc_plugin -I%julia_home/src -I%julia_home/src/support -I%julia_home/usr/include -Xclang -analyzer-checker=core,julia.GCChecker --analyzer-no-default-checks -Xclang -verify -Xclang -verify-ignore-unexpected=note -x c %s

#include "julia.h"
Expand Down
2 changes: 2 additions & 0 deletions test/client.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

nested_error_expr = quote
try
__not_a_binding__
Expand Down
2 changes: 2 additions & 0 deletions test/embedding/include_and_eval.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

function f28825()
eval(:(1+1))
end
1 change: 1 addition & 0 deletions test/reflection.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

using Test

# code_native / code_llvm (issue #8239)
Expand Down
2 changes: 2 additions & 0 deletions test/testhelpers/Quaternions.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

module Quaternions

export Quaternion
Expand Down
2 changes: 2 additions & 0 deletions test/testhelpers/llvmpasses.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of Julia. License is MIT: https://julialang.org/license

using InteractiveUtils
using Printf

Expand Down

0 comments on commit 6f135bd

Please sign in to comment.