Browse Source

linking exception available as SPDX (for LGPL-3.0)

Johann ELSASS 3 years ago
parent
commit
74c8e3242c
64 changed files with 64 additions and 64 deletions
  1. 1 1
      atshapelinebgra.pas
  2. 1 1
      bcbasectrls.pas
  3. 1 1
      bcbrightandcontrast.pas
  4. 1 1
      bcbutton.pas
  5. 1 1
      bcbuttonfocus.pas
  6. 1 1
      bccombobox.pas
  7. 1 1
      bcdefaultthememanager.pas
  8. 1 1
      bceffect.pas
  9. 1 1
      bcgamegrid.pas
  10. 1 1
      bcgradientbutton.pas
  11. 1 1
      bcimagebutton.pas
  12. 1 1
      bckeyboard.pas
  13. 1 1
      bclabel.pas
  14. 1 1
      bclistbox.pas
  15. 1 1
      bcmaterialdesignbutton.pas
  16. 1 1
      bcmdbutton.pas
  17. 1 1
      bcmdbuttonfocus.pas
  18. 1 1
      bcnumerickeyboard.pas
  19. 1 1
      bcpanel.pas
  20. 1 1
      bcradialprogressbar.pas
  21. 1 1
      bcreg.pas
  22. 1 1
      bcroundedimage.pas
  23. 1 1
      bcrtti.pas
  24. 1 1
      bcsamples.pas
  25. 1 1
      bcstylesform.pas
  26. 1 1
      bcsvgbutton.pas
  27. 1 1
      bcsvgviewer.pas
  28. 1 1
      bcthememanager.pas
  29. 1 1
      bctoolbar.pas
  30. 1 1
      bctools.pas
  31. 1 1
      bctrackbarupdown.pas
  32. 1 1
      bctypes.pas
  33. 1 1
      bgra_pascalscript_library/pascal/bgrabitmaplibrary.pas
  34. 1 1
      bgra_pascalscript_library/pascal/utest.pas
  35. 1 1
      bgracolortheme.pas
  36. 1 1
      bgracontrolsinfo.pas
  37. 1 1
      bgracustomdrawn.pas
  38. 1 1
      bgraflashprogressbar.pas
  39. 1 1
      bgragraphiccontrol.pas
  40. 1 1
      bgraimagelist.pas
  41. 1 1
      bgraimagemanipulation.pas
  42. 1 1
      bgraimagetheme.pas
  43. 1 1
      bgraknob.pas
  44. 1 1
      bgrapascalscript.pas
  45. 1 1
      bgraresizespeedbutton.pas
  46. 1 1
      bgrascript.pas
  47. 1 1
      bgrashape.pas
  48. 1 1
      bgraspeedbutton.pas
  49. 1 1
      bgraspriteanimation.pas
  50. 1 1
      bgratheme.pas
  51. 1 1
      bgrathemebutton.pas
  52. 1 1
      bgrathemecheckbox.pas
  53. 1 1
      bgrathemeradiobutton.pas
  54. 1 1
      bgravirtualscreen.pas
  55. 1 1
      colorspeedbutton.pas
  56. 1 1
      dtanalogclock.pas
  57. 1 1
      dtanalogcommon.pas
  58. 1 1
      dtanalogcommon.pp
  59. 1 1
      dtanaloggauge.pas
  60. 1 1
      dtanaloggauge.pp
  61. 1 1
      dtthemedclock.pas
  62. 1 1
      dtthemedgauge.pas
  63. 1 1
      dtthemedgauge.pp
  64. 1 1
      materialcolors.pas

