Skip to content

Commit

Permalink
SAIL: Update links to git
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Dec 17, 2022
1 parent 585b996 commit 18e9bf1
Show file tree
Hide file tree
Showing 278 changed files with 300 additions and 300 deletions.
4 changes: 2 additions & 2 deletions BENCHMARKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Table of Contents
| --------------------------------------- | -------------------- |
| **Operating System** | Windows 7 x64 |
| **Compiler** | MSVC 2019 x64 |
| **Libraries Under Test (LUT)** | [Boost.GIL](https://www.boost.org/doc/libs/1_68_0/libs/gil/doc/html/index.html), [CImg](https://github.com/dtschump/CImg), [DevIL](http://openil.sourceforge.net), [FreeImage](https://freeimage.sourceforge.io), [OpenImageIO](https://github.com/OpenImageIO/oiio.git), [SAIL](https://github.com/smoked-herring/sail), [SDL_Image](https://www.libsdl.org/projects/SDL_image), [stb_image](https://github.com/nothings/stb), [WIC](https://docs.microsoft.com/en-us/windows/win32/wic/-wic-about-windows-imaging-codec) |
| **Libraries Under Test (LUT)** | [Boost.GIL](https://www.boost.org/doc/libs/1_68_0/libs/gil/doc/html/index.html), [CImg](https://github.com/dtschump/CImg), [DevIL](http://openil.sourceforge.net), [FreeImage](https://freeimage.sourceforge.io), [OpenImageIO](https://github.com/OpenImageIO/oiio.git), [SAIL](https://github.com/HappySeaFox/sail), [SDL_Image](https://www.libsdl.org/projects/SDL_image), [stb_image](https://github.com/nothings/stb), [WIC](https://docs.microsoft.com/en-us/windows/win32/wic/-wic-about-windows-imaging-codec) |
| **LUT Installation Mode (except SAIL)** | vcpkg |
| **SAIL Installation Mode** | vcpkg |
| **Benchmarks** | [sail-benchmark](https://github.com/smoked-herring/sail-benchmark) |
| **Benchmarks** | [sail-benchmark](https://github.com/HappySeaFox/sail-benchmark) |
| **Measured Time** | Real (wall clock) |
| **Measurement Units** | Microseconds |
| **Output Pixels** | Default |
Expand Down
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ the most popular image formats will be definitely ported from ksquirrel-libs.
## I have questions, issues, or proposals
Opening a GitHub [issue](https://github.com/smoked-herring/sail/issues) is the preferred way
Opening a GitHub [issue](https://github.com/HappySeaFox/sail/issues) is the preferred way
of communicating and solving problems.
Pull requests are always welcomed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ It's pretty easy, isn't it? :smile: See also [FAQ](FAQ.md).
## Development status

SAIL is ready for every day use. However, it's still under heavy development. The API can be changed at any time
breaking binary and source compatibility. Consider opening a GitHub [issue](https://github.com/smoked-herring/sail/issues)
breaking binary and source compatibility. Consider opening a GitHub [issue](https://github.com/HappySeaFox/sail/issues)
if you have any feature requests or issue reports. Your help (pull requests etc.) is highly welcomed.

## Have questions or issues?

Opening a GitHub [issue](https://github.com/smoked-herring/sail/issues) is the preferred way
Opening a GitHub [issue](https://github.com/HappySeaFox/sail/issues) is the preferred way
of communicating and solving problems.

See [FAQ](FAQ.md) for more.
Expand Down
34 changes: 17 additions & 17 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Source: sail
Priority: optional
Maintainer: Dmitry Baryshev <dmitrymq@gmail.com>
Build-Depends: debhelper (>=9), build-essential, libgif-dev, libjpeg-dev, libpng-dev, libtiff-dev, libavif-dev, libwebp-dev
Maintainer: Dmitry Baryshev +ADw-dmitrymq+AEA-gmail.com+AD4-
Build-Depends: debhelper (+AD4APQ-9), build-essential, libgif-dev, libjpeg-dev, libpng-dev, libtiff-dev, libavif-dev, libwebp-dev
Standards-Version: 3.9.6
Vcs-Browser: https://github.com/smoked-herring/sail
Vcs-Git: https://github.com/smoked-herring/sail.git
Vcs-Browser: https://github.com/HappySeaFox/sail
Vcs-Git: https://github.com/HappySeaFox/sail.git

Package: libsail-common0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: +ACQAew-shlibs:Depends+AH0-, +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
Expand All @@ -19,7 +19,7 @@ Description: SAIL is a fast and lightweight cross-platform image decoding
Package: libsail-common-dev
Section: libdevel
Architecture: any
Depends: libsail-common0 (= ${binary:Version}), ${misc:Depends}
Depends: libsail-common0 (+AD0- +ACQAew-binary:Version+AH0-), +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
Expand All @@ -29,7 +29,7 @@ Description: SAIL is a fast and lightweight cross-platform image decoding
Package: libsail-manip0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: +ACQAew-shlibs:Depends+AH0-, +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
Expand All @@ -39,7 +39,7 @@ Description: SAIL is a fast and lightweight cross-platform image decoding
Package: libsail-manip-dev
Section: libdevel
Architecture: any
Depends: libsail-manip0 (= ${binary:Version}), ${misc:Depends}
Depends: libsail-manip0 (+AD0- +ACQAew-binary:Version+AH0-), +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
Expand All @@ -49,7 +49,7 @@ Description: SAIL is a fast and lightweight cross-platform image decoding
Package: sail-codecs
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: +ACQAew-shlibs:Depends+AH0-, +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
Expand All @@ -59,7 +59,7 @@ Description: SAIL is a fast and lightweight cross-platform image decoding
Package: libsail0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sail-codecs (= ${binary:Version})
Depends: +ACQAew-shlibs:Depends+AH0-, +ACQAew-misc:Depends+AH0-, sail-codecs (+AD0- +ACQAew-binary:Version+AH0-)
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
Expand All @@ -69,37 +69,37 @@ Description: SAIL is a fast and lightweight cross-platform image decoding
Package: libsail-dev
Section: libdevel
Architecture: any
Depends: libsail0 (= ${binary:Version}), ${misc:Depends}
Depends: libsail0 (+AD0- +ACQAew-binary:Version+AH0-), +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
.
This package provides high-level SAIL development headers and libraries.

Package: libsail-c++0
Package: libsail-c
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: +ACQAew-shlibs:Depends+AH0-, +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
.
This package provides high-level SAIL client libraries.

Package: libsail-c++-dev
Package: libsail-cdev
Section: libdevel
Architecture: any
Depends: libsail-c++0 (= ${binary:Version}), ${misc:Depends}
Depends: libsail-c (+AD0- +ACQAew-binary:Version+AH0-), +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
.
This package provides high-level SAIL C++ development headers and libraries.
This package provides high-level SAIL C development headers and libraries.

Package: libsail-progs
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: +ACQAew-shlibs:Depends+AH0-, +ACQAew-misc:Depends+AH0-
Description: SAIL is a fast and lightweight cross-platform image decoding
and encoding library providing multi-leveled APIs from one-liners
to complex use-cases with custom I/O sources.
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SAIL
Upstream-Contact: Dmitry Baryshev <dmitrymq@gmail.com>
Source: https://github.com/smoked-herring/sail.git
Source: https://github.com/HappySeaFox/sail.git

Files: debian/*
Copyright: 2020 Dmitry Baryshev
Expand Down
6 changes: 3 additions & 3 deletions dist/macos/make-bottle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/sh -e

# Update the tap
brew tap smoked-herring/sail
brew tap HappySeaFox/sail

# Build errors are faced when SAIL is already installed. Uninstall any previous versions.
brew uninstall sail

# Make a new bottle
brew test-bot --root-url=https://dl.bintray.com/smoked-herring/bottles-sail --bintray-org=smoked-herring \
--tap=smoked-herring/sail smoked-herring/sail/sail
brew test-bot --root-url=https://dl.bintray.com/HappySeaFox/bottles-sail --bintray-org=HappySeaFox \
--tap=HappySeaFox/sail HappySeaFox/sail/sail

echo
echo "SUCCESS. Now you can upload the created bottles."
Expand Down
4 changes: 2 additions & 2 deletions dist/macos/reset-tap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh -e

cat "$(brew --repo smoked-herring/sail)/Formula/sail.rb"
cat "$(brew --repo HappySeaFox/sail)/Formula/sail.rb"

git -C "$(brew --repo smoked-herring/sail)" reset --hard origin/master
git -C "$(brew --repo HappySeaFox/sail)" reset --hard origin/master

echo
echo "SUCCESS. Now you can copy the 'bottle do' block above and commit it."
Expand Down
4 changes: 2 additions & 2 deletions dist/macos/upload-bottles
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

PWD="$(dirname "$0")"

export HOMEBREW_BINTRAY_USER=smoked-herring
export HOMEBREW_BINTRAY_USER=HappySeaFox
export HOMEBREW_BINTRAY_KEY="$(cat "$PWD/bintray-key")"

brew pr-upload --bintray-org="$HOMEBREW_BINTRAY_USER" --root-url=https://dl.bintray.com/smoked-herring/bottles-sail
brew pr-upload --bintray-org="$HOMEBREW_BINTRAY_USER" --root-url=https://dl.bintray.com/HappySeaFox/bottles-sail

echo
echo "SUCCESS. Now you can reset the tap and commit the new 'bottle do' block."
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/advanced-with-c++-api/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/advanced-with-c++-api/qtsail.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/advanced-with-c++-api/qtsail.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/advanced-with-c-api/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/advanced-with-c-api/qtsail.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/advanced-with-c-api/qtsail.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/filters-impl-c++.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/filters-impl-c.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/junior-with-c++-api/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/junior-with-c++-api/qtsail.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/junior-with-c++-api/qtsail.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/junior-with-c-api/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/junior-with-c-api/qtsail.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/junior-with-c-api/qtsail.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/multi-paged-impl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c++/qt/qimage_sail_pixel_formats.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c/sail-sdl-viewer/sail-sdl-viewer.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion examples/c/sail/sail.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/abstract_io-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2021 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/abstract_io_adapter-c++.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2021 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/abstract_io_adapter-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2021 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/arbitrary_data-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020-2021 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/at_scope_exit-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/codec_info-c++.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/codec_info-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/compression_level-c++.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/compression_level-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/context-c++.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/context-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/conversion_options-c++.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020-2021 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/conversion_options-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020-2021 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/iccp-c++.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
2 changes: 1 addition & 1 deletion src/bindings/c++/iccp-c++.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of SAIL (https://github.com/smoked-herring/sail)
/* This file is part of SAIL (https://github.com/HappySeaFox/sail)
Copyright (c) 2020 Dmitry Baryshev
Expand Down
Loading

0 comments on commit 18e9bf1

Please sign in to comment.