Skip to content

Commit

Permalink
Harmonise comment at top of each file
Browse files Browse the repository at this point in the history
  • Loading branch information
btzy committed Apr 16, 2021
1 parent f3debed commit 523045f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 21 deletions.
5 changes: 2 additions & 3 deletions src/include/nfd.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/*
Native File Dialog Extended
Author: Bernard Teo
License : Zlib
Repository: https://github.com/btzy/nativefiledialog-extended
Based on https://github.com/mlabbe/nativefiledialog
License: Zlib
Authors: Bernard Teo, Michael Labbe
This header contains the functions that can be called by user code.
*/
Expand Down
15 changes: 7 additions & 8 deletions src/include/nfd.hpp
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/*
Native File Dialog Extended
Author: Bernard Teo
License : Zlib
Repository: https://github.com/btzy/nativefiledialog-extended
Based on https://github.com/mlabbe/nativefiledialog
Native File Dialog Extended
Repository: https://github.com/btzy/nativefiledialog-extended
License: Zlib
Author: Bernard Teo
This header is a thin C++ wrapper for nfd.h.
C++ projects can choose to use this header instead of nfd.h directly.
This header is a thin C++ wrapper for nfd.h.
C++ projects can choose to use this header instead of nfd.h directly.
Refer to documentation on nfd.h for instructions on how to use these functions.
Refer to documentation on nfd.h for instructions on how to use these functions.
*/

#ifndef _NFD_HPP
Expand Down
7 changes: 4 additions & 3 deletions src/nfd_cocoa.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/*
Native File Dialog
http://www.frogtoss.com/labs
Native File Dialog Extended
Repository: https://github.com/btzy/nativefiledialog-extended
License: Zlib
Authors: Bernard Teo, Michael Labbe
*/

#include <AppKit/AppKit.h>
Expand Down
9 changes: 5 additions & 4 deletions src/nfd_gtk.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*
Native File Dialog
Native File Dialog Extended
Repository: https://github.com/btzy/nativefiledialog-extended
License: Zlib
Authors: Bernard Teo, Michael Labbe
http://www.frogtoss.com/labs
We do not check for malloc failure on Linux - Linux overcommits memory!
Note: We do not check for malloc failure on Linux - Linux overcommits memory!
*/

#include <assert.h>
Expand Down
5 changes: 2 additions & 3 deletions src/nfd_win.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/*
Native File Dialog Extended
Author: Bernard Teo
License : Zlib
Repository: https://github.com/btzy/nativefiledialog-extended
Based on https://github.com/mlabbe/nativefiledialog
License: Zlib
Author: Bernard Teo
*/

/* only locally define UNICODE in this compilation unit */
Expand Down

0 comments on commit 523045f

Please sign in to comment.