Skip to content
Open
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
20 changes: 10 additions & 10 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Copyright © 2004-2017 by René Nyffenegger
zlib License

This source code is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages
Copyright (c) 2004-2017 René Nyffenegger

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this source code must not be misrepresented; you must not
claim that you wrote the original source code. If you use this source code

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original source code.

misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Zlib

WARNINGS= \
-Werror \
-Wall \
Expand Down
2 changes: 2 additions & 0 deletions base64.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Zlib

/*
base64.cpp and base64.h

Expand Down
2 changes: 2 additions & 0 deletions base64.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Zlib

//
// base64 encoding and decoding with C++.
// Version: 2.rc.09 (release candidate)
Expand Down
2 changes: 2 additions & 0 deletions measure-time.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Zlib

#include "base64.h"
#include <iostream>
#include <chrono>
Expand Down
2 changes: 2 additions & 0 deletions test-google.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Zlib

#include "base64.h"
#include <iostream>

Expand Down
2 changes: 2 additions & 0 deletions test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Zlib

#include "base64.h"
#include <iostream>

Expand Down