Skip to content

Commit

Permalink
Add link to BSD lincense to all license headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabadka committed Apr 30, 2024
1 parent 9673a3c commit 9f9fb1e
Show file tree
Hide file tree
Showing 784 changed files with 2,354 additions and 1,547 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

# Workflow for building the release binaries.
#
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

repos:
- repo: https://github.com/gherynos/pre-commit-java
rev: v0.2.4
Expand Down
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd
#
# readthedocs.io configuration file. See:
# https://docs.readthedocs.io/en/stable/config-file/v2.html
Expand Down
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

# Ubuntu focal ships with cmake 3.16.
cmake_minimum_required(VERSION 3.16...3.27)
Expand Down
5 changes: 3 additions & 2 deletions bash_test.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

# Tests implemented in bash. These typically will run checks about the source
# code rather than the compiled one.
Expand Down
5 changes: 3 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

# Continuous integration helper module. This module is meant to be called from
# workflows during the continuous integration build, as well as from the
Expand Down
6 changes: 6 additions & 0 deletions cmake/FindAtomics.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd
#
# Original issue:
# * https://gitlab.kitware.com/cmake/cmake/-/issues/23021#note_1098733
#
Expand Down
5 changes: 3 additions & 2 deletions cmake/FindBrotli.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

set(brlibs brotlicommon brotlienc brotlidec)

Expand Down
5 changes: 3 additions & 2 deletions cmake/FindHWY.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

find_package(PkgConfig QUIET)
if (PkgConfig_FOUND)
Expand Down
5 changes: 3 additions & 2 deletions cmake/FindLCMS2.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

find_package(PkgConfig QUIET)
if (PkgConfig_FOUND)
Expand Down
5 changes: 3 additions & 2 deletions deps.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

# This file downloads the dependencies needed to build JPEG XL into third_party.
# These dependencies are normally pulled by git.
Expand Down
5 changes: 3 additions & 2 deletions doc/sphinx/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

# Configuration file for the Sphinx documentation builder.
#
Expand Down
5 changes: 3 additions & 2 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

# Example project using libjxl.

Expand Down
5 changes: 3 additions & 2 deletions examples/decode_exif_metadata.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

// This C++ example decodes a JPEG XL image in one shot (all input bytes
// available at once). The example outputs the pixels and color information to a
Expand Down
5 changes: 3 additions & 2 deletions examples/decode_oneshot.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

// This C++ example decodes a JPEG XL image in one shot (all input bytes
// available at once). The example outputs the pixels and color information to a
Expand Down
5 changes: 3 additions & 2 deletions examples/decode_progressive.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

// This C++ example decodes a JPEG XL image progressively (input bytes are
// passed in chunks). The example outputs the intermediate steps to PAM files.
Expand Down
5 changes: 3 additions & 2 deletions examples/encode_oneshot.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

// This example encodes a file containing a floating point image to another
// file containing JPEG XL image with a single frame.
Expand Down
5 changes: 3 additions & 2 deletions examples/examples.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

add_executable(decode_oneshot ${CMAKE_CURRENT_LIST_DIR}/decode_oneshot.cc)
target_link_libraries(decode_oneshot jxl_dec jxl_threads)
Expand Down
5 changes: 3 additions & 2 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright (c) the JPEG XL Project Authors. All rights reserved.
# Copyright (c) the JPEG XL Project Authors.
#
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

set(JPEGXL_MAJOR_VERSION 0)
set(JPEGXL_MINOR_VERSION 10)
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/alpha_blend.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/alpha_blend.h"

Expand Down
5 changes: 3 additions & 2 deletions lib/extras/alpha_blend.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef LIB_EXTRAS_ALPHA_BLEND_H_
#define LIB_EXTRAS_ALPHA_BLEND_H_
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/codec.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/codec.h"

Expand Down
5 changes: 3 additions & 2 deletions lib/extras/codec.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef LIB_EXTRAS_CODEC_H_
#define LIB_EXTRAS_CODEC_H_
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/codec_test.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include <jxl/codestream_header.h>
#include <jxl/color_encoding.h>
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/common.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/common.h"

Expand Down
5 changes: 3 additions & 2 deletions lib/extras/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef LIB_EXTRAS_COMMON_H_
#define LIB_EXTRAS_COMMON_H_
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/apng.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/dec/apng.h"

Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/apng.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef LIB_EXTRAS_DEC_APNG_H_
#define LIB_EXTRAS_DEC_APNG_H_
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/color_description.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/dec/color_description.h"

Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/color_description.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef LIB_EXTRAS_COLOR_DESCRIPTION_H_
#define LIB_EXTRAS_COLOR_DESCRIPTION_H_
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/color_description_test.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/dec/color_description.h"

Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/color_hints.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/dec/color_hints.h"

Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/color_hints.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef LIB_EXTRAS_COLOR_HINTS_H_
#define LIB_EXTRAS_COLOR_HINTS_H_
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/decode.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/dec/decode.h"

Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/decode.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#ifndef LIB_EXTRAS_DEC_DECODE_H_
#define LIB_EXTRAS_DEC_DECODE_H_
Expand Down
5 changes: 3 additions & 2 deletions lib/extras/dec/exr.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
// Copyright (c) the JPEG XL Project Authors.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd

#include "lib/extras/dec/exr.h"

Expand Down
Loading

0 comments on commit 9f9fb1e

Please sign in to comment.