Removing copyright. This software is now entirely in the public domain.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// File: crn_helpers.h
|
||||
// See Copyright Notice and license at the end of inc/crnlib.h
|
||||
// This software is in the public domain. Please see license.txt.
|
||||
#pragma once
|
||||
|
||||
#define CRNLIB_NO_COPY_OR_ASSIGNMENT_OP(c) c(const c&); c& operator= (const c&);
|
||||
|
||||
Reference in New Issue
Block a user