commit 3b191916
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 [](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