Skip to content

Commit

Permalink
add copyright notice to description
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jun 27, 2017
1 parent f459a16 commit 3fc80fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/description/aaOceanC4D.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ enum
AAOCEANC4D_PMWAVESIZE = 1019,
AAOCEANC4D_JSWPFETCH = 1020,
AAOCEANC4D_SWELL = 1021,
AAOCEANC4D_INFOTEXT = 1022,
};
#endif // __aaOceanC4D_H_
4 changes: 4 additions & 0 deletions res/description/aaOceanC4D.res
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@ CONTAINER aaOceanC4D {
REAL AAOCEANC4D_PMWAVESIZE { CUSTOMGUI REALSLIDER; MIN 0.001; MAX 6; STEP 0.1; DEFAULT 1.0;}
REAL AAOCEANC4D_JSWPFETCH { CUSTOMGUI REALSLIDER; MIN 0.001; MAX 1000; DEFAULT 20.0; }
REAL AAOCEANC4D_SWELL { CUSTOMGUI REALSLIDER; UNIT PERCENT; MIN 0; MAX 100; STEP 1; DEFAULT 0.0; }
SEPARATOR { LINE; }
GROUP {
STATICTEXT AAOCEANC4D_INFOTEXT { }
}
}
}
1 change: 1 addition & 0 deletions res/strings_us/description/aaOceanC4D.str
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ STRINGTABLE aaOceanC4D
AAOCEANC4D_PMWAVESIZE "Peak Sharpening";
AAOCEANC4D_JSWPFETCH "JSWP Fetch";
AAOCEANC4D_SWELL "Swell";
AAOCEANC4D_INFOTEXT "Copyright \u00a9 2009-2015 Amaan Akram; Copyright \u00a9 2017 Niklas Rosenstein";
}
2 changes: 2 additions & 0 deletions src/aaOceanC4D.rpkg
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ JSWPFETCH: 1020
us: JSWP Fetch
SWELL: 1021
us: Swell
INFOTEXT: 1022
us: Copyright © 2009-2015 Amaan Akram; Copyright © 2017 Niklas Rosenstein

0 comments on commit 3fc80fc

Please sign in to comment.