Skip to content

Commit

Permalink
license-info added to all sourcefiles§
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Oct 30, 2008
1 parent 58cd077 commit 0ee46cf
Show file tree
Hide file tree
Showing 13 changed files with 247 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lib/rswing.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

# needed for swing classes
require "java"

Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/button.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
ActionListener = java.awt.event.ActionListener
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/container.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
module Container
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/dialog.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
JOptionPane = javax.swing.JOptionPane
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/events/focus_events.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
module Events
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/events/key_events.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
module Events
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/events/mouse_events.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
module Events
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/frame.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
JFrame = javax.swing.JFrame
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/listener.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
class Listener
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/options.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
class Options
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/panel.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
JPanel = javax.swing.JPanel
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/text_field.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
JTextField = javax.swing.JTextField
Expand Down
19 changes: 19 additions & 0 deletions lib/rswing/components/window.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
###############################################################################
# This file is part of RSwing. #
# RSwing - Swing wrapper for JRuby #
# (C) 2008 Christopher Bertels (bakkdoor@flasht.de) #
# #
# RSwing is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Lesser General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# RSwing is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU Lesser General Public License #
# along with RSwing. If not, see <http://www.gnu.org/licenses/>. #
###############################################################################

module RSwing
module Components
module Window
Expand Down

0 comments on commit 0ee46cf

Please sign in to comment.