[network-manager-vpnc/th/vpn-editor-split-bgo766170: 19/19] shared: add README



commit 2fbb8a4e2e244da2dd1132a77643df2bef612cd0
Author: Thomas Haller <thaller redhat com>
Date:   Mon May 9 13:51:13 2016 +0200

    shared: add README

 shared/README |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/shared/README b/shared/README
new file mode 100644
index 0000000..51e1877
--- /dev/null
+++ b/shared/README
@@ -0,0 +1,25 @@
+The files in the "shared/" directory are supposed to be shared
+accross NetworkManager related projects (reuse-by-copying).
+
+(1) the files
+    shared/gsystem-local-alloc.h
+    shared/nm-dbus-compat.h
+    shared/nm-glib.h
+    shared/nm-macros-internal.h
+    shared/nm-shared-utils.c
+    shared/nm-shared-utils.h
+    shared/nm-test-utils.h
+are copied as-is from NetworkManager
+  
https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/shared?id=9770024f63b85da604f1134a8bc8dc968278dcd1
+
+2) the files
+    shared/nm-vpn-plugin-utils.c
+    shared/nm-vpn-plugin-utils.h
+are copied as-is from nm-openvpn
+  
https://git.gnome.org/browse/network-manager-openvpn/tree/shared?id=3d0ac3ca94b4bf24f77306cef5a95172ddaf5fc4
+
+
+Do *not* modify these files locally so that they don't diverge.
+Fix/extend them in their respective origin first, and re-import
+the files as a whole.
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]