Skip to content

Commit

Permalink
Modified license
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandp committed Dec 24, 2016
1 parent 893a708 commit 099e171
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ MIT License

Copyright (c) 2016 Hernán Di Pietro

Wide-char safe string functions
Copyright 1999 Alexandre Julliard
Copyright 2000 Jon Griffiths

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
8 changes: 4 additions & 4 deletions linkom.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This file is part of Linkom Library
Copyright (c) 2016 Hernán Di Pietro
Wide-char Safe string functions
Copyright 1999 Alexandre Julliard
Copyright 2000 Jon Griffiths
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand All @@ -26,10 +30,6 @@ SOFTWARE.
#ifndef __LINKOM_H__f82e85a35f914826a6af35aa02839625
#define __LINKOM_H__f82e85a35f914826a6af35aa02839625

/* You may keep THIS COPYRIGHT NOTICE TO EMBED INTO YOUR BINARY IMAGE */
/* (read License) */
volatile static char g_Copyright[] = "*** Linkom C Library (c) 2016 Hernan Di Pietro ***";

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
14 changes: 12 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ _With a quick-and-dirty COM wrapper for multi-language support_
Linkom Library
Copyright (c) 2016 Hernán Di Pietro

Wide-char safe string functions
Copyright 1999 Alexandre Julliard
Copyright 2000 Jon Griffiths

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down Expand Up @@ -56,7 +60,13 @@ The following conventions in this library and it's documentation.

*Linkom* is a single-header library containing C code, so it does not require building any LIB or DLL file to be used; any reasonably modern C compiler should handle it. The file TESTRUN.C is included for development and testing purposes, it will execute several tests and report which of them failed.

The library was tested on Windows and Microsoft Visual C++ 2012/2015 compilers only.
The library successfully builds and passes tests on:

* Microsoft Visual C++ 2015
* Microsoft Visual C++ 2012
* GCC 6.2.0
* clang 3.8.1


## Using the library

Expand Down Expand Up @@ -204,4 +214,4 @@ With your preferred development environment, bind your project/source to the Lin
// parse command-delimited value...
5 changes: 5 additions & 0 deletions testrun.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This file is part of Linkom Library
Copyright (c) 2016 Hernán Di Pietro
Widechar safe string functions
Copyright 1999 Alexandre Julliard
Copyright 2000 Jon Griffiths
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down

0 comments on commit 099e171

Please sign in to comment.