From f0b2454ec373be8f2e5cdf5ebd07f016597cb23f Mon Sep 17 00:00:00 2001 From: rozmansi Date: Fri, 9 Oct 2015 10:13:12 +0200 Subject: [PATCH] License file renamed to comply GitHub.com, README.txt removed --- LICENSE.txt => LICENSE | 0 README.txt | 9 --------- 2 files changed, 9 deletions(-) rename LICENSE.txt => LICENSE (100%) delete mode 100644 README.txt diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.txt b/README.txt deleted file mode 100644 index a570c65..0000000 --- a/README.txt +++ /dev/null @@ -1,9 +0,0 @@ -libatl -Provides additional templates and function helpers for Microsoft Active Template Library - -Building -- .h files can be used individually. However, we do encourage you to include the entire library project and reference it in dependant projects of your solution, as libatl might develop some non-inline code over time. -- libatl.vcxproj requires Microsoft Visual Studio 2010 SP1 and ..\..\include folder with common.props, Debug.props, Release.props, Win32.props, and x64.props files to customize building process for individual applications. - -Documentation -None yet. Please see the .h files.