+ 1 - 1
atshapelinebgra.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {ATShapeLine is a component which paints line (directions: left-right, up-down, diagonals), with or without arrows at both sides. Line width is option. Line color and arrow color are options. It is Lazarus port of Delphi component TLine (renamed since TLine id is busy with TAChart).
 
 Original author: Gon Perez-Jimenez (Spain, 2002)

+ 1 - 1
bcbasectrls.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { Base framework classes
 
   originally written in 2012 by Krzysztof Dibowski dibowski at interia.pl 

+ 1 - 1
bcbrightandcontrast.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcbutton.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { Customizable component which using BGRABitmap for drawing. Control mostly rendered
   using framework.
 

+ 1 - 1
bcbuttonfocus.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { Customizable component which using BGRABitmap for drawing. Control mostly rendered
   using framework.
 

+ 1 - 1
bccombobox.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 unit BCComboBox;
 
 {$mode delphi}

+ 1 - 1
bcdefaultthememanager.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bceffect.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   Created by BGRA Controls Team
   Dibo, Circular, lainz (007) and contributors.

+ 1 - 1
bcgamegrid.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   Created by BGRA Controls Team
   Dibo, Circular, lainz (007) and contributors.

+ 1 - 1
bcgradientbutton.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 unit BCGradientButton;
 
 {$mode delphi}

+ 1 - 1
bcimagebutton.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   Created by BGRA Controls Team
   Dibo, Circular, lainz (007) and contributors.

+ 1 - 1
bckeyboard.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bclabel.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { Equivalent of standard lazarus TLabel but using BGRA Controls framework for text
   render.
 

+ 1 - 1
bclistbox.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcmaterialdesignbutton.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcmdbutton.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcmdbuttonfocus.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcnumerickeyboard.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcpanel.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { Equivalent of standard lazarus TPanel but using BGRA Controls framework for render
 
   Functionality:

+ 1 - 1
bcradialprogressbar.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcreg.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcroundedimage.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   BCRoundedImage
   by Lainz

+ 1 - 1
bcrtti.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { Useful tools for RTTI. Functions are used expecialy for save/load styles.
   Styles has construction similar to INI files:
 

+ 1 - 1
bcsamples.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcstylesform.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { Styles form manager
 
   ------------------------------------------------------------------------------

+ 1 - 1
bcsvgbutton.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { A Graphic Button Control that uses SVG images as the button states
   for Normal,Hover and DOWN states.
 

+ 1 - 1
bcsvgviewer.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bcthememanager.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bctoolbar.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   Created by BGRA Controls Team
   Dibo, Circular, lainz (007) and contributors.

+ 1 - 1
bctools.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { General framework methods for rendering background, borders, text, etc.
 
   originally written in 2012 by Krzysztof Dibowski dibowski at interia.pl

+ 1 - 1
bctrackbarupdown.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   Created by BGRA Controls Team
   Dibo, Circular, lainz (007) and contributors.

+ 1 - 1
bctypes.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { Common types for BGRA Controls package
 
   originally written in 2011 by Krzysztof Dibowski dibowski at interia.pl

+ 1 - 1
bgra_pascalscript_library/pascal/bgrabitmaplibrary.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 unit BGRABitmapLibrary;
 
 {$mode objfpc}{$H+}

+ 1 - 1
bgra_pascalscript_library/pascal/utest.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 unit utest;
 
 {$mode objfpc}{$H+}

+ 1 - 1
bgracolortheme.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 unit BGRAColorTheme;
 
 {$mode objfpc}{$H+}

+ 1 - 1
bgracontrolsinfo.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 unit bgracontrolsinfo;
 
 {$mode objfpc}{$H+}

+ 1 - 1
bgracustomdrawn.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {******************************* CONTRIBUTOR(S) ******************************
 - Edivando S. Santos Brasil | mailedivando@gmail.com
   (Compatibility with delphi VCL 11/2018)

+ 1 - 1
bgraflashprogressbar.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   Created by BGRA Controls Team
   Dibo, Circular, lainz (007) and contributors.

+ 1 - 1
bgragraphiccontrol.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   Created by BGRA Controls Team
   Dibo, Circular, lainz (007) and contributors.

+ 1 - 1
bgraimagelist.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 { This component partialy solve problem with no alpha in lazarus GTK.
   It is using BGRABitmap library for drawing icons.
 

+ 1 - 1
bgraimagemanipulation.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 unit BGRAImageManipulation;
 
 { ============================================================================

+ 1 - 1
bgraimagetheme.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 unit BGRAImageTheme;
 
 {$mode objfpc}{$H+}

+ 1 - 1
bgraknob.pas

@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: LGPL-3.0-only (modified to allow linking)
+// SPDX-License-Identifier: LGPL-3.0-linking-exception
 {
   Iintially written by Circular.
 }