Skip to content

Commit 57353fa

Browse files
committed
Removing copyright. This software is now entirely in the public domain.
1 parent 44c8402 commit 57353fa

File tree

137 files changed

+194
-253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+194
-253
lines changed

crnlib/crn_arealist.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_arealist.cpp - 2D shape algebra (currently unused)
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
// Ported from the PowerView DOS image viewer, a product I wrote back in 1993. Not currently used in the open source release of crnlib.
44
#include "crn_core.h"
55
#include "crn_arealist.h"

crnlib/crn_arealist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_arealist.h - 2D shape algebra
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#pragma once
44

55
namespace crnlib

crnlib/crn_assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_assert.cpp
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#include "crn_core.h"
44
#if CRNLIB_USE_WIN32_API
55
#include "crn_winhdr.h"

crnlib/crn_assert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_assert.h
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#pragma once
44

55
const unsigned int CRNLIB_FAIL_EXCEPTION_CODE = 256U;

crnlib/crn_buffer_stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_buffer_stream.h
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#pragma once
44
#include "crn_data_stream.h"
55

crnlib/crn_cfile_stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_cfile_stream.h
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#pragma once
44
#include "crn_data_stream.h"
55

crnlib/crn_clusterizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_clusterizer.h
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#pragma once
44
#include "crn_matrix.h"
55

crnlib/crn_color.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_color.h
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#pragma once
44
#include "crn_core.h"
55

crnlib/crn_colorized_console.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_colorized_console.cpp
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#include "crn_core.h"
44
#include "crn_colorized_console.h"
55
#ifdef CRNLIB_USE_WIN32_API

crnlib/crn_colorized_console.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File: crn_colorized_console.h
2-
// See Copyright Notice and license at the end of inc/crnlib.h
2+
// This software is in the public domain. Please see license.txt.
33
#pragma once
44
#include "crn_console.h"
55

0 commit comments

Comments
 (0)