git repos / PlatformFolders

commit 3b191916

sago007 · 2016-02-16 17:08
3b191916e2b21dc051644bc3209acc02f61ea9b2 patch · browse files
parent 5ce952c2c03b0bf0587e6592d5f1800e30a541a7

Added URL

Changed files

M README.md before
M sago/platform_folders.cpp before
M sago/platform_folders.h before
diff --git a/README.md b/README.md index 0e40326..c92e8e4 100644 --- a/README.md +++ b/README.md
@@ -1,6 +1,8 @@
# PlatformFolders [![Build Status](https://travis-ci.org/sago007/PlatformFolders.svg?branch=master)](https://travis-ci.org/sago007/PlatformFolders)
A self contained C++ abstraction library so that you do not need to have Linux, Windows and Mac OS X specific code to look for special directories
+Can be found at: https://github.com/sago007/PlatformFolders
+
# Rationale
There are a lot of platform abstraction libraries available. You can get graphics abstraction libraries, GUI abstraction libraries and file abstraction libraries.
diff --git a/sago/platform_folders.cpp b/sago/platform_folders.cpp index f9b5e14..eb1b32f 100644 --- a/sago/platform_folders.cpp +++ b/sago/platform_folders.cpp
@@ -1,6 +1,8 @@
/*
Its is under the MIT license, to encourage reuse by cut-and-paste.
+ The original files are hosted here: https://github.com/sago007/PlatformFolders
+
Copyright (c) 2015 Poul Sander
Permission is hereby granted, free of charge, to any person
diff --git a/sago/platform_folders.h b/sago/platform_folders.h index 71232e8..fddee5c 100644 --- a/sago/platform_folders.h +++ b/sago/platform_folders.h
@@ -1,6 +1,8 @@
/*
Its is under the MIT license, to encourage reuse by cut-and-paste.
+ The original files are hosted here: https://github.com/sago007/PlatformFolders
+
Copyright (c) 2015 Poul Sander
Permission is hereby granted, free of charge, to any person