From 14572db32b1afe2a35c6e9f315b9e5fba698b70f Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Wed, 30 Dec 2015 10:10:12 +0100 Subject: [PATCH 1/9] canvas export fix --- libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js b/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js index ce8aa6776..de65f1536 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/resource/canvas.js @@ -1058,6 +1058,7 @@ function drawPath(ctx, p, doStroke, scaleMode) { case 'L': case 'M': case 'Q': + case 'Z': break; default: var k = ctx.applyTransformToPoint({x: parts[i], y: parts[i + 1]}); @@ -1093,6 +1094,9 @@ function drawPath(ctx, p, doStroke, scaleMode) { case 'Q': drawCommand = parts[i]; break; + case 'Z': + ctx.closePath(); + break; default: switch (drawCommand) { case 'L': From 275e5d833b943141cbe860bd68507923575d1891 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Thu, 31 Dec 2015 08:03:40 +0100 Subject: [PATCH 2/9] enable unto command only if it makes sense --- .../flash/gui/tagtree/TagTreeContextMenu.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java index 8e515f9f6..66ec28e3b 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java @@ -313,6 +313,21 @@ public class TagTreeContextMenu extends JPopupMenu { copyTagWithDependenciesMenu.setVisible(false); openSWFInsideTagMenuItem.setVisible(false); + if (allSelectedIsTag) { + boolean canUndo = false; + for (TreeItem item : items) { + if (item instanceof Tag) { + Tag tag = (Tag) item; + if (tag.canUndo()) { + canUndo = true; + break; + } + } + } + + undoTagMenuItem.setEnabled(canUndo); + } + boolean singleSelect = items.size() == 1; if (singleSelect) { From 83f5a831848694083dd84d4404210944aec9a1e5 Mon Sep 17 00:00:00 2001 From: Djamana Date: Thu, 31 Dec 2015 17:43:08 +0100 Subject: [PATCH 3/9] The big review & improvement over JPEXS german translation Big review & improvement over current translation Add many missing translation words from version 1.8 --- .../flash/gui/locales/MainFrame_de.properties | 521 +++++++++++++----- 1 file changed, 389 insertions(+), 132 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties index 74f568615..cdd544fe8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties @@ -14,38 +14,38 @@ # along with this program. If not, see . menu.file = Datei -menu.file.open = \u00d6ffnen... +menu.file.open = Öffnen... menu.file.save = Speichern -menu.file.saveas = Speichern als... -menu.file.export.fla = Als FLA exportieren -menu.file.export.all = Alle Teile exportieren -menu.file.export.selection = Ausgew\u00e4hltes exportieren +menu.file.saveas = Speichern unter... +menu.file.export.fla = Exportiere als *.FLA +menu.file.export.all = Exportiere als einzelne Dateien +menu.file.export.selection = Exportiere ausgewähltes Element menu.file.exit = Beenden menu.tools = Werkzeuge menu.tools.searchas = Alle ActionScripts suchen... menu.tools.proxy = Proxy -menu.tools.deobfuscation = Deobfuskation -menu.tools.deobfuscation.pcode = PCode-Deobfuskation... -menu.tools.deobfuscation.globalrename = Globale Bezeichnung \u00e4ndern -menu.tools.deobfuscation.renameinvalid = Ung\u00fcltige Bezeichnungen umbenennen -menu.tools.gotoDocumentClass = Zur Dokumentklasse gehen +menu.tools.deobfuscation = Deobfuscation +menu.tools.deobfuscation.pcode = PCode-Deobfuscation... +menu.tools.deobfuscation.globalrename =Bezeichner unter Cursor umbenennen +menu.tools.deobfuscation.renameinvalid = Alle ungültigen Bezeichner umbenennen +menu.tools.gotoDocumentClass = Gehe zur Dokumentklasse menu.settings = Einstellungen -menu.settings.autodeobfuscation = Automatische Deobfuskation -menu.settings.internalflashviewer = Den eigenen Flash-Viever verwenden -menu.settings.parallelspeedup = Parallele Beschleunigung -menu.settings.disabledecompilation = Dekompilierung deaktivieren (nur demontieren) -menu.settings.addtocontextmenu = FFDec zu den SWF-Dateien im Kontextmen\u00fc hinzuf\u00fcgen -menu.settings.language = Sprache \u00e4ndern -menu.settings.cacheOnDisk = Zwischenspeicherung auf der Festplatte verwenden -menu.settings.gotoMainClassOnStartup = Die Dokumentklasse beim starten markieren +menu.settings.autodeobfuscation = Automatische Deobfuscation +menu.settings.internalflashviewer = Verwende programmeigenen Flash-Viewer +menu.settings.parallelspeedup = Multithreading zum Beschleunigen der Dekompilierung verwenden +menu.settings.disabledecompilation = Dekompilierung deaktivieren ( Nur Disassemblieren ) +menu.settings.addtocontextmenu = FFDec zum Kontextmenü für SWF-Dateien hinzufügen +menu.settings.language = Sprache ändern +menu.settings.cacheOnDisk = Zwischenspeicherung auf der Festplatte +menu.settings.gotoMainClassOnStartup = Beim Start Dokumentklasse markieren menu.help = Hilfe -menu.help.checkupdates = Auf updates pr\u00fcfen... -menu.help.helpus = Helfen sie uns! -menu.help.homepage = Die Homepage besuchen -menu.help.about = \u00dcber... +menu.help.checkupdates = Auf Updates prüfen... +menu.help.helpus = Unterstützen Sie uns! +menu.help.homepage = JPEXS Homepage besuchen +menu.help.about = Über... contextmenu.remove = Entfernen @@ -54,99 +54,99 @@ button.edit = Bearbeiten button.cancel = Abbrechen button.replace = Ersetzen... -notavailonthisplatform = Vorschau von diesem Objeckt ist auf dieser Plattform nicht verf\u00fcgbar. (Nur Windows) +notavailonthisplatform = Vorschau für dieses Objekt ist auf dieser Plattform nicht verfügbar. (Nur für Windows) swfpreview = SWF Vorschau swfpreview.internal = SWF Vorschau (interner Betrachter) parameters = Parameter -rename.enternew = Neuen Namen eingeben: +rename.enternew = Neuer Name: rename.finished.identifier = Bezeichner umbenannt. -rename.finished.multiname = %count% Multiname(n) umbenennt. +rename.finished.multiname = %count% Multiname(n) umbenannt. node.texts = Texte node.images = Bilder node.movies = Filme -node.sounds = Ger\u00e4usche -node.binaryData = bin\u00e4re Daten +node.sounds = Geräusche +node.binaryData = binäre Daten node.fonts = Schriften node.sprites = Grafiken node.shapes = Formen node.morphshapes = morph-Formen -node.buttons = Schaltfl\u00e4chen +node.buttons = Schaltflächen node.frames = Frames node.scripts = Skripte message.warning = Warnung -message.confirm.experimental = Der folgende Vorgang kann SWF-Dateien besch\u00e4digen und somit unspielbar machen.\r\nVERWENDUNG AUF EIGENE GEFAHR. Wollen Sie fortfahren? -message.confirm.parallel = Die Parallele Beschleunigung kann das laden und dekompilieren beschleunigen, erfordert jedoch mehr Speicher. +message.confirm.experimental = Der folgende Vorgang kann SWF-Dateien beschädigen.\r\nVERWENDUNG AUF EIGENE GEFAHR. Wollen Sie fortfahren? +message.confirm.parallel = Multithreading kann das laden und Dekompilieren beschleunigen, erfordert jedoch mehr Speicher. message.confirm.on = Wollen Sie das AKTIVIEREN? message.confirm.off = Wollen Sie das DEAKTIVIEREN? -message.confirm = Best\u00e4tigen +message.confirm = Bestätigen -message.confirm.autodeobfuscate = Automatische Deobfuskation ist ein Weg zum Dekompilieren von verschleiertem Code.\r\nDeobfuskation f\u00fchrt zu einer langsameren Dekompilierung und kann eventuell "toten" Code entfernen.\r\nWenn der Code nicht verschleiert ist, wird empfohlen, diese Funktion zu deaktivieren. +message.confirm.autodeobfuscate = Automatische Deobfuscation ist ein Weg zum Dekompilieren von verschleiertem Code.\r\nDeobfuscation führt mitunter zu einer langsameren Dekompilierung und kann eventuell "toten" Code entfernen.\r\nWenn der Code nicht verschleiert ist, wird empfohlen, diese Funktion zu deaktivieren. -message.parallel = Parallelit\u00e4t -message.trait.saved = Code erfolgreich abge\u00e4ndert +message.parallel = Multithreading +message.trait.saved = Trait erfolgreich abgeändert -message.constant.new.string = String "%value%" ist in der konstanten Tabelle nicht voranden. Wollen sie es hinzuf\u00fcgen? -message.constant.new.string.title = String hinzuf\u00fcgen -message.constant.new.integer = Die Ganzzahl "%value%" ist in der konstanten Tabelle nicht voranden. Wollen sie es hinzuf\u00fcgen? -message.constant.new.integer.title = Ganzzahl hinzuf\u00fcgen -message.constant.new.unsignedinteger = Die Unsignierte Ganzzahl "%value%" ist in der konstanten Tabelle nicht voranden. Wollen sie es hinzuf\u00fcgen? -message.constant.new.unsignedinteger.title = Unsignierte Ganzzahl hinzuf\u00fcgen -message.constant.new.double = Die Dezimalzahl "%value%" ist in der konstanten Tabelle nicht voranden. WWollen sie es hinzuf\u00fcgen? -message.constant.new.double.title = Dezimalzahl hinzuf\u00fcgen +message.constant.new.string = Die Zeichenkette "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzufügen? +message.constant.new.string.title = String hinzufügen +message.constant.new.integer = Der Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzufügen? +message.constant.new.integer.title = Integer hinzufügen +message.constant.new.unsignedinteger = Der vorzeichenlose Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzufügen? +message.constant.new.unsignedinteger.title = Unsigned integer hinzufügen +message.constant.new.double = Die Dezimalzahl "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzufügen? +message.constant.new.double.title = Double hinzufügen work.buffering = Puffern -work.waitingfordissasembly = Warten auf Demontage +work.waitingfordissasembly = Warten auf Disassembly work.gettinghilights = Markierungen laden -work.disassembling = Demontage -work.exporting = Am exportieren -work.searching = Am suchen -work.renaming = Am umbenennen +work.disassembling = Disassemblierung +work.exporting = Exportiere +work.searching = Suchen +work.renaming = Umbenennen work.exporting.fla = Als FLA exportieren -work.renaming.identifiers = Bezeichner unbenennen -work.deobfuscating = Deobfuskation -work.decompiling = Dekompiliering -work.gettingvariables = Variablen laden +work.renaming.identifiers = Bezeichner umbenennen +work.deobfuscating = Deobfuscation +work.decompiling = Dekompiliere +work.gettingvariables = Lade Variablen work.reading.swf = SWF einlesen -work.creatingwindow = Fenster erstellen -work.buildingscripttree = Skript auflistung bauen +work.creatingwindow = Erstelle Fenster +work.buildingscripttree = Skripte auflisten -work.deobfuscating.complete = Deobfuskation fertiggestellt +work.deobfuscating.complete = Deobfuscation fertig -message.search.notfound = String "%searchtext%" nicht gefunden. +message.search.notfound = "%searchtext%" nicht gefunden. message.search.notfound.title = Nicht gefunden -message.rename.notfound.multiname = Kein Multiname unter dem Cursor gefunden +message.rename.notfound.multiname = Kein Multiname (Multiple Namespace Name) unter dem Cursor gefunden message.rename.notfound.identifier = Kein Bezeichner unter dem Cursor gefunden message.rename.notfound.title = Nicht gefunden -message.rename.renamed = Bezeichner umbenannt: %count% +message.rename.renamed = %count% Bezeichner umbenannt filter.images = Bilder (%extensions%) -filter.fla = Flash CS 6 Dokument (*.fla) -filter.xfl = Flash CS 6 Unkomprimiertes Dokument (*.xfl) -filter.swf = SWF Datei (*.swf) +filter.fla = %version% (*.fla) +filter.xfl = %version% unkomprimiert (*.xfl) +filter.swf = SWF Dateien (*.swf) error = Fehler -error.image.invalid = Ung\u00fcltiges Bild. +error.image.invalid = Ungültiges Bild. -error.text.invalid = Ung\u00fcltiger text: %text% bei der Linie %line% +error.text.invalid = Ungültiger Text: %text% in Zeile %line% error.file.save = Speichern fehlgeschlagen -error.file.write = Beschreiben der Datei fehlgeschlagen -error.export = Fehler beim Export +error.file.write = Kann nicht in Datei schreiben. +error.export = Fehler beim Exportieren -export.select.directory = W\u00e4hlen Sie einen Ordner f\u00fcr den Export +export.select.directory = Wählen Sie einen Ordner für den Export export.finishedin = Exportiert in %time% -update.check.title = Update \u00fcberpr\u00fcfung -update.check.nonewversion = Keine neue Version verf\u00fcgbar. +update.check.title = Prüfe auf Updates +update.check.nonewversion = Keine neue Version verfügbar. -message.helpus = Bitte warten\r\n%url%\r\nf\u00fcr Details. -message.homepage = Die Webseite besuchen: \r\n%url% +message.helpus = Bitte besuche\r\n%url%\r\nfür Details. +message.homepage = Besuche Webseite: \r\n%url% proxy = Proxy proxy.start = Proxy starten @@ -154,35 +154,35 @@ proxy.stop = Proxy stoppen proxy.show = Proxy anzeigen exit = Beenden -panel.disassembled = P-code Quelle -panel.decompiled = ActionScript Quelle +panel.disassembled = P-code Quellecode +panel.decompiled = ActionScript Quellecode search.info = Suchen nach "%text%" : search.script = Skript constants = Konstanten -traits = Eigenschaften +traits = Trait pleasewait = Bitte warten -abc.detail.methodtrait = Methode/Getter/Setter Eingenschaft +abc.detail.methodtrait = Methode/Getter/Setter Trait abc.detail.unsupported = - -abc.detail.slotconsttrait = Slot/Konstante Eingenschaft -abc.detail.traitname = Name: +abc.detail.slotconsttrait = Slot/Konstante Trait +abc.detail.traitname = Trait Name: -abc.detail.body.params.maxstack = Maximaler Stapel: -abc.detail.body.params.localregcount = Lokale Register Anzahl: -abc.detail.body.params.minscope = Minimaler Tiefenumfang: -abc.detail.body.params.maxscope = Maximaler Tiefenumfang: -abc.detail.body.params.autofill = Automatich f\u00fcllen bei der Codespeicherung (GLOBALE EINSTELLUNG) +abc.detail.body.params.maxstack = Maximaler Stack: +abc.detail.body.params.localregcount = Anzahl lokaler Register : +abc.detail.body.params.minscope = Minimale Tiefe: +abc.detail.body.params.maxscope = Maximale Tiefe: +abc.detail.body.params.autofill = Beim Speichern automatisch füllen (GLOBALE EINSTELLUNG) abc.detail.body.params.autofill.experimental = ...EXPERIMENTELL abc.detail.methodinfo.methodindex = Methoden Index: abc.detail.methodinfo.parameters = Parameter: -abc.detail.methodinfo.returnvalue = R\u00fcckgabewerttyp: +abc.detail.methodinfo.returnvalue = Typ des Rückgabewerts: -error.methodinfo.params = Methodeninformation Parameter Fehler -error.methodinfo.returnvalue = Methodeninformation R\u00fcckgabewerttypenfehler +error.methodinfo.params = Fehler: Methodeninformation Parameter +error.methodinfo.returnvalue = Fehler: Methodeninformation Typ des Rückgabewerts abc.detail.methodinfo = Methodeninformation abc.detail.body.code = Methoden Code @@ -192,54 +192,54 @@ abc.detail.slotconst.typevalue = Typ und Wert: error.slotconst.typevalue = SlotConst-Typ Fehler -message.autofill.failed = Code statistiken f\u00fcr automatische parameter fehlgeschlagen.\r\nDeaktivieren Sie "Automatisches f\u00fcllen" um diese Meldung zu vermeiden. -info.selecttrait = W\u00e4hlen Sie eine Klasse aus und klicken Sie eine Eingenschaft im ActionScript an, um sie zu bearbeiten. +message.autofill.failed = Codestatistiken für automatische Parameter fehlgeschlagen.\r\nDeaktivieren Sie "Automatisches füllen" um diese Meldung zu vermeiden. +info.selecttrait = Wählen Sie eine Klasse aus und klicken Sie einen Trait im ActionScript an, um sie zu bearbeiten. -button.viewgraph = Graph ansehen -button.viewhex = Hex ansehen +button.viewgraph = Flowchart Graph +button.viewhex = Hexdata dump -abc.traitslist.instanceinitializer = Instanzeninitialisierer -abc.traitslist.classinitializer = Klasseninitialisierer +abc.traitslist.instanceinitializer = Instanzen-Initialisierer +abc.traitslist.classinitializer = Klassen-Initialisierer action.edit.experimental = (Experimentell) message.action.saved = Code erfolgreich gespeichert -error.action.save = %error% bei Linie %line% +error.action.save = %error% in Zeile %line% \r\n (... oder in einige Zeilen darunter, falls in den Zeilen darüber noch Kommentare stehen und dieser Fehler noch nicht behoben wurde. \r\nStand:Aug 2015 ) -message.confirm.remove = Wolen Sie wirklich %item% und alle\n davon abh\u00e4ngigen Objekte entfernen? +message.confirm.remove = Wolen Sie wirklich %item% und alle\n davon abhängigen Objekte entfernen? #after version 1.6.5u1: button.ok = OK button.cancel = Abbrechen -font.name = Schrift-Namen: -font.isbold = Ist Fett: -font.isitalic = Ist Kursiv: +font.name = Schriftartnamen: +font.isbold = Fett: +font.isitalic = Kursiv: font.ascent = Anstieg: font.descent = Abstieg: -font.leading = F\u00fchrend: +font.leading = Führend: font.characters = Buchstaben: -font.characters.add = Buchstaben hinzuf\u00fcgen: -value.unknown = ? +font.characters.add = Buchstaben hinzufügen: +value.unknown = Wert im 'Tag' nicht festgelegt yes = ja no = nein -errors.present = Es sind FEHLER im Log. Klicken Sie, um sie anzusehen. -errors.none = Keine Fehler im Log vorhanden +errors.present = Es sind FEHLER aufgetreten. Bitte klicken Sie, um das Fehlerprotokoll einzusehen. +errors.none = Keine Fehler im Fehlerprotokoll vorhanden. #after version 1.6.6: dialog.message.title = Nachricht -dialog.select.title = W\u00e4hlen Sie eine Option aus +dialog.select.title = Bitte wählen Sie eine Option aus button.yes = Ja button.no = Nein -FileChooser.openButtonText = \u00d6ffnen -FileChooser.openButtonToolTipText = \u00d6ffnen +FileChooser.openButtonText = Öffnen +FileChooser.openButtonToolTipText = Öffnen FileChooser.lookInLabelText = Einsehen: FileChooser.acceptAllFileFilterText = Alle Dateien FileChooser.filesOfTypeLabelText = Dateien von Typ: @@ -253,26 +253,26 @@ FileChooser.upFolderAccessibleName = Vorheriger Ordner FileChooser.homeFolderToolTipText = Hauptverzeichnis FileChooser.homeFolderAccessibleName = Hauptverzeichnis FileChooser.fileNameHeaderText = Name -FileChooser.fileSizeHeaderText = Gr\u00f6sse +FileChooser.fileSizeHeaderText = Grösse FileChooser.fileTypeHeaderText = Typ FileChooser.fileDateHeaderText = Datum FileChooser.fileAttrHeaderText = Attribute -FileChooser.openDialogTitleText = \u00d6ffnen +FileChooser.openDialogTitleText = Öffnen FileChooser.directoryDescriptionText = Directory -FileChooser.directoryOpenButtonText = \u00d6ffnen -FileChooser.directoryOpenButtonToolTipText = Ausgew\u00e4hlter Ordner \u00f6ffnen +FileChooser.directoryOpenButtonText = Öffnen +FileChooser.directoryOpenButtonToolTipText = Ausgewählter Ordner öffnen FileChooser.fileDescriptionText = generische Datei FileChooser.helpButtonText = Hilfe -FileChooser.helpButtonToolTipText = Dateiauswahlshilfe +FileChooser.helpButtonToolTipText = Hilfe zum Dateiauswahldialog FileChooser.newFolderAccessibleName = Neuer Ordner -FileChooser.newFolderErrorText = Fehler beim erstellen des neuen Ordners +FileChooser.newFolderErrorText = Fehler beim Erstellen des neuen Ordners FileChooser.newFolderToolTipText = Neuer Ordner erstellen FileChooser.other.newFolder = Neuer Ordner FileChooser.other.newFolder.subsequent = Neuer Ordner.{0} FileChooser.win32.newFolder = Neuer Ordner FileChooser.win32.newFolder.subsequent = Neuer Ordner ({0}) FileChooser.saveButtonText = Speichern -FileChooser.saveButtonToolTipText = Ausgew\u00e4hlte Datei speichern +FileChooser.saveButtonToolTipText = Ausgewählte Datei speichern FileChooser.saveDialogTitleText = Speichern FileChooser.saveInLabelText = Speichern in: FileChooser.updateButtonText = Aktualisieren @@ -283,10 +283,10 @@ FileChooser.updateButtonToolTipText = Ordner Aktualisieren FileChooser.detailsViewActionLabel.textAndMnemonic = Details FileChooser.detailsViewButtonToolTip.textAndMnemonic = Details FileChooser.fileAttrHeader.textAndMnemonic = Attribute -FileChooser.fileDateHeader.textAndMnemonic = Ge\u00e4ndert +FileChooser.fileDateHeader.textAndMnemonic = Geändert FileChooser.fileNameHeader.textAndMnemonic = Name FileChooser.fileNameLabel.textAndMnemonic = Dateiname: -FileChooser.fileSizeHeader.textAndMnemonic = Gr\u00f6sse +FileChooser.fileSizeHeader.textAndMnemonic = Grösse FileChooser.fileTypeHeader.textAndMnemonic = Typ FileChooser.filesOfTypeLabel.textAndMnemonic = Dateitypen: FileChooser.folderNameLabel.textAndMnemonic = Ordnername: @@ -295,12 +295,12 @@ FileChooser.listViewActionLabel.textAndMnemonic = Liste FileChooser.listViewButtonToolTip.textAndMnemonic = Liste FileChooser.lookInLabel.textAndMnemonic = Einsehen: FileChooser.newFolderActionLabel.textAndMnemonic = Neuer Ordner -FileChooser.newFolderToolTip.textAndMnemonic = Neuern Ordner erstellen +FileChooser.newFolderToolTip.textAndMnemonic = Neueren Ordner erstellen FileChooser.refreshActionLabel.textAndMnemonic = Aktualisieren FileChooser.saveInLabel.textAndMnemonic = Speichern in: FileChooser.upFolderToolTip.textAndMnemonic = Vorheriger Ordner -FileChooser.viewMenuButtonAccessibleName = Men\u00fc ansehen -FileChooser.viewMenuButtonToolTipText = Men\u00fc ansehen +FileChooser.viewMenuButtonAccessibleName = Menü ansehen +FileChooser.viewMenuButtonToolTipText = Menü ansehen FileChooser.viewMenuLabel.textAndMnemonic = Ansicht FileChooser.newFolderActionLabelText = Neuer Ordner FileChooser.listViewActionLabelText = Liste @@ -318,35 +318,35 @@ button.abort = Abbrechen button.retry = Erneut versuchen button.ignore = Ignorieren -font.source = Quellschriftart: +font.source = ... in der Schriftart: #after version 1.6.7: menu.export = Export -menu.general = Generell +menu.general = Allgemein menu.language = Sprache startup.welcometo = Willkommen bei -startup.selectopen = Klicken Sie auf den \u00d6ffnen-Knopf oder ziehen Sie eine SWF Datei in dieses Fenster um zu starten. +startup.selectopen = Klicken Sie auf den Öffnen-Knopf oder ziehen Sie eine SWF Datei in dieses Fenster. -error.font.nocharacter = Die ausgew\u00e4hlte Quellschriftart beinhaltet den Buchstaben "%char%" nicht. +error.font.nocharacter = Die ausgewählte Schriftart beinhaltet den Buchstaben "%char%" nicht. -warning.initializers = Statische Felder und Konstanten sind h\u00e4uftig in Initializer initailisiert.\nDen Wert hier zu bearbeiten ist meistens nicht genug! +warning.initializers = Statische Felder und Konstanten werden häufig per Initializer initalisiert.\nDen Wert hier zu bearbeiten reicht meistens nicht! #after version 1.7.0u1: -menu.tools.searchMemory = SWFs Dateien im Speicher suchen -menu.file.reload = Erneut laden -message.confirm.reload = Diese Aktion bricht alle nicht gespeicherten \u00c4nderungen ab und l\u00e4dt die Datei erneut.\nWollen Sie fortfahren? +menu.tools.searchMemory = SWF Dateien im Speicher suchen +menu.file.reload = Neuladen +message.confirm.reload = Diese Aktion lädt die aktuell geöffnete Datei/en erneut.\n Alle NICHT geSPEICHERTen Änderungen gehen VERLOREN!\n\nWollen Sie fortfahren? -dialog.selectbkcolor.title = W\u00e4hlen sie eine Hintergrundfarbe f\u00fcr die Ansicht von SWF Dateien -button.selectbkcolor.hint = Hintergrundfarbe ausw\u00e4hlen +dialog.selectbkcolor.title = Wählen sie eine Hintergrundfarbe für die Ansicht von SWF Dateien +button.selectbkcolor.hint = Hintergrundfarbe auswählen ColorChooser.okText = OK ColorChooser.cancelText = Abbrechen -ColorChooser.resetText = Wiederherstellen +ColorChooser.resetText = Zurücksetzen ColorChooser.previewText = Vorschau -ColorChooser.swatchesNameText = Muster +ColorChooser.swatchesNameText = Palette ColorChooser.swatchesRecentText = Letzte: ColorChooser.sampleText=Beispieltext Beispieltext @@ -356,15 +356,272 @@ preview.play = Start preview.pause = Pause preview.stop = Stopp -message.confirm.removemultiple = Wollen sie wirklich %count% Elemente entfernen\n und alle Objekte, die davon anh\u00e4ngig sind? +message.confirm.removemultiple = Wollen sie wirklich %count% Elemente entfernen\n und alle Objekte, die davon anhängig sind? -menu.tools.searchCache = Browsercache suchen +menu.tools.searchCache = Browsercache durchsuchen #after version 1.7.2u2 -error.trait.exists = Eigenschaft mit dem Namen "%name%" existiert bereits. -button.addtrait = Eigenschaft hinzuf\u00fcgen +error.trait.exists = Trait mit dem Namen "%name%" existiert bereits. +button.addtrait = Trait hinzufügen button.font.embed = Eingebettet... -button.yes.all = Ja, alle -button.no.all = Nein, alle +button.yes.all = Ja zu allen +button.no.all = Nein zu allen message.font.add.exists = Buchstabe %char% existiert bereits in dieser Schriftart.\nWollen Sie ihn ersetzen? + +filter.gfx = ScaleForm GFx Dateien (*.gfx) +filter.supported = Alle unterstützen Dateitypen +work.canceled = Abbrechen +work.restoringControlFlow = Controlflow Wiederherstellen +menu.advancedsettings.advancedsettings = Erweiterte Einstellungen +menu.recentFiles = Zuletzt verwendete Dateien + +#after version 1.7.4 +work.restoringControlFlow.complete = Controlflow wiederherstellt +message.confirm.recentFileNotFound = Datei nicht gefunden. Möchten Sie diese aus der Liste der zuletzt verwendeten Dateien entfernen? +contextmenu.closeSwf = SWF Schliessen +menu.settings.autoRenameIdentifiers = Bezeichner automatisch umbenennen +menu.file.saveasexe = Speichern als Exe... +filter.exe = Ausführbare Datei (*.exe) + +#after version 1.8.0 +font.updateTexts = Vorhanden 'Texte' aktualisieren + +#after version 1.8.0u1 +menu.file.close = Schliessen +menu.file.closeAll = Alle schliessen +menu.tools.otherTools = Andere +menu.tools.otherTools.clearRecentFiles = Liste zuletzt verwendeter Dateien leeren +fontName.name = Schriftart Anzeigename: +fontName.copyright = Copyright: +button.preview = Vorschau +button.reset = Zurücksetzen +errors.info = Es gibt neue INFORMATIONEN im Fehlerprotokoll. Bitte klicken um diese einzusehen. +errors.warning = Es gibt neue WARNUNGEN im Fehlerprotokoll. Bitte klicken um diese einzusehen. + +decompilationError = Dekompilierungsfehler + +disassemblingProgress.toString = toString +disassemblingProgress.reading = Lese +disassemblingProgress.deobfuscating = Deobfuscation läuft + +contextmenu.moveTag = Verschiebe 'Tag' nach + +filter.swc = SWC Komponenten Dateien (*.swc) +filter.zip = ZIP komprimierte Dateien (*.zip) +filter.binary = Binäre Suche - alle Dateien (*.*) + +open.error = Fehler - Ungültiges Dateiformat oder andere Fehler +open.error.fileNotFound = Fehler - Datei nicht gefunden +open.error.cannotOpen = Fehler - Kann Datei nicht öffnen + +node.others = andere + +#after version 1.8.1 +menu.tools.search = Textsuche + +#after version 1.8.1u1 +menu.tools.timeline = Timeline + +dialog.selectcolor.title = Farbauswahl +button.selectcolor.hint = Klicke um eine Farbe auszuwählen + +#default item name, will be used in following sentences +generictag.array.item = Element +generictag.array.insertbeginning = %item% am ANFANG einfügen +generictag.array.insertbefore = %item% VOR einfügen +generictag.array.remove = LÖSCHE %item% +generictag.array.insertafter = %item% NACH aktuellen Element einfügen +generictag.array.insertend = %item% am ENDE einfügen + +#after version 2.0.0 +contextmenu.expandAll = Alle aufklappen + +filter.sounds = Alle unterstützten Audiodateien (*.wav, *.mp3) +filter.sounds.wav = Wave Dateien (*.wav) +filter.sounds.mp3 = MP3 Dateien (*.mp3) + +error.sound.invalid = Beim Öffnen der Audiodatei ist ein Fehler aufgetreten. + +button.prev = << Zurück +button.next = Vor >> + +#after version 2.1.0 +message.action.playerglobal.title = PlayerGlobal Bibliothek benötigt +message.action.playerglobal.needed = Um ActionScript 3 direct zu bearbeiten, ist Bibliothek/Datei "PlayerGlobal.swc" nötig und muss von der Adobe Webseite heruntergeladen werden.\r\n%adobehomepage%\r\nKlicke OK um diese Seite jetzt zu öffnen. +message.action.playerglobal.place = Lade "PlayerGlobal.swc" herunter und speichere/kopiere diese Datei nach\r\n%libpath%\r\n. +message.confirm.experimental.function = Diese Funktion ist EXPERIMENTELL. \r\nLegen Sie ggf. eine Sicherungskopie an die SWF könnte nach dem Speichern fehlerhaft sein!\r\n Prüfen Sie das Ergebnis indem sie das aktuelle Actionscript vorher und nachher als 'P-CODE mit HEX' exportieren diese mit 'Beyond compare', 'Examdiff', 'Total Commander' oder anderen Tool zum Vergleichen. +message.confirm.donotshowagain = Diesen Hinweis nicht erneut anzeigen. + +menu.import = Import +menu.file.import.text = Importiere Text +import.select.directory = Importieren von Verzeichnis +error.text.import = Import fehlgeschlagen. Wollen sie fortsetzen? + +#after version 2.1.1 +contextmenu.removeWithDependencies = Element und Abhängigkeiten löschen + +abc.action.find-usages = Verwendet von +abc.action.find-declaration = Geht zu Deklaration + +contextmenu.rawEdit = Rohdaten editieren +contextmenu.jumpToCharacter = Gehe zu Buchstabe + +menu.settings.dumpView = Rohdaten Ansicht + +menu.view = Ansichten +menu.file.view.resources = Ressourcen Ansicht +menu.file.view.hex = Hexdump Ansicht + +node.header = Header + +header.signature = Signatur: +header.compression = Kompression: +header.compression.lzma = LZMA +header.compression.zlib = ZLIB +header.compression.none = Keine Kompression +header.version = SWF Version: +header.gfx = GFX: +header.filesize = Dateigrösse: +header.framerate = Bildrate: +header.framecount = Anzahl Bilder: +header.displayrect = AnzeigeRahmen: +header.displayrect.value.twips = %xmin%,%ymin% => %xmax%,%ymax% twips +header.displayrect.value.pixels = %xmin%,%ymin% => %xmax%,%ymax% pixels + +#after version 2.1.2 +contextmenu.saveToFile = In Datei speichern +contextmenu.parseActions = Parse AS2 - Action Skript +contextmenu.parseABC = Parse AS3 - ABC Skript +contextmenu.parseInstructions = Parse AVM2(ActionScript Virtual Machine) Anweisungen + +#after version 2.1.3 +menu.deobfuscation = Deobfuscation +menu.file.deobfuscation.old = Alter Stil +menu.file.deobfuscation.new = Neuer Stil + +#after version 2.1.4 +contextmenu.openswfinside = Open SWF inside +binarydata.swfInside = Wie es scheint gib es ein SWF in einem der Daten 'Tags'. Hier Klicken um es in einen Unterbaum zu laden. + +#after version 3.0.0 +button.zoomin.hint = Zoom in +button.zoomout.hint = Zoom out +button.zoomfit.hint = Zoom passend +button.zoomnone.hint = Zoom auf 1:1 +button.snapshot.hint = Als Bild in die Zwischenablage kopieren + +editorTruncateWarning = Debug mode: Text wird bei Position %chars% abgeschnitten. + +#Font name which is presented in the SWF Font tag +font.name.intag = Schriftname im 'Tag': + +menu.debugger = Debugger +menu.debugger.switch = Debugger +menu.debugger.replacetrace = Ersetze trace calls +menu.debugger.showlog = Zeige Log + +message.debugger = Der SWF-Debugger kann nur verwendet werden, um Nachrichten im Log Fenster, der Browser-Konsole oder als 'Alerts' auszugeben.\r\nEr ist nicht konzipiert für Funktionen wie per Einzelschrittmodus durch den Code zu 'steppen', Haltepunkte usw. + +contextmenu.addTag = Tag hinzufügen + +deobfuscation.comment.tryenable = Tipp: Aktiviere "Automatische Deobfuscation" im Menü/Einstellungen +deobfuscation.comment.failed = Deobfuscation ist aktiv aber die Dekompilierung ist trotzdem fehlgeschlagen. Wenn diese Datei nicht obfuscated ist, deaktiviere "Automatische Deobfuscation" im Menü/Einstellungen für besser Ergebnisse. + +#after version 4.0.2 +preview.nextframe = Nächster Frame +preview.prevframe = Vorheriges Frame +preview.gotoframe = Gehe zu Frame... + +preview.gotoframe.dialog.title = Gehe zu Frame +preview.gotoframe.dialog.message = Gib eine Zahl zwischen %min% und %max% ein +preview.gotoframe.dialog.frame.error = Ungültige Framenummer! Die Zahl muss im Bereich von %min% bis %max% liegen. + +error.text.invalid.continue = Ungültiger Text: %text% in Zeile %line%. Fortsetzen? + +#after version 4.0.5 +contextmenu.copyTag = Kopiere TAG nach +fit = fit +button.setAdvanceValues = Erweitere Einstellungen speichern + +menu.tools.replace = Text Ersetzen + +message.confirm.close = Die Änderungen an {swfName} wurde noch NICHT gespeichert!\r\nWollen Sie dieses Datei wirklich schliessen? +message.confirm.closeAll = Es wurden Änderungen vorgenommen, die noch NICHT gespeichert wurden!\r\nWollen Sie wirklich alle SWF's schliessen? + +contextmenu.exportJavaSource = Als Java Quellcode exportieren +contextmenu.exportSwfXml = SWF XML exportieren +contextmenu.importSwfXml = SWF XML importieren + +filter.xml = XML + +#after version 4.1.0 +contextmenu.undo = Rückgängig + +text.align.left = Linksbündig +text.align.right = Rechtsbündig +text.align.center = Zentriert +text.align.justify = Blocksatz + +text.undo = Änderung rückgängig machen + +menu.file.import.xml = SWF XML Import +menu.file.export.xml = SWF XML Export + +#after version 4.1.1 +text.align.translatex.decrease = TranslateX verringern +text.align.translatex.increase = TranslateX erhöhen +selectPreviousTag = Vorherigen Tag auswählen +selectNextTag = Nächsten Tag auswählen +button.ignoreAll = Alle Ignorieren +menu.file.import.symbolClass = Symbol-Klasse importieren +text.toggleCase = Gross und Kleinschreibung umschalten + +#after version 5.0.2 +preview.loop = Endlosschleife +menu.file.import.script = Importiere Skript +contextmenu.copyTagWithDependencies = Kopiere 'Tag' mit Abhängigkeiten nach +button.replaceWithTag = Ersetze mit anderen 'Tag' +button.resolveConstants = Konstanten auflösen + +#after version 5.1.0 +button.viewConstants = Konstanten anzeigen +work.exported = Exportiert +button.replaceAlphaChannel = Ersetze Alphakanal... + +tagInfo.header.name = Name +tagInfo.header.value = Wert +tagInfo.tagType = Tag Typ +tagInfo.characterId = Zeichen Id +tagInfo.offset = Offset +tagInfo.length = Länge +tagInfo.bounds = Grenzen +tagInfo.width = Breite +tagInfo.height = Höhe +tagInfo.neededCharacters = Benötigte Zeichen + +button.viewhexpcode = Hex mit Kommandos +taginfo.header = Tag Infos + +tagInfo.dependentCharacters = Abhängige Zeichen + +#after version 5.3.0 +header.uncompressed = Unkomprimiert +header.warning.unsupportedGfxCompression = GFX unterstützt nur unkomprimierte oder mit Zlib komprimierte Daten. +header.warning.minimumZlibVersion = Zlib Komprimierung benötigt SWF Version 6 oder höher. +header.warning.minimumLzmaVersion = LZMA Komprimierung benötigt SWF Version 13 oder höher. + +tagInfo.codecName = Codec Name +tagInfo.exportFormat = Export Format +tagInfo.samplingRate = Samplingrate +tagInfo.stereo = Stereo +tagInfo.sampleCount = Anzahl Samples + +filter.dmg = Mac ausführbare Dateien (*.dmg) +filter.linuxExe = Linux ausführbare Dateien + +import.script.result = %count% Skripte importiert. +import.script.as12warning = Import kann nur AS1/2 Skripte importieren. + +error.constantPoolTooBig = Konstantenpool ist zu gross. index=%index%, Grösse=%size% +error.image.alpha.invalid = Ungültige Alphakanaldaten. From 2a043f9637bd176ccce474a2002965cf62697712 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Thu, 31 Dec 2015 18:17:04 +0100 Subject: [PATCH 4/9] German transaltion: escape special characters --- .../flash/gui/locales/MainFrame_de.properties | 222 +++++++++--------- 1 file changed, 111 insertions(+), 111 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties index cdd544fe8..588384196 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties @@ -14,12 +14,12 @@ # along with this program. If not, see . menu.file = Datei -menu.file.open = Öffnen... +menu.file.open = \u00c3\u0096ffnen... menu.file.save = Speichern menu.file.saveas = Speichern unter... menu.file.export.fla = Exportiere als *.FLA menu.file.export.all = Exportiere als einzelne Dateien -menu.file.export.selection = Exportiere ausgewähltes Element +menu.file.export.selection = Exportiere ausgew\u00c3\u00a4hltes Element menu.file.exit = Beenden menu.tools = Werkzeuge @@ -28,7 +28,7 @@ menu.tools.proxy = Proxy menu.tools.deobfuscation = Deobfuscation menu.tools.deobfuscation.pcode = PCode-Deobfuscation... menu.tools.deobfuscation.globalrename =Bezeichner unter Cursor umbenennen -menu.tools.deobfuscation.renameinvalid = Alle ungültigen Bezeichner umbenennen +menu.tools.deobfuscation.renameinvalid = Alle ung\u00c3\u00bcltigen Bezeichner umbenennen menu.tools.gotoDocumentClass = Gehe zur Dokumentklasse menu.settings = Einstellungen @@ -36,16 +36,16 @@ menu.settings.autodeobfuscation = Automatische Deobfuscation menu.settings.internalflashviewer = Verwende programmeigenen Flash-Viewer menu.settings.parallelspeedup = Multithreading zum Beschleunigen der Dekompilierung verwenden menu.settings.disabledecompilation = Dekompilierung deaktivieren ( Nur Disassemblieren ) -menu.settings.addtocontextmenu = FFDec zum Kontextmenü für SWF-Dateien hinzufügen -menu.settings.language = Sprache ändern +menu.settings.addtocontextmenu = FFDec zum Kontextmen\u00c3\u00bc f\u00c3\u00bcr SWF-Dateien hinzuf\u00c3\u00bcgen +menu.settings.language = Sprache \u00c3\u00a4ndern menu.settings.cacheOnDisk = Zwischenspeicherung auf der Festplatte menu.settings.gotoMainClassOnStartup = Beim Start Dokumentklasse markieren menu.help = Hilfe -menu.help.checkupdates = Auf Updates prüfen... -menu.help.helpus = Unterstützen Sie uns! +menu.help.checkupdates = Auf Updates pr\u00c3\u00bcfen... +menu.help.helpus = Unterst\u00c3\u00bctzen Sie uns! menu.help.homepage = JPEXS Homepage besuchen -menu.help.about = Über... +menu.help.about = \u00c3\u009cber... contextmenu.remove = Entfernen @@ -54,7 +54,7 @@ button.edit = Bearbeiten button.cancel = Abbrechen button.replace = Ersetzen... -notavailonthisplatform = Vorschau für dieses Objekt ist auf dieser Plattform nicht verfügbar. (Nur für Windows) +notavailonthisplatform = Vorschau f\u00c3\u00bcr dieses Objekt ist auf dieser Plattform nicht verf\u00c3\u00bcgbar. (Nur f\u00c3\u00bcr Windows) swfpreview = SWF Vorschau swfpreview.internal = SWF Vorschau (interner Betrachter) @@ -69,36 +69,36 @@ rename.finished.multiname = %count% Multiname(n) umbenannt. node.texts = Texte node.images = Bilder node.movies = Filme -node.sounds = Geräusche -node.binaryData = binäre Daten +node.sounds = Ger\u00c3\u00a4usche +node.binaryData = bin\u00c3\u00a4re Daten node.fonts = Schriften node.sprites = Grafiken node.shapes = Formen node.morphshapes = morph-Formen -node.buttons = Schaltflächen +node.buttons = Schaltfl\u00c3\u00a4chen node.frames = Frames node.scripts = Skripte message.warning = Warnung -message.confirm.experimental = Der folgende Vorgang kann SWF-Dateien beschädigen.\r\nVERWENDUNG AUF EIGENE GEFAHR. Wollen Sie fortfahren? +message.confirm.experimental = Der folgende Vorgang kann SWF-Dateien besch\u00c3\u00a4digen.\r\nVERWENDUNG AUF EIGENE GEFAHR. Wollen Sie fortfahren? message.confirm.parallel = Multithreading kann das laden und Dekompilieren beschleunigen, erfordert jedoch mehr Speicher. message.confirm.on = Wollen Sie das AKTIVIEREN? message.confirm.off = Wollen Sie das DEAKTIVIEREN? -message.confirm = Bestätigen +message.confirm = Best\u00c3\u00a4tigen -message.confirm.autodeobfuscate = Automatische Deobfuscation ist ein Weg zum Dekompilieren von verschleiertem Code.\r\nDeobfuscation führt mitunter zu einer langsameren Dekompilierung und kann eventuell "toten" Code entfernen.\r\nWenn der Code nicht verschleiert ist, wird empfohlen, diese Funktion zu deaktivieren. +message.confirm.autodeobfuscate = Automatische Deobfuscation ist ein Weg zum Dekompilieren von verschleiertem Code.\r\nDeobfuscation f\u00c3\u00bchrt mitunter zu einer langsameren Dekompilierung und kann eventuell "toten" Code entfernen.\r\nWenn der Code nicht verschleiert ist, wird empfohlen, diese Funktion zu deaktivieren. message.parallel = Multithreading -message.trait.saved = Trait erfolgreich abgeändert +message.trait.saved = Trait erfolgreich abge\u00c3\u00a4ndert -message.constant.new.string = Die Zeichenkette "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzufügen? -message.constant.new.string.title = String hinzufügen -message.constant.new.integer = Der Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzufügen? -message.constant.new.integer.title = Integer hinzufügen -message.constant.new.unsignedinteger = Der vorzeichenlose Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzufügen? -message.constant.new.unsignedinteger.title = Unsigned integer hinzufügen -message.constant.new.double = Die Dezimalzahl "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzufügen? -message.constant.new.double.title = Double hinzufügen +message.constant.new.string = Die Zeichenkette "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00c3\u00bcgen? +message.constant.new.string.title = String hinzuf\u00c3\u00bcgen +message.constant.new.integer = Der Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00c3\u00bcgen? +message.constant.new.integer.title = Integer hinzuf\u00c3\u00bcgen +message.constant.new.unsignedinteger = Der vorzeichenlose Ganzzahlwert "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00c3\u00bcgen? +message.constant.new.unsignedinteger.title = Unsigned integer hinzuf\u00c3\u00bcgen +message.constant.new.double = Die Dezimalzahl "%value%" ist noch nicht vorhanden. Wollen Sie ihn hinzuf\u00c3\u00bcgen? +message.constant.new.double.title = Double hinzuf\u00c3\u00bcgen work.buffering = Puffern work.waitingfordissasembly = Warten auf Disassembly @@ -132,20 +132,20 @@ filter.xfl = %version% unkomprimiert (*.xfl) filter.swf = SWF Dateien (*.swf) error = Fehler -error.image.invalid = Ungültiges Bild. +error.image.invalid = Ung\u00c3\u00bcltiges Bild. -error.text.invalid = Ungültiger Text: %text% in Zeile %line% +error.text.invalid = Ung\u00c3\u00bcltiger Text: %text% in Zeile %line% error.file.save = Speichern fehlgeschlagen error.file.write = Kann nicht in Datei schreiben. error.export = Fehler beim Exportieren -export.select.directory = Wählen Sie einen Ordner für den Export +export.select.directory = W\u00c3\u00a4hlen Sie einen Ordner f\u00c3\u00bcr den Export export.finishedin = Exportiert in %time% -update.check.title = Prüfe auf Updates -update.check.nonewversion = Keine neue Version verfügbar. +update.check.title = Pr\u00c3\u00bcfe auf Updates +update.check.nonewversion = Keine neue Version verf\u00c3\u00bcgbar. -message.helpus = Bitte besuche\r\n%url%\r\nfür Details. +message.helpus = Bitte besuche\r\n%url%\r\nf\u00c3\u00bcr Details. message.homepage = Besuche Webseite: \r\n%url% proxy = Proxy @@ -174,15 +174,15 @@ abc.detail.body.params.maxstack = Maximaler Stack: abc.detail.body.params.localregcount = Anzahl lokaler Register : abc.detail.body.params.minscope = Minimale Tiefe: abc.detail.body.params.maxscope = Maximale Tiefe: -abc.detail.body.params.autofill = Beim Speichern automatisch füllen (GLOBALE EINSTELLUNG) +abc.detail.body.params.autofill = Beim Speichern automatisch f\u00c3\u00bcllen (GLOBALE EINSTELLUNG) abc.detail.body.params.autofill.experimental = ...EXPERIMENTELL abc.detail.methodinfo.methodindex = Methoden Index: abc.detail.methodinfo.parameters = Parameter: -abc.detail.methodinfo.returnvalue = Typ des Rückgabewerts: +abc.detail.methodinfo.returnvalue = Typ des R\u00c3\u00bcckgabewerts: error.methodinfo.params = Fehler: Methodeninformation Parameter -error.methodinfo.returnvalue = Fehler: Methodeninformation Typ des Rückgabewerts +error.methodinfo.returnvalue = Fehler: Methodeninformation Typ des R\u00c3\u00bcckgabewerts abc.detail.methodinfo = Methodeninformation abc.detail.body.code = Methoden Code @@ -192,8 +192,8 @@ abc.detail.slotconst.typevalue = Typ und Wert: error.slotconst.typevalue = SlotConst-Typ Fehler -message.autofill.failed = Codestatistiken für automatische Parameter fehlgeschlagen.\r\nDeaktivieren Sie "Automatisches füllen" um diese Meldung zu vermeiden. -info.selecttrait = Wählen Sie eine Klasse aus und klicken Sie einen Trait im ActionScript an, um sie zu bearbeiten. +message.autofill.failed = Codestatistiken f\u00c3\u00bcr automatische Parameter fehlgeschlagen.\r\nDeaktivieren Sie "Automatisches f\u00c3\u00bcllen" um diese Meldung zu vermeiden. +info.selecttrait = W\u00c3\u00a4hlen Sie eine Klasse aus und klicken Sie einen Trait im ActionScript an, um sie zu bearbeiten. button.viewgraph = Flowchart Graph button.viewhex = Hexdata dump @@ -205,9 +205,9 @@ action.edit.experimental = (Experimentell) message.action.saved = Code erfolgreich gespeichert -error.action.save = %error% in Zeile %line% \r\n (... oder in einige Zeilen darunter, falls in den Zeilen darüber noch Kommentare stehen und dieser Fehler noch nicht behoben wurde. \r\nStand:Aug 2015 ) +error.action.save = %error% in Zeile %line% \r\n (... oder in einige Zeilen darunter, falls in den Zeilen dar\u00c3\u00bcber noch Kommentare stehen und dieser Fehler noch nicht behoben wurde. \r\nStand:Aug 2015 ) -message.confirm.remove = Wolen Sie wirklich %item% und alle\n davon abhängigen Objekte entfernen? +message.confirm.remove = Wolen Sie wirklich %item% und alle\n davon abh\u00c3\u00a4ngigen Objekte entfernen? #after version 1.6.5u1: @@ -219,9 +219,9 @@ font.isbold = Fett: font.isitalic = Kursiv: font.ascent = Anstieg: font.descent = Abstieg: -font.leading = Führend: +font.leading = F\u00c3\u00bchrend: font.characters = Buchstaben: -font.characters.add = Buchstaben hinzufügen: +font.characters.add = Buchstaben hinzuf\u00c3\u00bcgen: value.unknown = Wert im 'Tag' nicht festgelegt yes = ja @@ -233,13 +233,13 @@ errors.none = Keine Fehler im Fehlerprotokoll vorhanden. #after version 1.6.6: dialog.message.title = Nachricht -dialog.select.title = Bitte wählen Sie eine Option aus +dialog.select.title = Bitte w\u00c3\u00a4hlen Sie eine Option aus button.yes = Ja button.no = Nein -FileChooser.openButtonText = Öffnen -FileChooser.openButtonToolTipText = Öffnen +FileChooser.openButtonText = \u00c3\u0096ffnen +FileChooser.openButtonToolTipText = \u00c3\u0096ffnen FileChooser.lookInLabelText = Einsehen: FileChooser.acceptAllFileFilterText = Alle Dateien FileChooser.filesOfTypeLabelText = Dateien von Typ: @@ -253,14 +253,14 @@ FileChooser.upFolderAccessibleName = Vorheriger Ordner FileChooser.homeFolderToolTipText = Hauptverzeichnis FileChooser.homeFolderAccessibleName = Hauptverzeichnis FileChooser.fileNameHeaderText = Name -FileChooser.fileSizeHeaderText = Grösse +FileChooser.fileSizeHeaderText = Gr\u00c3\u00b6sse FileChooser.fileTypeHeaderText = Typ FileChooser.fileDateHeaderText = Datum FileChooser.fileAttrHeaderText = Attribute -FileChooser.openDialogTitleText = Öffnen +FileChooser.openDialogTitleText = \u00c3\u0096ffnen FileChooser.directoryDescriptionText = Directory -FileChooser.directoryOpenButtonText = Öffnen -FileChooser.directoryOpenButtonToolTipText = Ausgewählter Ordner öffnen +FileChooser.directoryOpenButtonText = \u00c3\u0096ffnen +FileChooser.directoryOpenButtonToolTipText = Ausgew\u00c3\u00a4hlter Ordner \u00c3\u00b6ffnen FileChooser.fileDescriptionText = generische Datei FileChooser.helpButtonText = Hilfe FileChooser.helpButtonToolTipText = Hilfe zum Dateiauswahldialog @@ -272,7 +272,7 @@ FileChooser.other.newFolder.subsequent = Neuer Ordner.{0} FileChooser.win32.newFolder = Neuer Ordner FileChooser.win32.newFolder.subsequent = Neuer Ordner ({0}) FileChooser.saveButtonText = Speichern -FileChooser.saveButtonToolTipText = Ausgewählte Datei speichern +FileChooser.saveButtonToolTipText = Ausgew\u00c3\u00a4hlte Datei speichern FileChooser.saveDialogTitleText = Speichern FileChooser.saveInLabelText = Speichern in: FileChooser.updateButtonText = Aktualisieren @@ -283,10 +283,10 @@ FileChooser.updateButtonToolTipText = Ordner Aktualisieren FileChooser.detailsViewActionLabel.textAndMnemonic = Details FileChooser.detailsViewButtonToolTip.textAndMnemonic = Details FileChooser.fileAttrHeader.textAndMnemonic = Attribute -FileChooser.fileDateHeader.textAndMnemonic = Geändert +FileChooser.fileDateHeader.textAndMnemonic = Ge\u00c3\u00a4ndert FileChooser.fileNameHeader.textAndMnemonic = Name FileChooser.fileNameLabel.textAndMnemonic = Dateiname: -FileChooser.fileSizeHeader.textAndMnemonic = Grösse +FileChooser.fileSizeHeader.textAndMnemonic = Gr\u00c3\u00b6sse FileChooser.fileTypeHeader.textAndMnemonic = Typ FileChooser.filesOfTypeLabel.textAndMnemonic = Dateitypen: FileChooser.folderNameLabel.textAndMnemonic = Ordnername: @@ -299,8 +299,8 @@ FileChooser.newFolderToolTip.textAndMnemonic = Neueren Ordner erstellen FileChooser.refreshActionLabel.textAndMnemonic = Aktualisieren FileChooser.saveInLabel.textAndMnemonic = Speichern in: FileChooser.upFolderToolTip.textAndMnemonic = Vorheriger Ordner -FileChooser.viewMenuButtonAccessibleName = Menü ansehen -FileChooser.viewMenuButtonToolTipText = Menü ansehen +FileChooser.viewMenuButtonAccessibleName = Men\u00c3\u00bc ansehen +FileChooser.viewMenuButtonToolTipText = Men\u00c3\u00bc ansehen FileChooser.viewMenuLabel.textAndMnemonic = Ansicht FileChooser.newFolderActionLabelText = Neuer Ordner FileChooser.listViewActionLabelText = Liste @@ -327,24 +327,24 @@ menu.general = Allgemein menu.language = Sprache startup.welcometo = Willkommen bei -startup.selectopen = Klicken Sie auf den Öffnen-Knopf oder ziehen Sie eine SWF Datei in dieses Fenster. +startup.selectopen = Klicken Sie auf den \u00c3\u0096ffnen-Knopf oder ziehen Sie eine SWF Datei in dieses Fenster. -error.font.nocharacter = Die ausgewählte Schriftart beinhaltet den Buchstaben "%char%" nicht. +error.font.nocharacter = Die ausgew\u00c3\u00a4hlte Schriftart beinhaltet den Buchstaben "%char%" nicht. -warning.initializers = Statische Felder und Konstanten werden häufig per Initializer initalisiert.\nDen Wert hier zu bearbeiten reicht meistens nicht! +warning.initializers = Statische Felder und Konstanten werden h\u00c3\u00a4ufig per Initializer initalisiert.\nDen Wert hier zu bearbeiten reicht meistens nicht! #after version 1.7.0u1: menu.tools.searchMemory = SWF Dateien im Speicher suchen menu.file.reload = Neuladen -message.confirm.reload = Diese Aktion lädt die aktuell geöffnete Datei/en erneut.\n Alle NICHT geSPEICHERTen Änderungen gehen VERLOREN!\n\nWollen Sie fortfahren? +message.confirm.reload = Diese Aktion l\u00c3\u00a4dt die aktuell ge\u00c3\u00b6ffnete Datei/en erneut.\n Alle NICHT geSPEICHERTen \u00c3\u0084nderungen gehen VERLOREN!\n\nWollen Sie fortfahren? -dialog.selectbkcolor.title = Wählen sie eine Hintergrundfarbe für die Ansicht von SWF Dateien -button.selectbkcolor.hint = Hintergrundfarbe auswählen +dialog.selectbkcolor.title = W\u00c3\u00a4hlen sie eine Hintergrundfarbe f\u00c3\u00bcr die Ansicht von SWF Dateien +button.selectbkcolor.hint = Hintergrundfarbe ausw\u00c3\u00a4hlen ColorChooser.okText = OK ColorChooser.cancelText = Abbrechen -ColorChooser.resetText = Zurücksetzen +ColorChooser.resetText = Zur\u00c3\u00bccksetzen ColorChooser.previewText = Vorschau ColorChooser.swatchesNameText = Palette ColorChooser.swatchesRecentText = Letzte: @@ -356,21 +356,21 @@ preview.play = Start preview.pause = Pause preview.stop = Stopp -message.confirm.removemultiple = Wollen sie wirklich %count% Elemente entfernen\n und alle Objekte, die davon anhängig sind? +message.confirm.removemultiple = Wollen sie wirklich %count% Elemente entfernen\n und alle Objekte, die davon anh\u00c3\u00a4ngig sind? menu.tools.searchCache = Browsercache durchsuchen #after version 1.7.2u2 error.trait.exists = Trait mit dem Namen "%name%" existiert bereits. -button.addtrait = Trait hinzufügen +button.addtrait = Trait hinzuf\u00c3\u00bcgen button.font.embed = Eingebettet... button.yes.all = Ja zu allen button.no.all = Nein zu allen message.font.add.exists = Buchstabe %char% existiert bereits in dieser Schriftart.\nWollen Sie ihn ersetzen? filter.gfx = ScaleForm GFx Dateien (*.gfx) -filter.supported = Alle unterstützen Dateitypen +filter.supported = Alle unterst\u00c3\u00bctzen Dateitypen work.canceled = Abbrechen work.restoringControlFlow = Controlflow Wiederherstellen menu.advancedsettings.advancedsettings = Erweiterte Einstellungen @@ -378,11 +378,11 @@ menu.recentFiles = Zuletzt verwendete Dateien #after version 1.7.4 work.restoringControlFlow.complete = Controlflow wiederherstellt -message.confirm.recentFileNotFound = Datei nicht gefunden. Möchten Sie diese aus der Liste der zuletzt verwendeten Dateien entfernen? +message.confirm.recentFileNotFound = Datei nicht gefunden. M\u00c3\u00b6chten Sie diese aus der Liste der zuletzt verwendeten Dateien entfernen? contextmenu.closeSwf = SWF Schliessen menu.settings.autoRenameIdentifiers = Bezeichner automatisch umbenennen menu.file.saveasexe = Speichern als Exe... -filter.exe = Ausführbare Datei (*.exe) +filter.exe = Ausf\u00c3\u00bchrbare Datei (*.exe) #after version 1.8.0 font.updateTexts = Vorhanden 'Texte' aktualisieren @@ -395,7 +395,7 @@ menu.tools.otherTools.clearRecentFiles = Liste zuletzt verwendeter Dateien leere fontName.name = Schriftart Anzeigename: fontName.copyright = Copyright: button.preview = Vorschau -button.reset = Zurücksetzen +button.reset = Zur\u00c3\u00bccksetzen errors.info = Es gibt neue INFORMATIONEN im Fehlerprotokoll. Bitte klicken um diese einzusehen. errors.warning = Es gibt neue WARNUNGEN im Fehlerprotokoll. Bitte klicken um diese einzusehen. @@ -403,17 +403,17 @@ decompilationError = Dekompilierungsfehler disassemblingProgress.toString = toString disassemblingProgress.reading = Lese -disassemblingProgress.deobfuscating = Deobfuscation läuft +disassemblingProgress.deobfuscating = Deobfuscation l\u00c3\u00a4uft contextmenu.moveTag = Verschiebe 'Tag' nach filter.swc = SWC Komponenten Dateien (*.swc) filter.zip = ZIP komprimierte Dateien (*.zip) -filter.binary = Binäre Suche - alle Dateien (*.*) +filter.binary = Bin\u00c3\u00a4re Suche - alle Dateien (*.*) -open.error = Fehler - Ungültiges Dateiformat oder andere Fehler +open.error = Fehler - Ung\u00c3\u00bcltiges Dateiformat oder andere Fehler open.error.fileNotFound = Fehler - Datei nicht gefunden -open.error.cannotOpen = Fehler - Kann Datei nicht öffnen +open.error.cannotOpen = Fehler - Kann Datei nicht \u00c3\u00b6ffnen node.others = andere @@ -424,33 +424,33 @@ menu.tools.search = Textsuche menu.tools.timeline = Timeline dialog.selectcolor.title = Farbauswahl -button.selectcolor.hint = Klicke um eine Farbe auszuwählen +button.selectcolor.hint = Klicke um eine Farbe auszuw\u00c3\u00a4hlen #default item name, will be used in following sentences generictag.array.item = Element -generictag.array.insertbeginning = %item% am ANFANG einfügen -generictag.array.insertbefore = %item% VOR einfügen -generictag.array.remove = LÖSCHE %item% -generictag.array.insertafter = %item% NACH aktuellen Element einfügen -generictag.array.insertend = %item% am ENDE einfügen +generictag.array.insertbeginning = %item% am ANFANG einf\u00c3\u00bcgen +generictag.array.insertbefore = %item% VOR einf\u00c3\u00bcgen +generictag.array.remove = L\u00c3\u0096SCHE %item% +generictag.array.insertafter = %item% NACH aktuellen Element einf\u00c3\u00bcgen +generictag.array.insertend = %item% am ENDE einf\u00c3\u00bcgen #after version 2.0.0 contextmenu.expandAll = Alle aufklappen -filter.sounds = Alle unterstützten Audiodateien (*.wav, *.mp3) +filter.sounds = Alle unterst\u00c3\u00bctzten Audiodateien (*.wav, *.mp3) filter.sounds.wav = Wave Dateien (*.wav) filter.sounds.mp3 = MP3 Dateien (*.mp3) -error.sound.invalid = Beim Öffnen der Audiodatei ist ein Fehler aufgetreten. +error.sound.invalid = Beim \u00c3\u0096ffnen der Audiodatei ist ein Fehler aufgetreten. -button.prev = << Zurück +button.prev = << Zur\u00c3\u00bcck button.next = Vor >> #after version 2.1.0 -message.action.playerglobal.title = PlayerGlobal Bibliothek benötigt -message.action.playerglobal.needed = Um ActionScript 3 direct zu bearbeiten, ist Bibliothek/Datei "PlayerGlobal.swc" nötig und muss von der Adobe Webseite heruntergeladen werden.\r\n%adobehomepage%\r\nKlicke OK um diese Seite jetzt zu öffnen. +message.action.playerglobal.title = PlayerGlobal Bibliothek ben\u00c3\u00b6tigt +message.action.playerglobal.needed = Um ActionScript 3 direct zu bearbeiten, ist Bibliothek/Datei "PlayerGlobal.swc" n\u00c3\u00b6tig und muss von der Adobe Webseite heruntergeladen werden.\r\n%adobehomepage%\r\nKlicke OK um diese Seite jetzt zu \u00c3\u00b6ffnen. message.action.playerglobal.place = Lade "PlayerGlobal.swc" herunter und speichere/kopiere diese Datei nach\r\n%libpath%\r\n. -message.confirm.experimental.function = Diese Funktion ist EXPERIMENTELL. \r\nLegen Sie ggf. eine Sicherungskopie an die SWF könnte nach dem Speichern fehlerhaft sein!\r\n Prüfen Sie das Ergebnis indem sie das aktuelle Actionscript vorher und nachher als 'P-CODE mit HEX' exportieren diese mit 'Beyond compare', 'Examdiff', 'Total Commander' oder anderen Tool zum Vergleichen. +message.confirm.experimental.function = Diese Funktion ist EXPERIMENTELL. \r\nLegen Sie ggf. eine Sicherungskopie an die SWF k\u00c3\u00b6nnte nach dem Speichern fehlerhaft sein!\r\n Pr\u00c3\u00bcfen Sie das Ergebnis indem sie das aktuelle Actionscript vorher und nachher als 'P-CODE mit HEX' exportieren diese mit 'Beyond compare', 'Examdiff', 'Total Commander' oder anderen Tool zum Vergleichen. message.confirm.donotshowagain = Diesen Hinweis nicht erneut anzeigen. menu.import = Import @@ -459,7 +459,7 @@ import.select.directory = Importieren von Verzeichnis error.text.import = Import fehlgeschlagen. Wollen sie fortsetzen? #after version 2.1.1 -contextmenu.removeWithDependencies = Element und Abhängigkeiten löschen +contextmenu.removeWithDependencies = Element und Abh\u00c3\u00a4ngigkeiten l\u00c3\u00b6schen abc.action.find-usages = Verwendet von abc.action.find-declaration = Geht zu Deklaration @@ -482,7 +482,7 @@ header.compression.zlib = ZLIB header.compression.none = Keine Kompression header.version = SWF Version: header.gfx = GFX: -header.filesize = Dateigrösse: +header.filesize = Dateigr\u00c3\u00b6sse: header.framerate = Bildrate: header.framecount = Anzahl Bilder: header.displayrect = AnzeigeRahmen: @@ -521,23 +521,23 @@ menu.debugger.switch = Debugger menu.debugger.replacetrace = Ersetze trace calls menu.debugger.showlog = Zeige Log -message.debugger = Der SWF-Debugger kann nur verwendet werden, um Nachrichten im Log Fenster, der Browser-Konsole oder als 'Alerts' auszugeben.\r\nEr ist nicht konzipiert für Funktionen wie per Einzelschrittmodus durch den Code zu 'steppen', Haltepunkte usw. +message.debugger = Der SWF-Debugger kann nur verwendet werden, um Nachrichten im Log Fenster, der Browser-Konsole oder als 'Alerts' auszugeben.\r\nEr ist nicht konzipiert f\u00c3\u00bcr Funktionen wie per Einzelschrittmodus durch den Code zu 'steppen', Haltepunkte usw. -contextmenu.addTag = Tag hinzufügen +contextmenu.addTag = Tag hinzuf\u00c3\u00bcgen -deobfuscation.comment.tryenable = Tipp: Aktiviere "Automatische Deobfuscation" im Menü/Einstellungen -deobfuscation.comment.failed = Deobfuscation ist aktiv aber die Dekompilierung ist trotzdem fehlgeschlagen. Wenn diese Datei nicht obfuscated ist, deaktiviere "Automatische Deobfuscation" im Menü/Einstellungen für besser Ergebnisse. +deobfuscation.comment.tryenable = Tipp: Aktiviere "Automatische Deobfuscation" im Men\u00c3\u00bc/Einstellungen +deobfuscation.comment.failed = Deobfuscation ist aktiv aber die Dekompilierung ist trotzdem fehlgeschlagen. Wenn diese Datei nicht obfuscated ist, deaktiviere "Automatische Deobfuscation" im Men\u00c3\u00bc/Einstellungen f\u00c3\u00bcr besser Ergebnisse. #after version 4.0.2 -preview.nextframe = Nächster Frame +preview.nextframe = N\u00c3\u00a4chster Frame preview.prevframe = Vorheriges Frame preview.gotoframe = Gehe zu Frame... preview.gotoframe.dialog.title = Gehe zu Frame preview.gotoframe.dialog.message = Gib eine Zahl zwischen %min% und %max% ein -preview.gotoframe.dialog.frame.error = Ungültige Framenummer! Die Zahl muss im Bereich von %min% bis %max% liegen. +preview.gotoframe.dialog.frame.error = Ung\u00c3\u00bcltige Framenummer! Die Zahl muss im Bereich von %min% bis %max% liegen. -error.text.invalid.continue = Ungültiger Text: %text% in Zeile %line%. Fortsetzen? +error.text.invalid.continue = Ung\u00c3\u00bcltiger Text: %text% in Zeile %line%. Fortsetzen? #after version 4.0.5 contextmenu.copyTag = Kopiere TAG nach @@ -546,8 +546,8 @@ button.setAdvanceValues = Erweitere Einstellungen speichern menu.tools.replace = Text Ersetzen -message.confirm.close = Die Änderungen an {swfName} wurde noch NICHT gespeichert!\r\nWollen Sie dieses Datei wirklich schliessen? -message.confirm.closeAll = Es wurden Änderungen vorgenommen, die noch NICHT gespeichert wurden!\r\nWollen Sie wirklich alle SWF's schliessen? +message.confirm.close = Die \u00c3\u0084nderungen an {swfName} wurde noch NICHT gespeichert!\r\nWollen Sie dieses Datei wirklich schliessen? +message.confirm.closeAll = Es wurden \u00c3\u0084nderungen vorgenommen, die noch NICHT gespeichert wurden!\r\nWollen Sie wirklich alle SWF's schliessen? contextmenu.exportJavaSource = Als Java Quellcode exportieren contextmenu.exportSwfXml = SWF XML exportieren @@ -556,23 +556,23 @@ contextmenu.importSwfXml = SWF XML importieren filter.xml = XML #after version 4.1.0 -contextmenu.undo = Rückgängig +contextmenu.undo = R\u00c3\u00bcckg\u00c3\u00a4ngig -text.align.left = Linksbündig -text.align.right = Rechtsbündig +text.align.left = Linksb\u00c3\u00bcndig +text.align.right = Rechtsb\u00c3\u00bcndig text.align.center = Zentriert text.align.justify = Blocksatz -text.undo = Änderung rückgängig machen +text.undo = \u00c3\u0084nderung r\u00c3\u00bcckg\u00c3\u00a4ngig machen menu.file.import.xml = SWF XML Import menu.file.export.xml = SWF XML Export #after version 4.1.1 text.align.translatex.decrease = TranslateX verringern -text.align.translatex.increase = TranslateX erhöhen -selectPreviousTag = Vorherigen Tag auswählen -selectNextTag = Nächsten Tag auswählen +text.align.translatex.increase = TranslateX erh\u00c3\u00b6hen +selectPreviousTag = Vorherigen Tag ausw\u00c3\u00a4hlen +selectNextTag = N\u00c3\u00a4chsten Tag ausw\u00c3\u00a4hlen button.ignoreAll = Alle Ignorieren menu.file.import.symbolClass = Symbol-Klasse importieren text.toggleCase = Gross und Kleinschreibung umschalten @@ -580,9 +580,9 @@ text.toggleCase = Gross und Kleinschreibung umschalten #after version 5.0.2 preview.loop = Endlosschleife menu.file.import.script = Importiere Skript -contextmenu.copyTagWithDependencies = Kopiere 'Tag' mit Abhängigkeiten nach +contextmenu.copyTagWithDependencies = Kopiere 'Tag' mit Abh\u00c3\u00a4ngigkeiten nach button.replaceWithTag = Ersetze mit anderen 'Tag' -button.resolveConstants = Konstanten auflösen +button.resolveConstants = Konstanten aufl\u00c3\u00b6sen #after version 5.1.0 button.viewConstants = Konstanten anzeigen @@ -594,22 +594,22 @@ tagInfo.header.value = Wert tagInfo.tagType = Tag Typ tagInfo.characterId = Zeichen Id tagInfo.offset = Offset -tagInfo.length = Länge +tagInfo.length = L\u00c3\u00a4nge tagInfo.bounds = Grenzen tagInfo.width = Breite -tagInfo.height = Höhe -tagInfo.neededCharacters = Benötigte Zeichen +tagInfo.height = H\u00c3\u00b6he +tagInfo.neededCharacters = Ben\u00c3\u00b6tigte Zeichen button.viewhexpcode = Hex mit Kommandos taginfo.header = Tag Infos -tagInfo.dependentCharacters = Abhängige Zeichen +tagInfo.dependentCharacters = Abh\u00c3\u00a4ngige Zeichen #after version 5.3.0 header.uncompressed = Unkomprimiert -header.warning.unsupportedGfxCompression = GFX unterstützt nur unkomprimierte oder mit Zlib komprimierte Daten. -header.warning.minimumZlibVersion = Zlib Komprimierung benötigt SWF Version 6 oder höher. -header.warning.minimumLzmaVersion = LZMA Komprimierung benötigt SWF Version 13 oder höher. +header.warning.unsupportedGfxCompression = GFX unterst\u00c3\u00bctzt nur unkomprimierte oder mit Zlib komprimierte Daten. +header.warning.minimumZlibVersion = Zlib Komprimierung ben\u00c3\u00b6tigt SWF Version 6 oder h\u00c3\u00b6her. +header.warning.minimumLzmaVersion = LZMA Komprimierung ben\u00c3\u00b6tigt SWF Version 13 oder h\u00c3\u00b6her. tagInfo.codecName = Codec Name tagInfo.exportFormat = Export Format @@ -617,11 +617,11 @@ tagInfo.samplingRate = Samplingrate tagInfo.stereo = Stereo tagInfo.sampleCount = Anzahl Samples -filter.dmg = Mac ausführbare Dateien (*.dmg) -filter.linuxExe = Linux ausführbare Dateien +filter.dmg = Mac ausf\u00c3\u00bchrbare Dateien (*.dmg) +filter.linuxExe = Linux ausf\u00c3\u00bchrbare Dateien import.script.result = %count% Skripte importiert. import.script.as12warning = Import kann nur AS1/2 Skripte importieren. -error.constantPoolTooBig = Konstantenpool ist zu gross. index=%index%, Grösse=%size% -error.image.alpha.invalid = Ungültige Alphakanaldaten. +error.constantPoolTooBig = Konstantenpool ist zu gross. index=%index%, Gr\u00c3\u00b6sse=%size% +error.image.alpha.invalid = Ung\u00c3\u00bcltige Alphakanaldaten. From 1cea429e7be0e941cf82a7514188b71db0ba46ea Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Fri, 1 Jan 2016 14:06:56 +0100 Subject: [PATCH 5/9] copyright year updated --- .../lexers/actionscript3_methodinfo.flex | 2 +- .../ffdec_lib/lexers/actionscript3_pcode.flex | 2 +- .../lexers/actionscript3_script.flex | 4 +- .../ffdec_lib/lexers/actionscript_pcode.flex | 2 +- .../ffdec_lib/lexers/actionscript_script.flex | 2 +- libsrc/ffdec_lib/lexers/tag_conditions.flex | 2 +- libsrc/ffdec_lib/lexers/text.flex | 2 +- .../flash/AbortRetryIgnoreHandler.java | 2 +- .../jpexs/decompiler/flash/AppResources.java | 2 +- .../decompiler/flash/ApplicationInfo.java | 2 +- .../jpexs/decompiler/flash/BaseLocalData.java | 2 +- .../com/jpexs/decompiler/flash/BigObject.java | 2 +- .../decompiler/flash/BinarySWFBundle.java | 2 +- .../decompiler/flash/DisassemblyListener.java | 2 +- .../flash/EndOfStreamException.java | 2 +- .../jpexs/decompiler/flash/EventListener.java | 2 +- .../flash/FinalProcessLocalData.java | 2 +- .../flash/IdentifiersDeobfuscation.java | 2 +- .../decompiler/flash/ParseException.java | 2 +- .../decompiler/flash/ReadOnlyTagList.java | 2 +- .../com/jpexs/decompiler/flash/RetryTask.java | 2 +- .../jpexs/decompiler/flash/RunnableIOEx.java | 2 +- .../decompiler/flash/RunnableIOExResult.java | 2 +- .../src/com/jpexs/decompiler/flash/SWC.java | 2 +- .../src/com/jpexs/decompiler/flash/SWF.java | 2 +- .../com/jpexs/decompiler/flash/SWFBundle.java | 2 +- .../decompiler/flash/SWFCompression.java | 2 +- .../decompiler/flash/SWFContainerItem.java | 2 +- .../com/jpexs/decompiler/flash/SWFHeader.java | 2 +- .../decompiler/flash/SWFInputStream.java | 2 +- .../decompiler/flash/SWFOutputStream.java | 2 +- .../com/jpexs/decompiler/flash/SWFSearch.java | 2 +- .../jpexs/decompiler/flash/SWFSourceInfo.java | 2 +- .../jpexs/decompiler/flash/SearchMode.java | 2 +- .../flash/SourceGeneratorLocalData.java | 2 +- .../decompiler/flash/SwfOpenException.java | 2 +- .../com/jpexs/decompiler/flash/Version.java | 2 +- .../decompiler/flash/ZippedSWFBundle.java | 2 +- .../com/jpexs/decompiler/flash/abc/ABC.java | 2 +- .../decompiler/flash/abc/ABCInputStream.java | 2 +- .../flash/abc/ABCMethodIndexing.java | 2 +- .../decompiler/flash/abc/ABCOutputStream.java | 2 +- .../decompiler/flash/abc/AVM2LocalData.java | 2 +- .../flash/abc/CachedDecompilation.java | 2 +- .../jpexs/decompiler/flash/abc/ClassPath.java | 2 +- .../flash/abc/CopyOutputStream.java | 2 +- .../flash/abc/NotSameException.java | 2 +- .../decompiler/flash/abc/RenameType.java | 2 +- .../decompiler/flash/abc/ScriptPack.java | 2 +- .../decompiler/flash/abc/avm2/AVM2Code.java | 2 +- .../flash/abc/avm2/AVM2ConstantPool.java | 2 +- .../flash/abc/avm2/AVM2Deobfuscation.java | 2 +- .../flash/abc/avm2/AVM2Runtime.java | 2 +- .../flash/abc/avm2/AVM2RuntimeInfo.java | 2 +- .../decompiler/flash/abc/avm2/CodeStats.java | 2 +- .../flash/abc/avm2/ConvertException.java | 2 +- .../flash/abc/avm2/ConvertOutput.java | 2 +- .../avm2/FixItemCounterTranslateStack.java | 2 +- .../flash/abc/avm2/InstructionStats.java | 2 +- .../abc/avm2/InvalidInstructionArguments.java | 2 +- .../flash/abc/avm2/LocalDataArea.java | 2 +- .../flash/abc/avm2/OffsetUpdater.java | 2 +- .../abc/avm2/UnknownInstructionCode.java | 2 +- .../deobfuscation/AVM2DeobfuscatorGetSet.java | 2 +- .../deobfuscation/AVM2DeobfuscatorJumps.java | 2 +- .../AVM2DeobfuscatorRegisters.java | 2 +- .../AVM2DeobfuscatorRegistersOld.java | 2 +- .../deobfuscation/AVM2DeobfuscatorSimple.java | 2 +- .../AVM2DeobfuscatorSimpleOld.java | 2 +- .../exceptions/AVM2ExecutionException.java | 2 +- .../exceptions/AVM2RangeErrorException.java | 2 +- .../exceptions/AVM2TypeErrorException.java | 2 +- .../exceptions/AVM2VerifyErrorException.java | 2 +- .../flash/abc/avm2/graph/AVM2Graph.java | 2 +- .../flash/abc/avm2/graph/AVM2GraphSource.java | 2 +- .../avm2/instructions/AVM2Instruction.java | 2 +- .../avm2/instructions/AVM2Instructions.java | 2 +- .../avm2/instructions/DeobfuscatePopIns.java | 2 +- .../abc/avm2/instructions/IfTypeIns.java | 2 +- .../instructions/InstructionDefinition.java | 2 +- .../abc/avm2/instructions/SetTypeIns.java | 2 +- .../avm2/instructions/UnknownInstruction.java | 2 +- .../instructions/alchemy/AlchemyTypeIns.java | 2 +- .../avm2/instructions/alchemy/Lf32Ins.java | 2 +- .../avm2/instructions/alchemy/Lf64Ins.java | 2 +- .../avm2/instructions/alchemy/Li16Ins.java | 2 +- .../avm2/instructions/alchemy/Li32Ins.java | 2 +- .../abc/avm2/instructions/alchemy/Li8Ins.java | 2 +- .../avm2/instructions/alchemy/Sf32Ins.java | 2 +- .../avm2/instructions/alchemy/Sf64Ins.java | 2 +- .../avm2/instructions/alchemy/Si16Ins.java | 2 +- .../avm2/instructions/alchemy/Si32Ins.java | 2 +- .../abc/avm2/instructions/alchemy/Si8Ins.java | 2 +- .../avm2/instructions/alchemy/Sxi16Ins.java | 2 +- .../avm2/instructions/alchemy/Sxi1Ins.java | 2 +- .../avm2/instructions/alchemy/Sxi8Ins.java | 2 +- .../avm2/instructions/arithmetic/AddIIns.java | 2 +- .../avm2/instructions/arithmetic/AddIns.java | 2 +- .../arithmetic/DecrementIIns.java | 2 +- .../instructions/arithmetic/DecrementIns.java | 2 +- .../instructions/arithmetic/DivideIns.java | 2 +- .../arithmetic/IncrementIIns.java | 2 +- .../instructions/arithmetic/IncrementIns.java | 2 +- .../instructions/arithmetic/ModuloIns.java | 2 +- .../instructions/arithmetic/MultiplyIIns.java | 2 +- .../instructions/arithmetic/MultiplyIns.java | 2 +- .../instructions/arithmetic/NegateIIns.java | 2 +- .../instructions/arithmetic/NegateIns.java | 2 +- .../avm2/instructions/arithmetic/NotIns.java | 2 +- .../instructions/arithmetic/SubtractIIns.java | 2 +- .../instructions/arithmetic/SubtractIns.java | 2 +- .../avm2/instructions/bitwise/BitAndIns.java | 2 +- .../avm2/instructions/bitwise/BitNotIns.java | 2 +- .../avm2/instructions/bitwise/BitOrIns.java | 2 +- .../avm2/instructions/bitwise/BitXorIns.java | 2 +- .../avm2/instructions/bitwise/LShiftIns.java | 2 +- .../avm2/instructions/bitwise/RShiftIns.java | 2 +- .../avm2/instructions/bitwise/URShiftIns.java | 2 +- .../instructions/comparison/EqualsIns.java | 2 +- .../comparison/GreaterEqualsIns.java | 2 +- .../comparison/GreaterThanIns.java | 2 +- .../comparison/LessEqualsIns.java | 2 +- .../instructions/comparison/LessThanIns.java | 2 +- .../comparison/StrictEqualsIns.java | 2 +- .../construction/ConstructIns.java | 2 +- .../construction/ConstructPropIns.java | 2 +- .../construction/ConstructSuperIns.java | 2 +- .../construction/NewActivationIns.java | 2 +- .../construction/NewArrayIns.java | 2 +- .../construction/NewCatchIns.java | 2 +- .../construction/NewClassIns.java | 2 +- .../construction/NewFunctionIns.java | 2 +- .../construction/NewObjectIns.java | 2 +- .../avm2/instructions/debug/DebugFileIns.java | 2 +- .../abc/avm2/instructions/debug/DebugIns.java | 2 +- .../avm2/instructions/debug/DebugLineIns.java | 2 +- .../avm2/instructions/executing/CallIns.java | 2 +- .../instructions/executing/CallMethodIns.java | 2 +- .../executing/CallPropLexIns.java | 2 +- .../executing/CallPropVoidIns.java | 2 +- .../executing/CallPropertyIns.java | 2 +- .../instructions/executing/CallStaticIns.java | 2 +- .../instructions/executing/CallSuperIns.java | 2 +- .../executing/CallSuperVoidIns.java | 2 +- .../abc/avm2/instructions/jumps/IfEqIns.java | 2 +- .../avm2/instructions/jumps/IfFalseIns.java | 2 +- .../abc/avm2/instructions/jumps/IfGeIns.java | 2 +- .../abc/avm2/instructions/jumps/IfGtIns.java | 2 +- .../abc/avm2/instructions/jumps/IfLeIns.java | 2 +- .../abc/avm2/instructions/jumps/IfLtIns.java | 2 +- .../abc/avm2/instructions/jumps/IfNGeIns.java | 2 +- .../abc/avm2/instructions/jumps/IfNGtIns.java | 2 +- .../abc/avm2/instructions/jumps/IfNLeIns.java | 2 +- .../abc/avm2/instructions/jumps/IfNLtIns.java | 2 +- .../abc/avm2/instructions/jumps/IfNeIns.java | 2 +- .../instructions/jumps/IfStrictEqIns.java | 2 +- .../instructions/jumps/IfStrictNeIns.java | 2 +- .../avm2/instructions/jumps/IfTrueIns.java | 2 +- .../abc/avm2/instructions/jumps/JumpIns.java | 2 +- .../instructions/jumps/LookupSwitchIns.java | 2 +- .../instructions/localregs/DecLocalIIns.java | 2 +- .../instructions/localregs/DecLocalIns.java | 2 +- .../instructions/localregs/GetLocal0Ins.java | 2 +- .../instructions/localregs/GetLocal1Ins.java | 2 +- .../instructions/localregs/GetLocal2Ins.java | 2 +- .../instructions/localregs/GetLocal3Ins.java | 2 +- .../instructions/localregs/GetLocalIns.java | 2 +- .../localregs/GetLocalTypeIns.java | 2 +- .../instructions/localregs/IncLocalIIns.java | 2 +- .../instructions/localregs/IncLocalIns.java | 2 +- .../avm2/instructions/localregs/KillIns.java | 2 +- .../instructions/localregs/SetLocal0Ins.java | 2 +- .../instructions/localregs/SetLocal1Ins.java | 2 +- .../instructions/localregs/SetLocal2Ins.java | 2 +- .../instructions/localregs/SetLocal3Ins.java | 2 +- .../instructions/localregs/SetLocalIns.java | 2 +- .../localregs/SetLocalTypeIns.java | 2 +- .../instructions/other/DeletePropertyIns.java | 2 +- .../avm2/instructions/other/FindDefIns.java | 2 +- .../instructions/other/FindPropertyIns.java | 2 +- .../other/FindPropertyStrictIns.java | 2 +- .../instructions/other/GetDescendantsIns.java | 2 +- .../instructions/other/GetGlobalScopeIns.java | 2 +- .../instructions/other/GetGlobalSlotIns.java | 2 +- .../avm2/instructions/other/GetLexIns.java | 2 +- .../instructions/other/GetPropertyIns.java | 2 +- .../instructions/other/GetScopeObjectIns.java | 2 +- .../avm2/instructions/other/GetSlotIns.java | 2 +- .../avm2/instructions/other/GetSuperIns.java | 2 +- .../avm2/instructions/other/HasNext2Ins.java | 2 +- .../avm2/instructions/other/HasNextIns.java | 2 +- .../abc/avm2/instructions/other/InIns.java | 2 +- .../instructions/other/InitPropertyIns.java | 2 +- .../abc/avm2/instructions/other/LabelIns.java | 2 +- .../avm2/instructions/other/NextNameIns.java | 2 +- .../avm2/instructions/other/NextValueIns.java | 2 +- .../abc/avm2/instructions/other/NopIns.java | 2 +- .../instructions/other/ReturnValueIns.java | 2 +- .../instructions/other/ReturnVoidIns.java | 2 +- .../instructions/other/SetGlobalSlotIns.java | 2 +- .../instructions/other/SetPropertyIns.java | 2 +- .../avm2/instructions/other/SetSlotIns.java | 2 +- .../avm2/instructions/other/SetSuperIns.java | 2 +- .../abc/avm2/instructions/other/ThrowIns.java | 2 +- .../avm2/instructions/other2/AbsJumpIns.java | 2 +- .../abc/avm2/instructions/other2/AddDIns.java | 2 +- .../abc/avm2/instructions/other2/AddPIns.java | 2 +- .../avm2/instructions/other2/AllocIns.java | 2 +- .../abc/avm2/instructions/other2/BkptIns.java | 2 +- .../avm2/instructions/other2/BkptLineIns.java | 2 +- .../instructions/other2/CallInterfaceIns.java | 2 +- .../instructions/other2/CallSuperIdIns.java | 2 +- .../instructions/other2/CodeGenOpIns.java | 2 +- .../avm2/instructions/other2/CoerceBIns.java | 2 +- .../avm2/instructions/other2/CoerceDIns.java | 2 +- .../avm2/instructions/other2/CoerceIIns.java | 2 +- .../avm2/instructions/other2/CoerceOIns.java | 2 +- .../avm2/instructions/other2/CoerceUIns.java | 2 +- .../avm2/instructions/other2/ConcatIns.java | 2 +- .../instructions/other2/ConvertF4Ins.java | 2 +- .../avm2/instructions/other2/ConvertMIns.java | 2 +- .../instructions/other2/ConvertMPIns.java | 2 +- .../instructions/other2/DecLocalPIns.java | 2 +- .../avm2/instructions/other2/DecodeIns.java | 2 +- .../instructions/other2/DecrementPIns.java | 2 +- .../other2/DelDescendantsIns.java | 2 +- .../other2/DeletePropertyLateIns.java | 2 +- .../avm2/instructions/other2/DividePIns.java | 2 +- .../instructions/other2/DoubleToAtomIns.java | 2 +- .../other2/FindPropGlobalIns.java | 2 +- .../other2/FindPropGlobalStrictIns.java | 2 +- .../instructions/other2/GetOuterScopeIns.java | 2 +- .../other2/GetPropertyLateIns.java | 2 +- .../instructions/other2/IncLocalPIns.java | 2 +- .../instructions/other2/IncrementPIns.java | 2 +- .../avm2/instructions/other2/InvalidIns.java | 2 +- .../avm2/instructions/other2/Lf32x4Ins.java | 2 +- .../abc/avm2/instructions/other2/MarkIns.java | 2 +- .../avm2/instructions/other2/ModuloPIns.java | 2 +- .../instructions/other2/MultiplyPIns.java | 2 +- .../avm2/instructions/other2/NegatePIns.java | 2 +- .../avm2/instructions/other2/PrologueIns.java | 2 +- .../instructions/other2/PushConstantIns.java | 2 +- .../avm2/instructions/other2/PushDNanIns.java | 2 +- .../instructions/other2/PushDecimalIns.java | 2 +- .../instructions/other2/PushFloat4Ins.java | 2 +- .../other2/PushUninitializedIns.java | 2 +- .../instructions/other2/SendEnterIns.java | 2 +- .../other2/SetPropertyLateIns.java | 2 +- .../avm2/instructions/other2/Sf32x4Ins.java | 2 +- .../instructions/other2/SubtractPIns.java | 2 +- .../avm2/instructions/other2/SweepIns.java | 2 +- .../instructions/other2/TimestampIns.java | 2 +- .../avm2/instructions/other2/VerifyOpIns.java | 2 +- .../instructions/other2/VerifyPassIns.java | 2 +- .../abc/avm2/instructions/other2/WbIns.java | 2 +- .../abc/avm2/instructions/stack/DupIns.java | 2 +- .../abc/avm2/instructions/stack/PopIns.java | 2 +- .../avm2/instructions/stack/PopScopeIns.java | 2 +- .../avm2/instructions/stack/PushByteIns.java | 2 +- .../instructions/stack/PushDoubleIns.java | 2 +- .../avm2/instructions/stack/PushFalseIns.java | 2 +- .../avm2/instructions/stack/PushIntIns.java | 2 +- .../stack/PushIntegerTypeIns.java | 2 +- .../instructions/stack/PushNamespaceIns.java | 2 +- .../avm2/instructions/stack/PushNanIns.java | 2 +- .../avm2/instructions/stack/PushNullIns.java | 2 +- .../avm2/instructions/stack/PushScopeIns.java | 2 +- .../avm2/instructions/stack/PushShortIns.java | 2 +- .../instructions/stack/PushStringIns.java | 2 +- .../avm2/instructions/stack/PushTrueIns.java | 2 +- .../avm2/instructions/stack/PushUIntIns.java | 2 +- .../instructions/stack/PushUndefinedIns.java | 2 +- .../avm2/instructions/stack/PushWithIns.java | 2 +- .../abc/avm2/instructions/stack/SwapIns.java | 2 +- .../avm2/instructions/types/ApplyTypeIns.java | 2 +- .../avm2/instructions/types/AsTypeIns.java | 2 +- .../instructions/types/AsTypeLateIns.java | 2 +- .../avm2/instructions/types/CoerceAIns.java | 2 +- .../avm2/instructions/types/CoerceIns.java | 2 +- .../types/CoerceOrConvertTypeIns.java | 2 +- .../avm2/instructions/types/CoerceSIns.java | 2 +- .../avm2/instructions/types/ConvertBIns.java | 2 +- .../avm2/instructions/types/ConvertDIns.java | 2 +- .../avm2/instructions/types/ConvertIIns.java | 2 +- .../avm2/instructions/types/ConvertOIns.java | 2 +- .../avm2/instructions/types/ConvertSIns.java | 2 +- .../avm2/instructions/types/ConvertUIns.java | 2 +- .../instructions/types/InstanceOfIns.java | 2 +- .../avm2/instructions/types/IsTypeIns.java | 2 +- .../instructions/types/IsTypeLateIns.java | 2 +- .../avm2/instructions/types/TypeOfIns.java | 2 +- .../avm2/instructions/xml/CheckFilterIns.java | 2 +- .../abc/avm2/instructions/xml/DXNSIns.java | 2 +- .../avm2/instructions/xml/DXNSLateIns.java | 2 +- .../avm2/instructions/xml/EscXAttrIns.java | 2 +- .../avm2/instructions/xml/EscXElemIns.java | 2 +- .../flash/abc/avm2/model/AVM2Item.java | 2 +- .../abc/avm2/model/AlchemyLoadAVM2Item.java | 2 +- .../avm2/model/AlchemySignExtendAVM2Item.java | 2 +- .../abc/avm2/model/AlchemyStoreAVM2Item.java | 2 +- .../abc/avm2/model/ApplyTypeAVM2Item.java | 2 +- .../flash/abc/avm2/model/BooleanAVM2Item.java | 2 +- .../flash/abc/avm2/model/CallAVM2Item.java | 2 +- .../abc/avm2/model/CallMethodAVM2Item.java | 2 +- .../abc/avm2/model/CallPropertyAVM2Item.java | 2 +- .../abc/avm2/model/CallStaticAVM2Item.java | 2 +- .../abc/avm2/model/CallSuperAVM2Item.java | 2 +- .../flash/abc/avm2/model/ClassAVM2Item.java | 2 +- .../flash/abc/avm2/model/CoerceAVM2Item.java | 2 +- .../abc/avm2/model/ConstructAVM2Item.java | 2 +- .../abc/avm2/model/ConstructPropAVM2Item.java | 2 +- .../avm2/model/ConstructSuperAVM2Item.java | 2 +- .../flash/abc/avm2/model/ConvertAVM2Item.java | 2 +- .../abc/avm2/model/DecLocalAVM2Item.java | 2 +- .../abc/avm2/model/DecrementAVM2Item.java | 2 +- .../abc/avm2/model/DefaultXMLNamespace.java | 2 +- .../abc/avm2/model/EscapeXAttrAVM2Item.java | 2 +- .../abc/avm2/model/EscapeXElemAVM2Item.java | 2 +- .../abc/avm2/model/FilteredCheckAVM2Item.java | 2 +- .../flash/abc/avm2/model/FindDefAVM2Item.java | 2 +- .../abc/avm2/model/FindPropertyAVM2Item.java | 2 +- .../abc/avm2/model/FloatValueAVM2Item.java | 2 +- .../abc/avm2/model/FullMultinameAVM2Item.java | 2 +- .../avm2/model/GetDescendantsAVM2Item.java | 2 +- .../flash/abc/avm2/model/GetLexAVM2Item.java | 2 +- .../abc/avm2/model/GetPropertyAVM2Item.java | 2 +- .../flash/abc/avm2/model/GetSlotAVM2Item.java | 2 +- .../abc/avm2/model/GetSuperAVM2Item.java | 2 +- .../flash/abc/avm2/model/HasNextAVM2Item.java | 2 +- .../flash/abc/avm2/model/InAVM2Item.java | 2 +- .../abc/avm2/model/IncLocalAVM2Item.java | 2 +- .../abc/avm2/model/IncrementAVM2Item.java | 2 +- .../abc/avm2/model/InitPropertyAVM2Item.java | 2 +- .../abc/avm2/model/InitVectorAVM2Item.java | 2 +- .../abc/avm2/model/IntegerValueAVM2Item.java | 2 +- .../abc/avm2/model/LocalRegAVM2Item.java | 2 +- .../abc/avm2/model/NameSpaceAVM2Item.java | 2 +- .../flash/abc/avm2/model/NameValuePair.java | 2 +- .../flash/abc/avm2/model/NanAVM2Item.java | 2 +- .../abc/avm2/model/NewActivationAVM2Item.java | 2 +- .../abc/avm2/model/NewArrayAVM2Item.java | 2 +- .../abc/avm2/model/NewFunctionAVM2Item.java | 2 +- .../abc/avm2/model/NewObjectAVM2Item.java | 2 +- .../abc/avm2/model/NextNameAVM2Item.java | 2 +- .../abc/avm2/model/NextValueAVM2Item.java | 2 +- .../flash/abc/avm2/model/NullAVM2Item.java | 2 +- .../abc/avm2/model/NumberValueAVM2Item.java | 2 +- .../abc/avm2/model/PostDecrementAVM2Item.java | 2 +- .../abc/avm2/model/PostIncrementAVM2Item.java | 2 +- .../abc/avm2/model/ReturnValueAVM2Item.java | 2 +- .../abc/avm2/model/ReturnVoidAVM2Item.java | 2 +- .../flash/abc/avm2/model/ScriptAVM2Item.java | 2 +- .../abc/avm2/model/SetGlobalSlotAVM2Item.java | 2 +- .../abc/avm2/model/SetLocalAVM2Item.java | 2 +- .../abc/avm2/model/SetPropertyAVM2Item.java | 2 +- .../flash/abc/avm2/model/SetSlotAVM2Item.java | 2 +- .../abc/avm2/model/SetSuperAVM2Item.java | 2 +- .../flash/abc/avm2/model/SetTypeAVM2Item.java | 2 +- .../flash/abc/avm2/model/StringAVM2Item.java | 2 +- .../flash/abc/avm2/model/ThisAVM2Item.java | 2 +- .../flash/abc/avm2/model/ThrowAVM2Item.java | 2 +- .../abc/avm2/model/UndefinedAVM2Item.java | 2 +- .../abc/avm2/model/UnparsedAVM2Item.java | 2 +- .../flash/abc/avm2/model/WithAVM2Item.java | 2 +- .../flash/abc/avm2/model/WithEndAVM2Item.java | 2 +- .../abc/avm2/model/WithObjectAVM2Item.java | 2 +- .../flash/abc/avm2/model/XMLAVM2Item.java | 2 +- .../model/clauses/AssignmentAVM2Item.java | 2 +- .../model/clauses/DeclarationAVM2Item.java | 2 +- .../avm2/model/clauses/ExceptionAVM2Item.java | 2 +- .../avm2/model/clauses/FilterAVM2Item.java | 2 +- .../avm2/model/clauses/ForEachInAVM2Item.java | 2 +- .../abc/avm2/model/clauses/ForInAVM2Item.java | 2 +- .../abc/avm2/model/clauses/TryAVM2Item.java | 2 +- .../avm2/model/operations/AddAVM2Item.java | 2 +- .../avm2/model/operations/AsTypeAVM2Item.java | 2 +- .../avm2/model/operations/BitAndAVM2Item.java | 2 +- .../avm2/model/operations/BitNotAVM2Item.java | 2 +- .../avm2/model/operations/BitOrAVM2Item.java | 2 +- .../avm2/model/operations/BitXorAVM2Item.java | 2 +- .../operations/DeletePropertyAVM2Item.java | 2 +- .../avm2/model/operations/DivideAVM2Item.java | 2 +- .../abc/avm2/model/operations/EqAVM2Item.java | 2 +- .../abc/avm2/model/operations/GeAVM2Item.java | 2 +- .../abc/avm2/model/operations/GtAVM2Item.java | 2 +- .../avm2/model/operations/IfCondition.java | 2 +- .../abc/avm2/model/operations/InAVM2Item.java | 2 +- .../model/operations/InstanceOfAVM2Item.java | 2 +- .../avm2/model/operations/IsTypeAVM2Item.java | 2 +- .../avm2/model/operations/LShiftAVM2Item.java | 2 +- .../abc/avm2/model/operations/LeAVM2Item.java | 2 +- .../abc/avm2/model/operations/LtAVM2Item.java | 2 +- .../avm2/model/operations/ModuloAVM2Item.java | 2 +- .../model/operations/MultiplyAVM2Item.java | 2 +- .../avm2/model/operations/NegAVM2Item.java | 2 +- .../avm2/model/operations/NeqAVM2Item.java | 2 +- .../operations/PreDecrementAVM2Item.java | 2 +- .../operations/PreIncrementAVM2Item.java | 2 +- .../avm2/model/operations/RShiftAVM2Item.java | 2 +- .../model/operations/StrictEqAVM2Item.java | 2 +- .../model/operations/StrictNeqAVM2Item.java | 2 +- .../model/operations/SubtractAVM2Item.java | 2 +- .../avm2/model/operations/TypeOfAVM2Item.java | 2 +- .../model/operations/URShiftAVM2Item.java | 2 +- .../abc/avm2/parser/AVM2ParseException.java | 2 +- .../abc/avm2/parser/pcode/ASM3Parser.java | 2 +- .../abc/avm2/parser/pcode/Flasm3Lexer.java | 2 +- .../parser/pcode/MissingSymbolHandler.java | 2 +- .../abc/avm2/parser/pcode/ParsedSymbol.java | 2 +- .../parser/script/AVM2SourceGenerator.java | 2 +- .../abc/avm2/parser/script/AbcIndexing.java | 2 +- .../parser/script/ActionScript3Parser.java | 2 +- .../avm2/parser/script/ActionScriptLexer.java | 2 +- .../parser/script/AssignableAVM2Item.java | 2 +- .../abc/avm2/parser/script/BreakJumpIns.java | 2 +- .../abc/avm2/parser/script/CallAVM2Item.java | 2 +- .../abc/avm2/parser/script/ClassAVM2Item.java | 2 +- .../abc/avm2/parser/script/ConstAVM2Item.java | 2 +- .../script/ConstructSomethingAVM2Item.java | 2 +- .../avm2/parser/script/ContinueJumpIns.java | 2 +- .../script/ExceptionMarkAVM2Instruction.java | 2 +- .../avm2/parser/script/ExceptionMarkIns.java | 2 +- .../avm2/parser/script/FinallyJumpIns.java | 2 +- .../avm2/parser/script/FunctionAVM2Item.java | 2 +- .../avm2/parser/script/GetterAVM2Item.java | 2 +- .../abc/avm2/parser/script/IndexAVM2Item.java | 2 +- .../avm2/parser/script/InterfaceAVM2Item.java | 2 +- .../abc/avm2/parser/script/LexBufferer.java | 2 +- .../abc/avm2/parser/script/LexListener.java | 2 +- .../avm2/parser/script/MethodAVM2Item.java | 2 +- .../abc/avm2/parser/script/NameAVM2Item.java | 2 +- .../abc/avm2/parser/script/NamespaceItem.java | 2 +- .../parser/script/NamespacedAVM2Item.java | 2 +- .../avm2/parser/script/PackageAVM2Item.java | 2 +- .../abc/avm2/parser/script/ParsedSymbol.java | 2 +- .../avm2/parser/script/PropertyAVM2Item.java | 2 +- .../abc/avm2/parser/script/Reference.java | 2 +- .../avm2/parser/script/SetterAVM2Item.java | 2 +- .../abc/avm2/parser/script/SlotAVM2Item.java | 2 +- .../abc/avm2/parser/script/SymbolGroup.java | 2 +- .../abc/avm2/parser/script/SymbolType.java | 2 +- .../parser/script/UnresolvedAVM2Item.java | 2 +- .../abc/avm2/parser/script/XMLAVM2Item.java | 2 +- .../avm2/parser/script/XMLFilterAVM2Item.java | 2 +- .../methodinfo_parser/MethodInfoLexer.java | 2 +- .../MethodInfoParseException.java | 2 +- .../methodinfo_parser/MethodInfoParser.java | 2 +- .../abc/methodinfo_parser/ParsedSymbol.java | 2 +- .../flash/abc/types/ABCException.java | 2 +- .../flash/abc/types/AssignedValue.java | 2 +- .../decompiler/flash/abc/types/ClassInfo.java | 2 +- .../flash/abc/types/ConvertData.java | 2 +- .../decompiler/flash/abc/types/Decimal.java | 2 +- .../flash/abc/types/InstanceInfo.java | 2 +- .../flash/abc/types/MetadataInfo.java | 2 +- .../flash/abc/types/MethodBody.java | 2 +- .../flash/abc/types/MethodInfo.java | 2 +- .../decompiler/flash/abc/types/Multiname.java | 2 +- .../decompiler/flash/abc/types/Namespace.java | 2 +- .../flash/abc/types/NamespaceSet.java | 2 +- .../flash/abc/types/ScriptInfo.java | 2 +- .../decompiler/flash/abc/types/ValueKind.java | 2 +- .../flash/abc/types/traits/Trait.java | 2 +- .../flash/abc/types/traits/TraitClass.java | 2 +- .../flash/abc/types/traits/TraitFunction.java | 2 +- .../types/traits/TraitMethodGetterSetter.java | 2 +- .../abc/types/traits/TraitSlotConst.java | 2 +- .../flash/abc/types/traits/TraitWithSlot.java | 2 +- .../flash/abc/types/traits/Traits.java | 2 +- .../abc/usages/ClassNameMultinameUsage.java | 2 +- .../abc/usages/ConstVarMultinameUsage.java | 2 +- .../usages/ConstVarNameMultinameUsage.java | 2 +- .../usages/ConstVarTypeMultinameUsage.java | 2 +- .../flash/abc/usages/DefinitionUsage.java | 2 +- .../abc/usages/ExtendsMultinameUsage.java | 2 +- .../abc/usages/ImplementsMultinameUsage.java | 2 +- .../abc/usages/InsideClassMultinameUsage.java | 2 +- .../abc/usages/MethodBodyMultinameUsage.java | 2 +- .../abc/usages/MethodMultinameUsage.java | 2 +- .../abc/usages/MethodNameMultinameUsage.java | 2 +- .../usages/MethodParamsMultinameUsage.java | 2 +- .../MethodReturnTypeMultinameUsage.java | 2 +- .../flash/abc/usages/MultinameUsage.java | 2 +- .../flash/abc/usages/TraitMultinameUsage.java | 2 +- .../abc/usages/TypeNameMultinameUsage.java | 2 +- .../jpexs/decompiler/flash/action/Action.java | 2 +- .../decompiler/flash/action/ActionGraph.java | 2 +- .../flash/action/ActionGraphSource.java | 2 +- .../decompiler/flash/action/ActionList.java | 2 +- .../flash/action/ActionListReader.java | 2 +- .../flash/action/ActionLocalData.java | 2 +- .../decompiler/flash/action/CachedScript.java | 2 +- .../action/ConstantPoolTooBigException.java | 2 +- .../flash/action/LocalDataArea.java | 2 +- .../flash/action/StoreTypeAction.java | 2 +- .../flash/action/UnknownActionException.java | 2 +- .../flash/action/UnknownJumpException.java | 2 +- .../deobfuscation/ActionDeobfuscator.java | 2 +- .../action/fastactionlist/ActionItem.java | 2 +- .../action/fastactionlist/FastActionList.java | 2 +- .../FastActionListIterator.java | 2 +- .../action/flashlite/ActionFSCommand2.java | 2 +- .../action/flashlite/ActionStrictMode.java | 2 +- .../flash/action/model/ActionItem.java | 2 +- .../action/model/AsciiToCharActionItem.java | 2 +- .../flash/action/model/CallActionItem.java | 2 +- .../action/model/CallFunctionActionItem.java | 2 +- .../action/model/CallMethodActionItem.java | 2 +- .../flash/action/model/CastOpActionItem.java | 2 +- .../action/model/CharToAsciiActionItem.java | 2 +- .../action/model/CloneSpriteActionItem.java | 2 +- .../flash/action/model/ConstantPool.java | 2 +- .../action/model/DecrementActionItem.java | 2 +- .../action/model/DefineLocalActionItem.java | 2 +- .../model/DefineRegisterActionItem.java | 2 +- .../flash/action/model/DeleteActionItem.java | 2 +- .../action/model/DirectValueActionItem.java | 2 +- .../action/model/EnumerateActionItem.java | 2 +- .../flash/action/model/EvalActionItem.java | 2 +- .../flash/action/model/ExtendsActionItem.java | 2 +- .../action/model/FSCommand2ActionItem.java | 2 +- .../action/model/FSCommandActionItem.java | 2 +- .../action/model/FunctionActionItem.java | 2 +- .../action/model/GetMemberActionItem.java | 2 +- .../action/model/GetPropertyActionItem.java | 2 +- .../flash/action/model/GetTimeActionItem.java | 2 +- .../flash/action/model/GetURL2ActionItem.java | 2 +- .../flash/action/model/GetURLActionItem.java | 2 +- .../action/model/GetVariableActionItem.java | 2 +- .../action/model/GetVersionActionItem.java | 2 +- .../action/model/GotoFrame2ActionItem.java | 2 +- .../action/model/GotoFrameActionItem.java | 2 +- .../action/model/GotoLabelActionItem.java | 2 +- .../action/model/ImplementsOpActionItem.java | 2 +- .../action/model/IncrementActionItem.java | 2 +- .../action/model/InitArrayActionItem.java | 2 +- .../action/model/InitObjectActionItem.java | 2 +- .../action/model/LoadMovieActionItem.java | 2 +- .../action/model/LoadMovieNumActionItem.java | 2 +- .../action/model/LoadVariablesActionItem.java | 2 +- .../model/LoadVariablesNumActionItem.java | 2 +- .../action/model/MBAsciiToCharActionItem.java | 2 +- .../action/model/MBCharToAsciiActionItem.java | 2 +- .../model/MBStringExtractActionItem.java | 2 +- .../model/MBStringLengthActionItem.java | 2 +- .../action/model/NewMethodActionItem.java | 2 +- .../action/model/NewObjectActionItem.java | 2 +- .../action/model/NextFrameActionItem.java | 2 +- .../flash/action/model/PlayActionItem.java | 2 +- .../flash/action/model/PopActionItem.java | 2 +- .../action/model/PostDecrementActionItem.java | 2 +- .../action/model/PostIncrementActionItem.java | 2 +- .../action/model/PrevFrameActionItem.java | 2 +- .../flash/action/model/PrintActionItem.java | 2 +- .../action/model/PrintAsBitmapActionItem.java | 2 +- .../model/PrintAsBitmapNumActionItem.java | 2 +- .../action/model/PrintNumActionItem.java | 2 +- .../action/model/RandomNumberActionItem.java | 2 +- .../action/model/RemoveSpriteActionItem.java | 2 +- .../flash/action/model/ReturnActionItem.java | 2 +- .../action/model/SetMemberActionItem.java | 2 +- .../action/model/SetPropertyActionItem.java | 2 +- .../action/model/SetTarget2ActionItem.java | 2 +- .../action/model/SetTargetActionItem.java | 2 +- .../flash/action/model/SetTypeActionItem.java | 2 +- .../action/model/SetVariableActionItem.java | 2 +- .../action/model/StartDragActionItem.java | 2 +- .../flash/action/model/StopActionItem.java | 2 +- .../action/model/StopAllSoundsActionItem.java | 2 +- .../action/model/StopDragActionItem.java | 2 +- .../action/model/StoreRegisterActionItem.java | 2 +- .../action/model/StrictModeActionItem.java | 2 +- .../action/model/StringExtractActionItem.java | 2 +- .../action/model/StringLengthActionItem.java | 2 +- .../action/model/TargetPathActionItem.java | 2 +- .../flash/action/model/TemporaryRegister.java | 2 +- .../flash/action/model/ThrowActionItem.java | 2 +- .../action/model/ToIntegerActionItem.java | 2 +- .../action/model/ToNumberActionItem.java | 2 +- .../action/model/ToStringActionItem.java | 2 +- .../model/ToggleHighQualityActionItem.java | 2 +- .../flash/action/model/TraceActionItem.java | 2 +- .../flash/action/model/TypeOfActionItem.java | 2 +- .../action/model/UnLoadMovieActionItem.java | 2 +- .../model/UnLoadMovieNumActionItem.java | 2 +- .../action/model/UnsupportedActionItem.java | 2 +- .../action/model/clauses/ClassActionItem.java | 2 +- .../action/model/clauses/ForInActionItem.java | 2 +- .../clauses/IfFrameLoadedActionItem.java | 2 +- .../model/clauses/InterfaceActionItem.java | 2 +- .../action/model/clauses/LoopActionItem.java | 2 +- .../model/clauses/TellTargetActionItem.java | 2 +- .../action/model/clauses/TryActionItem.java | 2 +- .../action/model/clauses/WithActionItem.java | 2 +- .../model/operations/AddActionItem.java | 2 +- .../model/operations/AndActionItem.java | 2 +- .../model/operations/BitAndActionItem.java | 2 +- .../model/operations/BitOrActionItem.java | 2 +- .../model/operations/BitXorActionItem.java | 2 +- .../model/operations/DivideActionItem.java | 2 +- .../action/model/operations/EqActionItem.java | 2 +- .../action/model/operations/GeActionItem.java | 2 +- .../action/model/operations/GtActionItem.java | 2 +- .../action/model/operations/InActionItem.java | 2 +- .../operations/InstanceOfActionItem.java | 2 +- .../action/model/operations/Inverted.java | 2 +- .../model/operations/LShiftActionItem.java | 2 +- .../action/model/operations/LeActionItem.java | 2 +- .../action/model/operations/LtActionItem.java | 2 +- .../model/operations/ModuloActionItem.java | 2 +- .../model/operations/MultiplyActionItem.java | 2 +- .../model/operations/NeqActionItem.java | 2 +- .../action/model/operations/OrActionItem.java | 2 +- .../operations/PreDecrementActionItem.java | 2 +- .../operations/PreIncrementActionItem.java | 2 +- .../model/operations/RShiftActionItem.java | 2 +- .../model/operations/StrictEqActionItem.java | 2 +- .../model/operations/StrictNeqActionItem.java | 2 +- .../model/operations/StringAddActionItem.java | 2 +- .../model/operations/StringEqActionItem.java | 2 +- .../model/operations/StringGeActionItem.java | 2 +- .../model/operations/StringGtActionItem.java | 2 +- .../model/operations/StringLeActionItem.java | 2 +- .../model/operations/StringLtActionItem.java | 2 +- .../model/operations/StringNeActionItem.java | 2 +- .../model/operations/SubtractActionItem.java | 2 +- .../model/operations/URShiftActionItem.java | 2 +- .../action/parser/ActionParseException.java | 2 +- .../action/parser/pcode/ASMParsedSymbol.java | 2 +- .../flash/action/parser/pcode/ASMParser.java | 2 +- .../flash/action/parser/pcode/FlasmLexer.java | 2 +- .../flash/action/parser/pcode/Label.java | 2 +- .../parser/script/ActionScript2Parser.java | 2 +- .../parser/script/ActionScriptLexer.java | 2 +- .../parser/script/ActionSourceGenerator.java | 2 +- .../action/parser/script/LexBufferer.java | 2 +- .../action/parser/script/LexListener.java | 2 +- .../action/parser/script/ParsedSymbol.java | 2 +- .../action/parser/script/SymbolGroup.java | 2 +- .../action/parser/script/SymbolType.java | 2 +- .../parser/script/VariableActionItem.java | 2 +- .../action/special/ActionDeobfuscateJump.java | 2 +- .../action/special/ActionDeobfuscatePop.java | 2 +- .../flash/action/special/ActionEnd.java | 2 +- .../flash/action/special/ActionNop.java | 2 +- .../flash/action/special/ActionStore.java | 2 +- .../flash/action/swf3/ActionGetURL.java | 2 +- .../flash/action/swf3/ActionGoToLabel.java | 2 +- .../flash/action/swf3/ActionGotoFrame.java | 2 +- .../flash/action/swf3/ActionNextFrame.java | 2 +- .../flash/action/swf3/ActionPlay.java | 2 +- .../flash/action/swf3/ActionPrevFrame.java | 2 +- .../flash/action/swf3/ActionSetTarget.java | 2 +- .../flash/action/swf3/ActionStop.java | 2 +- .../flash/action/swf3/ActionStopSounds.java | 2 +- .../action/swf3/ActionToggleQuality.java | 2 +- .../flash/action/swf3/ActionWaitForFrame.java | 2 +- .../flash/action/swf4/ActionAdd.java | 2 +- .../flash/action/swf4/ActionAnd.java | 2 +- .../flash/action/swf4/ActionAsciiToChar.java | 2 +- .../flash/action/swf4/ActionCall.java | 2 +- .../flash/action/swf4/ActionCharToAscii.java | 2 +- .../flash/action/swf4/ActionCloneSprite.java | 2 +- .../flash/action/swf4/ActionDivide.java | 2 +- .../flash/action/swf4/ActionEndDrag.java | 2 +- .../flash/action/swf4/ActionEquals.java | 2 +- .../flash/action/swf4/ActionGetProperty.java | 2 +- .../flash/action/swf4/ActionGetTime.java | 2 +- .../flash/action/swf4/ActionGetURL2.java | 2 +- .../flash/action/swf4/ActionGetVariable.java | 2 +- .../flash/action/swf4/ActionGotoFrame2.java | 2 +- .../flash/action/swf4/ActionIf.java | 2 +- .../flash/action/swf4/ActionJump.java | 2 +- .../flash/action/swf4/ActionLess.java | 2 +- .../action/swf4/ActionMBAsciiToChar.java | 2 +- .../action/swf4/ActionMBCharToAscii.java | 2 +- .../action/swf4/ActionMBStringExtract.java | 2 +- .../action/swf4/ActionMBStringLength.java | 2 +- .../flash/action/swf4/ActionMultiply.java | 2 +- .../flash/action/swf4/ActionNot.java | 2 +- .../flash/action/swf4/ActionOr.java | 2 +- .../flash/action/swf4/ActionPop.java | 2 +- .../flash/action/swf4/ActionPush.java | 4 +- .../flash/action/swf4/ActionRandomNumber.java | 2 +- .../flash/action/swf4/ActionRemoveSprite.java | 2 +- .../flash/action/swf4/ActionSetProperty.java | 2 +- .../flash/action/swf4/ActionSetTarget2.java | 2 +- .../flash/action/swf4/ActionSetVariable.java | 2 +- .../flash/action/swf4/ActionStartDrag.java | 2 +- .../flash/action/swf4/ActionStringAdd.java | 2 +- .../flash/action/swf4/ActionStringEquals.java | 2 +- .../action/swf4/ActionStringExtract.java | 2 +- .../flash/action/swf4/ActionStringLength.java | 2 +- .../flash/action/swf4/ActionStringLess.java | 2 +- .../flash/action/swf4/ActionSubtract.java | 2 +- .../flash/action/swf4/ActionToInteger.java | 2 +- .../flash/action/swf4/ActionTrace.java | 2 +- .../action/swf4/ActionWaitForFrame2.java | 2 +- .../flash/action/swf4/ConstantIndex.java | 2 +- .../flash/action/swf4/RegisterNumber.java | 2 +- .../flash/action/swf5/ActionAdd2.java | 2 +- .../flash/action/swf5/ActionBitAnd.java | 2 +- .../flash/action/swf5/ActionBitLShift.java | 2 +- .../flash/action/swf5/ActionBitOr.java | 2 +- .../flash/action/swf5/ActionBitRShift.java | 2 +- .../flash/action/swf5/ActionBitURShift.java | 2 +- .../flash/action/swf5/ActionBitXor.java | 2 +- .../flash/action/swf5/ActionCallFunction.java | 2 +- .../flash/action/swf5/ActionCallMethod.java | 2 +- .../flash/action/swf5/ActionConstantPool.java | 2 +- .../flash/action/swf5/ActionDecrement.java | 2 +- .../action/swf5/ActionDefineFunction.java | 2 +- .../flash/action/swf5/ActionDefineLocal.java | 2 +- .../flash/action/swf5/ActionDefineLocal2.java | 2 +- .../flash/action/swf5/ActionDelete.java | 2 +- .../flash/action/swf5/ActionDelete2.java | 2 +- .../flash/action/swf5/ActionEnumerate.java | 2 +- .../flash/action/swf5/ActionEquals2.java | 2 +- .../flash/action/swf5/ActionGetMember.java | 2 +- .../flash/action/swf5/ActionIncrement.java | 2 +- .../flash/action/swf5/ActionInitArray.java | 2 +- .../flash/action/swf5/ActionInitObject.java | 2 +- .../flash/action/swf5/ActionLess2.java | 2 +- .../flash/action/swf5/ActionModulo.java | 2 +- .../flash/action/swf5/ActionNewMethod.java | 2 +- .../flash/action/swf5/ActionNewObject.java | 2 +- .../action/swf5/ActionPushDuplicate.java | 2 +- .../flash/action/swf5/ActionReturn.java | 2 +- .../flash/action/swf5/ActionSetMember.java | 2 +- .../flash/action/swf5/ActionStackSwap.java | 2 +- .../action/swf5/ActionStoreRegister.java | 2 +- .../flash/action/swf5/ActionTargetPath.java | 2 +- .../flash/action/swf5/ActionToNumber.java | 2 +- .../flash/action/swf5/ActionToString.java | 2 +- .../flash/action/swf5/ActionTypeOf.java | 2 +- .../flash/action/swf5/ActionWith.java | 2 +- .../flash/action/swf6/ActionEnumerate2.java | 2 +- .../flash/action/swf6/ActionGreater.java | 2 +- .../flash/action/swf6/ActionInstanceOf.java | 2 +- .../flash/action/swf6/ActionStrictEquals.java | 2 +- .../action/swf6/ActionStringGreater.java | 2 +- .../flash/action/swf7/ActionCastOp.java | 2 +- .../action/swf7/ActionDefineFunction2.java | 2 +- .../flash/action/swf7/ActionExtends.java | 2 +- .../flash/action/swf7/ActionImplementsOp.java | 2 +- .../flash/action/swf7/ActionThrow.java | 2 +- .../flash/action/swf7/ActionTry.java | 2 +- .../flash/configuration/Configuration.java | 2 +- .../configuration/ConfigurationCategory.java | 2 +- .../ConfigurationDefaultBoolean.java | 2 +- .../ConfigurationDefaultCalendar.java | 2 +- .../ConfigurationDefaultDouble.java | 2 +- .../ConfigurationDefaultInt.java | 2 +- .../ConfigurationDefaultString.java | 2 +- .../configuration/ConfigurationDirectory.java | 2 +- .../configuration/ConfigurationFile.java | 2 +- .../configuration/ConfigurationItem.java | 2 +- .../ConfigurationItemChangeListener.java | 2 +- .../configuration/ConfigurationName.java | 2 +- .../SwfSpecificConfiguration.java | 2 +- .../decompiler/flash/dumpview/DumpInfo.java | 2 +- .../flash/dumpview/DumpInfoSwfNode.java | 2 +- .../flash/ecma/EcmaFloatingDecimal.java | 2 +- .../decompiler/flash/ecma/EcmaScript.java | 2 +- .../jpexs/decompiler/flash/ecma/EcmaType.java | 2 +- .../decompiler/flash/ecma/NotCompileTime.java | 2 +- .../com/jpexs/decompiler/flash/ecma/Null.java | 2 +- .../decompiler/flash/ecma/Undefined.java | 2 +- .../flash/exporters/BinaryDataExporter.java | 2 +- .../flash/exporters/FontExporter.java | 2 +- .../flash/exporters/FrameExporter.java | 2 +- .../flash/exporters/ImageExporter.java | 2 +- .../flash/exporters/MorphShapeExporter.java | 2 +- .../flash/exporters/MovieExporter.java | 2 +- .../flash/exporters/ShapeExporter.java | 2 +- .../flash/exporters/SoundExporter.java | 2 +- .../flash/exporters/SymbolClassExporter.java | 2 +- .../flash/exporters/TextExporter.java | 2 +- .../commonshape/ExportRectangle.java | 2 +- .../exporters/commonshape/FillStyle.java | 2 +- .../exporters/commonshape/LineStyle.java | 2 +- .../flash/exporters/commonshape/Matrix.java | 2 +- .../flash/exporters/commonshape/Point.java | 2 +- .../exporters/commonshape/SVGExporter.java | 2 +- .../exporters/modes/BinaryDataExportMode.java | 2 +- .../exporters/modes/ButtonExportMode.java | 2 +- .../flash/exporters/modes/ExeExportMode.java | 2 +- .../flash/exporters/modes/FontExportMode.java | 2 +- .../exporters/modes/FrameExportMode.java | 2 +- .../exporters/modes/ImageExportMode.java | 2 +- .../exporters/modes/MorphShapeExportMode.java | 2 +- .../exporters/modes/MovieExportMode.java | 2 +- .../exporters/modes/ScriptExportMode.java | 2 +- .../exporters/modes/ShapeExportMode.java | 2 +- .../exporters/modes/SoundExportMode.java | 2 +- .../exporters/modes/SpriteExportMode.java | 2 +- .../modes/SymbolClassExportMode.java | 2 +- .../flash/exporters/modes/TextExportMode.java | 2 +- .../morphshape/CanvasMorphShapeExporter.java | 2 +- .../exporters/morphshape/CurvedMorphEdge.java | 2 +- .../DefaultSVGMorphShapeExporter.java | 2 +- .../exporters/morphshape/IMorphEdge.java | 2 +- .../morphshape/IMorphShapeExporter.java | 2 +- .../morphshape/MorphShapeExporterBase.java | 2 +- .../morphshape/SVGMorphShapeExporter.java | 2 +- .../morphshape/StraightMorphEdge.java | 2 +- .../exporters/script/AS2ScriptExporter.java | 2 +- .../exporters/script/AS3ScriptExporter.java | 2 +- .../exporters/script/ExportPackTask.java | 2 +- .../exporters/script/ExportScriptTask.java | 2 +- .../settings/BinaryDataExportSettings.java | 2 +- .../settings/ButtonExportSettings.java | 2 +- .../settings/FontExportSettings.java | 2 +- .../settings/FrameExportSettings.java | 2 +- .../settings/ImageExportSettings.java | 2 +- .../settings/MorphShapeExportSettings.java | 2 +- .../settings/MovieExportSettings.java | 2 +- .../settings/ScriptExportSettings.java | 2 +- .../settings/ShapeExportSettings.java | 2 +- .../settings/SoundExportSettings.java | 2 +- .../settings/SpriteExportSettings.java | 2 +- .../settings/TextExportSettings.java | 2 +- .../flash/exporters/shape/BitmapExporter.java | 2 +- .../exporters/shape/CanvasShapeExporter.java | 2 +- .../flash/exporters/shape/CurvedEdge.java | 2 +- .../shape/DefaultSVGShapeExporter.java | 2 +- .../flash/exporters/shape/IEdge.java | 2 +- .../flash/exporters/shape/IShapeExporter.java | 2 +- .../flash/exporters/shape/PathExporter.java | 2 +- .../exporters/shape/SVGShapeExporter.java | 2 +- .../exporters/shape/ShapeExportData.java | 2 +- .../exporters/shape/ShapeExporterBase.java | 2 +- .../flash/exporters/shape/StraightEdge.java | 2 +- .../exporters/swf/IndentedStringBuilder.java | 2 +- .../flash/exporters/swf/SwfFile.java | 2 +- .../flash/exporters/swf/SwfJavaExporter.java | 2 +- .../flash/exporters/swf/SwfXmlExporter.java | 2 +- .../jpexs/decompiler/flash/flv/AUDIODATA.java | 2 +- .../com/jpexs/decompiler/flash/flv/DATA.java | 2 +- .../decompiler/flash/flv/FLVOutputStream.java | 2 +- .../jpexs/decompiler/flash/flv/FLVTAG.java | 2 +- .../decompiler/flash/flv/SCRIPTDATA.java | 2 +- .../decompiler/flash/flv/SCRIPTDATADATE.java | 2 +- .../flash/flv/SCRIPTDATAOBJECT.java | 2 +- .../decompiler/flash/flv/SCRIPTDATAVALUE.java | 2 +- .../flash/flv/SCRIPTDATAVARIABLE.java | 2 +- .../jpexs/decompiler/flash/flv/VIDEODATA.java | 2 +- .../decompiler/flash/helpers/BMPFile.java | 2 +- .../flash/helpers/CodeFormatting.java | 2 +- .../flash/helpers/FileTextWriter.java | 2 +- .../decompiler/flash/helpers/FontHelper.java | 2 +- .../jpexs/decompiler/flash/helpers/Freed.java | 2 +- .../helpers/GraphSourceItemPosition.java | 2 +- .../flash/helpers/GraphTextWriter.java | 2 +- .../flash/helpers/HighlightedText.java | 2 +- .../flash/helpers/HighlightedTextWriter.java | 2 +- .../decompiler/flash/helpers/ImageHelper.java | 2 +- .../flash/helpers/InternalClass.java | 2 +- .../decompiler/flash/helpers/LazyObject.java | 2 +- .../flash/helpers/LoopWithType.java | 2 +- .../decompiler/flash/helpers/NulWriter.java | 2 +- .../flash/helpers/SWFDecompilerAdapter.java | 2 +- .../flash/helpers/SWFDecompilerListener.java | 2 +- .../flash/helpers/SWFDecompilerPlugin.java | 2 +- .../collections/FixItemCounterStack.java | 2 +- .../flash/helpers/collections/MyEntry.java | 2 +- .../flash/helpers/collections/MyMap.java | 2 +- .../flash/helpers/collections/MySet.java | 2 +- .../flash/helpers/hilight/HighlightData.java | 2 +- .../helpers/hilight/HighlightSpecialType.java | 2 +- .../flash/helpers/hilight/HighlightType.java | 2 +- .../flash/helpers/hilight/Highlighting.java | 2 +- .../flash/importers/AS2ScriptImporter.java | 2 +- .../flash/importers/AS3ScriptImporter.java | 2 +- .../flash/importers/BinaryDataImporter.java | 2 +- .../flash/importers/FontImporter.java | 2 +- .../flash/importers/ImageImporter.java | 2 +- .../flash/importers/MorphShapeImporter.java | 2 +- .../flash/importers/ShapeImporter.java | 2 +- .../flash/importers/SwfXmlImporter.java | 2 +- .../flash/importers/SymbolClassImporter.java | 2 +- .../flash/importers/TagImporter.java | 2 +- .../TextImportResizeTextBoundsMode.java | 2 +- .../flash/importers/TextImporter.java | 2 +- .../flash/importers/svg/CubicToQuad.java | 2 +- .../flash/importers/svg/SvgBitmapFill.java | 2 +- .../flash/importers/svg/SvgColor.java | 2 +- .../flash/importers/svg/SvgFill.java | 2 +- .../flash/importers/svg/SvgGradient.java | 2 +- .../flash/importers/svg/SvgGradientUnits.java | 2 +- .../flash/importers/svg/SvgImporter.java | 2 +- .../flash/importers/svg/SvgInterpolation.java | 2 +- .../flash/importers/svg/SvgLineCap.java | 2 +- .../flash/importers/svg/SvgLineJoin.java | 2 +- .../importers/svg/SvgLinearGradient.java | 2 +- .../flash/importers/svg/SvgPathReader.java | 2 +- .../importers/svg/SvgRadialGradient.java | 2 +- .../flash/importers/svg/SvgSpreadMethod.java | 2 +- .../flash/importers/svg/SvgStop.java | 2 +- .../flash/importers/svg/SvgStyle.java | 2 +- .../flash/importers/svg/SvgStyleProperty.java | 2 +- .../importers/svg/SvgTransparentFill.java | 2 +- .../flash/locales/AppResources.properties | 2 +- .../flash/locales/AppResources_ca.properties | 2 +- .../flash/locales/AppResources_cs.properties | 2 +- .../flash/locales/AppResources_de.properties | 2 +- .../flash/locales/AppResources_es.properties | 2 +- .../flash/locales/AppResources_fr.properties | 2 +- .../flash/locales/AppResources_hu.properties | 2 +- .../flash/locales/AppResources_it.properties | 2 +- .../flash/locales/AppResources_nl.properties | 2 +- .../flash/locales/AppResources_pt.properties | 2 +- .../locales/AppResources_pt_BR.properties | 2 +- .../flash/locales/AppResources_ru.properties | 2 +- .../flash/locales/AppResources_sv.properties | 2 +- .../flash/locales/AppResources_uk.properties | 2 +- .../flash/locales/AppResources_zh.properties | 2 +- .../flash/tags/ABCContainerTag.java | 2 +- .../flash/tags/CSMTextSettingsTag.java | 2 +- .../decompiler/flash/tags/DebugIDTag.java | 2 +- .../flash/tags/DefineBinaryDataTag.java | 2 +- .../flash/tags/DefineBitsJPEG2Tag.java | 2 +- .../flash/tags/DefineBitsJPEG3Tag.java | 2 +- .../flash/tags/DefineBitsJPEG4Tag.java | 2 +- .../flash/tags/DefineBitsLossless2Tag.java | 2 +- .../flash/tags/DefineBitsLosslessTag.java | 2 +- .../decompiler/flash/tags/DefineBitsTag.java | 2 +- .../flash/tags/DefineButton2Tag.java | 2 +- .../flash/tags/DefineButtonCxformTag.java | 2 +- .../flash/tags/DefineButtonSoundTag.java | 2 +- .../flash/tags/DefineButtonTag.java | 2 +- .../flash/tags/DefineEditTextTag.java | 2 +- .../decompiler/flash/tags/DefineFont2Tag.java | 2 +- .../decompiler/flash/tags/DefineFont3Tag.java | 2 +- .../decompiler/flash/tags/DefineFont4Tag.java | 2 +- .../flash/tags/DefineFontAlignZonesTag.java | 2 +- .../flash/tags/DefineFontInfo2Tag.java | 2 +- .../flash/tags/DefineFontInfoTag.java | 2 +- .../flash/tags/DefineFontNameTag.java | 2 +- .../decompiler/flash/tags/DefineFontTag.java | 2 +- .../flash/tags/DefineMorphShape2Tag.java | 2 +- .../flash/tags/DefineMorphShapeTag.java | 2 +- .../flash/tags/DefineScalingGridTag.java | 2 +- .../tags/DefineSceneAndFrameLabelDataTag.java | 2 +- .../flash/tags/DefineShape2Tag.java | 2 +- .../flash/tags/DefineShape3Tag.java | 2 +- .../flash/tags/DefineShape4Tag.java | 2 +- .../decompiler/flash/tags/DefineShapeTag.java | 2 +- .../decompiler/flash/tags/DefineSoundTag.java | 2 +- .../flash/tags/DefineSpriteTag.java | 2 +- .../decompiler/flash/tags/DefineText2Tag.java | 2 +- .../decompiler/flash/tags/DefineTextTag.java | 2 +- .../flash/tags/DefineVideoStreamTag.java | 2 +- .../decompiler/flash/tags/DoABC2Tag.java | 2 +- .../jpexs/decompiler/flash/tags/DoABCTag.java | 2 +- .../decompiler/flash/tags/DoActionTag.java | 2 +- .../flash/tags/DoInitActionTag.java | 2 +- .../flash/tags/EnableDebugger2Tag.java | 2 +- .../flash/tags/EnableDebuggerTag.java | 2 +- .../flash/tags/EnableTelemetryTag.java | 2 +- .../jpexs/decompiler/flash/tags/EndTag.java | 2 +- .../flash/tags/ExportAssetsTag.java | 2 +- .../flash/tags/FileAttributesTag.java | 2 +- .../decompiler/flash/tags/FrameLabelTag.java | 2 +- .../decompiler/flash/tags/FreeAllTag.java | 2 +- .../flash/tags/FreeCharacterTag.java | 2 +- .../flash/tags/ImportAssets2Tag.java | 2 +- .../flash/tags/ImportAssetsTag.java | 2 +- .../decompiler/flash/tags/JPEGTablesTag.java | 2 +- .../decompiler/flash/tags/MetadataTag.java | 2 +- .../flash/tags/NameCharacterTag.java | 2 +- .../flash/tags/PathsArePostScriptTag.java | 2 +- .../flash/tags/PlaceObject2Tag.java | 2 +- .../flash/tags/PlaceObject3Tag.java | 2 +- .../flash/tags/PlaceObject4Tag.java | 2 +- .../decompiler/flash/tags/PlaceObjectTag.java | 2 +- .../decompiler/flash/tags/ProductInfoTag.java | 2 +- .../decompiler/flash/tags/ProtectTag.java | 2 +- .../flash/tags/RemoveObject2Tag.java | 2 +- .../flash/tags/RemoveObjectTag.java | 2 +- .../flash/tags/ScriptLimitsTag.java | 2 +- .../flash/tags/SetBackgroundColorTag.java | 2 +- .../decompiler/flash/tags/SetTabIndexTag.java | 2 +- .../decompiler/flash/tags/ShowFrameTag.java | 2 +- .../flash/tags/SoundStreamBlockTag.java | 2 +- .../flash/tags/SoundStreamHead2Tag.java | 2 +- .../flash/tags/SoundStreamHeadTag.java | 2 +- .../decompiler/flash/tags/StartSound2Tag.java | 2 +- .../decompiler/flash/tags/StartSoundTag.java | 2 +- .../decompiler/flash/tags/SymbolClassTag.java | 2 +- .../decompiler/flash/tags/SyncFrameTag.java | 2 +- .../com/jpexs/decompiler/flash/tags/Tag.java | 2 +- .../flash/tags/TagChangedListener.java | 2 +- .../jpexs/decompiler/flash/tags/TagInfo.java | 2 +- .../jpexs/decompiler/flash/tags/TagStub.java | 2 +- .../decompiler/flash/tags/TagTypeInfo.java | 2 +- .../decompiler/flash/tags/UnknownTag.java | 2 +- .../decompiler/flash/tags/VideoFrameTag.java | 2 +- .../decompiler/flash/tags/base/ASMSource.java | 2 +- .../flash/tags/base/ASMSourceContainer.java | 2 +- .../decompiler/flash/tags/base/AloneTag.java | 2 +- .../flash/tags/base/BoundedTag.java | 2 +- .../decompiler/flash/tags/base/ButtonTag.java | 2 +- .../flash/tags/base/CharacterIdTag.java | 2 +- .../flash/tags/base/CharacterTag.java | 2 +- .../flash/tags/base/DrawableTag.java | 2 +- .../flash/tags/base/Exportable.java | 2 +- .../decompiler/flash/tags/base/FontTag.java | 2 +- .../decompiler/flash/tags/base/ImageTag.java | 2 +- .../decompiler/flash/tags/base/ImportTag.java | 2 +- .../tags/base/MissingCharacterHandler.java | 2 +- .../flash/tags/base/MorphShapeTag.java | 2 +- .../flash/tags/base/NeedsCharacters.java | 2 +- .../flash/tags/base/PasswordTag.java | 2 +- .../flash/tags/base/PlaceObjectTypeTag.java | 2 +- .../decompiler/flash/tags/base/RemoveTag.java | 2 +- .../flash/tags/base/RenderContext.java | 2 +- .../decompiler/flash/tags/base/ShapeTag.java | 2 +- .../tags/base/SoundStreamHeadTypeTag.java | 2 +- .../decompiler/flash/tags/base/SoundTag.java | 2 +- .../flash/tags/base/StaticTextTag.java | 2 +- .../flash/tags/base/SymbolClassTypeTag.java | 2 +- .../tags/base/TextImportErrorHandler.java | 2 +- .../decompiler/flash/tags/base/TextTag.java | 2 +- .../tags/dynamictext/CharacterWithStyle.java | 2 +- .../tags/dynamictext/DynamicTextModel.java | 2 +- .../tags/dynamictext/GlyphCharacter.java | 2 +- .../flash/tags/dynamictext/Paragraph.java | 2 +- .../tags/dynamictext/SameStyleTextRecord.java | 2 +- .../flash/tags/dynamictext/TextStyle.java | 2 +- .../flash/tags/dynamictext/Word.java | 2 +- .../flash/tags/enums/ImageFormat.java | 2 +- .../flash/tags/enums/TextRenderMode.java | 2 +- .../flash/tags/font/CharacterRanges.java | 2 +- .../flash/tags/gfx/DefineCompactedFont.java | 2 +- .../tags/gfx/DefineExternalGradient.java | 2 +- .../flash/tags/gfx/DefineExternalImage.java | 2 +- .../flash/tags/gfx/DefineExternalImage2.java | 2 +- .../flash/tags/gfx/DefineExternalSound.java | 2 +- .../tags/gfx/DefineExternalStreamSound.java | 2 +- .../flash/tags/gfx/DefineGradientMap.java | 2 +- .../flash/tags/gfx/DefineSubImage.java | 2 +- .../flash/tags/gfx/ExporterInfo.java | 2 +- .../flash/tags/gfx/FontTextureInfo.java | 2 +- .../tags/text/JustifyAlignGlyphEntry.java | 2 +- .../flash/tags/text/ParsedSymbol.java | 2 +- .../flash/tags/text/SymbolType.java | 2 +- .../decompiler/flash/tags/text/TextAlign.java | 2 +- .../decompiler/flash/tags/text/TextLexer.java | 2 +- .../flash/tags/text/TextParseException.java | 2 +- .../decompiler/flash/timeline/AS2Package.java | 2 +- .../decompiler/flash/timeline/AS3Package.java | 2 +- .../jpexs/decompiler/flash/timeline/Clip.java | 2 +- .../decompiler/flash/timeline/DepthState.java | 2 +- .../decompiler/flash/timeline/Frame.java | 2 +- .../flash/timeline/FrameScript.java | 2 +- .../decompiler/flash/timeline/SvgClip.java | 2 +- .../decompiler/flash/timeline/TagScript.java | 2 +- .../decompiler/flash/timeline/Timeline.java | 2 +- .../decompiler/flash/timeline/Timelined.java | 2 +- .../flash/timeline/TweenDetector.java | 2 +- .../decompiler/flash/timeline/TweenRange.java | 2 +- .../flash/treeitems/AS3ClassTreeItem.java | 2 +- .../flash/treeitems/FolderItem.java | 2 +- .../flash/treeitems/HeaderItem.java | 2 +- .../decompiler/flash/treeitems/SWFList.java | 2 +- .../flash/treeitems/ScriptContainer.java | 2 +- .../decompiler/flash/treeitems/TreeItem.java | 2 +- .../flash/types/ALPHABITMAPDATA.java | 2 +- .../flash/types/ALPHACOLORMAPDATA.java | 2 +- .../jpexs/decompiler/flash/types/ARGB.java | 2 +- .../decompiler/flash/types/BITMAPDATA.java | 2 +- .../flash/types/BUTTONCONDACTION.java | 2 +- .../decompiler/flash/types/BUTTONRECORD.java | 2 +- .../decompiler/flash/types/BasicType.java | 2 +- .../flash/types/CLIPACTIONRECORD.java | 2 +- .../decompiler/flash/types/CLIPACTIONS.java | 2 +- .../flash/types/CLIPEVENTFLAGS.java | 2 +- .../decompiler/flash/types/COLORMAPDATA.java | 2 +- .../jpexs/decompiler/flash/types/CXFORM.java | 2 +- .../flash/types/CXFORMWITHALPHA.java | 2 +- .../flash/types/ColorTransform.java | 2 +- .../types/ConstantColorColorTransform.java | 2 +- .../flash/types/DynamicTextGlyphEntry.java | 2 +- .../decompiler/flash/types/FILLSTYLE.java | 2 +- .../flash/types/FILLSTYLEARRAY.java | 2 +- .../decompiler/flash/types/FOCALGRADIENT.java | 2 +- .../decompiler/flash/types/GLYPHENTRY.java | 2 +- .../decompiler/flash/types/GRADIENT.java | 2 +- .../decompiler/flash/types/GRADRECORD.java | 2 +- .../decompiler/flash/types/KERNINGRECORD.java | 2 +- .../decompiler/flash/types/LANGCODE.java | 2 +- .../decompiler/flash/types/LINESTYLE.java | 2 +- .../decompiler/flash/types/LINESTYLE2.java | 2 +- .../flash/types/LINESTYLEARRAY.java | 2 +- .../jpexs/decompiler/flash/types/MATRIX.java | 2 +- .../flash/types/MORPHFILLSTYLE.java | 2 +- .../flash/types/MORPHFILLSTYLEARRAY.java | 2 +- .../flash/types/MORPHFOCALGRADIENT.java | 2 +- .../decompiler/flash/types/MORPHGRADIENT.java | 2 +- .../flash/types/MORPHGRADRECORD.java | 2 +- .../flash/types/MORPHLINESTYLE.java | 2 +- .../flash/types/MORPHLINESTYLE2.java | 2 +- .../flash/types/MORPHLINESTYLEARRAY.java | 2 +- .../jpexs/decompiler/flash/types/PIX15.java | 2 +- .../jpexs/decompiler/flash/types/PIX24.java | 2 +- .../jpexs/decompiler/flash/types/RECT.java | 2 +- .../com/jpexs/decompiler/flash/types/RGB.java | 2 +- .../jpexs/decompiler/flash/types/RGBA.java | 2 +- .../jpexs/decompiler/flash/types/SHAPE.java | 2 +- .../flash/types/SHAPEWITHSTYLE.java | 2 +- .../decompiler/flash/types/SOUNDENVELOPE.java | 2 +- .../decompiler/flash/types/SOUNDINFO.java | 2 +- .../decompiler/flash/types/TEXTRECORD.java | 2 +- .../decompiler/flash/types/ZONEDATA.java | 2 +- .../decompiler/flash/types/ZONERECORD.java | 2 +- .../flash/types/annotations/Calculated.java | 2 +- .../flash/types/annotations/Conditional.java | 2 +- .../types/annotations/ConditionalType.java | 2 +- .../flash/types/annotations/HashType.java | 2 +- .../types/annotations/HideInRawEdit.java | 2 +- .../flash/types/annotations/Internal.java | 2 +- .../flash/types/annotations/Multiline.java | 2 +- .../flash/types/annotations/Optional.java | 2 +- .../flash/types/annotations/Password.java | 2 +- .../flash/types/annotations/Reserved.java | 2 +- .../flash/types/annotations/SWFArray.java | 2 +- .../flash/types/annotations/SWFField.java | 2 +- .../flash/types/annotations/SWFType.java | 2 +- .../flash/types/annotations/SWFVersion.java | 2 +- .../flash/types/annotations/Table.java | 2 +- .../parser/AnnotationParseException.java | 2 +- .../parser/ConditionEvaluator.java | 2 +- .../annotations/parser/ConditionLexer.java | 2 +- .../annotations/parser/ConditionToken.java | 2 +- .../parser/ConditionTokenType.java | 2 +- .../flash/types/filters/BEVELFILTER.java | 2 +- .../flash/types/filters/BLURFILTER.java | 2 +- .../flash/types/filters/BlendComposite.java | 2 +- .../types/filters/COLORMATRIXFILTER.java | 2 +- .../types/filters/CONVOLUTIONFILTER.java | 2 +- .../flash/types/filters/DROPSHADOWFILTER.java | 2 +- .../flash/types/filters/FILTER.java | 2 +- .../flash/types/filters/Filtering.java | 2 +- .../flash/types/filters/GLOWFILTER.java | 2 +- .../types/filters/GRADIENTBEVELFILTER.java | 2 +- .../types/filters/GRADIENTGLOWFILTER.java | 2 +- .../flash/types/gfx/ContourType.java | 2 +- .../decompiler/flash/types/gfx/EdgeType.java | 2 +- .../decompiler/flash/types/gfx/FONTINFO.java | 2 +- .../decompiler/flash/types/gfx/FontType.java | 2 +- .../flash/types/gfx/GFxInputStream.java | 2 +- .../flash/types/gfx/GFxOutputStream.java | 2 +- .../decompiler/flash/types/gfx/GLYPHIDX.java | 2 +- .../flash/types/gfx/GlyphInfoType.java | 2 +- .../decompiler/flash/types/gfx/GlyphType.java | 2 +- .../flash/types/gfx/KerningPairType.java | 2 +- .../decompiler/flash/types/gfx/TEXGLYPH.java | 2 +- .../types/shaperecords/CurvedEdgeRecord.java | 2 +- .../types/shaperecords/EndShapeRecord.java | 2 +- .../flash/types/shaperecords/SHAPERECORD.java | 2 +- .../shaperecords/StraightEdgeRecord.java | 2 +- .../types/shaperecords/StyleChangeRecord.java | 2 +- .../flash/types/sound/AdpcmDecoder.java | 2 +- .../flash/types/sound/MP3Decoder.java | 2 +- .../flash/types/sound/MP3FRAME.java | 2 +- .../flash/types/sound/MP3SOUNDDATA.java | 2 +- .../flash/types/sound/NellyMoserDecoder.java | 2 +- .../flash/types/sound/NoDecoder.java | 2 +- .../flash/types/sound/SoundDecoder.java | 2 +- .../flash/types/sound/SoundExportFormat.java | 2 +- .../flash/types/sound/SoundFormat.java | 2 +- .../decompiler/flash/xfl/FLAVersion.java | 2 +- .../decompiler/flash/xfl/XFLConverter.java | 2 +- .../src/com/jpexs/decompiler/graph/Block.java | 2 +- .../graph/CompilationException.java | 2 +- .../jpexs/decompiler/graph/DottedChain.java | 2 +- .../src/com/jpexs/decompiler/graph/Graph.java | 2 +- .../com/jpexs/decompiler/graph/GraphPart.java | 2 +- .../decompiler/graph/GraphPartMulti.java | 2 +- .../decompiler/graph/GraphPartQueue.java | 2 +- .../com/jpexs/decompiler/graph/GraphPath.java | 2 +- .../jpexs/decompiler/graph/GraphSource.java | 2 +- .../decompiler/graph/GraphSourceItem.java | 2 +- .../graph/GraphSourceItemContainer.java | 2 +- .../decompiler/graph/GraphSourceItemPos.java | 2 +- .../decompiler/graph/GraphTargetItem.java | 2 +- .../src/com/jpexs/decompiler/graph/Loop.java | 2 +- .../com/jpexs/decompiler/graph/MarkItem.java | 2 +- .../decompiler/graph/NotCompileTimeItem.java | 2 +- .../jpexs/decompiler/graph/ScopeStack.java | 2 +- .../decompiler/graph/SourceGenerator.java | 2 +- .../decompiler/graph/TranslateException.java | 2 +- .../decompiler/graph/TranslateStack.java | 2 +- .../decompiler/graph/TypeFunctionItem.java | 2 +- .../com/jpexs/decompiler/graph/TypeItem.java | 2 +- .../jpexs/decompiler/graph/model/AndItem.java | 2 +- .../decompiler/graph/model/BinaryOp.java | 2 +- .../decompiler/graph/model/BinaryOpItem.java | 2 +- .../decompiler/graph/model/BlockItem.java | 2 +- .../decompiler/graph/model/BreakItem.java | 2 +- .../graph/model/CommaExpressionItem.java | 2 +- .../decompiler/graph/model/CommentItem.java | 2 +- .../decompiler/graph/model/ContinueItem.java | 2 +- .../decompiler/graph/model/DoWhileItem.java | 2 +- .../decompiler/graph/model/DuplicateItem.java | 2 +- .../decompiler/graph/model/ExitItem.java | 2 +- .../decompiler/graph/model/FalseItem.java | 2 +- .../jpexs/decompiler/graph/model/ForItem.java | 2 +- .../decompiler/graph/model/GotoItem.java | 2 +- .../jpexs/decompiler/graph/model/IfItem.java | 2 +- .../graph/model/IntegerValueItem.java | 2 +- .../decompiler/graph/model/LabelItem.java | 2 +- .../decompiler/graph/model/LocalData.java | 2 +- .../decompiler/graph/model/LogicalOpItem.java | 2 +- .../decompiler/graph/model/LoopItem.java | 2 +- .../jpexs/decompiler/graph/model/NotItem.java | 2 +- .../jpexs/decompiler/graph/model/OrItem.java | 2 +- .../graph/model/ParenthesisItem.java | 2 +- .../jpexs/decompiler/graph/model/PopItem.java | 2 +- .../decompiler/graph/model/PushItem.java | 2 +- .../decompiler/graph/model/ScriptEndItem.java | 2 +- .../decompiler/graph/model/SwitchItem.java | 2 +- .../decompiler/graph/model/TernarOpItem.java | 2 +- .../decompiler/graph/model/TrueItem.java | 2 +- .../jpexs/decompiler/graph/model/UnaryOp.java | 2 +- .../decompiler/graph/model/UnaryOpItem.java | 2 +- .../graph/model/UnboundedTypeItem.java | 2 +- .../graph/model/UniversalLoopItem.java | 2 +- .../decompiler/graph/model/WhileItem.java | 2 +- .../src/com/jpexs/helpers/ByteArrayRange.java | 2 +- .../src/com/jpexs/helpers/Cache.java | 2 +- .../src/com/jpexs/helpers/Callback.java | 2 +- .../com/jpexs/helpers/CancellableWorker.java | 2 +- .../com/jpexs/helpers/ConcreteClasses.java | 2 +- .../src/com/jpexs/helpers/FileHashMap.java | 2 +- .../src/com/jpexs/helpers/HashArrayList.java | 2 +- .../src/com/jpexs/helpers/Helper.java | 2 +- .../com/jpexs/helpers/ImmediateFuture.java | 2 +- .../com/jpexs/helpers/LimitedInputStream.java | 2 +- .../src/com/jpexs/helpers/MD5Crypt.java | 2 +- .../com/jpexs/helpers/MemoryInputStream.java | 2 +- .../src/com/jpexs/helpers/NulStream.java | 2 +- .../ffdec_lib/src/com/jpexs/helpers/Path.java | 2 +- .../jpexs/helpers/PosMarkedInputStream.java | 2 +- .../com/jpexs/helpers/ProgressListener.java | 2 +- .../jpexs/helpers/ReReadableInputStream.java | 2 +- .../com/jpexs/helpers/ReflectionTools.java | 2 +- .../src/com/jpexs/helpers/Searchable.java | 2 +- .../com/jpexs/helpers/SerializableImage.java | 2 +- .../src/com/jpexs/helpers/Stopwatch.java | 2 +- .../src/com/jpexs/helpers/StreamSearch.java | 2 +- .../jpexs/helpers/SwfHeaderStreamSearch.java | 2 +- .../plugin/CharSequenceJavaFileObject.java | 2 +- .../helpers/plugin/ClassFileManager.java | 2 +- .../jpexs/helpers/plugin/JavaClassObject.java | 2 +- .../com/jpexs/helpers/sound/SoundPlayer.java | 2 +- .../com/jpexs/helpers/stat/StatisticData.java | 2 +- .../com/jpexs/helpers/stat/Statistics.java | 2 +- .../helpers/streams/SeekableInputStream.java | 2 +- .../com/jpexs/helpers/utf8/Utf8Helper.java | 2 +- .../helpers/utf8/Utf8InputStreamReader.java | 2 +- .../helpers/utf8/Utf8OutputStreamWriter.java | 2 +- .../jpexs/helpers/utf8/Utf8PrintWriter.java | 2 +- .../jpexs/decompiler/flash/ABCStreamTest.java | 2 +- .../flash/ActionScript2AssemblerTest.java | 2 +- .../flash/ActionScript2DeobfuscatorTest.java | 2 +- .../flash/ActionScript2ModificationTest.java | 2 +- .../flash/ActionScript2ParserTest.java | 2 +- .../decompiler/flash/ActionScript2Test.java | 2 +- .../flash/ActionScript2TestBase.java | 2 +- .../flash/ActionScript3AssemblerTest.java | 2 +- .../flash/ActionScript3DeobfuscatorTest.java | 2 +- .../flash/ActionScript3ExecuteTest.java | 2 +- .../decompiler/flash/ActionScript3Test.java | 2 +- .../flash/ActionScriptTestBase.java | 2 +- .../decompiler/flash/DirectEditingTest.java | 2 +- .../jpexs/decompiler/flash/ExportTest.java | 2 +- .../decompiler/flash/FileHashMapTest.java | 2 +- .../jpexs/decompiler/flash/FileTestBase.java | 2 +- .../jpexs/decompiler/flash/RecompileTest.java | 2 +- .../jpexs/decompiler/flash/SWFStreamTest.java | 2 +- .../flash/SwfXmlExportImportTest.java | 2 +- .../flash/generators/AS2Generator.java | 2 +- .../flash/generators/AS3Generator.java | 2 +- src/com/jpexs/browsers/cache/CacheEntry.java | 2 +- .../browsers/cache/CacheImplementation.java | 2 +- src/com/jpexs/browsers/cache/CacheReader.java | 2 +- .../browsers/cache/ChunkedInputStream.java | 2 +- .../jpexs/browsers/cache/RafInputStream.java | 2 +- .../cache/chrome/BlockFileHeader.java | 2 +- .../browsers/cache/chrome/CacheAddr.java | 2 +- .../browsers/cache/chrome/ChromeCache.java | 2 +- .../browsers/cache/chrome/EntryFlags.java | 2 +- .../browsers/cache/chrome/EntryState.java | 2 +- .../browsers/cache/chrome/EntryStore.java | 2 +- .../cache/chrome/HttpResponseInfo.java | 2 +- .../jpexs/browsers/cache/chrome/Index.java | 2 +- .../browsers/cache/chrome/IndexHeader.java | 2 +- .../cache/chrome/IndexInputStream.java | 2 +- .../jpexs/browsers/cache/chrome/LruData.java | 2 +- .../browsers/cache/chrome/RankingsNode.java | 2 +- .../cache/firefox/CacheInputStream.java | 2 +- .../browsers/cache/firefox/CacheMap.java | 2 +- .../browsers/cache/firefox/FirefoxCache.java | 2 +- .../firefox/IncompatibleVersionException.java | 2 +- .../browsers/cache/firefox/Location.java | 2 +- .../browsers/cache/firefox/MapBucket.java | 2 +- .../browsers/cache/firefox/MetaData.java | 2 +- .../console/CommandLineArgumentParser.java | 2 +- .../ConsoleAbortRetryIgnoreHandler.java | 2 +- .../flash/console/ContextMenuTools.java | 2 +- .../decompiler/flash/gui/AboutDialog.java | 4 +- .../flash/gui/AdvancedSettingsDialog.java | 2 +- .../jpexs/decompiler/flash/gui/AppDialog.java | 2 +- .../jpexs/decompiler/flash/gui/AppFrame.java | 2 +- .../decompiler/flash/gui/AppRibbonFrame.java | 2 +- .../decompiler/flash/gui/AppStrings.java | 2 +- .../decompiler/flash/gui/BinaryPanel.java | 2 +- .../decompiler/flash/gui/ButtonsPanel.java | 2 +- .../decompiler/flash/gui/ComboBoxItem.java | 2 +- .../decompiler/flash/gui/DebugLogDialog.java | 2 +- .../decompiler/flash/gui/DebugPanel.java | 2 +- .../decompiler/flash/gui/DebuggerHandler.java | 2 +- .../flash/gui/EachRowRendererEditor.java | 2 +- .../decompiler/flash/gui/ErrorLogFrame.java | 2 +- .../decompiler/flash/gui/ErrorState.java | 2 +- .../decompiler/flash/gui/ExportDialog.java | 2 +- .../flash/gui/FlashUnsupportedException.java | 2 +- .../flash/gui/FolderPreviewPanel.java | 2 +- .../decompiler/flash/gui/FontEmbedDialog.java | 2 +- .../jpexs/decompiler/flash/gui/FontFace.java | 2 +- .../decompiler/flash/gui/FontFamily.java | 2 +- .../jpexs/decompiler/flash/gui/FontPanel.java | 2 +- .../flash/gui/FontPreviewDialog.java | 2 +- .../decompiler/flash/gui/GenericTagPanel.java | 2 +- .../flash/gui/GenericTagTreePanel.java | 2 +- .../decompiler/flash/gui/GraphDialog.java | 2 +- .../decompiler/flash/gui/GraphTreeFrame.java | 2 +- .../flash/gui/GuiAbortRetryIgnoreHandler.java | 2 +- .../decompiler/flash/gui/HeaderInfoPanel.java | 2 +- .../decompiler/flash/gui/HeaderLabel.java | 2 +- .../decompiler/flash/gui/ImagePanel.java | 2 +- .../jpexs/decompiler/flash/gui/Language.java | 2 +- .../decompiler/flash/gui/LicenseUpdater.java | 4 +- .../jpexs/decompiler/flash/gui/LinkLabel.java | 2 +- .../decompiler/flash/gui/ListLayout.java | 2 +- .../flash/gui/LoadFromCacheFrame.java | 2 +- .../flash/gui/LoadFromMemoryFrame.java | 2 +- .../decompiler/flash/gui/LoadingDialog.java | 2 +- .../decompiler/flash/gui/LoadingPanel.java | 2 +- .../decompiler/flash/gui/LogFormatter.java | 2 +- src/com/jpexs/decompiler/flash/gui/Main.java | 2 +- .../jpexs/decompiler/flash/gui/MainFrame.java | 2 +- .../flash/gui/MainFrameClassic.java | 2 +- .../flash/gui/MainFrameClassicMenu.java | 2 +- .../decompiler/flash/gui/MainFrameMenu.java | 2 +- .../decompiler/flash/gui/MainFrameRibbon.java | 2 +- .../flash/gui/MainFrameRibbonMenu.java | 2 +- .../flash/gui/MainFrameStatusPanel.java | 2 +- .../jpexs/decompiler/flash/gui/MainPanel.java | 2 +- .../decompiler/flash/gui/MenuBuilder.java | 2 +- .../jpexs/decompiler/flash/gui/ModeFrame.java | 2 +- .../flash/gui/MyCommandButtonUI.java | 2 +- .../flash/gui/MyFormattedTextField.java | 2 +- .../decompiler/flash/gui/MyProgressBarUI.java | 2 +- .../decompiler/flash/gui/MyResizableIcon.java | 2 +- .../gui/MyRibbonApplicationMenuButtonUI.java | 2 +- .../MyRibbonApplicationMenuPopupPanelUI.java | 2 +- .../decompiler/flash/gui/MyTextField.java | 2 +- .../flash/gui/NewVersionDialog.java | 2 +- .../decompiler/flash/gui/OceanicSkin.java | 2 +- .../decompiler/flash/gui/OpenFileResult.java | 2 +- .../decompiler/flash/gui/PreviewPanel.java | 2 +- .../decompiler/flash/gui/QuickFindPanel.java | 2 +- .../flash/gui/RecentFilesButton.java | 2 +- .../decompiler/flash/gui/RenameDialog.java | 2 +- .../flash/gui/ReplaceCharacterDialog.java | 2 +- .../flash/gui/ReplaceTraceDialog.java | 2 +- .../decompiler/flash/gui/SaveFileMode.java | 2 +- .../decompiler/flash/gui/SearchDialog.java | 2 +- .../decompiler/flash/gui/SearchListener.java | 2 +- .../decompiler/flash/gui/SearchPanel.java | 2 +- .../flash/gui/SearchResultsDialog.java | 2 +- .../flash/gui/SelectLanguageDialog.java | 2 +- .../decompiler/flash/gui/SoundTagPlayer.java | 2 +- .../decompiler/flash/gui/SwfInMemory.java | 2 +- .../decompiler/flash/gui/TagEditorPanel.java | 2 +- .../decompiler/flash/gui/TagInfoPanel.java | 2 +- .../jpexs/decompiler/flash/gui/TextPanel.java | 2 +- .../decompiler/flash/gui/TreeNodeType.java | 2 +- .../decompiler/flash/gui/TreePanelMode.java | 2 +- src/com/jpexs/decompiler/flash/gui/View.java | 2 +- .../decompiler/flash/gui/WrapLayout.java | 2 +- .../flash/gui/abc/ABCComboBoxModel.java | 2 +- .../decompiler/flash/gui/abc/ABCPanel.java | 2 +- .../flash/gui/abc/ABCPanelSearchResult.java | 2 +- .../flash/gui/abc/ASMSourceEditorPane.java | 2 +- .../flash/gui/abc/ClassesListTreeModel.java | 2 +- .../flash/gui/abc/ConstantsListModel.java | 2 +- .../flash/gui/abc/DecompiledEditorPane.java | 2 +- .../flash/gui/abc/DeobfuscationDialog.java | 2 +- .../decompiler/flash/gui/abc/DetailPanel.java | 2 +- .../gui/abc/DialogMissingSymbolHandler.java | 2 +- .../flash/gui/abc/IconListRenderer.java | 2 +- .../flash/gui/abc/MethodCodePanel.java | 2 +- .../flash/gui/abc/MethodTraitDetailPanel.java | 2 +- .../flash/gui/abc/NewTraitDialog.java | 2 +- .../flash/gui/abc/RootABCContainerTag.java | 2 +- .../gui/abc/SlotConstTraitDetailPanel.java | 2 +- .../decompiler/flash/gui/abc/TraitDetail.java | 2 +- .../decompiler/flash/gui/abc/TraitsList.java | 2 +- .../flash/gui/abc/TraitsListItem.java | 2 +- .../flash/gui/abc/TraitsListModel.java | 2 +- .../decompiler/flash/gui/abc/UsageFrame.java | 2 +- .../flash/gui/abc/UsageListModel.java | 2 +- .../abc/tablemodels/DecimalTableModel.java | 2 +- .../gui/abc/tablemodels/DoubleTableModel.java | 2 +- .../gui/abc/tablemodels/IntTableModel.java | 2 +- .../abc/tablemodels/MultinameTableModel.java | 2 +- .../tablemodels/NamespaceSetTableModel.java | 2 +- .../abc/tablemodels/NamespaceTableModel.java | 2 +- .../gui/abc/tablemodels/StringTableModel.java | 2 +- .../gui/abc/tablemodels/UIntTableModel.java | 2 +- .../flash/gui/action/ActionPanel.java | 2 +- .../flash/gui/action/ActionSearchResult.java | 2 +- .../gui/controls/JPersistentSplitPane.java | 2 +- .../flash/gui/controls/JRepeatButton.java | 2 +- .../gui/controls/NoneSelectedButtonGroup.java | 2 +- .../flash/gui/debugger/DebugListener.java | 2 +- .../flash/gui/debugger/Debugger.java | 2 +- .../flash/gui/debugger/DebuggerTools.java | 2 +- .../flash/gui/dumpview/DumpTree.java | 2 +- .../flash/gui/dumpview/DumpTreeModel.java | 2 +- .../flash/gui/dumpview/DumpViewPanel.java | 2 +- .../gui/editor/DebuggableEditorPane.java | 2 +- .../gui/editor/LineMarkedEditorPane.java | 2 +- .../flash/gui/editor/LinkHandler.java | 2 +- .../flash/gui/editor/MyMarkers.java | 2 +- .../flash/gui/editor/TextChangedListener.java | 2 +- .../flash/gui/editor/UndoFixedEditorPane.java | 2 +- .../generictageditors/BinaryDataEditor.java | 2 +- .../gui/generictageditors/BooleanEditor.java | 2 +- .../gui/generictageditors/ChangeListener.java | 2 +- .../gui/generictageditors/ColorEditor.java | 2 +- .../generictageditors/GenericTagEditor.java | 2 +- .../gui/generictageditors/NumberEditor.java | 2 +- .../gui/generictageditors/StringEditor.java | 2 +- .../flash/gui/helpers/CheckResources.java | 2 +- .../gui/helpers/CollectionChangedAction.java | 2 +- .../gui/helpers/CollectionChangedEvent.java | 2 +- .../helpers/CollectionChangedListener.java | 2 +- .../flash/gui/helpers/ObservableList.java | 2 +- .../flash/gui/helpers/TableLayoutHelper.java | 2 +- .../decompiler/flash/gui/hexview/HexView.java | 2 +- .../flash/gui/hexview/HexViewListener.java | 2 +- .../flash/gui/hexview/HexViewTableModel.java | 2 +- .../flash/gui/locales/AboutDialog.properties | 2 +- .../gui/locales/AboutDialog_ca.properties | 2 +- .../gui/locales/AboutDialog_cs.properties | 2 +- .../gui/locales/AboutDialog_de.properties | 2 +- .../gui/locales/AboutDialog_es.properties | 2 +- .../gui/locales/AboutDialog_fr.properties | 2 +- .../gui/locales/AboutDialog_hu.properties | 2 +- .../gui/locales/AboutDialog_it.properties | 2 +- .../gui/locales/AboutDialog_nl.properties | 2 +- .../gui/locales/AboutDialog_pl.properties | 2 +- .../gui/locales/AboutDialog_pt.properties | 2 +- .../gui/locales/AboutDialog_pt_BR.properties | 2 +- .../gui/locales/AboutDialog_ru.properties | 2 +- .../gui/locales/AboutDialog_sv.properties | 54 +++++++------- .../gui/locales/AboutDialog_uk.properties | 2 +- .../gui/locales/AboutDialog_zh.properties | 2 +- .../locales/AdvancedSettingsDialog.properties | 2 +- .../AdvancedSettingsDialog_ca.properties | 2 +- .../AdvancedSettingsDialog_cs.properties | 2 +- .../AdvancedSettingsDialog_de.properties | 2 +- .../AdvancedSettingsDialog_es.properties | 2 +- .../AdvancedSettingsDialog_fr.properties | 2 +- .../AdvancedSettingsDialog_hu.properties | 2 +- .../AdvancedSettingsDialog_it.properties | 2 +- .../AdvancedSettingsDialog_nl.properties | 2 +- .../AdvancedSettingsDialog_pl.properties | 2 +- .../AdvancedSettingsDialog_pt.properties | 2 +- .../AdvancedSettingsDialog_pt_BR.properties | 2 +- .../AdvancedSettingsDialog_ru.properties | 2 +- .../AdvancedSettingsDialog_sv.properties | 2 +- .../AdvancedSettingsDialog_uk.properties | 2 +- .../AdvancedSettingsDialog_zh.properties | 2 +- .../gui/locales/DebugLogDialog.properties | 2 +- .../gui/locales/DebugLogDialog_ca.properties | 2 +- .../gui/locales/DebugLogDialog_cs.properties | 2 +- .../gui/locales/DebugLogDialog_de.properties | 2 +- .../gui/locales/DebugLogDialog_es.properties | 2 +- .../gui/locales/DebugLogDialog_fr.properties | 2 +- .../gui/locales/DebugLogDialog_hu.properties | 2 +- .../gui/locales/DebugLogDialog_it.properties | 2 +- .../gui/locales/DebugLogDialog_nl.properties | 2 +- .../gui/locales/DebugLogDialog_pl.properties | 2 +- .../gui/locales/DebugLogDialog_pt.properties | 2 +- .../locales/DebugLogDialog_pt_BR.properties | 2 +- .../gui/locales/DebugLogDialog_ru.properties | 2 +- .../gui/locales/DebugLogDialog_sv.properties | 38 +++++----- .../gui/locales/DebugLogDialog_uk.properties | 2 +- .../gui/locales/DebugLogDialog_zh.properties | 2 +- .../gui/locales/ErrorLogFrame.properties | 2 +- .../gui/locales/ErrorLogFrame_ca.properties | 2 +- .../gui/locales/ErrorLogFrame_cs.properties | 2 +- .../gui/locales/ErrorLogFrame_de.properties | 2 +- .../gui/locales/ErrorLogFrame_es.properties | 2 +- .../gui/locales/ErrorLogFrame_fr.properties | 2 +- .../gui/locales/ErrorLogFrame_hu.properties | 2 +- .../gui/locales/ErrorLogFrame_it.properties | 2 +- .../gui/locales/ErrorLogFrame_nl.properties | 2 +- .../gui/locales/ErrorLogFrame_pl.properties | 2 +- .../gui/locales/ErrorLogFrame_pt.properties | 2 +- .../locales/ErrorLogFrame_pt_BR.properties | 2 +- .../gui/locales/ErrorLogFrame_ru.properties | 2 +- .../gui/locales/ErrorLogFrame_sv.properties | 2 +- .../gui/locales/ErrorLogFrame_uk.properties | 2 +- .../gui/locales/ErrorLogFrame_zh.properties | 2 +- .../flash/gui/locales/ExportDialog.properties | 2 +- .../gui/locales/ExportDialog_ca.properties | 2 +- .../gui/locales/ExportDialog_cs.properties | 2 +- .../gui/locales/ExportDialog_de.properties | 2 +- .../gui/locales/ExportDialog_es.properties | 2 +- .../gui/locales/ExportDialog_fr.properties | 2 +- .../gui/locales/ExportDialog_hu.properties | 2 +- .../gui/locales/ExportDialog_it.properties | 2 +- .../gui/locales/ExportDialog_nl.properties | 2 +- .../gui/locales/ExportDialog_pl.properties | 2 +- .../gui/locales/ExportDialog_pt.properties | 2 +- .../gui/locales/ExportDialog_pt_BR.properties | 2 +- .../gui/locales/ExportDialog_ru.properties | 2 +- .../gui/locales/ExportDialog_sv.properties | 2 +- .../gui/locales/ExportDialog_uk.properties | 2 +- .../gui/locales/ExportDialog_zh.properties | 2 +- .../gui/locales/FontEmbedDialog.properties | 2 +- .../gui/locales/FontEmbedDialog_ca.properties | 2 +- .../gui/locales/FontEmbedDialog_cs.properties | 2 +- .../gui/locales/FontEmbedDialog_de.properties | 2 +- .../gui/locales/FontEmbedDialog_es.properties | 2 +- .../gui/locales/FontEmbedDialog_fr.properties | 2 +- .../gui/locales/FontEmbedDialog_hu.properties | 2 +- .../gui/locales/FontEmbedDialog_it.properties | 2 +- .../gui/locales/FontEmbedDialog_nl.properties | 2 +- .../gui/locales/FontEmbedDialog_pl.properties | 2 +- .../gui/locales/FontEmbedDialog_pt.properties | 2 +- .../locales/FontEmbedDialog_pt_BR.properties | 2 +- .../gui/locales/FontEmbedDialog_ru.properties | 2 +- .../gui/locales/FontEmbedDialog_sv.properties | 52 +++++++------- .../gui/locales/FontEmbedDialog_uk.properties | 2 +- .../gui/locales/FontEmbedDialog_zh.properties | 2 +- .../gui/locales/FontPreviewDialog.properties | 2 +- .../locales/FontPreviewDialog_ca.properties | 2 +- .../locales/FontPreviewDialog_cs.properties | 2 +- .../locales/FontPreviewDialog_de.properties | 2 +- .../locales/FontPreviewDialog_es.properties | 2 +- .../locales/FontPreviewDialog_fr.properties | 2 +- .../locales/FontPreviewDialog_hu.properties | 2 +- .../locales/FontPreviewDialog_it.properties | 2 +- .../locales/FontPreviewDialog_nl.properties | 2 +- .../locales/FontPreviewDialog_pl.properties | 2 +- .../locales/FontPreviewDialog_pt.properties | 2 +- .../FontPreviewDialog_pt_BR.properties | 2 +- .../locales/FontPreviewDialog_ru.properties | 2 +- .../locales/FontPreviewDialog_sv.properties | 2 +- .../locales/FontPreviewDialog_uk.properties | 2 +- .../locales/FontPreviewDialog_zh.properties | 2 +- .../flash/gui/locales/GraphDialog.properties | 2 +- .../gui/locales/GraphDialog_ca.properties | 2 +- .../gui/locales/GraphDialog_cs.properties | 2 +- .../gui/locales/GraphDialog_de.properties | 2 +- .../gui/locales/GraphDialog_es.properties | 2 +- .../gui/locales/GraphDialog_fr.properties | 2 +- .../gui/locales/GraphDialog_hu.properties | 2 +- .../gui/locales/GraphDialog_it.properties | 2 +- .../gui/locales/GraphDialog_nl.properties | 2 +- .../gui/locales/GraphDialog_pl.properties | 2 +- .../gui/locales/GraphDialog_pt.properties | 2 +- .../gui/locales/GraphDialog_pt_BR.properties | 2 +- .../gui/locales/GraphDialog_ru.properties | 2 +- .../gui/locales/GraphDialog_sv.properties | 2 +- .../gui/locales/GraphDialog_uk.properties | 2 +- .../gui/locales/GraphDialog_zh.properties | 2 +- .../gui/locales/GraphTreeFrame.properties | 2 +- .../gui/locales/GraphTreeFrame_it.properties | 2 +- .../gui/locales/LoadFromCacheFrame.properties | 2 +- .../locales/LoadFromCacheFrame_ca.properties | 2 +- .../locales/LoadFromCacheFrame_cs.properties | 2 +- .../locales/LoadFromCacheFrame_de.properties | 2 +- .../locales/LoadFromCacheFrame_es.properties | 2 +- .../locales/LoadFromCacheFrame_fr.properties | 2 +- .../locales/LoadFromCacheFrame_hu.properties | 2 +- .../locales/LoadFromCacheFrame_it.properties | 2 +- .../locales/LoadFromCacheFrame_nl.properties | 2 +- .../locales/LoadFromCacheFrame_pl.properties | 2 +- .../locales/LoadFromCacheFrame_pt.properties | 2 +- .../LoadFromCacheFrame_pt_BR.properties | 2 +- .../locales/LoadFromCacheFrame_ru.properties | 2 +- .../locales/LoadFromCacheFrame_sv.properties | 2 +- .../locales/LoadFromCacheFrame_uk.properties | 2 +- .../locales/LoadFromCacheFrame_zh.properties | 2 +- .../locales/LoadFromMemoryFrame.properties | 2 +- .../locales/LoadFromMemoryFrame_ca.properties | 2 +- .../locales/LoadFromMemoryFrame_cs.properties | 2 +- .../locales/LoadFromMemoryFrame_de.properties | 2 +- .../locales/LoadFromMemoryFrame_es.properties | 2 +- .../locales/LoadFromMemoryFrame_fr.properties | 2 +- .../locales/LoadFromMemoryFrame_hu.properties | 2 +- .../locales/LoadFromMemoryFrame_it.properties | 2 +- .../locales/LoadFromMemoryFrame_nl.properties | 2 +- .../locales/LoadFromMemoryFrame_pl.properties | 2 +- .../locales/LoadFromMemoryFrame_pt.properties | 2 +- .../LoadFromMemoryFrame_pt_BR.properties | 2 +- .../locales/LoadFromMemoryFrame_ru.properties | 2 +- .../locales/LoadFromMemoryFrame_sv.properties | 2 +- .../locales/LoadFromMemoryFrame_uk.properties | 2 +- .../locales/LoadFromMemoryFrame_zh.properties | 2 +- .../gui/locales/LoadingDialog.properties | 2 +- .../gui/locales/LoadingDialog_ca.properties | 2 +- .../gui/locales/LoadingDialog_cs.properties | 2 +- .../gui/locales/LoadingDialog_de.properties | 2 +- .../gui/locales/LoadingDialog_es.properties | 2 +- .../gui/locales/LoadingDialog_fr.properties | 2 +- .../gui/locales/LoadingDialog_hu.properties | 2 +- .../gui/locales/LoadingDialog_it.properties | 2 +- .../gui/locales/LoadingDialog_nl.properties | 2 +- .../gui/locales/LoadingDialog_pl.properties | 2 +- .../gui/locales/LoadingDialog_pt.properties | 2 +- .../locales/LoadingDialog_pt_BR.properties | 2 +- .../gui/locales/LoadingDialog_ru.properties | 2 +- .../gui/locales/LoadingDialog_sv.properties | 2 +- .../gui/locales/LoadingDialog_uk.properties | 2 +- .../gui/locales/LoadingDialog_zh.properties | 2 +- .../flash/gui/locales/MainFrame.properties | 2 +- .../flash/gui/locales/MainFrame_ca.properties | 2 +- .../flash/gui/locales/MainFrame_cs.properties | 2 +- .../flash/gui/locales/MainFrame_de.properties | 2 +- .../flash/gui/locales/MainFrame_es.properties | 2 +- .../flash/gui/locales/MainFrame_fr.properties | 2 +- .../flash/gui/locales/MainFrame_hu.properties | 2 +- .../flash/gui/locales/MainFrame_it.properties | 2 +- .../flash/gui/locales/MainFrame_nl.properties | 2 +- .../flash/gui/locales/MainFrame_pl.properties | 2 +- .../flash/gui/locales/MainFrame_pt.properties | 2 +- .../gui/locales/MainFrame_pt_BR.properties | 2 +- .../flash/gui/locales/MainFrame_ru.properties | 2 +- .../flash/gui/locales/MainFrame_sv.properties | 2 +- .../flash/gui/locales/MainFrame_uk.properties | 2 +- .../flash/gui/locales/MainFrame_zh.properties | 2 +- .../flash/gui/locales/ModeFrame.properties | 2 +- .../flash/gui/locales/ModeFrame_ca.properties | 2 +- .../flash/gui/locales/ModeFrame_cs.properties | 2 +- .../flash/gui/locales/ModeFrame_de.properties | 2 +- .../flash/gui/locales/ModeFrame_es.properties | 2 +- .../flash/gui/locales/ModeFrame_fr.properties | 2 +- .../flash/gui/locales/ModeFrame_hu.properties | 2 +- .../flash/gui/locales/ModeFrame_it.properties | 2 +- .../flash/gui/locales/ModeFrame_nl.properties | 2 +- .../flash/gui/locales/ModeFrame_pl.properties | 2 +- .../flash/gui/locales/ModeFrame_pt.properties | 2 +- .../gui/locales/ModeFrame_pt_BR.properties | 2 +- .../flash/gui/locales/ModeFrame_ru.properties | 2 +- .../flash/gui/locales/ModeFrame_sv.properties | 2 +- .../flash/gui/locales/ModeFrame_uk.properties | 2 +- .../flash/gui/locales/ModeFrame_zh.properties | 2 +- .../gui/locales/NewVersionDialog.properties | 2 +- .../locales/NewVersionDialog_ca.properties | 2 +- .../locales/NewVersionDialog_cs.properties | 2 +- .../locales/NewVersionDialog_de.properties | 2 +- .../locales/NewVersionDialog_es.properties | 2 +- .../locales/NewVersionDialog_fr.properties | 2 +- .../locales/NewVersionDialog_hu.properties | 2 +- .../locales/NewVersionDialog_it.properties | 2 +- .../locales/NewVersionDialog_nl.properties | 2 +- .../locales/NewVersionDialog_pl.properties | 2 +- .../locales/NewVersionDialog_pt.properties | 56 +++++++-------- .../locales/NewVersionDialog_pt_BR.properties | 2 +- .../locales/NewVersionDialog_ru.properties | 2 +- .../locales/NewVersionDialog_sv.properties | 2 +- .../locales/NewVersionDialog_uk.properties | 2 +- .../locales/NewVersionDialog_zh.properties | 2 +- .../flash/gui/locales/RenameDialog.properties | 2 +- .../gui/locales/RenameDialog_ca.properties | 2 +- .../gui/locales/RenameDialog_cs.properties | 2 +- .../gui/locales/RenameDialog_de.properties | 2 +- .../gui/locales/RenameDialog_es.properties | 2 +- .../gui/locales/RenameDialog_fr.properties | 2 +- .../gui/locales/RenameDialog_hu.properties | 2 +- .../gui/locales/RenameDialog_it.properties | 2 +- .../gui/locales/RenameDialog_nl.properties | 2 +- .../gui/locales/RenameDialog_pl.properties | 2 +- .../gui/locales/RenameDialog_pt.properties | 2 +- .../gui/locales/RenameDialog_pt_BR.properties | 2 +- .../gui/locales/RenameDialog_ru.properties | 2 +- .../gui/locales/RenameDialog_sv.properties | 2 +- .../gui/locales/RenameDialog_uk.properties | 2 +- .../gui/locales/RenameDialog_zh.properties | 2 +- .../locales/ReplaceCharacterDialog.properties | 40 +++++------ .../ReplaceCharacterDialog_cs.properties | 2 +- .../ReplaceCharacterDialog_es.properties | 40 +++++------ .../ReplaceCharacterDialog_hu.properties | 40 +++++------ .../ReplaceCharacterDialog_it.properties | 2 +- .../ReplaceCharacterDialog_sv.properties | 40 +++++------ .../gui/locales/ReplaceTraceDialog.properties | 2 +- .../locales/ReplaceTraceDialog_ca.properties | 2 +- .../locales/ReplaceTraceDialog_cs.properties | 2 +- .../locales/ReplaceTraceDialog_de.properties | 2 +- .../locales/ReplaceTraceDialog_es.properties | 2 +- .../locales/ReplaceTraceDialog_fr.properties | 2 +- .../locales/ReplaceTraceDialog_hu.properties | 2 +- .../locales/ReplaceTraceDialog_it.properties | 2 +- .../locales/ReplaceTraceDialog_nl.properties | 2 +- .../locales/ReplaceTraceDialog_pl.properties | 2 +- .../locales/ReplaceTraceDialog_pt.properties | 2 +- .../ReplaceTraceDialog_pt_BR.properties | 2 +- .../locales/ReplaceTraceDialog_ru.properties | 2 +- .../locales/ReplaceTraceDialog_sv.properties | 38 +++++----- .../locales/ReplaceTraceDialog_uk.properties | 2 +- .../locales/ReplaceTraceDialog_zh.properties | 2 +- .../flash/gui/locales/SearchDialog.properties | 2 +- .../gui/locales/SearchDialog_ca.properties | 60 ++++++++-------- .../gui/locales/SearchDialog_cs.properties | 2 +- .../gui/locales/SearchDialog_de.properties | 2 +- .../gui/locales/SearchDialog_es.properties | 2 +- .../gui/locales/SearchDialog_fr.properties | 2 +- .../gui/locales/SearchDialog_hu.properties | 2 +- .../gui/locales/SearchDialog_it.properties | 2 +- .../gui/locales/SearchDialog_nl.properties | 2 +- .../gui/locales/SearchDialog_pl.properties | 2 +- .../gui/locales/SearchDialog_pt.properties | 2 +- .../gui/locales/SearchDialog_pt_BR.properties | 2 +- .../gui/locales/SearchDialog_ru.properties | 2 +- .../gui/locales/SearchDialog_sv.properties | 60 ++++++++-------- .../gui/locales/SearchDialog_uk.properties | 2 +- .../gui/locales/SearchDialog_zh.properties | 2 +- .../locales/SearchResultsDialog.properties | 2 +- .../locales/SearchResultsDialog_ca.properties | 2 +- .../locales/SearchResultsDialog_cs.properties | 2 +- .../locales/SearchResultsDialog_de.properties | 2 +- .../locales/SearchResultsDialog_es.properties | 2 +- .../locales/SearchResultsDialog_fr.properties | 2 +- .../locales/SearchResultsDialog_hu.properties | 2 +- .../locales/SearchResultsDialog_it.properties | 2 +- .../locales/SearchResultsDialog_nl.properties | 2 +- .../locales/SearchResultsDialog_pl.properties | 2 +- .../locales/SearchResultsDialog_pt.properties | 2 +- .../SearchResultsDialog_pt_BR.properties | 2 +- .../locales/SearchResultsDialog_ru.properties | 2 +- .../locales/SearchResultsDialog_sv.properties | 2 +- .../locales/SearchResultsDialog_uk.properties | 2 +- .../locales/SearchResultsDialog_zh.properties | 2 +- .../locales/SelectLanguageDialog.properties | 2 +- .../SelectLanguageDialog_ca.properties | 2 +- .../SelectLanguageDialog_cs.properties | 2 +- .../SelectLanguageDialog_de.properties | 2 +- .../SelectLanguageDialog_es.properties | 2 +- .../SelectLanguageDialog_fr.properties | 2 +- .../SelectLanguageDialog_hu.properties | 2 +- .../SelectLanguageDialog_it.properties | 2 +- .../SelectLanguageDialog_nl.properties | 2 +- .../SelectLanguageDialog_pl.properties | 2 +- .../SelectLanguageDialog_pt.properties | 44 ++++++------ .../SelectLanguageDialog_pt_BR.properties | 2 +- .../SelectLanguageDialog_ru.properties | 2 +- .../SelectLanguageDialog_sv.properties | 2 +- .../SelectLanguageDialog_uk.properties | 2 +- .../SelectLanguageDialog_zh.properties | 2 +- .../abc/DeobfuscationDialog.properties | 2 +- .../abc/DeobfuscationDialog_ca.properties | 2 +- .../abc/DeobfuscationDialog_cs.properties | 2 +- .../abc/DeobfuscationDialog_de.properties | 2 +- .../abc/DeobfuscationDialog_es.properties | 2 +- .../abc/DeobfuscationDialog_fr.properties | 2 +- .../abc/DeobfuscationDialog_hu.properties | 2 +- .../abc/DeobfuscationDialog_it.properties | 2 +- .../abc/DeobfuscationDialog_nl.properties | 2 +- .../abc/DeobfuscationDialog_pl.properties | 2 +- .../abc/DeobfuscationDialog_pt.properties | 48 ++++++------- .../abc/DeobfuscationDialog_pt_BR.properties | 2 +- .../abc/DeobfuscationDialog_ru.properties | 2 +- .../abc/DeobfuscationDialog_sv.properties | 2 +- .../abc/DeobfuscationDialog_uk.properties | 2 +- .../abc/DeobfuscationDialog_zh.properties | 2 +- .../gui/locales/abc/NewTraitDialog.properties | 2 +- .../locales/abc/NewTraitDialog_ca.properties | 2 +- .../locales/abc/NewTraitDialog_cs.properties | 2 +- .../locales/abc/NewTraitDialog_de.properties | 2 +- .../locales/abc/NewTraitDialog_es.properties | 2 +- .../locales/abc/NewTraitDialog_fr.properties | 2 +- .../locales/abc/NewTraitDialog_hu.properties | 2 +- .../locales/abc/NewTraitDialog_it.properties | 2 +- .../locales/abc/NewTraitDialog_nl.properties | 2 +- .../locales/abc/NewTraitDialog_pl.properties | 2 +- .../locales/abc/NewTraitDialog_pt.properties | 2 +- .../abc/NewTraitDialog_pt_BR.properties | 2 +- .../locales/abc/NewTraitDialog_ru.properties | 2 +- .../locales/abc/NewTraitDialog_sv.properties | 2 +- .../locales/abc/NewTraitDialog_uk.properties | 2 +- .../locales/abc/NewTraitDialog_zh.properties | 2 +- .../gui/locales/abc/UsageFrame.properties | 2 +- .../gui/locales/abc/UsageFrame_ca.properties | 2 +- .../gui/locales/abc/UsageFrame_cs.properties | 2 +- .../gui/locales/abc/UsageFrame_de.properties | 36 +++++----- .../gui/locales/abc/UsageFrame_es.properties | 2 +- .../gui/locales/abc/UsageFrame_fr.properties | 2 +- .../gui/locales/abc/UsageFrame_hu.properties | 2 +- .../gui/locales/abc/UsageFrame_it.properties | 2 +- .../gui/locales/abc/UsageFrame_nl.properties | 2 +- .../gui/locales/abc/UsageFrame_pl.properties | 2 +- .../gui/locales/abc/UsageFrame_pt.properties | 2 +- .../locales/abc/UsageFrame_pt_BR.properties | 2 +- .../gui/locales/abc/UsageFrame_ru.properties | 2 +- .../gui/locales/abc/UsageFrame_sv.properties | 2 +- .../gui/locales/abc/UsageFrame_uk.properties | 2 +- .../gui/locales/abc/UsageFrame_zh.properties | 2 +- .../gui/locales/proxy/ProxyFrame.properties | 2 +- .../locales/proxy/ProxyFrame_ca.properties | 2 +- .../locales/proxy/ProxyFrame_cs.properties | 2 +- .../locales/proxy/ProxyFrame_de.properties | 2 +- .../locales/proxy/ProxyFrame_es.properties | 2 +- .../locales/proxy/ProxyFrame_fr.properties | 2 +- .../locales/proxy/ProxyFrame_hu.properties | 2 +- .../locales/proxy/ProxyFrame_it.properties | 2 +- .../locales/proxy/ProxyFrame_nl.properties | 2 +- .../locales/proxy/ProxyFrame_pl.properties | 2 +- .../locales/proxy/ProxyFrame_pt.properties | 2 +- .../locales/proxy/ProxyFrame_pt_BR.properties | 2 +- .../locales/proxy/ProxyFrame_ru.properties | 2 +- .../locales/proxy/ProxyFrame_sv.properties | 70 +++++++++---------- .../locales/proxy/ProxyFrame_uk.properties | 2 +- .../locales/proxy/ProxyFrame_zh.properties | 2 +- .../flash/gui/pipes/FirstInstance.java | 2 +- .../flash/gui/pipes/PipeInputStream.java | 2 +- .../flash/gui/pipes/PipeOutputStream.java | 2 +- .../flash/gui/player/FlashPlayerPanel.java | 2 +- .../flash/gui/player/MediaDisplay.java | 2 +- .../gui/player/MediaDisplayListener.java | 2 +- .../flash/gui/player/PlayerControls.java | 2 +- .../decompiler/flash/gui/player/Zoom.java | 2 +- .../flash/gui/proxy/ProxyFrame.java | 2 +- .../flash/gui/proxy/SWFListModel.java | 2 +- .../flash/gui/tagtree/TagIdClassMap.java | 2 +- .../decompiler/flash/gui/tagtree/TagTree.java | 2 +- .../flash/gui/tagtree/TagTreeContextMenu.java | 2 +- .../flash/gui/tagtree/TagTreeModel.java | 2 +- .../flash/gui/tagtree/TagTreeRoot.java | 2 +- .../flash/gui/tagtree/TagTreeSwfInfo.java | 2 +- .../gui/timeline/FrameSelectionListener.java | 2 +- .../flash/gui/timeline/TimelineBodyPanel.java | 2 +- .../gui/timeline/TimelineDepthPanel.java | 2 +- .../flash/gui/timeline/TimelinePanel.java | 2 +- .../flash/gui/timeline/TimelineTimePanel.java | 2 +- .../flash/gui/timeline/TimelineViewPanel.java | 2 +- src/com/jpexs/process/Process.java | 2 +- src/com/jpexs/process/ProcessTools.java | 2 +- src/com/jpexs/process/win32/Win32Process.java | 2 +- .../process/win32/Win32ProcessTools.java | 2 +- src/com/sun/jna/platform/win32/Advapi32.java | 2 +- .../sun/jna/platform/win32/Advapi32Util.java | 2 +- src/com/sun/jna/platform/win32/BITMAP.java | 2 +- src/com/sun/jna/platform/win32/Gdi32.java | 2 +- src/com/sun/jna/platform/win32/ICONINFO.java | 2 +- .../win32/MEMORY_BASIC_INFORMATION.java | 2 +- .../jna/platform/win32/PROCESSENTRY32.java | 2 +- src/com/sun/jna/platform/win32/Psapi.java | 2 +- .../jna/platform/win32/SHELLEXECUTEINFO.java | 2 +- .../sun/jna/platform/win32/SHFILEINFO.java | 2 +- .../jna/platform/win32/Win32Exception.java | 2 +- src/com/sun/jna/platform/win32/WinGDI.java | 2 +- .../decompiler/flash/gui/AS2ExecuteTask.java | 2 +- .../decompiler/flash/gui/AS3ExecuteTask.java | 2 +- .../flash/gui/AdobeFlashExecutor.java | 2 +- .../flash/gui/AdvancedSettingsTest.java | 2 +- .../decompiler/flash/gui/FlashPlayerTest.java | 4 +- 1877 files changed, 2225 insertions(+), 2225 deletions(-) diff --git a/libsrc/ffdec_lib/lexers/actionscript3_methodinfo.flex b/libsrc/ffdec_lib/lexers/actionscript3_methodinfo.flex index ad6513f47..e5cfa0973 100644 --- a/libsrc/ffdec_lib/lexers/actionscript3_methodinfo.flex +++ b/libsrc/ffdec_lib/lexers/actionscript3_methodinfo.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/actionscript3_pcode.flex b/libsrc/ffdec_lib/lexers/actionscript3_pcode.flex index 5e57af061..d726b9797 100644 --- a/libsrc/ffdec_lib/lexers/actionscript3_pcode.flex +++ b/libsrc/ffdec_lib/lexers/actionscript3_pcode.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/actionscript3_script.flex b/libsrc/ffdec_lib/lexers/actionscript3_script.flex index ce3714738..350e93e1c 100644 --- a/libsrc/ffdec_lib/lexers/actionscript3_script.flex +++ b/libsrc/ffdec_lib/lexers/actionscript3_script.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -587,7 +587,7 @@ Preprocessor = \u00A7\u00A7 {Identifier} "\\t" { string.append('\t'); } "\\n" { string.append('\n'); } "\\f" { string.append('\f'); } - "\\§" { string.append('\u00A7'); } + "\\??" { string.append('\u00A7'); } "\\r" { string.append('\r'); } "\\\\" { string.append('\\'); } \\x{HexDigit}{2} { char val = (char) Integer.parseInt(yytext().substring(2), 16); diff --git a/libsrc/ffdec_lib/lexers/actionscript_pcode.flex b/libsrc/ffdec_lib/lexers/actionscript_pcode.flex index e6fdf37fa..77dbd6fdd 100644 --- a/libsrc/ffdec_lib/lexers/actionscript_pcode.flex +++ b/libsrc/ffdec_lib/lexers/actionscript_pcode.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/actionscript_script.flex b/libsrc/ffdec_lib/lexers/actionscript_script.flex index 7c5d3942b..d505ca80f 100644 --- a/libsrc/ffdec_lib/lexers/actionscript_script.flex +++ b/libsrc/ffdec_lib/lexers/actionscript_script.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/tag_conditions.flex b/libsrc/ffdec_lib/lexers/tag_conditions.flex index 8d17f451c..1fb956e59 100644 --- a/libsrc/ffdec_lib/lexers/tag_conditions.flex +++ b/libsrc/ffdec_lib/lexers/tag_conditions.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/lexers/text.flex b/libsrc/ffdec_lib/lexers/text.flex index 3e2993da4..d7468e0d1 100644 --- a/libsrc/ffdec_lib/lexers/text.flex +++ b/libsrc/ffdec_lib/lexers/text.flex @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AbortRetryIgnoreHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AbortRetryIgnoreHandler.java index c48e66735..4aa72e45e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AbortRetryIgnoreHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AbortRetryIgnoreHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AppResources.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AppResources.java index ab7082e6d..25c9f2251 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AppResources.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/AppResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ApplicationInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ApplicationInfo.java index 6efd3ae2b..37d49f865 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ApplicationInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ApplicationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BaseLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BaseLocalData.java index 6841e62a2..3e84e9ebb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BaseLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BaseLocalData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BigObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BigObject.java index 45da8abbf..5912e8aa6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BigObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BigObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BinarySWFBundle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BinarySWFBundle.java index a0eb1bdfe..32950a602 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BinarySWFBundle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/BinarySWFBundle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DisassemblyListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DisassemblyListener.java index 5ccb0fa90..99e5ca8cf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DisassemblyListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/DisassemblyListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EndOfStreamException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EndOfStreamException.java index d806a9c3e..aabc5742d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EndOfStreamException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EndOfStreamException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EventListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EventListener.java index f34e258af..7de4259af 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EventListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/EventListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/FinalProcessLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/FinalProcessLocalData.java index 0637faa46..78b1e471c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/FinalProcessLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/FinalProcessLocalData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/IdentifiersDeobfuscation.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/IdentifiersDeobfuscation.java index a84604f27..622c6520b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/IdentifiersDeobfuscation.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/IdentifiersDeobfuscation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ParseException.java index 70754891c..d961406a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ParseException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ReadOnlyTagList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ReadOnlyTagList.java index 00c21dc5c..faf327b5c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ReadOnlyTagList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ReadOnlyTagList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RetryTask.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RetryTask.java index 2cef5ec61..71830400f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RetryTask.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RetryTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOEx.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOEx.java index 5da8a427b..c7f673d8b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOEx.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOEx.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOExResult.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOExResult.java index 3cd26eff1..d124e5dd9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOExResult.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/RunnableIOExResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWC.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWC.java index dc403652b..e8d885484 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWC.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWC.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index 7adb4190e..07878fc86 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFBundle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFBundle.java index 919a6e70d..990c51f97 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFBundle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFBundle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFCompression.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFCompression.java index 161b7e1f7..8d42c5871 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFCompression.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFCompression.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFContainerItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFContainerItem.java index 4206764eb..8cd1916dd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFContainerItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFContainerItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFHeader.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFHeader.java index 3e9643c21..f80296c8a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFHeader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFHeader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java index a314cd201..1e4f499b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFOutputStream.java index 41c084ce3..5f55aa8d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSearch.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSearch.java index c81b599b6..67584ea52 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSearch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSearch.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSourceInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSourceInfo.java index ff36e8d1a..9af054810 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSourceInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWFSourceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SearchMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SearchMode.java index be77ff155..06d932aaa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SearchMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SearchMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SourceGeneratorLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SourceGeneratorLocalData.java index 30b14b9d8..75064bb10 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SourceGeneratorLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SourceGeneratorLocalData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SwfOpenException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SwfOpenException.java index 62970c88f..2a9953b6b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SwfOpenException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SwfOpenException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Version.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Version.java index 0888483bd..90dc4f76d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Version.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/Version.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ZippedSWFBundle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ZippedSWFBundle.java index d4be3ee22..6c87828c1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ZippedSWFBundle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ZippedSWFBundle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java index 97c90f4f8..5b856dbfc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCInputStream.java index 9ba556f6f..9b76ef34a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCMethodIndexing.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCMethodIndexing.java index a00933f83..56b8605c0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCMethodIndexing.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCMethodIndexing.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOutputStream.java index 9be855e76..c4b7e107a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABCOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/AVM2LocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/AVM2LocalData.java index 8cb509418..5a3d7af2a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/AVM2LocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/AVM2LocalData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CachedDecompilation.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CachedDecompilation.java index 1f02a67fa..532017905 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CachedDecompilation.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CachedDecompilation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ClassPath.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ClassPath.java index aec7f3024..1713b2fda 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ClassPath.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ClassPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CopyOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CopyOutputStream.java index befbfec7d..9f69c8290 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CopyOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/CopyOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/NotSameException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/NotSameException.java index 4d3854486..f24b610a1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/NotSameException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/NotSameException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/RenameType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/RenameType.java index 31ddd9770..2f14c6c0b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/RenameType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/RenameType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ScriptPack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ScriptPack.java index 0828fbba6..cf3e7ed08 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ScriptPack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ScriptPack.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java index a8e4ecd8e..ed6a010e3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Code.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2ConstantPool.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2ConstantPool.java index 07349e456..b2aa108b1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2ConstantPool.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2ConstantPool.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Deobfuscation.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Deobfuscation.java index 752d0c82b..e51616a1f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Deobfuscation.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Deobfuscation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Runtime.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Runtime.java index d089c5128..a2fadc19b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Runtime.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2Runtime.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2RuntimeInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2RuntimeInfo.java index 020e216c1..262ffe42a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2RuntimeInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/AVM2RuntimeInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/CodeStats.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/CodeStats.java index 0afc0fffb..e1816668f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/CodeStats.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/CodeStats.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertException.java index 429b44ea1..7fc61fd59 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertOutput.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertOutput.java index 64acd006c..6e53ebeaa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertOutput.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/ConvertOutput.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/FixItemCounterTranslateStack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/FixItemCounterTranslateStack.java index 05f02f399..dd7bf0bac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/FixItemCounterTranslateStack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/FixItemCounterTranslateStack.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InstructionStats.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InstructionStats.java index b87a9aa0e..6c248562d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InstructionStats.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InstructionStats.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InvalidInstructionArguments.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InvalidInstructionArguments.java index 137b0cd81..864fc324c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InvalidInstructionArguments.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/InvalidInstructionArguments.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/LocalDataArea.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/LocalDataArea.java index ff55dd1f3..9db8d21a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/LocalDataArea.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/LocalDataArea.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/OffsetUpdater.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/OffsetUpdater.java index 33ea22753..ee648fd15 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/OffsetUpdater.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/OffsetUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/UnknownInstructionCode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/UnknownInstructionCode.java index f01acb70c..df16979b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/UnknownInstructionCode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/UnknownInstructionCode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGetSet.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGetSet.java index b58d1fc5a..58887dccf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGetSet.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorGetSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorJumps.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorJumps.java index 3a47beeb2..fae86e436 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorJumps.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorJumps.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java index 82df1b11d..0063e899e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegisters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegistersOld.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegistersOld.java index 173b93b09..c4a877fc8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegistersOld.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorRegistersOld.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimple.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimple.java index 8cf70c6f7..b2eeba1e8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimple.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimple.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimpleOld.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimpleOld.java index a2e8fa023..c3fd7cfdd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimpleOld.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/deobfuscation/AVM2DeobfuscatorSimpleOld.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2ExecutionException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2ExecutionException.java index 4414653fa..4263e5a73 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2ExecutionException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2ExecutionException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2RangeErrorException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2RangeErrorException.java index ee4dbc125..a960e35e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2RangeErrorException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2RangeErrorException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2TypeErrorException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2TypeErrorException.java index 4299af88e..7117b1753 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2TypeErrorException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2TypeErrorException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2VerifyErrorException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2VerifyErrorException.java index 63a40a822..8dbadc4b4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2VerifyErrorException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/exceptions/AVM2VerifyErrorException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java index 43d281347..ebecf2526 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2Graph.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java index d55730a70..fbe5aea20 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/graph/AVM2GraphSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instruction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instruction.java index 84fb3613b..02a9f18f6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instruction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instruction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instructions.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instructions.java index 38e630f38..99953ec30 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instructions.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/AVM2Instructions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/DeobfuscatePopIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/DeobfuscatePopIns.java index 1c721c9db..bba60147d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/DeobfuscatePopIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/DeobfuscatePopIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/IfTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/IfTypeIns.java index f032142a1..a0e04a7cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/IfTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/IfTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/InstructionDefinition.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/InstructionDefinition.java index c0fca380a..cc4583715 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/InstructionDefinition.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/InstructionDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/SetTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/SetTypeIns.java index 4e13fa27b..129c53bcb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/SetTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/SetTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/UnknownInstruction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/UnknownInstruction.java index 0dda95b8f..bac72b275 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/UnknownInstruction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/UnknownInstruction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/AlchemyTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/AlchemyTypeIns.java index 24b4b438e..9d31839da 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/AlchemyTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/AlchemyTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf32Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf32Ins.java index a44b84b9a..ac387ae8d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf32Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf32Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf64Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf64Ins.java index 6cf474673..057c91511 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf64Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Lf64Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li16Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li16Ins.java index 475262208..2610cabb3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li16Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li16Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li32Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li32Ins.java index 658a656e9..612658923 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li32Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li32Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li8Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li8Ins.java index be32bd042..f9e1cad23 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li8Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Li8Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf32Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf32Ins.java index 1fdda79f0..c80eec129 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf32Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf32Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf64Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf64Ins.java index 6cf197468..67c0c91d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf64Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sf64Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si16Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si16Ins.java index 315ca79ef..05494e63c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si16Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si16Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si32Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si32Ins.java index adefe531d..1b7601a20 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si32Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si32Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si8Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si8Ins.java index 479544301..964a14571 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si8Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Si8Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi16Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi16Ins.java index 8316947b5..be03b4308 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi16Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi16Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi1Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi1Ins.java index 15d856ca7..8d90a9457 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi1Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi1Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi8Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi8Ins.java index fd1b192d6..29638bf3d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi8Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/alchemy/Sxi8Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIIns.java index 5dda85186..6e37e4892 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIns.java index 597a5ae2b..e046de835 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/AddIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIIns.java index 6d89dafd2..7b726a7bb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIns.java index 8f726f850..81e70bdac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DecrementIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DivideIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DivideIns.java index f15907b4f..822a92539 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DivideIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/DivideIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIIns.java index eaa6ae5a8..6828d3458 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIns.java index 8699cd7c5..b82f8a0ec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/IncrementIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/ModuloIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/ModuloIns.java index b84871baf..6c5e46fad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/ModuloIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/ModuloIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIIns.java index 439a32205..ebad02ed5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIns.java index 684b8dcc5..51489d20f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/MultiplyIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIIns.java index e56b9793e..f25c4f5a1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIns.java index 6261cd7d3..eadf84f11 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NegateIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NotIns.java index 5669d1a9b..7b42811c1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/NotIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIIns.java index e3aebd6fe..24a45d9bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIns.java index e45595272..1af4eadf4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/arithmetic/SubtractIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitAndIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitAndIns.java index def6ce798..3749cf945 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitAndIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitAndIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitNotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitNotIns.java index 26808cbb6..3b2e7ce3f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitNotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitNotIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitOrIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitOrIns.java index f0db99643..adff8e0e8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitOrIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitOrIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitXorIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitXorIns.java index 2a2b8f697..ff60d18e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitXorIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/BitXorIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/LShiftIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/LShiftIns.java index 5f8cf0b31..36ddc8a40 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/LShiftIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/LShiftIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/RShiftIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/RShiftIns.java index 43b57282f..1b57a62c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/RShiftIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/RShiftIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/URShiftIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/URShiftIns.java index 65634fac1..c2de1e91b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/URShiftIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/bitwise/URShiftIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/EqualsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/EqualsIns.java index c4eaa7d0b..930fea534 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/EqualsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/EqualsIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterEqualsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterEqualsIns.java index 4afcd1366..7c7a9271b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterEqualsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterEqualsIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterThanIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterThanIns.java index 38815d3d4..16d5fd559 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterThanIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/GreaterThanIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessEqualsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessEqualsIns.java index 2754afb84..7cdf250f7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessEqualsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessEqualsIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessThanIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessThanIns.java index 32dbfa844..d883ee7e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessThanIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/LessThanIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/StrictEqualsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/StrictEqualsIns.java index 49beee267..1db20989c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/StrictEqualsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/comparison/StrictEqualsIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructIns.java index dac5f85ef..33bc2cd92 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructPropIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructPropIns.java index eaabbc04d..00ebdb62a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructPropIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructPropIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructSuperIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructSuperIns.java index 982a64f38..231168226 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructSuperIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/ConstructSuperIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewActivationIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewActivationIns.java index dadbdef20..36f16ab45 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewActivationIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewActivationIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewArrayIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewArrayIns.java index 08c743532..05bd92fb0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewArrayIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewArrayIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewCatchIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewCatchIns.java index 956331cd7..cb274cb17 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewCatchIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewCatchIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewClassIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewClassIns.java index e62222bd6..bab047939 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewClassIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewClassIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewFunctionIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewFunctionIns.java index 224138448..a2360d9d5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewFunctionIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewFunctionIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewObjectIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewObjectIns.java index b3788d8aa..be99c3164 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewObjectIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/construction/NewObjectIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugFileIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugFileIns.java index e9f9ff25f..70e7d5118 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugFileIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugFileIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugIns.java index 66abda4c8..572bf8a63 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugLineIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugLineIns.java index 5e6cfb158..1732cae70 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugLineIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/debug/DebugLineIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallIns.java index b23324285..a2dd7f92c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallMethodIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallMethodIns.java index 8b13bfc73..71f2cdd1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallMethodIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallMethodIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropLexIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropLexIns.java index 5d43d2761..b52fd105e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropLexIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropLexIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropVoidIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropVoidIns.java index 7eff122c2..61d6bbb8f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropVoidIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropVoidIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropertyIns.java index db4255e9f..a0b97cc4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallPropertyIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallStaticIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallStaticIns.java index 5700bd5e8..55b3e9bc4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallStaticIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallStaticIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperIns.java index af26cc1b1..094b24238 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperVoidIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperVoidIns.java index f08f86aff..58a99c46e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperVoidIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/executing/CallSuperVoidIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfEqIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfEqIns.java index a9d35e063..05bcca949 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfEqIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfEqIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfFalseIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfFalseIns.java index 4cb723e4d..a304e354b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfFalseIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfFalseIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGeIns.java index eb0060407..db7fb8a56 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGtIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGtIns.java index bec1fb0e7..0d19854b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGtIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfGtIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLeIns.java index 50f04a63e..863ddc4d4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLtIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLtIns.java index dba750a93..f9517ec74 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLtIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfLtIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGeIns.java index dc097bb54..651af6de2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGtIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGtIns.java index 36ec98cf5..c732e29ee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGtIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNGtIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLeIns.java index f373dbd45..257ce5cc1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLtIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLtIns.java index 8d963d913..63c107303 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLtIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNLtIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNeIns.java index 78a7d62fe..3498b8d60 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfNeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictEqIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictEqIns.java index e5b92f37b..22c86543c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictEqIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictEqIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictNeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictNeIns.java index edd3ce62a..90bebcdee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictNeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfStrictNeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfTrueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfTrueIns.java index 735b8f71a..ae901ef47 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfTrueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/IfTrueIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/JumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/JumpIns.java index 93fbf95f5..ab8ddc5ba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/JumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/JumpIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/LookupSwitchIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/LookupSwitchIns.java index 226384ae1..73c89f765 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/LookupSwitchIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/jumps/LookupSwitchIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIIns.java index bd0087ff6..9dd4ad3fd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIns.java index a52e471db..0f54a7481 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/DecLocalIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal0Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal0Ins.java index 28c5c485a..1e1989557 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal0Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal0Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal1Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal1Ins.java index df07e6895..6faa5510f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal1Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal1Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal2Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal2Ins.java index f08da9321..db59892c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal2Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal2Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal3Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal3Ins.java index 84318b0f7..cec9eb38b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal3Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocal3Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalIns.java index 645c72f7a..bad784c3d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalTypeIns.java index 80e153b48..1b293aa3e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/GetLocalTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIIns.java index 1cdefb081..76feae93a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIns.java index 9aab5d9ec..92eeaf3a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/IncLocalIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/KillIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/KillIns.java index 4d69ff255..b992fea40 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/KillIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/KillIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal0Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal0Ins.java index dad22f967..ad6b409b3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal0Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal0Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal1Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal1Ins.java index dadad94db..4da793955 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal1Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal1Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal2Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal2Ins.java index 0bccc9c08..3a60c963a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal2Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal2Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal3Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal3Ins.java index 02c0d8848..15555166b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal3Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocal3Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalIns.java index d61ac15d9..f6d2d3f91 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalTypeIns.java index 84b7ecfdd..d15ae6d4c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/localregs/SetLocalTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/DeletePropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/DeletePropertyIns.java index 90517b5ae..9b9a7c054 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/DeletePropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/DeletePropertyIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindDefIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindDefIns.java index b4cc640c3..2aa863a5e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindDefIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindDefIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyIns.java index 4143f596a..92c7bb96f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyStrictIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyStrictIns.java index d5ecbf29a..6943a0160 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyStrictIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/FindPropertyStrictIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetDescendantsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetDescendantsIns.java index aaa1c79be..6ecf9e269 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetDescendantsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetDescendantsIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalScopeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalScopeIns.java index 70f87314f..52252c32f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalScopeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalScopeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalSlotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalSlotIns.java index 69b7f4e73..2094c230c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalSlotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetGlobalSlotIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetLexIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetLexIns.java index 647fee978..2e5a7ac1c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetLexIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetLexIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetPropertyIns.java index 349a844fb..6fcf20e16 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetPropertyIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetScopeObjectIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetScopeObjectIns.java index 6e6c59019..65d22a4b4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetScopeObjectIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetScopeObjectIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSlotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSlotIns.java index 61b67c705..db584f774 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSlotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSlotIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSuperIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSuperIns.java index 623e63e05..2f10240a7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSuperIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/GetSuperIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNext2Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNext2Ins.java index 5c9de6ce7..fd1cc7626 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNext2Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNext2Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNextIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNextIns.java index d7b2e9edc..e13d5b6f9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNextIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/HasNextIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InIns.java index 64a567b53..cc64c2805 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java index 86d46560a..93fce5449 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/InitPropertyIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/LabelIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/LabelIns.java index f8d3447e5..e434ebd42 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/LabelIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/LabelIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextNameIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextNameIns.java index 55c392c53..da9ffd176 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextNameIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextNameIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextValueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextValueIns.java index 69375f5b3..61961f597 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextValueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NextValueIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NopIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NopIns.java index 326c3d189..4a5c5827c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NopIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/NopIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnValueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnValueIns.java index 6def27a78..7be91a95c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnValueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnValueIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnVoidIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnVoidIns.java index 8a418ad75..ebab6c490 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnVoidIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ReturnVoidIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetGlobalSlotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetGlobalSlotIns.java index 0895d4ae8..15aae8b9c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetGlobalSlotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetGlobalSlotIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetPropertyIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetPropertyIns.java index d242b1109..88ddac167 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetPropertyIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetPropertyIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSlotIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSlotIns.java index 3020d4e22..3fe7538f4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSlotIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSlotIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSuperIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSuperIns.java index c3b2d7667..ac667d18e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSuperIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/SetSuperIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ThrowIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ThrowIns.java index 5766cd636..cc974fec7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ThrowIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other/ThrowIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AbsJumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AbsJumpIns.java index 18a0d116e..2313b672e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AbsJumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AbsJumpIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AddDIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AddDIns.java index c9517ee45..ed313a631 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AddDIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AddDIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AddPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AddPIns.java index 70aec07d6..c28a65568 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AddPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AddPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AllocIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AllocIns.java index cbfcc140a..a416c81e3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AllocIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/AllocIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/BkptIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/BkptIns.java index a347c439d..65d4dab19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/BkptIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/BkptIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/BkptLineIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/BkptLineIns.java index 3b277f101..817794727 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/BkptLineIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/BkptLineIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CallInterfaceIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CallInterfaceIns.java index ddf26f6dd..ddd257a2a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CallInterfaceIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CallInterfaceIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CallSuperIdIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CallSuperIdIns.java index 584b044a0..d39002085 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CallSuperIdIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CallSuperIdIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CodeGenOpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CodeGenOpIns.java index bf1760572..e64812be4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CodeGenOpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CodeGenOpIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceBIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceBIns.java index e7f39fa06..494d0a444 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceBIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceBIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceDIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceDIns.java index e97be4816..caf13d850 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceDIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceDIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceIIns.java index 941f47385..018e29863 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceOIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceOIns.java index 9e0435f12..a7b0f7972 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceOIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceOIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceUIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceUIns.java index 21a8db11e..28d9e0053 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceUIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/CoerceUIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConcatIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConcatIns.java index b611ed3b5..ba15e5d1a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConcatIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConcatIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertF4Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertF4Ins.java index 3b464ff9c..0a20cbc04 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertF4Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertF4Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertMIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertMIns.java index 74f12c0ba..814533497 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertMIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertMIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertMPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertMPIns.java index d755e7864..7c1805c96 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertMPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ConvertMPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecLocalPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecLocalPIns.java index 376ba0f53..aa34d4cd2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecLocalPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecLocalPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecodeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecodeIns.java index cb2e9cb67..c9a7ae231 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecodeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecodeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecrementPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecrementPIns.java index ac2e95b15..0c5a947e4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecrementPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DecrementPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DelDescendantsIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DelDescendantsIns.java index fb536d270..fe715edc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DelDescendantsIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DelDescendantsIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DeletePropertyLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DeletePropertyLateIns.java index 9f2f80c7f..936d67813 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DeletePropertyLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DeletePropertyLateIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DividePIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DividePIns.java index 6fe2b0325..51f3a95a7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DividePIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DividePIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DoubleToAtomIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DoubleToAtomIns.java index 9e5609a15..2254e1298 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DoubleToAtomIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/DoubleToAtomIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/FindPropGlobalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/FindPropGlobalIns.java index fdcc97dc9..93b030af1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/FindPropGlobalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/FindPropGlobalIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/FindPropGlobalStrictIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/FindPropGlobalStrictIns.java index d5a9bf714..4db0c50f4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/FindPropGlobalStrictIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/FindPropGlobalStrictIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/GetOuterScopeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/GetOuterScopeIns.java index eded129f2..1ed0205ef 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/GetOuterScopeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/GetOuterScopeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/GetPropertyLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/GetPropertyLateIns.java index 7985ccb7c..7da3fa393 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/GetPropertyLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/GetPropertyLateIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/IncLocalPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/IncLocalPIns.java index b81bdb428..4ad01eeec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/IncLocalPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/IncLocalPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/IncrementPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/IncrementPIns.java index 11022497e..9ef02c6dd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/IncrementPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/IncrementPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/InvalidIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/InvalidIns.java index 821dae5b3..fefc9ad7e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/InvalidIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/InvalidIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/Lf32x4Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/Lf32x4Ins.java index 99b50deef..7ee7f8487 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/Lf32x4Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/Lf32x4Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/MarkIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/MarkIns.java index 57247d690..817586c59 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/MarkIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/MarkIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ModuloPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ModuloPIns.java index e7a0fbec1..73f8f7114 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ModuloPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/ModuloPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/MultiplyPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/MultiplyPIns.java index ef62fbbe4..b6bff64d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/MultiplyPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/MultiplyPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/NegatePIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/NegatePIns.java index 5cfdb602a..d500a1400 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/NegatePIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/NegatePIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PrologueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PrologueIns.java index 4bfad3c69..647b7af58 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PrologueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PrologueIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushConstantIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushConstantIns.java index 9a9db47bb..03644c55d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushConstantIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushConstantIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushDNanIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushDNanIns.java index b39dcc914..bf17c32d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushDNanIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushDNanIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushDecimalIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushDecimalIns.java index 2db959810..8112e33af 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushDecimalIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushDecimalIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushFloat4Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushFloat4Ins.java index fa08deb00..0c4cb8128 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushFloat4Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushFloat4Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushUninitializedIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushUninitializedIns.java index 71291d627..d7deb877f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushUninitializedIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/PushUninitializedIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SendEnterIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SendEnterIns.java index 2c65e4aac..9a7b0555b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SendEnterIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SendEnterIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SetPropertyLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SetPropertyLateIns.java index 8bf0b3852..7c4e5d393 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SetPropertyLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SetPropertyLateIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/Sf32x4Ins.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/Sf32x4Ins.java index cfa46d1d6..252443a33 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/Sf32x4Ins.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/Sf32x4Ins.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SubtractPIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SubtractPIns.java index e244684dd..cbf1dadd4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SubtractPIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SubtractPIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SweepIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SweepIns.java index 9f88c74d4..33ce00c38 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SweepIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/SweepIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/TimestampIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/TimestampIns.java index 0581e59b0..d0322558d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/TimestampIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/TimestampIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/VerifyOpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/VerifyOpIns.java index ec7a0c1eb..c9db153f5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/VerifyOpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/VerifyOpIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/VerifyPassIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/VerifyPassIns.java index 4133f624c..3bda7ad22 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/VerifyPassIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/VerifyPassIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/WbIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/WbIns.java index e729abceb..0d44cc806 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/WbIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/other2/WbIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/DupIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/DupIns.java index 4bd126430..73a37ea5d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/DupIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/DupIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopIns.java index d11a062dd..9ca38784c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopScopeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopScopeIns.java index 00d724f57..b529375ac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopScopeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PopScopeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java index 4d949a93f..56e2aaab6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushByteIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushDoubleIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushDoubleIns.java index 9a14839a6..4abd6471d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushDoubleIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushDoubleIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushFalseIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushFalseIns.java index 8d26b819c..c2e2af9d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushFalseIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushFalseIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntIns.java index 9371d4dde..4d676bc0a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntegerTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntegerTypeIns.java index 746dfc10b..39335fe5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntegerTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushIntegerTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNamespaceIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNamespaceIns.java index 362815839..4f3915b55 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNamespaceIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNamespaceIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNanIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNanIns.java index 856be77dd..6663c2202 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNanIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNanIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNullIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNullIns.java index 92e6143e0..378459c5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNullIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushNullIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushScopeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushScopeIns.java index 22b92e5c7..3389fc331 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushScopeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushScopeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushShortIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushShortIns.java index dd246e26f..ee7720ce9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushShortIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushShortIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushStringIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushStringIns.java index 1fe1e8362..e9b699e62 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushStringIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushStringIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushTrueIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushTrueIns.java index e28617861..73859977d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushTrueIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushTrueIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUIntIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUIntIns.java index 4835ec186..d368b5e75 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUIntIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUIntIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUndefinedIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUndefinedIns.java index d4d199da0..8499b7121 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUndefinedIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushUndefinedIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushWithIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushWithIns.java index 13ba68a0d..6a41501f4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushWithIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/PushWithIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/SwapIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/SwapIns.java index f56f64dc2..9b49bb920 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/SwapIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/stack/SwapIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ApplyTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ApplyTypeIns.java index b16848bca..afea9d49b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ApplyTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ApplyTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeIns.java index f0d19821c..85c3d81b1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeLateIns.java index f1ba8633d..40e40a40e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/AsTypeLateIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceAIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceAIns.java index f87a91662..dc2b56bbd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceAIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceAIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceIns.java index 7adff5eb2..2c80aed28 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java index a97026643..c87cb8ffb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceOrConvertTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceSIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceSIns.java index cafd1ac0c..00600722a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceSIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/CoerceSIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertBIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertBIns.java index 5e7f119ad..c4fe11217 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertBIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertBIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertDIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertDIns.java index 321ca85e1..79c66c943 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertDIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertDIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertIIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertIIns.java index 34b134ce9..183e696ec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertIIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertIIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertOIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertOIns.java index d7beeb9ab..7411bf1b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertOIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertOIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertSIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertSIns.java index a829f948c..50a137c48 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertSIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertSIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertUIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertUIns.java index d1ba69c52..4f210a434 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertUIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/ConvertUIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/InstanceOfIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/InstanceOfIns.java index 7006a7010..92f849b3f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/InstanceOfIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/InstanceOfIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeIns.java index 5b8920875..b8047c19b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeLateIns.java index cdaff9acb..74791c3fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/IsTypeLateIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/TypeOfIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/TypeOfIns.java index 08755d5a4..2d8a11f9c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/TypeOfIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/types/TypeOfIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/CheckFilterIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/CheckFilterIns.java index 5e13b928b..c8834606e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/CheckFilterIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/CheckFilterIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSIns.java index 26b761186..1e1f28db3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSLateIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSLateIns.java index f1c80d89d..23cad73e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSLateIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/DXNSLateIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXAttrIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXAttrIns.java index 032e65d55..0e222b140 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXAttrIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXAttrIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXElemIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXElemIns.java index 53633dc90..fd8e16556 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXElemIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/instructions/xml/EscXElemIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java index 6696228a1..423dbc074 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyLoadAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyLoadAVM2Item.java index 4e6603d4b..a3f7c97a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyLoadAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyLoadAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemySignExtendAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemySignExtendAVM2Item.java index e923e14d0..ef700514e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemySignExtendAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemySignExtendAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyStoreAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyStoreAVM2Item.java index bda82013e..93cad97ec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyStoreAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/AlchemyStoreAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ApplyTypeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ApplyTypeAVM2Item.java index a0dfc7f5c..6d6861911 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ApplyTypeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ApplyTypeAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/BooleanAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/BooleanAVM2Item.java index e0b826d36..4f01fd22d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/BooleanAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/BooleanAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallAVM2Item.java index e8ddd5bb2..a8a920e5d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallMethodAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallMethodAVM2Item.java index 2fcec8a98..c0fb37886 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallMethodAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallMethodAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallPropertyAVM2Item.java index a2528e804..4f2b91031 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallPropertyAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallStaticAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallStaticAVM2Item.java index a4b70aed6..a8e9af20e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallStaticAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallStaticAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallSuperAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallSuperAVM2Item.java index 8173c1fa5..9502fe950 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallSuperAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CallSuperAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ClassAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ClassAVM2Item.java index 1b0668852..ab762c49b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ClassAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ClassAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CoerceAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CoerceAVM2Item.java index cf3789501..cdc9026e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CoerceAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/CoerceAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructAVM2Item.java index 83bf8132f..749f605aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructPropAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructPropAVM2Item.java index d5d48aca8..793041b31 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructPropAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructPropAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructSuperAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructSuperAVM2Item.java index 6853fe070..e29597dea 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructSuperAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConstructSuperAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConvertAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConvertAVM2Item.java index 7842f20c2..359471107 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConvertAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ConvertAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecLocalAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecLocalAVM2Item.java index e9e2f9cab..4c28d070b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecLocalAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecLocalAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecrementAVM2Item.java index 732f2a559..b3aa669a1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DecrementAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DefaultXMLNamespace.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DefaultXMLNamespace.java index 31cd8ed24..fcc566e84 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DefaultXMLNamespace.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/DefaultXMLNamespace.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXAttrAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXAttrAVM2Item.java index 807d3db1f..021cb3b43 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXAttrAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXAttrAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXElemAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXElemAVM2Item.java index 58bb139b9..883db33a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXElemAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/EscapeXElemAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FilteredCheckAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FilteredCheckAVM2Item.java index 9d273ba98..370dcd05e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FilteredCheckAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FilteredCheckAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindDefAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindDefAVM2Item.java index 07c6f690a..182bc326d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindDefAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindDefAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindPropertyAVM2Item.java index d1b6decc5..95de1d9c9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FindPropertyAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FloatValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FloatValueAVM2Item.java index 4c7d135c2..9d0d44b8b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FloatValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FloatValueAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java index 5b660f467..c174c3ac6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/FullMultinameAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetDescendantsAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetDescendantsAVM2Item.java index 848fca8b9..2e6ac44cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetDescendantsAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetDescendantsAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetLexAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetLexAVM2Item.java index 2ed320626..772da1ac6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetLexAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetLexAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetPropertyAVM2Item.java index 4bbf72aec..4ce49c27f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetPropertyAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSlotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSlotAVM2Item.java index f68e91304..e7fa4b1f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSlotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSlotAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSuperAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSuperAVM2Item.java index b39922b70..aed3a7d51 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSuperAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/GetSuperAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/HasNextAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/HasNextAVM2Item.java index 585183308..199e00951 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/HasNextAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/HasNextAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InAVM2Item.java index 26d498bd2..a66e0ad96 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncLocalAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncLocalAVM2Item.java index 1865da3ae..c7d46131a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncLocalAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncLocalAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncrementAVM2Item.java index 830b4c4a4..9dd8efcc7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IncrementAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitPropertyAVM2Item.java index fa692cc67..53dbd4ace 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitPropertyAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitVectorAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitVectorAVM2Item.java index 18d307060..2c354f735 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitVectorAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/InitVectorAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IntegerValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IntegerValueAVM2Item.java index 0a1d1ccbe..74b52561c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IntegerValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/IntegerValueAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/LocalRegAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/LocalRegAVM2Item.java index 370feda7e..bca2924bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/LocalRegAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/LocalRegAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameSpaceAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameSpaceAVM2Item.java index 63045373a..42747de08 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameSpaceAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameSpaceAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameValuePair.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameValuePair.java index 62dbead5f..d30aef024 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameValuePair.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NameValuePair.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NanAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NanAVM2Item.java index 71a4e878e..4fae387c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NanAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NanAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewActivationAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewActivationAVM2Item.java index 746864f20..33cf36ba1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewActivationAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewActivationAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewArrayAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewArrayAVM2Item.java index 1ca8372d5..f88c3f224 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewArrayAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewArrayAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewFunctionAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewFunctionAVM2Item.java index 356749f7b..e6bd703d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewFunctionAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewFunctionAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewObjectAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewObjectAVM2Item.java index 9c839cafe..21989c1cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewObjectAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NewObjectAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextNameAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextNameAVM2Item.java index 10883be6c..31248bcfb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextNameAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextNameAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextValueAVM2Item.java index 17b3cda3c..a431e1154 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NextValueAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NullAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NullAVM2Item.java index b12ca763e..256e14666 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NullAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NullAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NumberValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NumberValueAVM2Item.java index 87b2643d0..de39efe8e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NumberValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/NumberValueAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostDecrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostDecrementAVM2Item.java index e3e7f8f91..633be76a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostDecrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostDecrementAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostIncrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostIncrementAVM2Item.java index 2021c1e7b..2c6fb2cab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostIncrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/PostIncrementAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnValueAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnValueAVM2Item.java index 7454387dd..f73a5c644 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnValueAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnValueAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnVoidAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnVoidAVM2Item.java index e1be95e82..887856958 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnVoidAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ReturnVoidAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ScriptAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ScriptAVM2Item.java index 76b10d8da..49a588e3c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ScriptAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ScriptAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetGlobalSlotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetGlobalSlotAVM2Item.java index 3ac5a87bc..e3151056b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetGlobalSlotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetGlobalSlotAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java index 675f57028..09783ffbc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetLocalAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetPropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetPropertyAVM2Item.java index 0fa0b35d0..a21bd145c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetPropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetPropertyAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSlotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSlotAVM2Item.java index 4ba27ae3d..3a561d93e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSlotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSlotAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSuperAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSuperAVM2Item.java index 2f6156d57..db08bc69d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSuperAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetSuperAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetTypeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetTypeAVM2Item.java index fe5338f1a..fa29a40f7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetTypeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/SetTypeAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StringAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StringAVM2Item.java index fdf568622..e24fab183 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StringAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/StringAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThisAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThisAVM2Item.java index 80a1b1e5b..eb0ef6a29 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThisAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThisAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThrowAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThrowAVM2Item.java index a088fb547..1eb53be1b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThrowAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/ThrowAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UndefinedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UndefinedAVM2Item.java index a8ecba956..70f6cf62b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UndefinedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UndefinedAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UnparsedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UnparsedAVM2Item.java index 04c1ed3b6..9fe46fb95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UnparsedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/UnparsedAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithAVM2Item.java index 5a8bae7fc..971f1282f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithEndAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithEndAVM2Item.java index da32fe94a..d0cdeb013 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithEndAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithEndAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithObjectAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithObjectAVM2Item.java index fdb4e2916..b53756fb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithObjectAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/WithObjectAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/XMLAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/XMLAVM2Item.java index 0e48f2c72..d0ea30f37 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/XMLAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/XMLAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/AssignmentAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/AssignmentAVM2Item.java index dd90390df..8d5693f5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/AssignmentAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/AssignmentAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/DeclarationAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/DeclarationAVM2Item.java index b7fd66813..a95e6436f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/DeclarationAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/DeclarationAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ExceptionAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ExceptionAVM2Item.java index dd7ac247d..347513a54 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ExceptionAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ExceptionAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/FilterAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/FilterAVM2Item.java index ecfe85ca2..2124381a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/FilterAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/FilterAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForEachInAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForEachInAVM2Item.java index 50305ac3d..8aaf7f43c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForEachInAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForEachInAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForInAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForInAVM2Item.java index 6520b3bde..6271321b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForInAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/ForInAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/TryAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/TryAVM2Item.java index c602d0048..89bff8a6f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/TryAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/clauses/TryAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AddAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AddAVM2Item.java index 89616813a..fc9454ac6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AddAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AddAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AsTypeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AsTypeAVM2Item.java index 64f5a8dd2..a2d05f8f5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AsTypeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/AsTypeAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitAndAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitAndAVM2Item.java index 72dbfb2ea..773f710ab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitAndAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitAndAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitNotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitNotAVM2Item.java index 2cab48d32..f29641445 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitNotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitNotAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitOrAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitOrAVM2Item.java index 8a811ce21..6e3205d2a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitOrAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitOrAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitXorAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitXorAVM2Item.java index ecb4e218a..f0e78d527 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitXorAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/BitXorAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DeletePropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DeletePropertyAVM2Item.java index 1c388870a..9662231e5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DeletePropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DeletePropertyAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DivideAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DivideAVM2Item.java index e2f0d5bac..3669a3881 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DivideAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/DivideAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/EqAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/EqAVM2Item.java index 3b8e2e21c..87280c7eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/EqAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/EqAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GeAVM2Item.java index 159c3489b..07e4476f6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GeAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GtAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GtAVM2Item.java index 2ecdc8330..7b7a85ac3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GtAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/GtAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IfCondition.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IfCondition.java index 12013a3a0..cec979b2d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IfCondition.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IfCondition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InAVM2Item.java index 7023f0d6d..bbe2647f9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InstanceOfAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InstanceOfAVM2Item.java index 46e10b150..28641593a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InstanceOfAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/InstanceOfAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IsTypeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IsTypeAVM2Item.java index 2759933b1..44da55666 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IsTypeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/IsTypeAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LShiftAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LShiftAVM2Item.java index 8688aa58f..01b4c3c9e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LShiftAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LShiftAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LeAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LeAVM2Item.java index d0db3b784..49ff06be7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LeAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LeAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LtAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LtAVM2Item.java index ca86dd2ec..d00159867 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LtAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/LtAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/ModuloAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/ModuloAVM2Item.java index 9d95f7431..7a5e31608 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/ModuloAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/ModuloAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/MultiplyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/MultiplyAVM2Item.java index a40bcaa5f..825c414a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/MultiplyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/MultiplyAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NegAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NegAVM2Item.java index a0676a136..b3e2035e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NegAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NegAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NeqAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NeqAVM2Item.java index 49104fc3b..9ba677060 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NeqAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/NeqAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreDecrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreDecrementAVM2Item.java index 692025441..b8a1fbdce 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreDecrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreDecrementAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreIncrementAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreIncrementAVM2Item.java index 0c6212b7f..d43b7990e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreIncrementAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/PreIncrementAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/RShiftAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/RShiftAVM2Item.java index 762c8649a..d40836bf8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/RShiftAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/RShiftAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictEqAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictEqAVM2Item.java index fb0a60dc3..9282f00d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictEqAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictEqAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictNeqAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictNeqAVM2Item.java index ce72c020f..e5d2c925e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictNeqAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/StrictNeqAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/SubtractAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/SubtractAVM2Item.java index 9eb829e8e..06f4f8107 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/SubtractAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/SubtractAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java index 10cfedc63..95198c815 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/TypeOfAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/URShiftAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/URShiftAVM2Item.java index b2d3012e3..ec3601f37 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/URShiftAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/model/operations/URShiftAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/AVM2ParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/AVM2ParseException.java index 7c3c6e1e7..67d01fe1b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/AVM2ParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/AVM2ParseException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ASM3Parser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ASM3Parser.java index 0a7ab8bc2..50febc037 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ASM3Parser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ASM3Parser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/Flasm3Lexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/Flasm3Lexer.java index 382825853..5b57f3efe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/Flasm3Lexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/Flasm3Lexer.java @@ -1,7 +1,7 @@ /* The following code was generated by JFlex 1.6.0 */ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/MissingSymbolHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/MissingSymbolHandler.java index 7e44cb8fd..f70287f0b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/MissingSymbolHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/MissingSymbolHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ParsedSymbol.java index a2f8387e0..7f6299bc2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/pcode/ParsedSymbol.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java index 9cb66f98f..af233e6df 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AVM2SourceGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AbcIndexing.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AbcIndexing.java index 196db8645..bfa9ea48a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AbcIndexing.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AbcIndexing.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java index 5bf65e754..30298f607 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScript3Parser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java index 219837ed2..e592d4533 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java @@ -1,7 +1,7 @@ /* The following code was generated by JFlex 1.6.0 */ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AssignableAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AssignableAVM2Item.java index fe0dbdf1d..d7d78ee22 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AssignableAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/AssignableAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/BreakJumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/BreakJumpIns.java index b66cc3063..fd18b4b96 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/BreakJumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/BreakJumpIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java index 19db0690f..2ac297f22 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/CallAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java index 7539cf1f6..7bf4bbc87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ClassAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java index 07d43f56c..bbe0ac3cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstructSomethingAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstructSomethingAVM2Item.java index 3c3f2d64e..fc2ebf4a9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstructSomethingAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ConstructSomethingAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ContinueJumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ContinueJumpIns.java index 7af8bc65e..c713496a8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ContinueJumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ContinueJumpIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkAVM2Instruction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkAVM2Instruction.java index f56f55c39..a4901b5f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkAVM2Instruction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkAVM2Instruction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkIns.java index 99c83e98e..3fb85bbb3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ExceptionMarkIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FinallyJumpIns.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FinallyJumpIns.java index ebd3aff8b..68c9f00e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FinallyJumpIns.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FinallyJumpIns.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java index 86fe471bd..69c3a2c4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/FunctionAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java index 0f83bd2f1..8fed55975 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/GetterAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/IndexAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/IndexAVM2Item.java index f987aa6f0..46a0acf0e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/IndexAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/IndexAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java index c9c8e7097..31baaba1a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/InterfaceAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexBufferer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexBufferer.java index c0ab00429..0ad0cc6f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexBufferer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexBufferer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexListener.java index cc3353be0..9529b3d29 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/LexListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java index b1bf85294..626af0908 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/MethodAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NameAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NameAVM2Item.java index 3cb0d2c78..fe36c4106 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NameAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NameAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespaceItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespaceItem.java index cbf81417a..3396cf0e3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespaceItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespaceItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespacedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespacedAVM2Item.java index 25d94dedd..92d9b74ec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespacedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/NamespacedAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PackageAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PackageAVM2Item.java index 3d776f018..c2b39b5c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PackageAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PackageAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ParsedSymbol.java index 0eaaf5bb6..5fd6ec026 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ParsedSymbol.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java index b6d561676..e40128eab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/PropertyAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/Reference.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/Reference.java index 611d71b0f..ab38929c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/Reference.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/Reference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java index 616b86ffe..39fb8687c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SetterAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java index 402036542..363f1073d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SlotAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolGroup.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolGroup.java index 7c5cc7b27..99cb37cdc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolGroup.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java index 066fcbf48..2adb4de91 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/SymbolType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java index 1dc62975a..c40c93260 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/UnresolvedAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLAVM2Item.java index feb442baf..3b2d80485 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLFilterAVM2Item.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLFilterAVM2Item.java index d7a6a3b59..696dca78d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLFilterAVM2Item.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/XMLFilterAVM2Item.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoLexer.java index a4ad3cf0b..540e9d239 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoLexer.java @@ -1,7 +1,7 @@ /* The following code was generated by JFlex 1.6.0 */ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoParseException.java index ee84c46eb..48468fce0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoParseException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoParser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoParser.java index e19ba7778..95fb6c25c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoParser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/MethodInfoParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/ParsedSymbol.java index 10ec12bd7..c68611ebe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/methodinfo_parser/ParsedSymbol.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ABCException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ABCException.java index d703ccf1e..4d83a14eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ABCException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ABCException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/AssignedValue.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/AssignedValue.java index 2edcac5a7..12b062a2f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/AssignedValue.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/AssignedValue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ClassInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ClassInfo.java index 6aa0265be..7008d80de 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ClassInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ClassInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ConvertData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ConvertData.java index 9eba72b81..5127497a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ConvertData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ConvertData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Decimal.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Decimal.java index ae1a38b14..90a843d52 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Decimal.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Decimal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java index 76958627e..ff6a17d60 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/InstanceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MetadataInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MetadataInfo.java index 7f27e1094..aefbc68fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MetadataInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MetadataInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java index 2fa64848b..3c758bdf1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodBody.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodInfo.java index e93b25261..59eba6822 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/MethodInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Multiname.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Multiname.java index 310c8ce48..51b1237fd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Multiname.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Multiname.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Namespace.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Namespace.java index 302dc2a84..f40b6b29d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Namespace.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/Namespace.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/NamespaceSet.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/NamespaceSet.java index 6f01bf411..941e6be84 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/NamespaceSet.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/NamespaceSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ScriptInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ScriptInfo.java index bd1d17ef0..7bacebf5d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ScriptInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ScriptInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ValueKind.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ValueKind.java index 010343ebd..98a4cdc45 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ValueKind.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/ValueKind.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java index c366df66e..29ebe176e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Trait.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitClass.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitClass.java index a7ef3f7b0..410509c81 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitClass.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitClass.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java index 00f1afeae..bfa7a39b3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java index b4542e8fa..ca3f87cfd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitMethodGetterSetter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java index ed4cc6d08..e752b0aaa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitSlotConst.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitWithSlot.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitWithSlot.java index 94371d2ef..636674dc8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitWithSlot.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/TraitWithSlot.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Traits.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Traits.java index 15269a773..5d4788448 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Traits.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/types/traits/Traits.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ClassNameMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ClassNameMultinameUsage.java index db6d24aac..ec43cadf6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ClassNameMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ClassNameMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarMultinameUsage.java index 07297cafa..b771ad7bc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarNameMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarNameMultinameUsage.java index 4939eaa18..14d4d0b33 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarNameMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarNameMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarTypeMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarTypeMultinameUsage.java index 48d2f5f58..4c3c9022a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarTypeMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ConstVarTypeMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/DefinitionUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/DefinitionUsage.java index 8679f382c..958235d80 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/DefinitionUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/DefinitionUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ExtendsMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ExtendsMultinameUsage.java index 3d182e362..9dd1a9c48 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ExtendsMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ExtendsMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ImplementsMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ImplementsMultinameUsage.java index db2b1dfc2..efe218b2a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ImplementsMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ImplementsMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/InsideClassMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/InsideClassMultinameUsage.java index 6baa8bef7..c0492692f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/InsideClassMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/InsideClassMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodBodyMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodBodyMultinameUsage.java index 3d0cf06d9..1a638a259 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodBodyMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodBodyMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodMultinameUsage.java index e92d48234..c3c109f3d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodNameMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodNameMultinameUsage.java index bfee697ca..b59bf2c78 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodNameMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodNameMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodParamsMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodParamsMultinameUsage.java index dfc3dd9df..40b58a3e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodParamsMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodParamsMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodReturnTypeMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodReturnTypeMultinameUsage.java index c009e5884..0b73e67fb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodReturnTypeMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MethodReturnTypeMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MultinameUsage.java index cf6a9edd1..d48e440be 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/MultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/TraitMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/TraitMultinameUsage.java index 4ee7ac25b..4f5d724c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/TraitMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/TraitMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/TypeNameMultinameUsage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/TypeNameMultinameUsage.java index faefdc309..8d28140c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/TypeNameMultinameUsage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/TypeNameMultinameUsage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java index fdfa8b118..3518a5392 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/Action.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java index a826c769c..e9f420332 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraph.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraphSource.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraphSource.java index 70f0fe180..851177415 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraphSource.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionGraphSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionList.java index cc69607d2..4d82e20e1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java index 54d259fed..b2a283ed2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionListReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionLocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionLocalData.java index 781a2e901..d95d7c829 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionLocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ActionLocalData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/CachedScript.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/CachedScript.java index 3c8d5f577..f6c55880b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/CachedScript.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/CachedScript.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ConstantPoolTooBigException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ConstantPoolTooBigException.java index 5d5fa5bc2..7861dacec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ConstantPoolTooBigException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/ConstantPoolTooBigException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/LocalDataArea.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/LocalDataArea.java index ed4f503ae..3fae9624a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/LocalDataArea.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/LocalDataArea.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/StoreTypeAction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/StoreTypeAction.java index 8af0993f8..ef27f18c5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/StoreTypeAction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/StoreTypeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownActionException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownActionException.java index 35512f04d..72f8b5880 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownActionException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownActionException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownJumpException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownJumpException.java index 146956d38..cc6de01f3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownJumpException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/UnknownJumpException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/ActionDeobfuscator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/ActionDeobfuscator.java index 65f135056..1408e648a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/ActionDeobfuscator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/deobfuscation/ActionDeobfuscator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/ActionItem.java index 6d56af518..f4f84a467 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/ActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionList.java index c3012bfe1..7c88139a8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionListIterator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionListIterator.java index f8f05aaae..d7aac7ac9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionListIterator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/fastactionlist/FastActionListIterator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionFSCommand2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionFSCommand2.java index e66859882..e788da252 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionFSCommand2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionFSCommand2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionStrictMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionStrictMode.java index 87186f0e6..c435c5786 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionStrictMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/flashlite/ActionStrictMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ActionItem.java index 9ea918f65..5fa75d1fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/AsciiToCharActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/AsciiToCharActionItem.java index 27f51b2db..8bfaee792 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/AsciiToCharActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/AsciiToCharActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallActionItem.java index ae14d8570..a6b3d1346 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallFunctionActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallFunctionActionItem.java index e37223560..e72e8384c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallFunctionActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallFunctionActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallMethodActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallMethodActionItem.java index 3ec6beab9..78bd762cb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallMethodActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CallMethodActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CastOpActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CastOpActionItem.java index 9e29b275b..0c05ce02e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CastOpActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CastOpActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CharToAsciiActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CharToAsciiActionItem.java index 4e47fef40..a6bc136ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CharToAsciiActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CharToAsciiActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CloneSpriteActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CloneSpriteActionItem.java index 8a936e3fc..86f0c6a94 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CloneSpriteActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/CloneSpriteActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ConstantPool.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ConstantPool.java index a38b93c7f..3a2d25112 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ConstantPool.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ConstantPool.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DecrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DecrementActionItem.java index 084ec0043..13534c99a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DecrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DecrementActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineLocalActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineLocalActionItem.java index 46853bd85..8b3097238 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineLocalActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineLocalActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineRegisterActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineRegisterActionItem.java index b0649f4cb..ca5140295 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineRegisterActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DefineRegisterActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DeleteActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DeleteActionItem.java index 7759ee716..f3e4be40b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DeleteActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DeleteActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DirectValueActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DirectValueActionItem.java index 8f77c8e74..8db6680c9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DirectValueActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/DirectValueActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerateActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerateActionItem.java index c82b53e2e..e84709fee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerateActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EnumerateActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EvalActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EvalActionItem.java index 8e6f3468f..c019f3356 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EvalActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/EvalActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ExtendsActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ExtendsActionItem.java index 43e7cafa0..d04bba5dd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ExtendsActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ExtendsActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommand2ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommand2ActionItem.java index 72bef8b1f..dcde6fc18 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommand2ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommand2ActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommandActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommandActionItem.java index f93d0fac1..b73be3ee9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommandActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FSCommandActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FunctionActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FunctionActionItem.java index a61629340..b970960e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FunctionActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/FunctionActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetMemberActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetMemberActionItem.java index 3bed8a63a..51d7b742e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetMemberActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetMemberActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetPropertyActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetPropertyActionItem.java index 2ad57487f..43a14da67 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetPropertyActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetPropertyActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetTimeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetTimeActionItem.java index 788cd2df8..0f670e47f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetTimeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetTimeActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURL2ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURL2ActionItem.java index a927a5a25..edddade1e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURL2ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURL2ActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURLActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURLActionItem.java index 2316326a3..6b34e07b2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURLActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetURLActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVariableActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVariableActionItem.java index 3cd565bd8..5d432bd42 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVariableActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVariableActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVersionActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVersionActionItem.java index 3aba055f0..73cccdf29 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVersionActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GetVersionActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrame2ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrame2ActionItem.java index 70d2c5e45..bb7af5ca2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrame2ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrame2ActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrameActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrameActionItem.java index 9c8d4233c..cf2f7d558 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrameActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoFrameActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoLabelActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoLabelActionItem.java index 8fba48e3c..00248272c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoLabelActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/GotoLabelActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ImplementsOpActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ImplementsOpActionItem.java index 2e6ad19b3..47f378c67 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ImplementsOpActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ImplementsOpActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/IncrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/IncrementActionItem.java index 70e9edffe..4080b9be6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/IncrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/IncrementActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitArrayActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitArrayActionItem.java index 468a45a99..9394b5e52 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitArrayActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitArrayActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitObjectActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitObjectActionItem.java index 94da7738c..77f8172f6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitObjectActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/InitObjectActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieActionItem.java index f6ce431b0..c8c619cc2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieNumActionItem.java index b449d0678..c46b23f5a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadMovieNumActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesActionItem.java index f2b945782..7ef4a4f6c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesNumActionItem.java index de7089e25..27fe68044 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/LoadVariablesNumActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBAsciiToCharActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBAsciiToCharActionItem.java index 29420570d..20a5bd17e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBAsciiToCharActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBAsciiToCharActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBCharToAsciiActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBCharToAsciiActionItem.java index 5b45a88ff..10845a051 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBCharToAsciiActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBCharToAsciiActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringExtractActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringExtractActionItem.java index 5c45cd50e..e481d4a1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringExtractActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringExtractActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringLengthActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringLengthActionItem.java index 801a69aa7..d9736a974 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringLengthActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/MBStringLengthActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewMethodActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewMethodActionItem.java index fd24198c3..532fc4ed1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewMethodActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewMethodActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewObjectActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewObjectActionItem.java index e13376b92..8dc75ec63 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewObjectActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NewObjectActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NextFrameActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NextFrameActionItem.java index c63d7aba4..1de9eb631 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NextFrameActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/NextFrameActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PlayActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PlayActionItem.java index f422bfdea..d208cf7bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PlayActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PlayActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PopActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PopActionItem.java index d0a11e537..6e5ebb600 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PopActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PopActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostDecrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostDecrementActionItem.java index bb77ea9de..bb8ecd03f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostDecrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostDecrementActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostIncrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostIncrementActionItem.java index eb8ba9f61..299adf90e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostIncrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PostIncrementActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrevFrameActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrevFrameActionItem.java index 712835c42..8f51a8067 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrevFrameActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrevFrameActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintActionItem.java index 147044bbd..18c1838a8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java index 18e35cade..aea1dfe08 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapNumActionItem.java index c328af450..bd70bf36b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintAsBitmapNumActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintNumActionItem.java index 37a45b0d1..8d6e5e8da 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/PrintNumActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RandomNumberActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RandomNumberActionItem.java index f61b0ccb4..730032d5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RandomNumberActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RandomNumberActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RemoveSpriteActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RemoveSpriteActionItem.java index 278b0a916..73f96da67 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RemoveSpriteActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/RemoveSpriteActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ReturnActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ReturnActionItem.java index e81938d9d..68e90d8d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ReturnActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ReturnActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetMemberActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetMemberActionItem.java index bfc1066b0..8d16b0645 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetMemberActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetMemberActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetPropertyActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetPropertyActionItem.java index 6bd759299..ff79349bb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetPropertyActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetPropertyActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTarget2ActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTarget2ActionItem.java index 88168d566..ba42fbddc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTarget2ActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTarget2ActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTargetActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTargetActionItem.java index 402b161a9..6dc4af266 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTargetActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTargetActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTypeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTypeActionItem.java index c8f333bc8..2ab318da2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTypeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetTypeActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetVariableActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetVariableActionItem.java index f1dbf15e3..f9badb3ec 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetVariableActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/SetVariableActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StartDragActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StartDragActionItem.java index 62c1837d8..c46713df1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StartDragActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StartDragActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopActionItem.java index 15c150756..c36eeebf4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopAllSoundsActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopAllSoundsActionItem.java index c048a278a..56ee4bc69 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopAllSoundsActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopAllSoundsActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopDragActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopDragActionItem.java index de23f1df7..80d210f79 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopDragActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StopDragActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java index d75ae11c9..8a306e208 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StoreRegisterActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StrictModeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StrictModeActionItem.java index dcb790f56..5d72aba67 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StrictModeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StrictModeActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringExtractActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringExtractActionItem.java index 48ec7691a..03fcb2f78 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringExtractActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringExtractActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringLengthActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringLengthActionItem.java index 6448fd049..8730116e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringLengthActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/StringLengthActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TargetPathActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TargetPathActionItem.java index 065ff0600..9b3370fe6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TargetPathActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TargetPathActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegister.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegister.java index 16035bcf3..c47a44b19 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegister.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TemporaryRegister.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ThrowActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ThrowActionItem.java index 72db6b73e..8e31a9cc9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ThrowActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ThrowActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToIntegerActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToIntegerActionItem.java index 8a69171b7..18dbbb243 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToIntegerActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToIntegerActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToNumberActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToNumberActionItem.java index 5ea09dc18..54a8a5c0c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToNumberActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToNumberActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToStringActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToStringActionItem.java index c9a5c3ebb..bebb45e81 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToStringActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToStringActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToggleHighQualityActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToggleHighQualityActionItem.java index 521a44ed3..87b8f9fde 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToggleHighQualityActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/ToggleHighQualityActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TraceActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TraceActionItem.java index df8584ad1..de1be56d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TraceActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TraceActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TypeOfActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TypeOfActionItem.java index bc7f1dfe8..b78f2da32 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TypeOfActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/TypeOfActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieActionItem.java index eb23bc394..30f3a4370 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieNumActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieNumActionItem.java index 1ec320fa6..25bcbc09a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieNumActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnLoadMovieNumActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnsupportedActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnsupportedActionItem.java index 207b526af..9f90a0e30 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnsupportedActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/UnsupportedActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ClassActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ClassActionItem.java index 11e19b232..4008a4d85 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ClassActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ClassActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ForInActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ForInActionItem.java index 95e129e34..f8dc5222e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ForInActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/ForInActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/IfFrameLoadedActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/IfFrameLoadedActionItem.java index c2b6412c3..8ef4049b4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/IfFrameLoadedActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/IfFrameLoadedActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/InterfaceActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/InterfaceActionItem.java index 9790e8d50..34995fd6a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/InterfaceActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/InterfaceActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/LoopActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/LoopActionItem.java index 08cfeb72f..f3a48287d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/LoopActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/LoopActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TellTargetActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TellTargetActionItem.java index 9e70ae304..c9d1b5610 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TellTargetActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TellTargetActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TryActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TryActionItem.java index 25be62d9c..c9ff01fc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TryActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/TryActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/WithActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/WithActionItem.java index 14f65ff8f..e43fe5efb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/WithActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/clauses/WithActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AddActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AddActionItem.java index a076232cb..574ccadcb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AddActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AddActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AndActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AndActionItem.java index fecd3941d..8c0e54039 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AndActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/AndActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitAndActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitAndActionItem.java index 749a61011..d6b7a7fde 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitAndActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitAndActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitOrActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitOrActionItem.java index 68c5c204b..f55435135 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitOrActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitOrActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitXorActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitXorActionItem.java index 761519da5..1976704d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitXorActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/BitXorActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/DivideActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/DivideActionItem.java index 08a93ae8c..9d7798511 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/DivideActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/DivideActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/EqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/EqActionItem.java index 18d8e124f..74c85ab09 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/EqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/EqActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GeActionItem.java index 2ec8b09fc..64cb3d594 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GeActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GtActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GtActionItem.java index c1a07e7be..f35fded73 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GtActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/GtActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InActionItem.java index 939eafa98..5e1abb010 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InstanceOfActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InstanceOfActionItem.java index 60ac6199d..6f8f3e846 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InstanceOfActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/InstanceOfActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/Inverted.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/Inverted.java index df7e5ac6e..b66cf75b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/Inverted.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/Inverted.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LShiftActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LShiftActionItem.java index 4be5ee71c..75f8a201f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LShiftActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LShiftActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LeActionItem.java index 1ccf59fbe..6bf562b20 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LeActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LtActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LtActionItem.java index c0f90ff83..710bcb52d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LtActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/LtActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/ModuloActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/ModuloActionItem.java index 220a8a3a0..9821a0e5f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/ModuloActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/ModuloActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/MultiplyActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/MultiplyActionItem.java index 24f301de5..bea4fb00b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/MultiplyActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/MultiplyActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/NeqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/NeqActionItem.java index 130671b3e..3f46e9d2e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/NeqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/NeqActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/OrActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/OrActionItem.java index 12f89db99..45ab5fd3d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/OrActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/OrActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreDecrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreDecrementActionItem.java index 79f9eb888..8ada975a4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreDecrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreDecrementActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreIncrementActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreIncrementActionItem.java index a67e6cc5e..b66e64215 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreIncrementActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/PreIncrementActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/RShiftActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/RShiftActionItem.java index 2958a477e..cc039c08b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/RShiftActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/RShiftActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictEqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictEqActionItem.java index c149145b0..5f04c540a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictEqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictEqActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictNeqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictNeqActionItem.java index b2a86973b..a1c8c741e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictNeqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StrictNeqActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringAddActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringAddActionItem.java index fdded199e..45a31b486 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringAddActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringAddActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringEqActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringEqActionItem.java index efa41eda4..5d112fab9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringEqActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringEqActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGeActionItem.java index 55d1758ac..a4e2ef176 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGeActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGtActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGtActionItem.java index 075232c6f..bcc31e7a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGtActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringGtActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLeActionItem.java index 83076b482..85b89a77f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLeActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLtActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLtActionItem.java index 33f5e9f5b..2d3210415 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLtActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringLtActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringNeActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringNeActionItem.java index 3dbcb5f92..abe8ded3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringNeActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/StringNeActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/SubtractActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/SubtractActionItem.java index 326fbfb8e..267c26e4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/SubtractActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/SubtractActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/URShiftActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/URShiftActionItem.java index 941ea7c25..7eaea85b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/URShiftActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/model/operations/URShiftActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/ActionParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/ActionParseException.java index 58090aaa8..933de896a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/ActionParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/ActionParseException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParsedSymbol.java index 68ed303b1..0c0e37453 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParsedSymbol.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParser.java index 66f677ea8..c461f85de 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/ASMParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/FlasmLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/FlasmLexer.java index 92ad77855..46d168106 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/FlasmLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/FlasmLexer.java @@ -1,7 +1,7 @@ /* The following code was generated by JFlex 1.6.0 */ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/Label.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/Label.java index ac7b8a3e1..2fb0f520d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/Label.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/pcode/Label.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScript2Parser.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScript2Parser.java index 679b5f4d5..e3b1bf0dd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScript2Parser.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScript2Parser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptLexer.java index 51c9ac4a1..9a49d98ba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionScriptLexer.java @@ -1,7 +1,7 @@ /* The following code was generated by JFlex 1.6.0 */ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java index 78a0822a8..794840a87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ActionSourceGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexBufferer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexBufferer.java index 526554617..54d11eb97 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexBufferer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexBufferer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexListener.java index c19c9aaa6..abab1a6fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/LexListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ParsedSymbol.java index 83460ae1c..7736ed747 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/ParsedSymbol.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolGroup.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolGroup.java index afc76fa4f..e5f2a2d2a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolGroup.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java index 8fb0f8a97..9f855e382 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/SymbolType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/VariableActionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/VariableActionItem.java index 6adb3e8d1..2d9c506ce 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/VariableActionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/parser/script/VariableActionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscateJump.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscateJump.java index e81c2b34a..fada1fdfd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscateJump.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscateJump.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscatePop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscatePop.java index 9261d7f8e..b609d8b7e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscatePop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionDeobfuscatePop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionEnd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionEnd.java index 266237eeb..8cdc77458 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionEnd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionEnd.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionNop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionNop.java index 180a52112..482132a91 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionNop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionNop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionStore.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionStore.java index 04ae0f5d2..8a11b197d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionStore.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/special/ActionStore.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGetURL.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGetURL.java index 34cd99905..d6fe1f687 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGetURL.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGetURL.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGoToLabel.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGoToLabel.java index 22bf343a7..0db868203 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGoToLabel.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGoToLabel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGotoFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGotoFrame.java index d181c7bdf..d11da1d4e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGotoFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionGotoFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionNextFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionNextFrame.java index 8c87b01fc..39a791332 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionNextFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionNextFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPlay.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPlay.java index 0360d002a..42e8f8041 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPlay.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPlay.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPrevFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPrevFrame.java index 91c9b241e..73c5d088c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPrevFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionPrevFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionSetTarget.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionSetTarget.java index 812923c99..a040f962a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionSetTarget.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionSetTarget.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStop.java index 706d59625..3e093814d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStopSounds.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStopSounds.java index d4ca7aaa3..720c32899 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStopSounds.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionStopSounds.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionToggleQuality.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionToggleQuality.java index 067c91630..b6c29d677 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionToggleQuality.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionToggleQuality.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionWaitForFrame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionWaitForFrame.java index 10bdeb066..25355f490 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionWaitForFrame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf3/ActionWaitForFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAdd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAdd.java index 97822b704..20b3ce861 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAdd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAdd.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAnd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAnd.java index 89d6f7ffc..1d53f175e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAnd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAnd.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAsciiToChar.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAsciiToChar.java index 310cdf523..5aa48898b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAsciiToChar.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionAsciiToChar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCall.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCall.java index 34a9df955..c2cd3f3eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCall.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCall.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCharToAscii.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCharToAscii.java index 02625e393..e9a0ccdcd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCharToAscii.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCharToAscii.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCloneSprite.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCloneSprite.java index e037259ca..a95623114 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCloneSprite.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionCloneSprite.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionDivide.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionDivide.java index 52a78d5a7..8ff9cb69f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionDivide.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionDivide.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEndDrag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEndDrag.java index 72daebb09..98ecab4e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEndDrag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEndDrag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEquals.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEquals.java index 73451a334..371982110 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEquals.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionEquals.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetProperty.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetProperty.java index e2981c573..ea5ee5cae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetProperty.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetTime.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetTime.java index 2c65f1a61..4df096de0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetTime.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetTime.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetURL2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetURL2.java index 86d9606d1..5b740ce2d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetURL2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetURL2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetVariable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetVariable.java index ed76e8eb6..2972db488 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetVariable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGetVariable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGotoFrame2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGotoFrame2.java index 2665a8728..b51eeb26a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGotoFrame2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionGotoFrame2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionIf.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionIf.java index 64f1b40eb..e95769584 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionIf.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionIf.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionJump.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionJump.java index f8a850d11..b97db3fc3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionJump.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionJump.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionLess.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionLess.java index 6755028de..ef8bcc013 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionLess.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionLess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBAsciiToChar.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBAsciiToChar.java index 5051c1b68..8aedd2cb9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBAsciiToChar.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBAsciiToChar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBCharToAscii.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBCharToAscii.java index adbfa2bd3..3c473f7c5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBCharToAscii.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBCharToAscii.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringExtract.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringExtract.java index 49b9bb924..6a276ab7d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringExtract.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringExtract.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringLength.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringLength.java index e691a7dd9..60bda3611 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringLength.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMBStringLength.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMultiply.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMultiply.java index 59af934f3..f257f0e4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMultiply.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionMultiply.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionNot.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionNot.java index cb6a298f0..8d9ed0bdf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionNot.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionNot.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionOr.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionOr.java index 79753c012..9c07e2d40 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionOr.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionOr.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPop.java index 1a739a678..51af6d475 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java index 05d2464c1..3d00865fe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -388,7 +388,7 @@ public class ActionPush extends Action { for (Object o : values) { if (o instanceof ConstantIndex) { if ((constantPool == null) || (((ConstantIndex) o).index >= constantPool.size())) { - o = "§§constant" + ((ConstantIndex) o).index; + o = "????constant" + ((ConstantIndex) o).index; } else { o = constantPool.get(((ConstantIndex) o).index); } diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRandomNumber.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRandomNumber.java index 92e3807b2..1c81e46f4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRandomNumber.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRandomNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRemoveSprite.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRemoveSprite.java index 6a9f08360..fab5185bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRemoveSprite.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionRemoveSprite.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetProperty.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetProperty.java index 5a7f8dd11..4bdf99b77 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetProperty.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetTarget2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetTarget2.java index 9b473dd3a..01fe53a7d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetTarget2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetTarget2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetVariable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetVariable.java index b4e61c81b..1a932ba42 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetVariable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSetVariable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStartDrag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStartDrag.java index 11e51d76c..5f696f75e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStartDrag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStartDrag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringAdd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringAdd.java index a69cf1ee1..8c6a79fff 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringAdd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringAdd.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringEquals.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringEquals.java index 1b1718e3a..7a2be4046 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringEquals.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringEquals.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringExtract.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringExtract.java index 2485d464c..b2a2ec085 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringExtract.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringExtract.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLength.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLength.java index 59ffa35fc..39d4c9e36 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLength.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLength.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLess.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLess.java index 151137931..9e2aeb09f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLess.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionStringLess.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSubtract.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSubtract.java index 6da94c911..ee4f01c83 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSubtract.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionSubtract.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionToInteger.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionToInteger.java index f34c9858e..9bab2af69 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionToInteger.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionToInteger.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionTrace.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionTrace.java index 3b45c58eb..c254e4958 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionTrace.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionTrace.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionWaitForFrame2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionWaitForFrame2.java index 661363f87..c1edb65be 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionWaitForFrame2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionWaitForFrame2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ConstantIndex.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ConstantIndex.java index 406953fdb..389d80b52 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ConstantIndex.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ConstantIndex.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/RegisterNumber.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/RegisterNumber.java index 536d08e6f..47e91b4d5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/RegisterNumber.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/RegisterNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionAdd2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionAdd2.java index 5b76d9da7..aaa5fd204 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionAdd2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionAdd2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitAnd.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitAnd.java index fa0974062..42eb7b791 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitAnd.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitAnd.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitLShift.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitLShift.java index d02a1012e..a70fbf445 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitLShift.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitLShift.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitOr.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitOr.java index 840734c33..9c013aa05 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitOr.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitOr.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitRShift.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitRShift.java index 812a30ad4..3e61020f7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitRShift.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitRShift.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitURShift.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitURShift.java index ec45f56ab..d8f426413 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitURShift.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitURShift.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitXor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitXor.java index 9883d34ca..ccb5bd1b0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitXor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionBitXor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallFunction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallFunction.java index 9801e51ca..4e238028b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallFunction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallMethod.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallMethod.java index 30feaf3f1..1b28b261f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallMethod.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionCallMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionConstantPool.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionConstantPool.java index 04ad11163..668ac7c54 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionConstantPool.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionConstantPool.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDecrement.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDecrement.java index b533d9fe0..a4f990cb7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDecrement.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDecrement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineFunction.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineFunction.java index 42c79a028..b2ce733c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineFunction.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineFunction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal.java index 02fa7d396..fb162dcaf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal2.java index 54fa4a9fd..2a3ce9ad6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDefineLocal2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete.java index b7335c377..774b940af 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete2.java index 84a3a975d..c1b1faa1e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionDelete2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEnumerate.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEnumerate.java index e34a13a7e..1185ff5a8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEnumerate.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEnumerate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEquals2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEquals2.java index 7467c576f..cf490c4d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEquals2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionEquals2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionGetMember.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionGetMember.java index cb836cd7b..a58124c21 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionGetMember.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionGetMember.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionIncrement.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionIncrement.java index f020f92e8..276f238d4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionIncrement.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionIncrement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitArray.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitArray.java index cea2baa4d..909f22b08 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitArray.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitArray.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitObject.java index b457a5a9c..268916cca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionInitObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionLess2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionLess2.java index f13e39da1..a1d8786a9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionLess2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionLess2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionModulo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionModulo.java index 70001ffc2..296985188 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionModulo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionModulo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewMethod.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewMethod.java index fd9c94348..bac787fae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewMethod.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewObject.java index ec9a4df87..1a30889f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionNewObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionPushDuplicate.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionPushDuplicate.java index e3737dd8a..a966786b6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionPushDuplicate.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionPushDuplicate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionReturn.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionReturn.java index e63a5baec..31d7e70ee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionReturn.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionReturn.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionSetMember.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionSetMember.java index dd559f082..65b6cbaf7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionSetMember.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionSetMember.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStackSwap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStackSwap.java index 6358dd856..5fcdb49a0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStackSwap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStackSwap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java index d76d8ce99..0e270deb4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionStoreRegister.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTargetPath.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTargetPath.java index 51d2b25bb..077e7f7cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTargetPath.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTargetPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToNumber.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToNumber.java index 163446378..946598ae8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToNumber.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToNumber.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToString.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToString.java index 796cfc349..ced47875e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToString.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionToString.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTypeOf.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTypeOf.java index 4765614ab..406087adc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTypeOf.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionTypeOf.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java index 5f55be4e5..85976d82a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf5/ActionWith.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java index 0f859b0ba..667f1ff36 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionEnumerate2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionGreater.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionGreater.java index 77e5560da..d1b7a03c8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionGreater.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionGreater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionInstanceOf.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionInstanceOf.java index 0d7c6792c..1d62cda1e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionInstanceOf.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionInstanceOf.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStrictEquals.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStrictEquals.java index 68f27007d..1780a063f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStrictEquals.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStrictEquals.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStringGreater.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStringGreater.java index 472cca0b8..1792c8f85 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStringGreater.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf6/ActionStringGreater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionCastOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionCastOp.java index df292a444..4227b2133 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionCastOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionCastOp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionDefineFunction2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionDefineFunction2.java index 39a0e2c88..80f653bf4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionDefineFunction2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionDefineFunction2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionExtends.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionExtends.java index f9d2f2795..78ddb57ff 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionExtends.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionExtends.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionImplementsOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionImplementsOp.java index ec05053fe..c23a56fee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionImplementsOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionImplementsOp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionThrow.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionThrow.java index 421303d3a..916547183 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionThrow.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionThrow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionTry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionTry.java index fd5a04838..6f41e4438 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionTry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf7/ActionTry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java index ae7bd659d..311f04381 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationCategory.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationCategory.java index 73a5e1772..f661766c3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationCategory.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationCategory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultBoolean.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultBoolean.java index 1366e04fe..5c62aa64d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultBoolean.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultBoolean.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultCalendar.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultCalendar.java index 5edc52472..3f30515b1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultCalendar.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultCalendar.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultDouble.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultDouble.java index cbc8d6722..a46ba8a5e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultDouble.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultDouble.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultInt.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultInt.java index 4c6ae21e8..712a4c8c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultInt.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultInt.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultString.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultString.java index 1835df476..74298a91c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultString.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDefaultString.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDirectory.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDirectory.java index cc9516634..b577125e2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDirectory.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationDirectory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationFile.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationFile.java index 14aab6068..e449c527a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationFile.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItem.java index 00604b8e9..5764ed4d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItemChangeListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItemChangeListener.java index 8a4f46069..92120f621 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItemChangeListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationItemChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationName.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationName.java index 3959ef424..e281221c6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationName.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/ConfigurationName.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificConfiguration.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificConfiguration.java index 7bec4865c..22963d29e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificConfiguration.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/SwfSpecificConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfo.java index 0c5a0eddf..0c18e3f96 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSwfNode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSwfNode.java index 9c88e28af..31f1f6944 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSwfNode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/dumpview/DumpInfoSwfNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaFloatingDecimal.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaFloatingDecimal.java index b59cd759c..ac821924f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaFloatingDecimal.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaFloatingDecimal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaScript.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaScript.java index 47a8531f6..fffdc2dce 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaScript.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaScript.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaType.java index c197b0c39..4d8b58842 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/EcmaType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/NotCompileTime.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/NotCompileTime.java index 795258fc1..2ca53a75d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/NotCompileTime.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/NotCompileTime.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Null.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Null.java index 28ec7dd3a..9be40288d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Null.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Null.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Undefined.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Undefined.java index 6519004c0..38959d6cb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Undefined.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/ecma/Undefined.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BinaryDataExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BinaryDataExporter.java index 7a5b622af..67873b779 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BinaryDataExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/BinaryDataExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FontExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FontExporter.java index dba60a7b2..fe752b938 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FontExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FontExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FrameExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FrameExporter.java index e8f624806..ed790ed02 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FrameExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/FrameExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageExporter.java index 75000719f..9acf1a076 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ImageExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MorphShapeExporter.java index 101b46e74..119cdb046 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MorphShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MovieExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MovieExporter.java index bacbe617a..746f37a0f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MovieExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/MovieExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ShapeExporter.java index 36a214035..5a6186d48 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/ShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SoundExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SoundExporter.java index 4d6489b51..0910364fb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SoundExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SoundExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SymbolClassExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SymbolClassExporter.java index ccdd90f00..88e35487e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SymbolClassExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/SymbolClassExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/TextExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/TextExporter.java index 7e5feb0a8..cf4dfc248 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/TextExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/TextExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/ExportRectangle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/ExportRectangle.java index 969f1883f..8973b9b3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/ExportRectangle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/ExportRectangle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/FillStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/FillStyle.java index 74a34dc5b..a9c66e355 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/FillStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/FillStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/LineStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/LineStyle.java index e043519c4..d1e2b901f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/LineStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/LineStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Matrix.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Matrix.java index b7f2c120d..2415b6cd0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Matrix.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Matrix.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Point.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Point.java index 22ad6c428..f2e30b765 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Point.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/Point.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/SVGExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/SVGExporter.java index 963942f1e..d2fc20cb4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/SVGExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/commonshape/SVGExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/BinaryDataExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/BinaryDataExportMode.java index c6c132c41..5be8d1430 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/BinaryDataExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/BinaryDataExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ButtonExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ButtonExportMode.java index cbe5eca31..2529db29c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ButtonExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ButtonExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ExeExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ExeExportMode.java index 187d9699f..4b8d600db 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ExeExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ExeExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FontExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FontExportMode.java index 0bb178222..4d239c9ed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FontExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FontExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FrameExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FrameExportMode.java index 4690783a9..0ec83a415 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FrameExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/FrameExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ImageExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ImageExportMode.java index 77d3f6f02..99ec9cce0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ImageExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ImageExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MorphShapeExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MorphShapeExportMode.java index df43e041c..a7680c7f9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MorphShapeExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MorphShapeExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MovieExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MovieExportMode.java index b46aa8ba4..2dc02234c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MovieExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/MovieExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ScriptExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ScriptExportMode.java index e9cc885db..c89b0bc12 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ScriptExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ScriptExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ShapeExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ShapeExportMode.java index 7dea9f772..af8c767c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ShapeExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/ShapeExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SoundExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SoundExportMode.java index 05845cef5..7016afdfc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SoundExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SoundExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SpriteExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SpriteExportMode.java index 172ae11a4..583d8979d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SpriteExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SpriteExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SymbolClassExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SymbolClassExportMode.java index 4c2a3a89e..9b2c0fd55 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SymbolClassExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/SymbolClassExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/TextExportMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/TextExportMode.java index 49b76ed9a..0677c5012 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/TextExportMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/modes/TextExportMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CanvasMorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CanvasMorphShapeExporter.java index bf7dfc8de..6923ec75a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CanvasMorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CanvasMorphShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CurvedMorphEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CurvedMorphEdge.java index dafd90f9e..22282993d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CurvedMorphEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/CurvedMorphEdge.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/DefaultSVGMorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/DefaultSVGMorphShapeExporter.java index 9cd3c1ec8..5798a4d64 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/DefaultSVGMorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/DefaultSVGMorphShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphEdge.java index 850545982..7bade0da5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphEdge.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphShapeExporter.java index 8f19641e6..d0629656b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/IMorphShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/MorphShapeExporterBase.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/MorphShapeExporterBase.java index 18631d07c..7279418e8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/MorphShapeExporterBase.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/MorphShapeExporterBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/SVGMorphShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/SVGMorphShapeExporter.java index 63682b0e5..5b07ad99e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/SVGMorphShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/SVGMorphShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/StraightMorphEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/StraightMorphEdge.java index 45c6cf8d6..ce0cb4f34 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/StraightMorphEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/morphshape/StraightMorphEdge.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS2ScriptExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS2ScriptExporter.java index 5ae32b51e..832f50991 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS2ScriptExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS2ScriptExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS3ScriptExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS3ScriptExporter.java index a874136b5..e4a0ab89e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS3ScriptExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/AS3ScriptExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportPackTask.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportPackTask.java index 48c9363cf..88574a84c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportPackTask.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportPackTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportScriptTask.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportScriptTask.java index 4e6ec2bba..618f1fc84 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportScriptTask.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/script/ExportScriptTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/BinaryDataExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/BinaryDataExportSettings.java index 814911524..0dabe76fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/BinaryDataExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/BinaryDataExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ButtonExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ButtonExportSettings.java index 1667b133a..79db6dc7b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ButtonExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ButtonExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FontExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FontExportSettings.java index 107c326fa..5aee09b01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FontExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FontExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FrameExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FrameExportSettings.java index 52a8accf8..11311def7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FrameExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/FrameExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ImageExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ImageExportSettings.java index d709a9216..dbc3c7d61 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ImageExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ImageExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MorphShapeExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MorphShapeExportSettings.java index 07234a5d8..bdad9f8cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MorphShapeExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MorphShapeExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MovieExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MovieExportSettings.java index 9ef0a7e66..42a0154d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MovieExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/MovieExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java index 9cf8b2c06..3f2c8386b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ScriptExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ShapeExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ShapeExportSettings.java index 5dc05893e..bc8ae7d25 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ShapeExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/ShapeExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java index 3da84ac76..52596777e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SoundExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SpriteExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SpriteExportSettings.java index 638f4fd7e..9538530c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SpriteExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/SpriteExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/TextExportSettings.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/TextExportSettings.java index eac51a037..30605fa43 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/TextExportSettings.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/settings/TextExportSettings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java index e92c1ebea..c2a635374 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/BitmapExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CanvasShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CanvasShapeExporter.java index 6f63b67bd..e4c33e3bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CanvasShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CanvasShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CurvedEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CurvedEdge.java index 2c35cb921..aac3eb6f7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CurvedEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/CurvedEdge.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/DefaultSVGShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/DefaultSVGShapeExporter.java index 1963259ba..54fd30e47 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/DefaultSVGShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/DefaultSVGShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IEdge.java index 63e421af6..900489462 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IEdge.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IShapeExporter.java index 980d4b059..f8c5efef0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/IShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/PathExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/PathExporter.java index 40c74b5db..4ccb3cb68 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/PathExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/PathExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/SVGShapeExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/SVGShapeExporter.java index 50590f337..43be18419 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/SVGShapeExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/SVGShapeExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExportData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExportData.java index 12ab9a5bd..d50c7d06b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExportData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExportData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExporterBase.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExporterBase.java index 2dabff88c..67b750f9d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExporterBase.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/ShapeExporterBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/StraightEdge.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/StraightEdge.java index d8e87fb1a..66fa05954 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/StraightEdge.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/shape/StraightEdge.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/IndentedStringBuilder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/IndentedStringBuilder.java index 72e9f9f6f..a93128a01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/IndentedStringBuilder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/IndentedStringBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFile.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFile.java index e23810bc0..7182cd820 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFile.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfJavaExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfJavaExporter.java index 4a08663ce..e9340e0c0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfJavaExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfJavaExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfXmlExporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfXmlExporter.java index ba0e2f34d..3948674af 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfXmlExporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/exporters/swf/SwfXmlExporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/AUDIODATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/AUDIODATA.java index be678e0e7..ca923fe50 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/AUDIODATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/AUDIODATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/DATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/DATA.java index aacb23f37..87a76dd32 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/DATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/DATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/FLVOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/FLVOutputStream.java index 785366c96..26779789c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/FLVOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/FLVOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/FLVTAG.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/FLVTAG.java index 649e5065a..5e646becb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/FLVTAG.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/FLVTAG.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATA.java index d64ad1488..34f52b48e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATADATE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATADATE.java index 92880e5d2..d74dcb5db 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATADATE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATADATE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAOBJECT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAOBJECT.java index 93d37f60d..b533b0e39 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAOBJECT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAOBJECT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAVALUE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAVALUE.java index b3351eb15..ac9068256 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAVALUE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAVALUE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAVARIABLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAVARIABLE.java index d5299c4a1..066dde5f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAVARIABLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/SCRIPTDATAVARIABLE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/VIDEODATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/VIDEODATA.java index e46fa886d..d88486027 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/VIDEODATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/flv/VIDEODATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java index a93786aaa..3528b9931 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/BMPFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/CodeFormatting.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/CodeFormatting.java index 9a0975cce..51d75d983 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/CodeFormatting.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/CodeFormatting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FileTextWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FileTextWriter.java index 144a1eb25..465ee17cf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FileTextWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FileTextWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FontHelper.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FontHelper.java index be3190d29..a53cdd929 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FontHelper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/FontHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/Freed.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/Freed.java index 385268573..c0fb2e207 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/Freed.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/Freed.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphSourceItemPosition.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphSourceItemPosition.java index ce3617b8a..ece650ca4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphSourceItemPosition.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphSourceItemPosition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphTextWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphTextWriter.java index 5c2139820..0da97330e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphTextWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/GraphTextWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedText.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedText.java index 423297566..31413c804 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedText.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedText.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedTextWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedTextWriter.java index ecf55da25..f76145c77 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedTextWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/HighlightedTextWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java index 982f7b1b9..abba31583 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/InternalClass.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/InternalClass.java index 0bf387a94..826438c4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/InternalClass.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/InternalClass.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LazyObject.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LazyObject.java index 125132f07..2418ff8ee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LazyObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LazyObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LoopWithType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LoopWithType.java index 36dcef8ae..dcc5f83d7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LoopWithType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/LoopWithType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/NulWriter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/NulWriter.java index 0d0510335..bd5d93f3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/NulWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/NulWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerAdapter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerAdapter.java index 287135cdd..96e03db3e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerAdapter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerListener.java index f87cbbba4..dfeea411c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerPlugin.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerPlugin.java index 48accbfaa..ac82a2cfb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerPlugin.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/SWFDecompilerPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, Miron Sadziak, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, Miron Sadziak, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/FixItemCounterStack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/FixItemCounterStack.java index bd951b00f..f18166d30 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/FixItemCounterStack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/FixItemCounterStack.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyEntry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyEntry.java index 19a2519c2..2947b8fb2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyEntry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyMap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyMap.java index 69171a1f6..cec60852d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyMap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MyMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MySet.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MySet.java index 4e54d8554..7b9de546d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MySet.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/collections/MySet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightData.java index a33e301b8..e19da4d79 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightSpecialType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightSpecialType.java index 4f611464b..6f875361e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightSpecialType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightSpecialType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightType.java index 8a6ea0cf9..af9ffb1cd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/HighlightType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java index 9bf93f11f..1178eaf76 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/hilight/Highlighting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS2ScriptImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS2ScriptImporter.java index a08e10c54..46c0e5763 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS2ScriptImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS2ScriptImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS3ScriptImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS3ScriptImporter.java index d234ce00d..3614a8f66 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS3ScriptImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/AS3ScriptImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/BinaryDataImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/BinaryDataImporter.java index ff7cc6587..f2b535c1e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/BinaryDataImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/BinaryDataImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FontImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FontImporter.java index 160259839..19a3e217c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FontImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/FontImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java index 61b61f7f6..be2a1bef1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ImageImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MorphShapeImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MorphShapeImporter.java index 3286a2893..0c53322ee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MorphShapeImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/MorphShapeImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java index 843b43cc6..f8accbd3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/ShapeImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SwfXmlImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SwfXmlImporter.java index d6593d501..5852a89f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SwfXmlImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SwfXmlImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SymbolClassImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SymbolClassImporter.java index 28dd5d26c..4c554ac06 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SymbolClassImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/SymbolClassImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TagImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TagImporter.java index 95dbaff7c..18991914b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TagImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TagImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImportResizeTextBoundsMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImportResizeTextBoundsMode.java index 8e16ac943..da09adee6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImportResizeTextBoundsMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImportResizeTextBoundsMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImporter.java index a57d530b4..db0e5738c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/TextImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java index 85d08577b..e3d630962 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/CubicToQuad.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgBitmapFill.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgBitmapFill.java index 3fa966976..c3f9d044e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgBitmapFill.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgBitmapFill.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgColor.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgColor.java index 8c251f1ea..73038d07a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgColor.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgColor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgFill.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgFill.java index 0a375e4ec..d70183737 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgFill.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgFill.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradient.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradient.java index 13380ce7b..00ee84c63 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradient.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradientUnits.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradientUnits.java index 71fcb236b..0187b5685 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradientUnits.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgGradientUnits.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgImporter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgImporter.java index df31d8da2..8971a8f64 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgImporter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgImporter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgInterpolation.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgInterpolation.java index b0b9f4512..23eddd556 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgInterpolation.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgInterpolation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineCap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineCap.java index 7b0343beb..eac27fab0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineCap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineCap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineJoin.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineJoin.java index de0218790..76a0185f9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineJoin.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLineJoin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLinearGradient.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLinearGradient.java index 32f5f935e..4dfabe88d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLinearGradient.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgLinearGradient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgPathReader.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgPathReader.java index a7ec68060..7a3365484 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgPathReader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgPathReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgRadialGradient.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgRadialGradient.java index e56a5f228..4f59597c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgRadialGradient.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgRadialGradient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgSpreadMethod.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgSpreadMethod.java index b48b259c3..394ea14e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgSpreadMethod.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgSpreadMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStop.java index c60c2fde8..9131b8bb0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyle.java index 9d2709f93..b9e9761d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyleProperty.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyleProperty.java index 1bfd67ac2..1a2d2f9c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyleProperty.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgStyleProperty.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgTransparentFill.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgTransparentFill.java index b813fa459..8be253059 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgTransparentFill.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/importers/svg/SvgTransparentFill.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources.properties index e99b4bab1..d15c905c2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ca.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ca.properties index 03684f967..8a9ca4b7d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ca.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_cs.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_cs.properties index b757051ff..e6b1d93e5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_cs.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_de.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_de.properties index be8583817..b5848a881 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_de.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_es.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_es.properties index ffa623327..e2530120b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_es.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_fr.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_fr.properties index 9085b3ab3..a486dbf4d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_fr.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_hu.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_hu.properties index 5429c47de..715b794e8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_hu.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_it.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_it.properties index 442ba33f3..98841f279 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_it.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties index 6c2ae246b..010e60a01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt.properties index be8583817..b5848a881 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt_BR.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt_BR.properties index be8583817..b5848a881 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt_BR.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ru.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ru.properties index 20e0f7924..2b234e48b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ru.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_sv.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_sv.properties index 187275fe7..6230eae7a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_sv.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_uk.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_uk.properties index a0b2e909c..70accbd3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_uk.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_zh.properties b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_zh.properties index be8583817..b5848a881 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_zh.properties +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/locales/AppResources_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS, All rights reserved. +# Copyright (C) 2010-2016 JPEXS, All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ABCContainerTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ABCContainerTag.java index fec4ce873..43d3a075f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ABCContainerTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ABCContainerTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/CSMTextSettingsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/CSMTextSettingsTag.java index 44952659d..0d1342537 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/CSMTextSettingsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/CSMTextSettingsTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DebugIDTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DebugIDTag.java index 50748d372..a56b0aa4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DebugIDTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DebugIDTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBinaryDataTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBinaryDataTag.java index c24240ccb..f8b7a9a43 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBinaryDataTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBinaryDataTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG2Tag.java index 738755dc3..ed7e974db 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG3Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG3Tag.java index 16388e121..9d2ebf93a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG3Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG3Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG4Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG4Tag.java index 1e6d97a08..453f12504 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG4Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsJPEG4Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLossless2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLossless2Tag.java index 779c7084c..c2cc4f078 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLossless2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLossless2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLosslessTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLosslessTag.java index 77888fdb8..6a5072bd6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLosslessTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsLosslessTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsTag.java index 17b80ed1f..f5c286c8a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineBitsTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButton2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButton2Tag.java index d8c3543e7..568984bc0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButton2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButton2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonCxformTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonCxformTag.java index f330dc363..f46205ee5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonCxformTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonCxformTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonSoundTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonSoundTag.java index ebfc9e1db..923d2a298 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonSoundTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonSoundTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonTag.java index 8d2d0bee6..073cffd80 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineButtonTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java index 9330cbc7b..54b0301ab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont2Tag.java index 8e85b96d9..9e4567cd5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont3Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont3Tag.java index 5847c35ff..0abe6bf47 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont3Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont3Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont4Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont4Tag.java index ad95a3814..5bbbf27b4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont4Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFont4Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontAlignZonesTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontAlignZonesTag.java index 145784e60..870e845d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontAlignZonesTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontAlignZonesTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfo2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfo2Tag.java index cf49b13b0..dd24064ac 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfo2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfo2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfoTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfoTag.java index a002bb385..b732f76f9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfoTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontInfoTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontNameTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontNameTag.java index 39b551fb0..d97a7f65b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontNameTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontNameTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontTag.java index 412c866c3..e53fb6949 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineFontTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShape2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShape2Tag.java index 6043dc58f..900d6e693 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShape2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShape2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShapeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShapeTag.java index b99157457..b2fcaf687 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShapeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineMorphShapeTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineScalingGridTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineScalingGridTag.java index bc2d10391..a9d11aee7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineScalingGridTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineScalingGridTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSceneAndFrameLabelDataTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSceneAndFrameLabelDataTag.java index 609d92680..bb804f666 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSceneAndFrameLabelDataTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSceneAndFrameLabelDataTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape2Tag.java index 2c82c15ea..511da3fcd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape3Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape3Tag.java index c1b65d505..3042d1b2b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape3Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape3Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape4Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape4Tag.java index 6b1361f9e..1715d0089 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape4Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShape4Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShapeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShapeTag.java index 03ccb51cc..1ec5514b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShapeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineShapeTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSoundTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSoundTag.java index 56dc469eb..b4298e90e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSoundTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSoundTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java index aca45716b..9217ac647 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineSpriteTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineText2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineText2Tag.java index 46672b83b..a90083faa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineText2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineText2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineTextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineTextTag.java index f40c8641c..b69350298 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineTextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineTextTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineVideoStreamTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineVideoStreamTag.java index 571fcfe37..f0ec75b57 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineVideoStreamTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DefineVideoStreamTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABC2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABC2Tag.java index c70c6dee5..896773111 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABC2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABC2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABCTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABCTag.java index ba9f9d103..624913648 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABCTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoABCTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoActionTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoActionTag.java index 81d746019..149073150 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoActionTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoActionTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoInitActionTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoInitActionTag.java index 488529b56..4a5505f1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoInitActionTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/DoInitActionTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebugger2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebugger2Tag.java index 628cfa158..2b5bb1660 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebugger2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebugger2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebuggerTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebuggerTag.java index 2371fc902..997c71276 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebuggerTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableDebuggerTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableTelemetryTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableTelemetryTag.java index f29541992..39c11221f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableTelemetryTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EnableTelemetryTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EndTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EndTag.java index ebae994e4..213a1ab45 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EndTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/EndTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ExportAssetsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ExportAssetsTag.java index a42c19c50..fb6e3b21c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ExportAssetsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ExportAssetsTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FileAttributesTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FileAttributesTag.java index 29ca8960a..ad849309e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FileAttributesTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FileAttributesTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FrameLabelTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FrameLabelTag.java index 3c4be491c..8a1f8b9c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FrameLabelTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FrameLabelTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeAllTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeAllTag.java index 45e50afe8..9c8426fa5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeAllTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeAllTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeCharacterTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeCharacterTag.java index cd4e27acf..e91941c1a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeCharacterTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/FreeCharacterTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssets2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssets2Tag.java index f43bfa931..8dc6b51c7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssets2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssets2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssetsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssetsTag.java index 0ef7a4740..dbd21ac20 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssetsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ImportAssetsTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/JPEGTablesTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/JPEGTablesTag.java index a21e465dd..fdd38e7fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/JPEGTablesTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/JPEGTablesTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/MetadataTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/MetadataTag.java index f904b3fa5..683448051 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/MetadataTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/MetadataTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/NameCharacterTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/NameCharacterTag.java index 1814fbe94..10caeb605 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/NameCharacterTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/NameCharacterTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PathsArePostScriptTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PathsArePostScriptTag.java index 9a4a5b4e9..2082d29ce 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PathsArePostScriptTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PathsArePostScriptTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject2Tag.java index a0bf0c07f..12d58809d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject3Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject3Tag.java index 86365e845..ea1f877a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject3Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject3Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject4Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject4Tag.java index 235280161..cf8eada0e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject4Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObject4Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObjectTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObjectTag.java index 60621cf95..63c18b004 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObjectTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/PlaceObjectTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProductInfoTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProductInfoTag.java index 53140501c..49dec0d0c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProductInfoTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProductInfoTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProtectTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProtectTag.java index 9530ec7e1..2543a0ee4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProtectTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ProtectTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObject2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObject2Tag.java index db6381cd6..b4febc9c4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObject2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObject2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObjectTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObjectTag.java index 3b6ce4d37..770e9f8d9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObjectTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/RemoveObjectTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ScriptLimitsTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ScriptLimitsTag.java index 9b27c7d19..9bc8f0c18 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ScriptLimitsTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ScriptLimitsTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetBackgroundColorTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetBackgroundColorTag.java index 7c53ec67c..4070b50fa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetBackgroundColorTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetBackgroundColorTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetTabIndexTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetTabIndexTag.java index d242795ee..cde719fca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetTabIndexTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SetTabIndexTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ShowFrameTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ShowFrameTag.java index 1dba06d68..c88c36a3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ShowFrameTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/ShowFrameTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamBlockTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamBlockTag.java index 6844437bd..22e620a69 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamBlockTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamBlockTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHead2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHead2Tag.java index 36b84fad6..ea797bc95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHead2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHead2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHeadTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHeadTag.java index f09fa667c..6f37e83d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHeadTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SoundStreamHeadTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSound2Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSound2Tag.java index 1b5a0daf7..16e417101 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSound2Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSound2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSoundTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSoundTag.java index 54d05a73f..d00710cf8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSoundTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/StartSoundTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SymbolClassTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SymbolClassTag.java index bbfa96426..24c56b068 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SymbolClassTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SymbolClassTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SyncFrameTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SyncFrameTag.java index f109bf6f7..13f218f45 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SyncFrameTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/SyncFrameTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/Tag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/Tag.java index 5ff815b0b..1b10b7130 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/Tag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagChangedListener.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagChangedListener.java index 81d72cad1..04e63373b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagChangedListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagChangedListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java index db2572897..2e138f8f1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagStub.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagStub.java index 1b6e1af57..2f415b8a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagStub.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagStub.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagTypeInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagTypeInfo.java index 183153fec..ee024ccd6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagTypeInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/TagTypeInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/UnknownTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/UnknownTag.java index 93891a9ca..f53509dfc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/UnknownTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/UnknownTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/VideoFrameTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/VideoFrameTag.java index 89e9d5aeb..c3315f8ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/VideoFrameTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/VideoFrameTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSource.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSource.java index 555aab836..7877a2d48 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSource.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSourceContainer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSourceContainer.java index 529ed136c..27a40f71a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSourceContainer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ASMSourceContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/AloneTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/AloneTag.java index fe58de660..e3ff2a5d8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/AloneTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/AloneTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BoundedTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BoundedTag.java index 787afc22e..dca6c7337 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BoundedTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/BoundedTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonTag.java index ee016f941..ec7fe65ed 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ButtonTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterIdTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterIdTag.java index 5bcf1bcc8..3d40c2087 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterIdTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterIdTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterTag.java index 14e5efd25..517437e87 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/CharacterTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DrawableTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DrawableTag.java index aa03ec872..71b1895ee 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DrawableTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/DrawableTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/Exportable.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/Exportable.java index f19c276c2..c5a59e43e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/Exportable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/Exportable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontTag.java index fca1cbcfb..265db2a6b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/FontTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImageTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImageTag.java index 85e3ad965..9d1f4e9ad 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImageTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImageTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImportTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImportTag.java index 47e2ab9dd..c5222778c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImportTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ImportTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MissingCharacterHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MissingCharacterHandler.java index 9fdfbe3ca..b21350c65 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MissingCharacterHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MissingCharacterHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MorphShapeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MorphShapeTag.java index dcf8b6725..5a8802b51 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MorphShapeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/MorphShapeTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/NeedsCharacters.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/NeedsCharacters.java index ce7c52d85..eca4c87bb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/NeedsCharacters.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/NeedsCharacters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PasswordTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PasswordTag.java index 74c689b29..7ee8ea651 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PasswordTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PasswordTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PlaceObjectTypeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PlaceObjectTypeTag.java index ba3d8c2c8..a5a566d18 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PlaceObjectTypeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/PlaceObjectTypeTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RemoveTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RemoveTag.java index 6663d092f..578923e5c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RemoveTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RemoveTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RenderContext.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RenderContext.java index 3ebfc946b..9c1db97b0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RenderContext.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/RenderContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ShapeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ShapeTag.java index 1cb8c0ed0..0940158d7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ShapeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/ShapeTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundStreamHeadTypeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundStreamHeadTypeTag.java index be6fda51c..579f7db01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundStreamHeadTypeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundStreamHeadTypeTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundTag.java index c839acdfa..786f640d0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SoundTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/StaticTextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/StaticTextTag.java index d336dca5c..019b18f5c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/StaticTextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/StaticTextTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SymbolClassTypeTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SymbolClassTypeTag.java index a83b35bd4..e305ead38 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SymbolClassTypeTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/SymbolClassTypeTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextImportErrorHandler.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextImportErrorHandler.java index 7976b22eb..cc33e2665 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextImportErrorHandler.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextImportErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java index 8543315af..5eb1afb12 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/base/TextTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/CharacterWithStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/CharacterWithStyle.java index 59f300b86..e6bfa32c6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/CharacterWithStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/CharacterWithStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/DynamicTextModel.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/DynamicTextModel.java index aee1e294c..dc598d185 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/DynamicTextModel.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/DynamicTextModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/GlyphCharacter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/GlyphCharacter.java index afcd386f0..21eb3803e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/GlyphCharacter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/GlyphCharacter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Paragraph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Paragraph.java index 7f6d0a65f..99cd3ff85 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Paragraph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Paragraph.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/SameStyleTextRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/SameStyleTextRecord.java index 1c57414a8..ef471faca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/SameStyleTextRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/SameStyleTextRecord.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/TextStyle.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/TextStyle.java index 88ca9f96b..8eb4dd058 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/TextStyle.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/TextStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Word.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Word.java index ea8969031..bfca0414d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Word.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/dynamictext/Word.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/ImageFormat.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/ImageFormat.java index 247b4b7b6..d41aa0dc3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/ImageFormat.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/ImageFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/TextRenderMode.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/TextRenderMode.java index b583c6897..50e295441 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/TextRenderMode.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/enums/TextRenderMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/CharacterRanges.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/CharacterRanges.java index 8884142ff..e27eb9c2b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/CharacterRanges.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/font/CharacterRanges.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineCompactedFont.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineCompactedFont.java index 1db281ab1..d3aeaa25e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineCompactedFont.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineCompactedFont.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalGradient.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalGradient.java index 36990f6f9..3cdd22d53 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalGradient.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalGradient.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage.java index 828f65b6d..58cb1e3a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage2.java index 0cb165131..6c1e2a968 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalImage2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalSound.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalSound.java index 50abd5a08..f2e610557 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalSound.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalSound.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalStreamSound.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalStreamSound.java index 4894429dd..4e35fe07c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalStreamSound.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineExternalStreamSound.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineGradientMap.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineGradientMap.java index 29fe0fd6b..11a56762b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineGradientMap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineGradientMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineSubImage.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineSubImage.java index ebbac9ca2..ce76c1a37 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineSubImage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/DefineSubImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/ExporterInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/ExporterInfo.java index 1114c9154..ef375fec6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/ExporterInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/ExporterInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/FontTextureInfo.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/FontTextureInfo.java index b30b3db77..f6d518eeb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/FontTextureInfo.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/gfx/FontTextureInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/JustifyAlignGlyphEntry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/JustifyAlignGlyphEntry.java index 4c1388789..145076051 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/JustifyAlignGlyphEntry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/JustifyAlignGlyphEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/ParsedSymbol.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/ParsedSymbol.java index 2eb58618a..39e4c14e0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/ParsedSymbol.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/ParsedSymbol.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/SymbolType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/SymbolType.java index b230b9dc4..df474bfe4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/SymbolType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/SymbolType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextAlign.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextAlign.java index eae4877e9..3d8a7876b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextAlign.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextAlign.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextLexer.java index 96b6119d5..74b57ac42 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextLexer.java @@ -1,7 +1,7 @@ /* The following code was generated by JFlex 1.6.0 */ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextParseException.java index 0c4d40290..19922f463 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/tags/text/TextParseException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS2Package.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS2Package.java index 8a6827dd1..54d6f4014 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS2Package.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS2Package.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS3Package.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS3Package.java index 490923988..3013f4e73 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS3Package.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/AS3Package.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Clip.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Clip.java index 54f2ba58a..e08761195 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Clip.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Clip.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/DepthState.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/DepthState.java index 6973e8e9a..49cf5166a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/DepthState.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/DepthState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Frame.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Frame.java index a9ef3c9b1..9b627af11 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Frame.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Frame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/FrameScript.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/FrameScript.java index 037ee344b..4ca60fd6c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/FrameScript.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/FrameScript.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SvgClip.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SvgClip.java index b21b61b8d..1118d6b6d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SvgClip.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/SvgClip.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TagScript.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TagScript.java index 678a9f132..5bd512eba 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TagScript.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TagScript.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java index e53171713..3a7b019bf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timeline.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timelined.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timelined.java index ba5059b76..03aa57e68 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timelined.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/Timelined.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenDetector.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenDetector.java index 1b597a17e..57e70cede 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenDetector.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenRange.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenRange.java index 7c81b9540..259119c8f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenRange.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/timeline/TweenRange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/AS3ClassTreeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/AS3ClassTreeItem.java index a9e4aaf3d..6bb91b1da 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/AS3ClassTreeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/AS3ClassTreeItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/FolderItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/FolderItem.java index 34c693586..09e971f1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/FolderItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/FolderItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/HeaderItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/HeaderItem.java index 323c57dbf..3539e6da1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/HeaderItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/HeaderItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/SWFList.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/SWFList.java index b77cc387a..dce669c37 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/SWFList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/SWFList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/ScriptContainer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/ScriptContainer.java index 6a6d04c7e..6aa59a0a9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/ScriptContainer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/ScriptContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/TreeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/TreeItem.java index e41967e26..14450598c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/TreeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/treeitems/TreeItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHABITMAPDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHABITMAPDATA.java index ca5400958..5b04c7bd9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHABITMAPDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHABITMAPDATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHACOLORMAPDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHACOLORMAPDATA.java index 47ac705b1..0b5046465 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHACOLORMAPDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ALPHACOLORMAPDATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ARGB.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ARGB.java index c8a46d0ef..44b21b893 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ARGB.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ARGB.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BITMAPDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BITMAPDATA.java index b55f269ec..c640b84f2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BITMAPDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BITMAPDATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONCONDACTION.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONCONDACTION.java index 02d1caa71..7f890411a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONCONDACTION.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONCONDACTION.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONRECORD.java index 7759654f9..9dd01ac43 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BUTTONRECORD.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BasicType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BasicType.java index ae2b3db32..5389acbd7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BasicType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/BasicType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONRECORD.java index af7f093cc..3b117b067 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONRECORD.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONS.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONS.java index fdbefce9b..7f45285f5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONS.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPACTIONS.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPEVENTFLAGS.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPEVENTFLAGS.java index 6282eab0d..d287918dc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPEVENTFLAGS.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CLIPEVENTFLAGS.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/COLORMAPDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/COLORMAPDATA.java index 39614fceb..1ae9d3b4c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/COLORMAPDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/COLORMAPDATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORM.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORM.java index 683d6a742..d99647a2e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORM.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORM.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORMWITHALPHA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORMWITHALPHA.java index 5f1972e2b..3a0fc44c1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORMWITHALPHA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/CXFORMWITHALPHA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ColorTransform.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ColorTransform.java index a138eb9da..8acc9153a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ColorTransform.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ColorTransform.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ConstantColorColorTransform.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ConstantColorColorTransform.java index fd69c4ae6..2bf4065a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ConstantColorColorTransform.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ConstantColorColorTransform.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/DynamicTextGlyphEntry.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/DynamicTextGlyphEntry.java index 5720d3ce2..28b4dabfb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/DynamicTextGlyphEntry.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/DynamicTextGlyphEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLE.java index 3b80599ba..b150ca458 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLEARRAY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLEARRAY.java index 68890711f..0f5972225 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLEARRAY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FILLSTYLEARRAY.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FOCALGRADIENT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FOCALGRADIENT.java index 8554de44b..e353a0c73 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FOCALGRADIENT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/FOCALGRADIENT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GLYPHENTRY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GLYPHENTRY.java index 66d2c5ee1..369ebc8b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GLYPHENTRY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GLYPHENTRY.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADIENT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADIENT.java index acc21e86a..e220f7a38 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADIENT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADIENT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADRECORD.java index 5d207e1b9..a374ccb88 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/GRADRECORD.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/KERNINGRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/KERNINGRECORD.java index 66e237402..6c88a5462 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/KERNINGRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/KERNINGRECORD.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LANGCODE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LANGCODE.java index 042650bdb..2a203b2cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LANGCODE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LANGCODE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE.java index d1558e226..172e5e810 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE2.java index 25fbd845a..74712b7fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLE2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLEARRAY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLEARRAY.java index 10c80a7a6..18b076be8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLEARRAY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/LINESTYLEARRAY.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MATRIX.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MATRIX.java index 4872146bb..c429067e1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MATRIX.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MATRIX.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLE.java index d8b3bc2c3..309843a4b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLEARRAY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLEARRAY.java index 22ecac31b..19a820afe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLEARRAY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFILLSTYLEARRAY.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFOCALGRADIENT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFOCALGRADIENT.java index cb6965c50..c67a11eeb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFOCALGRADIENT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHFOCALGRADIENT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADIENT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADIENT.java index 3d3475b82..4ecf54290 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADIENT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADIENT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADRECORD.java index 27ef2e178..5d7a29a6f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHGRADRECORD.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE.java index eb38b0c1e..332a4b0d3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE2.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE2.java index 210b3f557..03069d689 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE2.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLE2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLEARRAY.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLEARRAY.java index f75769a1e..d36232400 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLEARRAY.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/MORPHLINESTYLEARRAY.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX15.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX15.java index 5848170d3..a80863ace 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX15.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX15.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX24.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX24.java index 386f247fa..a528f2d35 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX24.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/PIX24.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RECT.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RECT.java index a6b9b02d3..31d9d530f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RECT.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RECT.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGB.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGB.java index a935713a0..9a0e3d864 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGB.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGB.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGBA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGBA.java index a01e6e357..057934a3b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGBA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/RGBA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPE.java index 998d5011c..a8a5ffde2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPEWITHSTYLE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPEWITHSTYLE.java index c24aede2d..8b521c511 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPEWITHSTYLE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SHAPEWITHSTYLE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDENVELOPE.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDENVELOPE.java index ed1c6b66b..11143903d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDENVELOPE.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDENVELOPE.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDINFO.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDINFO.java index 4d279a1ee..f7df31500 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDINFO.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/SOUNDINFO.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/TEXTRECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/TEXTRECORD.java index 700021473..3150137e5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/TEXTRECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/TEXTRECORD.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONEDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONEDATA.java index 8ec3d26b9..54b6996fc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONEDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONEDATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONERECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONERECORD.java index d1bd0cbf7..7f6490e3d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONERECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/ZONERECORD.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Calculated.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Calculated.java index 2499ae259..713f0f470 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Calculated.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Calculated.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java index af070d719..04bb2880a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Conditional.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java index 10a96f5c6..0e5d2f379 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/ConditionalType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HashType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HashType.java index 3b5bf5241..b754b1f6a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HashType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HashType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HideInRawEdit.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HideInRawEdit.java index de451a07d..6c019e7d4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HideInRawEdit.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/HideInRawEdit.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Internal.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Internal.java index 164b5230a..6773e438a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Internal.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Internal.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Multiline.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Multiline.java index 19706b6f1..67f29cec3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Multiline.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Multiline.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Optional.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Optional.java index 38e3ab2a7..5bfd04ba6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Optional.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Optional.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Password.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Password.java index 6e9ede47e..3bfd5e47f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Password.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Password.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Reserved.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Reserved.java index 2b212ac4d..250f55dab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Reserved.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Reserved.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFArray.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFArray.java index 71923873e..1cf979b32 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFArray.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFArray.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFField.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFField.java index 70f705ea9..cdd39fa90 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFField.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFType.java index 7375fba62..9b9232e2e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFVersion.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFVersion.java index 5705068d6..8cd44b6a3 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFVersion.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/SWFVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Table.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Table.java index 9987b4aef..ddbb4d62e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Table.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/Table.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/AnnotationParseException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/AnnotationParseException.java index 3948b2e5d..600fcccbd 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/AnnotationParseException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/AnnotationParseException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionEvaluator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionEvaluator.java index 51585a6e9..a38bac4bc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionEvaluator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionEvaluator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionLexer.java index bc1602bb7..b0e6bb1ab 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionLexer.java @@ -1,7 +1,7 @@ /* The following code was generated by JFlex 1.6.0 */ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionToken.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionToken.java index 943a37299..60f1d45b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionToken.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionToken.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java index ca569e4a7..5bf00453c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/annotations/parser/ConditionTokenType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BEVELFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BEVELFILTER.java index ef42c8ad8..3e07084eb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BEVELFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BEVELFILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BLURFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BLURFILTER.java index ee9f0558a..6c9f02870 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BLURFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BLURFILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BlendComposite.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BlendComposite.java index 1c41969b5..906873e4a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BlendComposite.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/BlendComposite.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/COLORMATRIXFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/COLORMATRIXFILTER.java index 12b5f9c50..af6c5b570 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/COLORMATRIXFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/COLORMATRIXFILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/CONVOLUTIONFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/CONVOLUTIONFILTER.java index 31faa0724..4f4875c65 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/CONVOLUTIONFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/CONVOLUTIONFILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/DROPSHADOWFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/DROPSHADOWFILTER.java index 10d0310f4..3a16c5f95 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/DROPSHADOWFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/DROPSHADOWFILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/FILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/FILTER.java index c3a4b2db2..29f55bba4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/FILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/FILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/Filtering.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/Filtering.java index 9723b3125..b8743a999 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/Filtering.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/Filtering.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GLOWFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GLOWFILTER.java index c43fced94..17e81f013 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GLOWFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GLOWFILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTBEVELFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTBEVELFILTER.java index b859675c0..355ca730e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTBEVELFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTBEVELFILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTGLOWFILTER.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTGLOWFILTER.java index b71d2c7a7..f8c4c0a55 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTGLOWFILTER.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/filters/GRADIENTGLOWFILTER.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/ContourType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/ContourType.java index a7d4a14e0..ebcdef4e6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/ContourType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/ContourType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/EdgeType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/EdgeType.java index 4bea78b22..e84935f1c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/EdgeType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/EdgeType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FONTINFO.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FONTINFO.java index 8ed292a5a..0ba4545be 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FONTINFO.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FONTINFO.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FontType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FontType.java index 9f6ea84b8..062fef469 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FontType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/FontType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxInputStream.java index 31b014632..6d6367d1d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxOutputStream.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxOutputStream.java index aef5f8648..df46a0036 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxOutputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GFxOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GLYPHIDX.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GLYPHIDX.java index 1904b9e5a..511a2a127 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GLYPHIDX.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GLYPHIDX.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphInfoType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphInfoType.java index 43eec6200..2df136df0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphInfoType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphInfoType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphType.java index 4f62bee6a..ac19d0f56 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/GlyphType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/KerningPairType.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/KerningPairType.java index 998153314..b2b3516f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/KerningPairType.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/KerningPairType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/TEXGLYPH.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/TEXGLYPH.java index e02cd8fec..884d607b0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/TEXGLYPH.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/gfx/TEXGLYPH.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/CurvedEdgeRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/CurvedEdgeRecord.java index 2144720d0..6dfb8602b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/CurvedEdgeRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/CurvedEdgeRecord.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/EndShapeRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/EndShapeRecord.java index 417751728..592940172 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/EndShapeRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/EndShapeRecord.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/SHAPERECORD.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/SHAPERECORD.java index d4f16144d..9ff6fa0aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/SHAPERECORD.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/SHAPERECORD.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StraightEdgeRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StraightEdgeRecord.java index c3b03703b..6a65a4184 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StraightEdgeRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StraightEdgeRecord.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StyleChangeRecord.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StyleChangeRecord.java index 290eedf41..c4ad44639 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StyleChangeRecord.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/shaperecords/StyleChangeRecord.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/AdpcmDecoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/AdpcmDecoder.java index fe7afadac..6efb77a79 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/AdpcmDecoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/AdpcmDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3Decoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3Decoder.java index d223017ba..5c4fbbae0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3Decoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3Decoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3FRAME.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3FRAME.java index 9c93e6e59..422bc55b7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3FRAME.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3FRAME.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3SOUNDDATA.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3SOUNDDATA.java index 37f736df9..c1b2e353e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3SOUNDDATA.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/MP3SOUNDDATA.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NellyMoserDecoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NellyMoserDecoder.java index 9258aa4be..37204d6f0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NellyMoserDecoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NellyMoserDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NoDecoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NoDecoder.java index 27347d2a6..535eeac8a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NoDecoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/NoDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundDecoder.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundDecoder.java index 62e1bdd59..992f4b5a0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundDecoder.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundExportFormat.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundExportFormat.java index 9b4b38e33..9ea2f6969 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundExportFormat.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundExportFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundFormat.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundFormat.java index 7d638e3dd..053e0623e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundFormat.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/types/sound/SoundFormat.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/FLAVersion.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/FLAVersion.java index a2372b4f4..3f6d8b0a2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/FLAVersion.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/FLAVersion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java index 9b326b0b9..c65322161 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/xfl/XFLConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Block.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Block.java index 3b7434995..28f9bfa01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Block.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Block.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/CompilationException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/CompilationException.java index 4a711d051..90fe9871f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/CompilationException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/CompilationException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/DottedChain.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/DottedChain.java index 3d85e45c8..2bd29e676 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/DottedChain.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/DottedChain.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java index 2250d8e53..e142d6bda 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Graph.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPart.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPart.java index 0f1c966e0..8f7c388aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPart.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPart.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartMulti.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartMulti.java index 6c6996365..941f62d6d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartMulti.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartMulti.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartQueue.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartQueue.java index d78437a15..9c39f268d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartQueue.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPartQueue.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPath.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPath.java index 5e0ba49d3..c83deea4d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPath.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphPath.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSource.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSource.java index 3bcd5db25..d88670efc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSource.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java index 236abc312..ea7d8eee8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * This library 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 diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemContainer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemContainer.java index 33a0772f8..ae28b710a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemContainer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemContainer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemPos.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemPos.java index 5b4601147..a4205a254 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemPos.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphSourceItemPos.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java index d00ca406a..245c48193 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/GraphTargetItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Loop.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Loop.java index 7a984b1d6..114ac406d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Loop.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/Loop.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/MarkItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/MarkItem.java index 21d4fc9d3..dcef4a7bb 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/MarkItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/MarkItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotCompileTimeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotCompileTimeItem.java index 35411467e..b1959d160 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotCompileTimeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/NotCompileTimeItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ScopeStack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ScopeStack.java index 59f630cfd..7b431128f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ScopeStack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/ScopeStack.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SourceGenerator.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SourceGenerator.java index 0eb8d34b3..271a5b971 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SourceGenerator.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/SourceGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateException.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateException.java index 0c4701c13..248a6417b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateException.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateStack.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateStack.java index c1660016c..0571a5cea 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateStack.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TranslateStack.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeFunctionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeFunctionItem.java index 1eb1e92ef..15c01edd4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeFunctionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeFunctionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeItem.java index 4d93bff47..fbe84c125 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/TypeItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AndItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AndItem.java index 058863372..6012bd6e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AndItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/AndItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOp.java index 0407ca2f9..99417e1b2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOpItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOpItem.java index 5ea877e26..40e0adce6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOpItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BinaryOpItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BlockItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BlockItem.java index 4e9ed3425..fb6dfe400 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BlockItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BlockItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BreakItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BreakItem.java index 47b633fb5..bd77d09ae 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BreakItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/BreakItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommaExpressionItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommaExpressionItem.java index 4bff970ee..458da67ea 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommaExpressionItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommaExpressionItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommentItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommentItem.java index 1712845cc..77f1115aa 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommentItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/CommentItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ContinueItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ContinueItem.java index 17b718a49..86b26302a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ContinueItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ContinueItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DoWhileItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DoWhileItem.java index 87e18b43b..1e7ba4416 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DoWhileItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DoWhileItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DuplicateItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DuplicateItem.java index 7d16bd06d..6d684a3da 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DuplicateItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/DuplicateItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ExitItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ExitItem.java index b1a6fefe6..01d679cbe 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ExitItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ExitItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/FalseItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/FalseItem.java index ffbb3571b..04046f5ca 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/FalseItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/FalseItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ForItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ForItem.java index 8f6c0561a..800b4ec0e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ForItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ForItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/GotoItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/GotoItem.java index 0bfd7ec04..b6d5189a5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/GotoItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/GotoItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IfItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IfItem.java index 45fb700a2..6f6b50d8c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IfItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IfItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueItem.java index edf780d50..ecaf9a5b9 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/IntegerValueItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LabelItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LabelItem.java index 15b500370..ba0e81a10 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LabelItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LabelItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LocalData.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LocalData.java index 70952f6ef..feea8d27a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LocalData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LocalData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LogicalOpItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LogicalOpItem.java index de055b908..1d7efa40e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LogicalOpItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LogicalOpItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LoopItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LoopItem.java index d7195ffca..3a8d67575 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LoopItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/LoopItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/NotItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/NotItem.java index 01d29e64e..e9cc1245e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/NotItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/NotItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/OrItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/OrItem.java index cc6c59a1f..b35d2920b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/OrItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/OrItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ParenthesisItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ParenthesisItem.java index 29e336e9d..11238afd2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ParenthesisItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ParenthesisItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PopItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PopItem.java index 7f1a41dc3..0064af87c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PopItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PopItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PushItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PushItem.java index e333eed24..2e33863b4 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PushItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/PushItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ScriptEndItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ScriptEndItem.java index fc8590e8c..8c6b380b5 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ScriptEndItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/ScriptEndItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/SwitchItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/SwitchItem.java index 6cb0c64d3..cabda53e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/SwitchItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/SwitchItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TernarOpItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TernarOpItem.java index 998eb9b5a..5825bccd8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TernarOpItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TernarOpItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TrueItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TrueItem.java index 6cb8daad4..d41f63db8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TrueItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/TrueItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOp.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOp.java index 57eaa5928..d5d55de8e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOp.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOpItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOpItem.java index 833ba7df6..1d74c5f56 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOpItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnaryOpItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnboundedTypeItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnboundedTypeItem.java index 4aaa4d5e6..380f92e12 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnboundedTypeItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UnboundedTypeItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UniversalLoopItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UniversalLoopItem.java index 4db149fb1..f0245b371 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UniversalLoopItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/UniversalLoopItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/WhileItem.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/WhileItem.java index 5868d80bd..e34c1eaf0 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/WhileItem.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/graph/model/WhileItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ByteArrayRange.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ByteArrayRange.java index 2682a585e..d0e5cde4d 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ByteArrayRange.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ByteArrayRange.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Cache.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Cache.java index c25de02d0..41e0a6572 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Cache.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Cache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Callback.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Callback.java index c3488e0de..81e233249 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Callback.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Callback.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/CancellableWorker.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/CancellableWorker.java index df6ebec2e..20db2f0d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/CancellableWorker.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/CancellableWorker.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ConcreteClasses.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ConcreteClasses.java index 32f0d9d3a..9704c37a6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ConcreteClasses.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ConcreteClasses.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/FileHashMap.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/FileHashMap.java index a40610cd3..28682abdf 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/FileHashMap.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/FileHashMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/HashArrayList.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/HashArrayList.java index a0f9b3846..280734e45 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/HashArrayList.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/HashArrayList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java index 1c7995fcc..9264dec10 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Helper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ImmediateFuture.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ImmediateFuture.java index 74a18c335..443810b0f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ImmediateFuture.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ImmediateFuture.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/LimitedInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/LimitedInputStream.java index 59b172ebb..fe9c94531 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/LimitedInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/LimitedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/MD5Crypt.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/MD5Crypt.java index a4371451b..6021501d1 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/MD5Crypt.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/MD5Crypt.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/MemoryInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/MemoryInputStream.java index fa4421f7b..b44b52138 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/MemoryInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/MemoryInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/NulStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/NulStream.java index 13b589238..07f5714cc 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/NulStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/NulStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Path.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Path.java index e603341cb..9e8b07209 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Path.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Path.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/PosMarkedInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/PosMarkedInputStream.java index d4c2833bb..a333a532b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/PosMarkedInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/PosMarkedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ProgressListener.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ProgressListener.java index 4a4da4d1a..e36dc1721 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ProgressListener.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ProgressListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ReReadableInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ReReadableInputStream.java index 8f6cf2ce0..a880647e7 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ReReadableInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ReReadableInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/ReflectionTools.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/ReflectionTools.java index 8606dd065..fec12c08c 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/ReflectionTools.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/ReflectionTools.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Searchable.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Searchable.java index bc90ed555..f8d130f46 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Searchable.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Searchable.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/SerializableImage.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/SerializableImage.java index 7bdb86e6e..820ab979f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/SerializableImage.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/SerializableImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/Stopwatch.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/Stopwatch.java index 0ce5809fb..4a2e43022 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/Stopwatch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/Stopwatch.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/StreamSearch.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/StreamSearch.java index 8a6baff54..228f9601e 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/StreamSearch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/StreamSearch.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/SwfHeaderStreamSearch.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/SwfHeaderStreamSearch.java index 74acb8b1e..101880cea 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/SwfHeaderStreamSearch.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/SwfHeaderStreamSearch.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/CharSequenceJavaFileObject.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/CharSequenceJavaFileObject.java index 475ed022b..af2907c01 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/CharSequenceJavaFileObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/CharSequenceJavaFileObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, Miron Sadziak, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, Miron Sadziak, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/ClassFileManager.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/ClassFileManager.java index 144454257..979f68181 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/ClassFileManager.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/ClassFileManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, Miron Sadziak, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, Miron Sadziak, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/JavaClassObject.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/JavaClassObject.java index f4d47ebfc..95296f5d2 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/JavaClassObject.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/plugin/JavaClassObject.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, Miron Sadziak, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, Miron Sadziak, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/SoundPlayer.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/SoundPlayer.java index 6ded964a4..da35b4794 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/SoundPlayer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/sound/SoundPlayer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/StatisticData.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/StatisticData.java index 3ffca1664..dab6a0265 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/StatisticData.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/StatisticData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/Statistics.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/Statistics.java index 752946303..497eb787b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/Statistics.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/stat/Statistics.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/SeekableInputStream.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/SeekableInputStream.java index 1a9abd27b..bb159261a 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/SeekableInputStream.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/streams/SeekableInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8Helper.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8Helper.java index e9691dbe2..ce46e2251 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8Helper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8Helper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8InputStreamReader.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8InputStreamReader.java index 66175df3f..317a239e8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8InputStreamReader.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8InputStreamReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8OutputStreamWriter.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8OutputStreamWriter.java index b6358b3e3..eff3c58ce 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8OutputStreamWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8OutputStreamWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8PrintWriter.java b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8PrintWriter.java index 118e5983e..01a5ece45 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8PrintWriter.java +++ b/libsrc/ffdec_lib/src/com/jpexs/helpers/utf8/Utf8PrintWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ABCStreamTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ABCStreamTest.java index 4c4a236a3..8b774c4d3 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ABCStreamTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ABCStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2AssemblerTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2AssemblerTest.java index 71bec2e34..d9cd60921 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2AssemblerTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2AssemblerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2DeobfuscatorTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2DeobfuscatorTest.java index 90b2cca1c..283f1a769 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2DeobfuscatorTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2DeobfuscatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2ModificationTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2ModificationTest.java index 1f90b8ed6..82bf6a30b 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2ModificationTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2ModificationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2ParserTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2ParserTest.java index ebf46f835..9b420b98b 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2ParserTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2ParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java index f7a698044..767329ecc 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2TestBase.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2TestBase.java index 93ef04069..362851794 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2TestBase.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript2TestBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3AssemblerTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3AssemblerTest.java index 89fe7cfac..31ecbfae3 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3AssemblerTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3AssemblerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3DeobfuscatorTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3DeobfuscatorTest.java index c6f01932c..c11611827 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3DeobfuscatorTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3DeobfuscatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3ExecuteTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3ExecuteTest.java index 3d0ae677b..ce518ec85 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3ExecuteTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3ExecuteTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3Test.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3Test.java index d844bc9fd..c4c7151d5 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3Test.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScript3Test.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScriptTestBase.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScriptTestBase.java index f47a823fe..800d5ace7 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScriptTestBase.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ActionScriptTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/DirectEditingTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/DirectEditingTest.java index fb9d7b028..b6b6040e4 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/DirectEditingTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/DirectEditingTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ExportTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ExportTest.java index 7d1352d95..a4171eb14 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ExportTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/ExportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileHashMapTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileHashMapTest.java index b294a7a8a..268ba1ecf 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileHashMapTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileHashMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileTestBase.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileTestBase.java index de4e1abfe..aecaf7328 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileTestBase.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/FileTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java index 244e36e7a..e2855e856 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/RecompileTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SWFStreamTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SWFStreamTest.java index 360739e77..6d7db4472 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SWFStreamTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SWFStreamTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java index 43b90d6af..a1a2a8f65 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/SwfXmlExportImportTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/generators/AS2Generator.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/generators/AS2Generator.java index a68d0e9fd..a146880db 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/generators/AS2Generator.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/generators/AS2Generator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/generators/AS3Generator.java b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/generators/AS3Generator.java index 69b0c2731..52b2cf491 100644 --- a/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/generators/AS3Generator.java +++ b/libsrc/ffdec_lib/test/com/jpexs/decompiler/flash/generators/AS3Generator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/com/jpexs/browsers/cache/CacheEntry.java b/src/com/jpexs/browsers/cache/CacheEntry.java index 72dcc7b93..9da50045d 100644 --- a/src/com/jpexs/browsers/cache/CacheEntry.java +++ b/src/com/jpexs/browsers/cache/CacheEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/CacheImplementation.java b/src/com/jpexs/browsers/cache/CacheImplementation.java index 2b22def50..4cddfba68 100644 --- a/src/com/jpexs/browsers/cache/CacheImplementation.java +++ b/src/com/jpexs/browsers/cache/CacheImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/CacheReader.java b/src/com/jpexs/browsers/cache/CacheReader.java index 6dd76cc2e..d5de32c01 100644 --- a/src/com/jpexs/browsers/cache/CacheReader.java +++ b/src/com/jpexs/browsers/cache/CacheReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/ChunkedInputStream.java b/src/com/jpexs/browsers/cache/ChunkedInputStream.java index 41c59dd9f..f18c72f10 100644 --- a/src/com/jpexs/browsers/cache/ChunkedInputStream.java +++ b/src/com/jpexs/browsers/cache/ChunkedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/RafInputStream.java b/src/com/jpexs/browsers/cache/RafInputStream.java index cd84c42ca..8c7f61050 100644 --- a/src/com/jpexs/browsers/cache/RafInputStream.java +++ b/src/com/jpexs/browsers/cache/RafInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/BlockFileHeader.java b/src/com/jpexs/browsers/cache/chrome/BlockFileHeader.java index 42088d3b6..a5734a150 100644 --- a/src/com/jpexs/browsers/cache/chrome/BlockFileHeader.java +++ b/src/com/jpexs/browsers/cache/chrome/BlockFileHeader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/CacheAddr.java b/src/com/jpexs/browsers/cache/chrome/CacheAddr.java index c931abb18..6d09613be 100644 --- a/src/com/jpexs/browsers/cache/chrome/CacheAddr.java +++ b/src/com/jpexs/browsers/cache/chrome/CacheAddr.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/ChromeCache.java b/src/com/jpexs/browsers/cache/chrome/ChromeCache.java index 3d01a30ac..ed1ad295a 100644 --- a/src/com/jpexs/browsers/cache/chrome/ChromeCache.java +++ b/src/com/jpexs/browsers/cache/chrome/ChromeCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/EntryFlags.java b/src/com/jpexs/browsers/cache/chrome/EntryFlags.java index 5b448b589..56486adc2 100644 --- a/src/com/jpexs/browsers/cache/chrome/EntryFlags.java +++ b/src/com/jpexs/browsers/cache/chrome/EntryFlags.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/EntryState.java b/src/com/jpexs/browsers/cache/chrome/EntryState.java index 7b26f0657..b03434356 100644 --- a/src/com/jpexs/browsers/cache/chrome/EntryState.java +++ b/src/com/jpexs/browsers/cache/chrome/EntryState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/EntryStore.java b/src/com/jpexs/browsers/cache/chrome/EntryStore.java index f6934eb43..d3114c596 100644 --- a/src/com/jpexs/browsers/cache/chrome/EntryStore.java +++ b/src/com/jpexs/browsers/cache/chrome/EntryStore.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/HttpResponseInfo.java b/src/com/jpexs/browsers/cache/chrome/HttpResponseInfo.java index 8dba292f7..74e3c79c4 100644 --- a/src/com/jpexs/browsers/cache/chrome/HttpResponseInfo.java +++ b/src/com/jpexs/browsers/cache/chrome/HttpResponseInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/Index.java b/src/com/jpexs/browsers/cache/chrome/Index.java index 3ecce2988..7258f029f 100644 --- a/src/com/jpexs/browsers/cache/chrome/Index.java +++ b/src/com/jpexs/browsers/cache/chrome/Index.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/IndexHeader.java b/src/com/jpexs/browsers/cache/chrome/IndexHeader.java index 18571ad5c..1981e9aae 100644 --- a/src/com/jpexs/browsers/cache/chrome/IndexHeader.java +++ b/src/com/jpexs/browsers/cache/chrome/IndexHeader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/IndexInputStream.java b/src/com/jpexs/browsers/cache/chrome/IndexInputStream.java index 83bae7a73..24ceaa9ee 100644 --- a/src/com/jpexs/browsers/cache/chrome/IndexInputStream.java +++ b/src/com/jpexs/browsers/cache/chrome/IndexInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/LruData.java b/src/com/jpexs/browsers/cache/chrome/LruData.java index 214ec6fea..53cd725de 100644 --- a/src/com/jpexs/browsers/cache/chrome/LruData.java +++ b/src/com/jpexs/browsers/cache/chrome/LruData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/chrome/RankingsNode.java b/src/com/jpexs/browsers/cache/chrome/RankingsNode.java index bf5ba1e82..143a3f7cc 100644 --- a/src/com/jpexs/browsers/cache/chrome/RankingsNode.java +++ b/src/com/jpexs/browsers/cache/chrome/RankingsNode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/firefox/CacheInputStream.java b/src/com/jpexs/browsers/cache/firefox/CacheInputStream.java index 7f8ab219c..a8958be10 100644 --- a/src/com/jpexs/browsers/cache/firefox/CacheInputStream.java +++ b/src/com/jpexs/browsers/cache/firefox/CacheInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/firefox/CacheMap.java b/src/com/jpexs/browsers/cache/firefox/CacheMap.java index 5add16301..e914a67fc 100644 --- a/src/com/jpexs/browsers/cache/firefox/CacheMap.java +++ b/src/com/jpexs/browsers/cache/firefox/CacheMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/firefox/FirefoxCache.java b/src/com/jpexs/browsers/cache/firefox/FirefoxCache.java index e94b06838..6f3eb4658 100644 --- a/src/com/jpexs/browsers/cache/firefox/FirefoxCache.java +++ b/src/com/jpexs/browsers/cache/firefox/FirefoxCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/firefox/IncompatibleVersionException.java b/src/com/jpexs/browsers/cache/firefox/IncompatibleVersionException.java index bbe1ea82c..daf83a492 100644 --- a/src/com/jpexs/browsers/cache/firefox/IncompatibleVersionException.java +++ b/src/com/jpexs/browsers/cache/firefox/IncompatibleVersionException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/firefox/Location.java b/src/com/jpexs/browsers/cache/firefox/Location.java index f89e85c47..4b54b6661 100644 --- a/src/com/jpexs/browsers/cache/firefox/Location.java +++ b/src/com/jpexs/browsers/cache/firefox/Location.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/firefox/MapBucket.java b/src/com/jpexs/browsers/cache/firefox/MapBucket.java index a50b7d4f7..2538eb733 100644 --- a/src/com/jpexs/browsers/cache/firefox/MapBucket.java +++ b/src/com/jpexs/browsers/cache/firefox/MapBucket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/browsers/cache/firefox/MetaData.java b/src/com/jpexs/browsers/cache/firefox/MetaData.java index dbcb2def5..9c0fd0f96 100644 --- a/src/com/jpexs/browsers/cache/firefox/MetaData.java +++ b/src/com/jpexs/browsers/cache/firefox/MetaData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index 79121ee73..849d34918 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java b/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java index 63b7af6df..1f4447165 100644 --- a/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java +++ b/src/com/jpexs/decompiler/flash/console/ConsoleAbortRetryIgnoreHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java b/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java index a54d33c17..90c306e7d 100644 --- a/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java +++ b/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/AboutDialog.java b/src/com/jpexs/decompiler/flash/gui/AboutDialog.java index a9e962f56..4c8d7a172 100644 --- a/src/com/jpexs/decompiler/flash/gui/AboutDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AboutDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -117,7 +117,7 @@ public class AboutDialog extends AppDialog { authorLabel.setHorizontalAlignment(SwingConstants.CENTER); cp.add(authorLabel); - JLabel dateLabel = new JLabel("2010-2015"); + JLabel dateLabel = new JLabel("2010-2016"); dateLabel.setAlignmentX(0.5f); //dateLabel.setPreferredSize(new Dimension(300, 10)); dateLabel.setHorizontalAlignment(SwingConstants.CENTER); diff --git a/src/com/jpexs/decompiler/flash/gui/AdvancedSettingsDialog.java b/src/com/jpexs/decompiler/flash/gui/AdvancedSettingsDialog.java index e78d23043..81e4d2654 100644 --- a/src/com/jpexs/decompiler/flash/gui/AdvancedSettingsDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AdvancedSettingsDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/AppDialog.java b/src/com/jpexs/decompiler/flash/gui/AppDialog.java index deb282b66..48c3de95d 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/AppDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/AppFrame.java b/src/com/jpexs/decompiler/flash/gui/AppFrame.java index b96365698..40f63c567 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/AppFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/AppRibbonFrame.java b/src/com/jpexs/decompiler/flash/gui/AppRibbonFrame.java index e5d59e4e2..f90072031 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppRibbonFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/AppRibbonFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/AppStrings.java b/src/com/jpexs/decompiler/flash/gui/AppStrings.java index 09446991a..ead954c04 100644 --- a/src/com/jpexs/decompiler/flash/gui/AppStrings.java +++ b/src/com/jpexs/decompiler/flash/gui/AppStrings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/BinaryPanel.java b/src/com/jpexs/decompiler/flash/gui/BinaryPanel.java index ab4b01154..86ac15732 100644 --- a/src/com/jpexs/decompiler/flash/gui/BinaryPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/BinaryPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ButtonsPanel.java b/src/com/jpexs/decompiler/flash/gui/ButtonsPanel.java index dd456f4c8..4c89f7c74 100644 --- a/src/com/jpexs/decompiler/flash/gui/ButtonsPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ButtonsPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ComboBoxItem.java b/src/com/jpexs/decompiler/flash/gui/ComboBoxItem.java index 3ed8b7487..f0da32ecf 100644 --- a/src/com/jpexs/decompiler/flash/gui/ComboBoxItem.java +++ b/src/com/jpexs/decompiler/flash/gui/ComboBoxItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/DebugLogDialog.java b/src/com/jpexs/decompiler/flash/gui/DebugLogDialog.java index b0a28f7cc..5f4020e74 100644 --- a/src/com/jpexs/decompiler/flash/gui/DebugLogDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/DebugLogDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/DebugPanel.java b/src/com/jpexs/decompiler/flash/gui/DebugPanel.java index 62427a7c2..03030a564 100644 --- a/src/com/jpexs/decompiler/flash/gui/DebugPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/DebugPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/DebuggerHandler.java b/src/com/jpexs/decompiler/flash/gui/DebuggerHandler.java index 899703ea9..3362ac10d 100644 --- a/src/com/jpexs/decompiler/flash/gui/DebuggerHandler.java +++ b/src/com/jpexs/decompiler/flash/gui/DebuggerHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 JPEXS, All rights reserved. + * Copyright (C) 2010-2016 JPEXS, All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/com/jpexs/decompiler/flash/gui/EachRowRendererEditor.java b/src/com/jpexs/decompiler/flash/gui/EachRowRendererEditor.java index 23f575300..df940ac66 100644 --- a/src/com/jpexs/decompiler/flash/gui/EachRowRendererEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/EachRowRendererEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ErrorLogFrame.java b/src/com/jpexs/decompiler/flash/gui/ErrorLogFrame.java index 9052b61db..b05075451 100644 --- a/src/com/jpexs/decompiler/flash/gui/ErrorLogFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/ErrorLogFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ErrorState.java b/src/com/jpexs/decompiler/flash/gui/ErrorState.java index 26a38a451..2a7d76635 100644 --- a/src/com/jpexs/decompiler/flash/gui/ErrorState.java +++ b/src/com/jpexs/decompiler/flash/gui/ErrorState.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ExportDialog.java b/src/com/jpexs/decompiler/flash/gui/ExportDialog.java index 867384c31..b09134c99 100644 --- a/src/com/jpexs/decompiler/flash/gui/ExportDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/ExportDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/FlashUnsupportedException.java b/src/com/jpexs/decompiler/flash/gui/FlashUnsupportedException.java index 20e2bcde3..08ef73e56 100644 --- a/src/com/jpexs/decompiler/flash/gui/FlashUnsupportedException.java +++ b/src/com/jpexs/decompiler/flash/gui/FlashUnsupportedException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/FolderPreviewPanel.java b/src/com/jpexs/decompiler/flash/gui/FolderPreviewPanel.java index da5bcc5d8..32370cee1 100644 --- a/src/com/jpexs/decompiler/flash/gui/FolderPreviewPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/FolderPreviewPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java b/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java index ef9ffb2fa..f9e9880e4 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/FontEmbedDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/FontFace.java b/src/com/jpexs/decompiler/flash/gui/FontFace.java index 4e04cb993..283d9cac5 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontFace.java +++ b/src/com/jpexs/decompiler/flash/gui/FontFace.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/FontFamily.java b/src/com/jpexs/decompiler/flash/gui/FontFamily.java index 50a0a35b2..b2562f683 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontFamily.java +++ b/src/com/jpexs/decompiler/flash/gui/FontFamily.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/FontPanel.java b/src/com/jpexs/decompiler/flash/gui/FontPanel.java index 718f30f0c..984b5b781 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/FontPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/FontPreviewDialog.java b/src/com/jpexs/decompiler/flash/gui/FontPreviewDialog.java index 8585bdec3..97204f39b 100644 --- a/src/com/jpexs/decompiler/flash/gui/FontPreviewDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/FontPreviewDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java b/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java index faadd7a7c..67e2522f0 100644 --- a/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/GenericTagPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/GenericTagTreePanel.java b/src/com/jpexs/decompiler/flash/gui/GenericTagTreePanel.java index ff095acc8..7411c54bc 100644 --- a/src/com/jpexs/decompiler/flash/gui/GenericTagTreePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/GenericTagTreePanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/GraphDialog.java b/src/com/jpexs/decompiler/flash/gui/GraphDialog.java index abd16f14e..16bf5d8bd 100644 --- a/src/com/jpexs/decompiler/flash/gui/GraphDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/GraphDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/GraphTreeFrame.java b/src/com/jpexs/decompiler/flash/gui/GraphTreeFrame.java index 4d1d63f02..326ea6b99 100644 --- a/src/com/jpexs/decompiler/flash/gui/GraphTreeFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/GraphTreeFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/GuiAbortRetryIgnoreHandler.java b/src/com/jpexs/decompiler/flash/gui/GuiAbortRetryIgnoreHandler.java index 04f050471..7a02e0297 100644 --- a/src/com/jpexs/decompiler/flash/gui/GuiAbortRetryIgnoreHandler.java +++ b/src/com/jpexs/decompiler/flash/gui/GuiAbortRetryIgnoreHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/HeaderInfoPanel.java b/src/com/jpexs/decompiler/flash/gui/HeaderInfoPanel.java index b029af4dc..4cd573664 100644 --- a/src/com/jpexs/decompiler/flash/gui/HeaderInfoPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/HeaderInfoPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/HeaderLabel.java b/src/com/jpexs/decompiler/flash/gui/HeaderLabel.java index a26e86cc9..90dd5c740 100644 --- a/src/com/jpexs/decompiler/flash/gui/HeaderLabel.java +++ b/src/com/jpexs/decompiler/flash/gui/HeaderLabel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ImagePanel.java b/src/com/jpexs/decompiler/flash/gui/ImagePanel.java index 31e527695..3ce169bbd 100644 --- a/src/com/jpexs/decompiler/flash/gui/ImagePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/ImagePanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/Language.java b/src/com/jpexs/decompiler/flash/gui/Language.java index 7a258b187..50e01303c 100644 --- a/src/com/jpexs/decompiler/flash/gui/Language.java +++ b/src/com/jpexs/decompiler/flash/gui/Language.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/LicenseUpdater.java b/src/com/jpexs/decompiler/flash/gui/LicenseUpdater.java index bc482d922..8dfdeb39b 100644 --- a/src/com/jpexs/decompiler/flash/gui/LicenseUpdater.java +++ b/src/com/jpexs/decompiler/flash/gui/LicenseUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -71,7 +71,7 @@ public class LicenseUpdater { */ int defaultStartYear = 2010; - int defaultFinalYear = 2015; + int defaultFinalYear = 2016; String defaultAuthor = "JPEXS"; String defaultYearStr = Integer.toString(defaultStartYear); if (defaultFinalYear != defaultStartYear) { diff --git a/src/com/jpexs/decompiler/flash/gui/LinkLabel.java b/src/com/jpexs/decompiler/flash/gui/LinkLabel.java index 9c66ee3ed..17999435a 100644 --- a/src/com/jpexs/decompiler/flash/gui/LinkLabel.java +++ b/src/com/jpexs/decompiler/flash/gui/LinkLabel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ListLayout.java b/src/com/jpexs/decompiler/flash/gui/ListLayout.java index 901e1b506..e693b0ef1 100644 --- a/src/com/jpexs/decompiler/flash/gui/ListLayout.java +++ b/src/com/jpexs/decompiler/flash/gui/ListLayout.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/LoadFromCacheFrame.java b/src/com/jpexs/decompiler/flash/gui/LoadFromCacheFrame.java index ba6a0b7f8..d77bc807d 100644 --- a/src/com/jpexs/decompiler/flash/gui/LoadFromCacheFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/LoadFromCacheFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/LoadFromMemoryFrame.java b/src/com/jpexs/decompiler/flash/gui/LoadFromMemoryFrame.java index 7fc6f415d..1a4d956ac 100644 --- a/src/com/jpexs/decompiler/flash/gui/LoadFromMemoryFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/LoadFromMemoryFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/LoadingDialog.java b/src/com/jpexs/decompiler/flash/gui/LoadingDialog.java index 1333ac43d..3c83c101d 100644 --- a/src/com/jpexs/decompiler/flash/gui/LoadingDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/LoadingDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/LoadingPanel.java b/src/com/jpexs/decompiler/flash/gui/LoadingPanel.java index c2fa4d013..ce4184d5b 100644 --- a/src/com/jpexs/decompiler/flash/gui/LoadingPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/LoadingPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/LogFormatter.java b/src/com/jpexs/decompiler/flash/gui/LogFormatter.java index 847c1d3d2..2e43541c7 100644 --- a/src/com/jpexs/decompiler/flash/gui/LogFormatter.java +++ b/src/com/jpexs/decompiler/flash/gui/LogFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/Main.java b/src/com/jpexs/decompiler/flash/gui/Main.java index 383764cb7..9be79b99a 100644 --- a/src/com/jpexs/decompiler/flash/gui/Main.java +++ b/src/com/jpexs/decompiler/flash/gui/Main.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrame.java b/src/com/jpexs/decompiler/flash/gui/MainFrame.java index 5ed9a3d4f..ed4c0df6e 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameClassic.java b/src/com/jpexs/decompiler/flash/gui/MainFrameClassic.java index e68477e16..479eb4043 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameClassic.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameClassic.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameClassicMenu.java b/src/com/jpexs/decompiler/flash/gui/MainFrameClassicMenu.java index be4c9b92d..39525a74f 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameClassicMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameClassicMenu.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java b/src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java index 7dd78ef04..8ebb55c5f 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameMenu.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameRibbon.java b/src/com/jpexs/decompiler/flash/gui/MainFrameRibbon.java index cc5a2986d..a95df17f8 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameRibbon.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameRibbon.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java b/src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java index 86fdef902..cabdfa691 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameRibbonMenu.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MainFrameStatusPanel.java b/src/com/jpexs/decompiler/flash/gui/MainFrameStatusPanel.java index 9e7b789a7..a56d2ca59 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainFrameStatusPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/MainFrameStatusPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MainPanel.java b/src/com/jpexs/decompiler/flash/gui/MainPanel.java index a9daf860e..8daf041c4 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/MainPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MenuBuilder.java b/src/com/jpexs/decompiler/flash/gui/MenuBuilder.java index 764acf620..038c7553a 100644 --- a/src/com/jpexs/decompiler/flash/gui/MenuBuilder.java +++ b/src/com/jpexs/decompiler/flash/gui/MenuBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ModeFrame.java b/src/com/jpexs/decompiler/flash/gui/ModeFrame.java index fa37211df..0fa53801f 100644 --- a/src/com/jpexs/decompiler/flash/gui/ModeFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/ModeFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MyCommandButtonUI.java b/src/com/jpexs/decompiler/flash/gui/MyCommandButtonUI.java index 21254664d..992dd5420 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyCommandButtonUI.java +++ b/src/com/jpexs/decompiler/flash/gui/MyCommandButtonUI.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MyFormattedTextField.java b/src/com/jpexs/decompiler/flash/gui/MyFormattedTextField.java index c4c309c6b..08e04a8ce 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyFormattedTextField.java +++ b/src/com/jpexs/decompiler/flash/gui/MyFormattedTextField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MyProgressBarUI.java b/src/com/jpexs/decompiler/flash/gui/MyProgressBarUI.java index c81cd27a2..26371d851 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyProgressBarUI.java +++ b/src/com/jpexs/decompiler/flash/gui/MyProgressBarUI.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MyResizableIcon.java b/src/com/jpexs/decompiler/flash/gui/MyResizableIcon.java index 773ea78b3..85285aa3a 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyResizableIcon.java +++ b/src/com/jpexs/decompiler/flash/gui/MyResizableIcon.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java b/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java index 6839649a6..6d75e02d6 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java +++ b/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuButtonUI.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuPopupPanelUI.java b/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuPopupPanelUI.java index 6dda577b0..a6961ad73 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuPopupPanelUI.java +++ b/src/com/jpexs/decompiler/flash/gui/MyRibbonApplicationMenuPopupPanelUI.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/MyTextField.java b/src/com/jpexs/decompiler/flash/gui/MyTextField.java index 3d2d334df..2af319c24 100644 --- a/src/com/jpexs/decompiler/flash/gui/MyTextField.java +++ b/src/com/jpexs/decompiler/flash/gui/MyTextField.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/NewVersionDialog.java b/src/com/jpexs/decompiler/flash/gui/NewVersionDialog.java index 545387151..de37fba17 100644 --- a/src/com/jpexs/decompiler/flash/gui/NewVersionDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/NewVersionDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/OceanicSkin.java b/src/com/jpexs/decompiler/flash/gui/OceanicSkin.java index c33c4b311..5d270968c 100644 --- a/src/com/jpexs/decompiler/flash/gui/OceanicSkin.java +++ b/src/com/jpexs/decompiler/flash/gui/OceanicSkin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/OpenFileResult.java b/src/com/jpexs/decompiler/flash/gui/OpenFileResult.java index 20a910bbf..ed7344179 100644 --- a/src/com/jpexs/decompiler/flash/gui/OpenFileResult.java +++ b/src/com/jpexs/decompiler/flash/gui/OpenFileResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/PreviewPanel.java b/src/com/jpexs/decompiler/flash/gui/PreviewPanel.java index 2ea4e1af8..e04d49d6a 100644 --- a/src/com/jpexs/decompiler/flash/gui/PreviewPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/PreviewPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/QuickFindPanel.java b/src/com/jpexs/decompiler/flash/gui/QuickFindPanel.java index 2eae7dfe7..70742dd6f 100644 --- a/src/com/jpexs/decompiler/flash/gui/QuickFindPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/QuickFindPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/RecentFilesButton.java b/src/com/jpexs/decompiler/flash/gui/RecentFilesButton.java index 6b83ec459..350360016 100644 --- a/src/com/jpexs/decompiler/flash/gui/RecentFilesButton.java +++ b/src/com/jpexs/decompiler/flash/gui/RecentFilesButton.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/RenameDialog.java b/src/com/jpexs/decompiler/flash/gui/RenameDialog.java index 6fb8204b9..872b27f00 100644 --- a/src/com/jpexs/decompiler/flash/gui/RenameDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/RenameDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ReplaceCharacterDialog.java b/src/com/jpexs/decompiler/flash/gui/ReplaceCharacterDialog.java index 2abe32e12..15edcdb98 100644 --- a/src/com/jpexs/decompiler/flash/gui/ReplaceCharacterDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/ReplaceCharacterDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/ReplaceTraceDialog.java b/src/com/jpexs/decompiler/flash/gui/ReplaceTraceDialog.java index 4e52abf89..d5753970a 100644 --- a/src/com/jpexs/decompiler/flash/gui/ReplaceTraceDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/ReplaceTraceDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/SaveFileMode.java b/src/com/jpexs/decompiler/flash/gui/SaveFileMode.java index 64f8956cb..b3bfc58f9 100644 --- a/src/com/jpexs/decompiler/flash/gui/SaveFileMode.java +++ b/src/com/jpexs/decompiler/flash/gui/SaveFileMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/SearchDialog.java b/src/com/jpexs/decompiler/flash/gui/SearchDialog.java index 4d11fea52..2d3962731 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/SearchListener.java b/src/com/jpexs/decompiler/flash/gui/SearchListener.java index 2b19259d6..e918761af 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchListener.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/SearchPanel.java b/src/com/jpexs/decompiler/flash/gui/SearchPanel.java index cc6929003..7d3effb8b 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/SearchResultsDialog.java b/src/com/jpexs/decompiler/flash/gui/SearchResultsDialog.java index 9c1d6268e..b9a765d80 100644 --- a/src/com/jpexs/decompiler/flash/gui/SearchResultsDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SearchResultsDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/SelectLanguageDialog.java b/src/com/jpexs/decompiler/flash/gui/SelectLanguageDialog.java index ac2882ede..f7ee4e986 100644 --- a/src/com/jpexs/decompiler/flash/gui/SelectLanguageDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/SelectLanguageDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/SoundTagPlayer.java b/src/com/jpexs/decompiler/flash/gui/SoundTagPlayer.java index fd3a2b504..d11bc769b 100644 --- a/src/com/jpexs/decompiler/flash/gui/SoundTagPlayer.java +++ b/src/com/jpexs/decompiler/flash/gui/SoundTagPlayer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/SwfInMemory.java b/src/com/jpexs/decompiler/flash/gui/SwfInMemory.java index cd3c9bbf4..4d40e92a0 100644 --- a/src/com/jpexs/decompiler/flash/gui/SwfInMemory.java +++ b/src/com/jpexs/decompiler/flash/gui/SwfInMemory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/TagEditorPanel.java b/src/com/jpexs/decompiler/flash/gui/TagEditorPanel.java index 336121715..c18a065bd 100644 --- a/src/com/jpexs/decompiler/flash/gui/TagEditorPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TagEditorPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/TagInfoPanel.java b/src/com/jpexs/decompiler/flash/gui/TagInfoPanel.java index 23e384537..1bc5d46a8 100644 --- a/src/com/jpexs/decompiler/flash/gui/TagInfoPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TagInfoPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/TextPanel.java b/src/com/jpexs/decompiler/flash/gui/TextPanel.java index e52b162a8..c24655e46 100644 --- a/src/com/jpexs/decompiler/flash/gui/TextPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/TextPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/TreeNodeType.java b/src/com/jpexs/decompiler/flash/gui/TreeNodeType.java index 6cda4935e..8540a260a 100644 --- a/src/com/jpexs/decompiler/flash/gui/TreeNodeType.java +++ b/src/com/jpexs/decompiler/flash/gui/TreeNodeType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/TreePanelMode.java b/src/com/jpexs/decompiler/flash/gui/TreePanelMode.java index d21139b34..19ec18186 100644 --- a/src/com/jpexs/decompiler/flash/gui/TreePanelMode.java +++ b/src/com/jpexs/decompiler/flash/gui/TreePanelMode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/View.java b/src/com/jpexs/decompiler/flash/gui/View.java index 919636b0e..115e1c8e4 100644 --- a/src/com/jpexs/decompiler/flash/gui/View.java +++ b/src/com/jpexs/decompiler/flash/gui/View.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/WrapLayout.java b/src/com/jpexs/decompiler/flash/gui/WrapLayout.java index 1471a7ef3..9b6fcc193 100644 --- a/src/com/jpexs/decompiler/flash/gui/WrapLayout.java +++ b/src/com/jpexs/decompiler/flash/gui/WrapLayout.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCComboBoxModel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCComboBoxModel.java index 1a35647ef..2e86ebb40 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCComboBoxModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCComboBoxModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java index 4560d8daa..9ad8c1588 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanelSearchResult.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanelSearchResult.java index d88df7b1f..4b57228b6 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanelSearchResult.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanelSearchResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ASMSourceEditorPane.java b/src/com/jpexs/decompiler/flash/gui/abc/ASMSourceEditorPane.java index ae55ce692..6ce6e0512 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ASMSourceEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ASMSourceEditorPane.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ClassesListTreeModel.java b/src/com/jpexs/decompiler/flash/gui/abc/ClassesListTreeModel.java index 068892e0d..e0bb8f5cd 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ClassesListTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ClassesListTreeModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ConstantsListModel.java b/src/com/jpexs/decompiler/flash/gui/abc/ConstantsListModel.java index 9fc93f698..db4678b07 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ConstantsListModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ConstantsListModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java b/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java index fefbe2761..205dc9be3 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DecompiledEditorPane.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DeobfuscationDialog.java b/src/com/jpexs/decompiler/flash/gui/abc/DeobfuscationDialog.java index 93f617fc0..bdc402f0c 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DeobfuscationDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DeobfuscationDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java index 20b141e77..696463454 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DetailPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/DialogMissingSymbolHandler.java b/src/com/jpexs/decompiler/flash/gui/abc/DialogMissingSymbolHandler.java index 0a596835c..17c533272 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/DialogMissingSymbolHandler.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/DialogMissingSymbolHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/IconListRenderer.java b/src/com/jpexs/decompiler/flash/gui/abc/IconListRenderer.java index e188e0b49..58ab74a4a 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/IconListRenderer.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/IconListRenderer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/MethodCodePanel.java b/src/com/jpexs/decompiler/flash/gui/abc/MethodCodePanel.java index 218779d8c..97a228bf4 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/MethodCodePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/MethodCodePanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/MethodTraitDetailPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/MethodTraitDetailPanel.java index 33519b902..54e9874ac 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/MethodTraitDetailPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/MethodTraitDetailPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/NewTraitDialog.java b/src/com/jpexs/decompiler/flash/gui/abc/NewTraitDialog.java index 9d8c1fb3e..aa0d5a3a2 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/NewTraitDialog.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/NewTraitDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/RootABCContainerTag.java b/src/com/jpexs/decompiler/flash/gui/abc/RootABCContainerTag.java index 4c96d00e0..f2cdf4637 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/RootABCContainerTag.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/RootABCContainerTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java index dc21bad23..9b5b559be 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/SlotConstTraitDetailPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/TraitDetail.java b/src/com/jpexs/decompiler/flash/gui/abc/TraitDetail.java index 33838a045..e7f1847a8 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/TraitDetail.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/TraitDetail.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/TraitsList.java b/src/com/jpexs/decompiler/flash/gui/abc/TraitsList.java index 0ce503a2e..7c63a7498 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/TraitsList.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/TraitsList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/TraitsListItem.java b/src/com/jpexs/decompiler/flash/gui/abc/TraitsListItem.java index dd196de70..15a034584 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/TraitsListItem.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/TraitsListItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/TraitsListModel.java b/src/com/jpexs/decompiler/flash/gui/abc/TraitsListModel.java index 4864021e7..c777a875c 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/TraitsListModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/TraitsListModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java b/src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java index 92c3289f8..abfdc3f38 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/UsageFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/UsageListModel.java b/src/com/jpexs/decompiler/flash/gui/abc/UsageListModel.java index c70c30f19..dce697075 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/UsageListModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/UsageListModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DecimalTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DecimalTableModel.java index 7b1e6c0db..dabf0d142 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DecimalTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DecimalTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DoubleTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DoubleTableModel.java index ea305a01d..a821bf8d1 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DoubleTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/DoubleTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/IntTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/IntTableModel.java index 8760c9c6b..9f40f66aa 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/IntTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/IntTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/MultinameTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/MultinameTableModel.java index ec9db60a9..dea183418 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/MultinameTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/MultinameTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceSetTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceSetTableModel.java index f7ac05c6a..4fd6e22cc 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceSetTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceSetTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceTableModel.java index 88e8db8d1..42c35690d 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/NamespaceTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/StringTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/StringTableModel.java index 90adcdfde..a024a3233 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/StringTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/StringTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/UIntTableModel.java b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/UIntTableModel.java index 691e04bc7..2c876cddc 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/UIntTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/tablemodels/UIntTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java index 6831a91cb..a371ee3e9 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionSearchResult.java b/src/com/jpexs/decompiler/flash/gui/action/ActionSearchResult.java index 83ea190fc..a5b5f14bd 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionSearchResult.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionSearchResult.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/controls/JPersistentSplitPane.java b/src/com/jpexs/decompiler/flash/gui/controls/JPersistentSplitPane.java index f37ddc4fc..68713cdf4 100644 --- a/src/com/jpexs/decompiler/flash/gui/controls/JPersistentSplitPane.java +++ b/src/com/jpexs/decompiler/flash/gui/controls/JPersistentSplitPane.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/controls/JRepeatButton.java b/src/com/jpexs/decompiler/flash/gui/controls/JRepeatButton.java index 55cd82580..a33239690 100644 --- a/src/com/jpexs/decompiler/flash/gui/controls/JRepeatButton.java +++ b/src/com/jpexs/decompiler/flash/gui/controls/JRepeatButton.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/controls/NoneSelectedButtonGroup.java b/src/com/jpexs/decompiler/flash/gui/controls/NoneSelectedButtonGroup.java index 09efbd249..4066b15c9 100644 --- a/src/com/jpexs/decompiler/flash/gui/controls/NoneSelectedButtonGroup.java +++ b/src/com/jpexs/decompiler/flash/gui/controls/NoneSelectedButtonGroup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/debugger/DebugListener.java b/src/com/jpexs/decompiler/flash/gui/debugger/DebugListener.java index 1882c30c0..3ce2f5bde 100644 --- a/src/com/jpexs/decompiler/flash/gui/debugger/DebugListener.java +++ b/src/com/jpexs/decompiler/flash/gui/debugger/DebugListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/debugger/Debugger.java b/src/com/jpexs/decompiler/flash/gui/debugger/Debugger.java index 86008b88a..5cf8e0a50 100644 --- a/src/com/jpexs/decompiler/flash/gui/debugger/Debugger.java +++ b/src/com/jpexs/decompiler/flash/gui/debugger/Debugger.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/debugger/DebuggerTools.java b/src/com/jpexs/decompiler/flash/gui/debugger/DebuggerTools.java index 26bdf832a..8a4b5aa00 100644 --- a/src/com/jpexs/decompiler/flash/gui/debugger/DebuggerTools.java +++ b/src/com/jpexs/decompiler/flash/gui/debugger/DebuggerTools.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTree.java b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTree.java index 767dbad79..d7782e72e 100644 --- a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTree.java +++ b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTreeModel.java b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTreeModel.java index 9301b5e42..736f23f0a 100644 --- a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpTreeModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpViewPanel.java b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpViewPanel.java index 297e36cb1..09fdb08b4 100644 --- a/src/com/jpexs/decompiler/flash/gui/dumpview/DumpViewPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/dumpview/DumpViewPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/editor/DebuggableEditorPane.java b/src/com/jpexs/decompiler/flash/gui/editor/DebuggableEditorPane.java index 7d33f65f3..28ee7fc2c 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/DebuggableEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/DebuggableEditorPane.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/editor/LineMarkedEditorPane.java b/src/com/jpexs/decompiler/flash/gui/editor/LineMarkedEditorPane.java index 111d25f78..a8d7a22ae 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/LineMarkedEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/LineMarkedEditorPane.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/editor/LinkHandler.java b/src/com/jpexs/decompiler/flash/gui/editor/LinkHandler.java index 817321766..cb4fc2196 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/LinkHandler.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/LinkHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/editor/MyMarkers.java b/src/com/jpexs/decompiler/flash/gui/editor/MyMarkers.java index e7115db5b..92d7944f4 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/MyMarkers.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/MyMarkers.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/editor/TextChangedListener.java b/src/com/jpexs/decompiler/flash/gui/editor/TextChangedListener.java index 7edde5ad7..0dcbdf8d8 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/TextChangedListener.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/TextChangedListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/editor/UndoFixedEditorPane.java b/src/com/jpexs/decompiler/flash/gui/editor/UndoFixedEditorPane.java index 21c4947c6..3d2149ea3 100644 --- a/src/com/jpexs/decompiler/flash/gui/editor/UndoFixedEditorPane.java +++ b/src/com/jpexs/decompiler/flash/gui/editor/UndoFixedEditorPane.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/BinaryDataEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/BinaryDataEditor.java index ee628120e..030072b80 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/BinaryDataEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/BinaryDataEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/BooleanEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/BooleanEditor.java index cf1a95d6c..5f907548b 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/BooleanEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/BooleanEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/ChangeListener.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/ChangeListener.java index 86d2ce0bb..778b6c9de 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/ChangeListener.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/ChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/ColorEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/ColorEditor.java index 519e1bb29..e01bc321e 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/ColorEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/ColorEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/GenericTagEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/GenericTagEditor.java index 9416851bc..d105e315a 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/GenericTagEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/GenericTagEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/NumberEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/NumberEditor.java index b2066a586..e79f46299 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/NumberEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/NumberEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/generictageditors/StringEditor.java b/src/com/jpexs/decompiler/flash/gui/generictageditors/StringEditor.java index 6d5921cca..4d7e8b218 100644 --- a/src/com/jpexs/decompiler/flash/gui/generictageditors/StringEditor.java +++ b/src/com/jpexs/decompiler/flash/gui/generictageditors/StringEditor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java b/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java index 5382c3acd..302cbff9f 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CheckResources.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedAction.java b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedAction.java index d3c7cc421..edcb8b47f 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedAction.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedEvent.java b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedEvent.java index 0dc5a983d..552fd25e4 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedEvent.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedListener.java b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedListener.java index feb0ff54e..f17dd6427 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedListener.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/CollectionChangedListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/ObservableList.java b/src/com/jpexs/decompiler/flash/gui/helpers/ObservableList.java index 3a18795e6..b68545393 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/ObservableList.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/ObservableList.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/helpers/TableLayoutHelper.java b/src/com/jpexs/decompiler/flash/gui/helpers/TableLayoutHelper.java index 60d25a537..72c3dc910 100644 --- a/src/com/jpexs/decompiler/flash/gui/helpers/TableLayoutHelper.java +++ b/src/com/jpexs/decompiler/flash/gui/helpers/TableLayoutHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/hexview/HexView.java b/src/com/jpexs/decompiler/flash/gui/hexview/HexView.java index 92d78c95d..704ef3d30 100644 --- a/src/com/jpexs/decompiler/flash/gui/hexview/HexView.java +++ b/src/com/jpexs/decompiler/flash/gui/hexview/HexView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/hexview/HexViewListener.java b/src/com/jpexs/decompiler/flash/gui/hexview/HexViewListener.java index e40c81933..9142532c6 100644 --- a/src/com/jpexs/decompiler/flash/gui/hexview/HexViewListener.java +++ b/src/com/jpexs/decompiler/flash/gui/hexview/HexViewListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/hexview/HexViewTableModel.java b/src/com/jpexs/decompiler/flash/gui/hexview/HexViewTableModel.java index de4cec5a4..6d24b712a 100644 --- a/src/com/jpexs/decompiler/flash/gui/hexview/HexViewTableModel.java +++ b/src/com/jpexs/decompiler/flash/gui/hexview/HexViewTableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties index 4dc86fb88..1db9944e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties index dc895f8ce..e2dfd8f05 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties index 40df1d793..48d82b79c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties index 0730c8d09..43c8cd049 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties index 4f17c1924..7c5c198ae 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties index 4145234b4..d9b4ccc45 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties index 0a3550c3d..ad2ba11ef 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties index 21694c549..811026f79 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties index c5dc5a288..284c9a967 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties index 3d08038d2..344dd95d0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties index e80ae983a..23d23fc3c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt_BR.properties index 83b788eac..1d7b991ee 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties index aa702ddc3..1e678e736 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties index b219b79ee..00a0f47e9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_sv.properties @@ -1,27 +1,27 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -version = version -by = av -button.ok = Okej -dialog.title = Om -contributors = Bidragande: -#In the translation, replace "english" with target language name -translation.author.label = Skapare utav Svensk \u00f6vers\u00e4ttning: -#In the translation, insert your name here -translation.author = Capasha -developers = Utvecklare: -developers.others = + andra fr\u00e5n GitHub och Google code -translators = \u00d6vers\u00e4ttare: +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +version = version +by = av +button.ok = Okej +dialog.title = Om +contributors = Bidragande: +#In the translation, replace "english" with target language name +translation.author.label = Skapare utav Svensk \u00f6vers\u00e4ttning: +#In the translation, insert your name here +translation.author = Capasha +developers = Utvecklare: +developers.others = + andra fr\u00e5n GitHub och Google code +translators = \u00d6vers\u00e4ttare: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties index 7e948b3a2..875fa5cb8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties index 38fc7e76a..e82a9123b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AboutDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties index 2fb1b6998..ead033fd8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties index efdadb8e7..857ce2473 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties index 3adba5575..415196eeb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_de.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties index cf70daf05..e3565fe93 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties index 5dc1d24b4..22480c38b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties index 72251492c..d94e46506 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties index 9497d1c43..4ab8453fd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties index 514977861..8b8f152a6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties index 482ef752c..50787f991 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt_BR.properties index 6fd1f216e..4934bed86 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties index c4959b461..d08e413f4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties index 4a81a319a..41531e172 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties index 72654378c..36999ca54 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties index 8296db4cb..838b2562c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties index 97dcb118d..81e2ab244 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties index 8cb0923d3..06267cb63 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_de.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties index d85f8621c..4ec3ef0a0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties index a5cf2ad08..05af26e5e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties index a97b64b25..2320fb6fe 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties index bec60fd37..053af934c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pl.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties index 5b701e711..9f9693de5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties index 053d06226..cf19ceec9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_sv.properties @@ -1,19 +1,19 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -dialog.title = Debugger Logg -button.clear = Rensa -button.close = St\u00e4ng -msg.header = anslutning %clientid%: +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +dialog.title = Debugger Logg +button.clear = Rensa +button.close = St\u00e4ng +msg.header = anslutning %clientid%: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_uk.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/DebugLogDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties index ca13ca501..eea6dfd54 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties index 9b6713bce..9fd47d60a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties index 7b0077dba..8f946e951 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties index 118a1e337..aa83e5b15 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties index b1ab7118b..106b64394 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties index 515759362..f9c4cb1d1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties index bef63e577..36d1b115d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties index ef381c349..6ecd0e53f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties index 7cba6d659..06ecbe371 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties index 872b4e297..b84bb8cb7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties index 9845d44d9..8523c375b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt_BR.properties index 3b27a6cfb..e605953c0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties index 34952f362..f68ddd379 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties index 1dce9dec2..a3dcafcb6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties index 19ad06c81..671a43fb9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties index c14d04a75..dff5780d4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ErrorLogFrame_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties index 7912dab9b..abf6fc82d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties index df317dcf7..02ef83385 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties index 1a929894b..8644cfa68 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties index efa4c5454..539467b75 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties index f207a108f..fbb3e27f2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties index 9a939f8cb..dc3c16e7f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties index e5b2eb279..a1f495d6e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties index 0b7ae3cc6..e1133db2c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties index 337d44039..80c4abb32 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties index 27f4912d7..7ddd9efa7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties index d9a1e81e0..f4f7f7c38 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt_BR.properties index 56633f361..e8c0bb26a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties index b95b2977a..1d2c47e83 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties index 39cdfa607..cf4c575b4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties index 85090f255..f44f80907 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties index aa7122315..a907f023a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ExportDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties index 1a18f34b2..196cd3409 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties index cb284521f..0005c74e9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties index 45746a2fa..ebe5aea96 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties index b3705a9af..a0380da1b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties index 359e0ff4a..5c909d0e6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties index 3dd01c1cc..60babbcf7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties index b739d8043..8b043ff6c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties index 94ee8dd30..36b096412 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties index 728b83f0a..93519c0d1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties index 4fce976d6..79d83174b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt_BR.properties index 918d50773..79682714f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties index 591df78b8..74e5a3db4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties index 73a507fc9..681e57888 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_sv.properties @@ -1,26 +1,26 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -range.description = %name% (%available% av %total% tecken) -dialog.title = Typsnitts inb\u00e4ddning -label.individual = Enskilda tecken: -button.loadfont = Ladda typsnitt fr\u00e5n h\u00e5rddisken... -filter.ttf = True Type Typsnittsfiler (*.ttf) -error.invalidfontfile = Ogiltig typsnittsfil -error.cannotreadfontfile = Kunde inte l\u00e4sa typsnittsfilen -installed = Installerat: -ttffile.noselection = TTF fil: -ttffile.selection = TTF fil: %fontname% (%filename%) -allcharacters = Alla tecken (%available% tecken) +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +range.description = %name% (%available% av %total% tecken) +dialog.title = Typsnitts inb\u00e4ddning +label.individual = Enskilda tecken: +button.loadfont = Ladda typsnitt fr\u00e5n h\u00e5rddisken... +filter.ttf = True Type Typsnittsfiler (*.ttf) +error.invalidfontfile = Ogiltig typsnittsfil +error.cannotreadfontfile = Kunde inte l\u00e4sa typsnittsfilen +installed = Installerat: +ttffile.noselection = TTF fil: +ttffile.selection = TTF fil: %fontname% (%filename%) +allcharacters = Alla tecken (%available% tecken) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties index 22ca704a7..36fbbb637 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties index 8ca386e7b..aac648876 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontEmbedDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties index 0539afe5c..ae2ff2502 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties index 4f285e9f9..5b92d9597 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties index 6430d00fa..2567d971a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_de.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties index 41dced9ad..0347d1f81 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties index 7099855b2..f168ab975 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties index eb247da72..e7169a685 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties index 60bfabe90..35cc4e713 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties index ebdb134d2..5df141af5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties index c32fafb70..82fdf4c28 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt_BR.properties index 3b5399cbb..5c96e3344 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties index 00b5e871f..6c928b34e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties index 5b6feb368..22e72455d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties index 3777255e5..1d88f69cf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/FontPreviewDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties index 082384764..6c5c8115a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties index d5d4b5d24..99a46bc8f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties index a4d8ba4e8..fd3b9c894 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties index 082384764..6c5c8115a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties index 235b9502d..af5fc9a5b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties index 8c962a39a..bb777e5fb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties index 2a32be596..f7296cb30 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties index 235b9502d..af5fc9a5b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties index 6550d9a37..6f9ec98e0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties index 05c651354..a2334f1a8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties index 15293b683..68f772447 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt_BR.properties index ba738e59f..6c8770d7b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties index 3f85dc2f6..a52d92243 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties index eeb02cfcd..66c1b1b23 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties index 3f85dc2f6..a52d92243 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties index a51aa8cda..8807ab58c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame.properties index 62fda9f34..094e8ea96 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_it.properties index 62fda9f34..094e8ea96 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/GraphTreeFrame_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties index 80952d6e3..2479181ae 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties index 3b47a1035..eac882232 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties index 08b2b67d4..520af8b0c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties index 986de3e6f..d310af874 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties index 8bbae12bb..2cb0702c0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties index 14ed5430c..622d225e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties index a9e4c233f..970d97335 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties index 3113a035c..adec028a2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties index 6a1a19979..d61e82b4c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties index eea7d4074..a7f506128 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt_BR.properties index 38135e0bc..aaaa303e6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties index 5b7c3a3d2..53199b381 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties index a37cdbef7..2aeebb3ff 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties index 6c0f0d3b3..7b184a696 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties index e035feb8a..a1d00289e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromCacheFrame_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties index b8f2a0fb8..e1c18fb57 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties index 2acc005aa..5f8ce0828 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties index 70c8d96b8..9f3d6c9c2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties index 96e1007a5..cadb4babb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties index 588fb39c3..34a0ebe22 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties index 2324d0834..d7ba2aa84 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties index cb8c8573d..a877da7aa 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties index 52e0d0d39..eb0809456 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties index caa1b58fa..77d543598 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties index 5a3f13aa1..ac600de91 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties index c3699980a..195b55a14 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt_BR.properties index 24a99a8da..902d75d69 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties index 7b963f149..f1c50fb82 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties index 2e2b2b09f..6214a0ddd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties index bbf0d1021..641d9f763 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties index 3c7d7469f..5084097ce 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadFromMemoryFrame_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties index f810d6d88..02f314487 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties index edcf26a25..2ef6dfebd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties index a80fdcbaa..5d9466ba9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties index 42db9f44c..456a1b41e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties index 4132d3a4b..aac73c732 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties index 29b58ed15..defbd2bbd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties index 735bbfd23..9086e42cb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties index 31ceea08f..897882ba3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties index 352c255cb..cb56491c4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties index 37fe81df9..a5d7fdaee 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties index a0510e7c8..b3ea59dc9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt_BR.properties index edb56efc2..a148f2de0 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties index 25bab3643..e6c5d11fb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties index e600aa966..19dd8dfaa 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties index 22a4964f5..9a7aac045 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties index 75efeb6e0..17acf94f9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/LoadingDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties index f8cf17bcc..9cd548c10 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties index 8d7dce3bc..adc412473 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties index 6f3962c48..dab792e22 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties index 588384196..2189881ec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties index e7ff344b5..851f1b66d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties index 6cd90becc..09bb12465 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties index dcefadd6a..eb79d99dd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties index 5120fa3db..8dbbfc170 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties index 5bd3c41b8..eb008820e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties index b12cf7997..c5827a1ab 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties index 078b4bb84..83225afc1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt_BR.properties index 887a2d5b1..30dc31621 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties index ef84fed45..a8f96637c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties index 62518af1a..9117dc1d2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties index 75519cc6b..2ddf7f571 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties index 7ddeddf83..a5f0a2d00 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties index 522e806f6..77dfe3ac5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties index 641c95bf2..3d2588dba 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties index 2a23c62e7..490bde0f4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties index 85e4e4831..f065d060a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties index d73c037fe..f3b33d08a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties index 0408ca147..3a4c853f2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties index f1714a29b..6470c2268 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties index 522e806f6..77dfe3ac5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties index b4e9f2127..48d58143e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties index 4ea547c85..4ee6b9aaf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties index 9ba3dd38e..352128178 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt_BR.properties index 3036a649c..70848b15c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties index ac3860024..145818176 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties index d92aa8dc1..5708f5141 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties index 81b44c875..9dce32e4d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties index 07906b3c0..8294d7038 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ModeFrame_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties index 96a767367..2b291d18c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties index d04a33d31..ce543b747 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties index 24d01e581..da090f14f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties index c7ed639d2..8e2f4cc14 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties index 083094bb3..6610cad13 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties index d4fab3119..c4567cf95 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties index a6845c448..2afe54798 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties index 514da7ea3..24583cb79 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties index 9680b7a8e..e754d082d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties index af70b824f..e1aedf388 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties index 973376b45..dae91964c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt.properties @@ -1,28 +1,28 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -version = vers\u00e3o -releasedate = Data de lan\u00e7amento: -newversionavailable = Nova vers\u00e3o disponivel: -changeslog = Log de altera\u00e7\u00f5es: -downloadnow = Actualizar agora? -button.ok = OK -button.cancel = Cancelar -dialog.title = Nova vers\u00e3o disponivel -newversion = Nova vers\u00e3o -newvermessage = Nova vers\u00e3o de %oldAppName% est\u00e1 disponivel: %newAppName%.\r\nPor favor v\u00e1 a %projectPage% para actualizar. -#change this only when the date format is wrong in the changelog -#you can use any java date format string, e.g: yyyy.MM.dd -customDateFormat = default +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +version = vers\u00e3o +releasedate = Data de lan\u00e7amento: +newversionavailable = Nova vers\u00e3o disponivel: +changeslog = Log de altera\u00e7\u00f5es: +downloadnow = Actualizar agora? +button.ok = OK +button.cancel = Cancelar +dialog.title = Nova vers\u00e3o disponivel +newversion = Nova vers\u00e3o +newvermessage = Nova vers\u00e3o de %oldAppName% est\u00e1 disponivel: %newAppName%.\r\nPor favor v\u00e1 a %projectPage% para actualizar. +#change this only when the date format is wrong in the changelog +#you can use any java date format string, e.g: yyyy.MM.dd +customDateFormat = default diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt_BR.properties index bf5a5646c..2be4656a5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties index 1f91e08e1..db55a5c39 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties index 5704fff14..2a8cf8390 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties index cbff00dd7..42853e738 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties index bc97b77bc..32d7f5b6f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/NewVersionDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties index 4aa5c5ded..ca389ab7c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties index c518db690..fc962e5ff 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties index 18ff86c79..e52c4107c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties index 0f9935211..896671d88 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties index 1927a1bc5..235ff5455 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties index 28251a855..2fb9b9376 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties index cbb8442aa..8df0c3328 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties index e9335b07f..6e9bb20f7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties index 699bc025d..d796c2fe6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties index 86472402a..0fb53a22c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties index 83657fa43..5b6c9f6ff 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt_BR.properties index 83657fa43..5b6c9f6ff 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties index b1a1224d5..4cd433198 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties index c71b02523..0445e5629 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties index 016309a2e..8344a6a84 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties index 358121799..85cbf0e8d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/RenameDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties index 5226efba1..e0567fbfc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog.properties @@ -1,20 +1,20 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -dialog.title = Replace character tag -replace.width = Replace with: - -button.ok = OK -button.cancel = Cancel +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +dialog.title = Replace character tag +replace.width = Replace with: + +button.ok = OK +button.cancel = Cancel diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties index 5a48b8f66..3bbcdd123 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties index f7c2aaca3..d5dd5b493 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_es.properties @@ -1,20 +1,20 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -dialog.title = Reemplazar caracter de etiqueta -replace.width = Reemplazar con: - -button.ok = OK -button.cancel = Cancelar +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +dialog.title = Reemplazar caracter de etiqueta +replace.width = Reemplazar con: + +button.ok = OK +button.cancel = Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties index a79a445db..070acb710 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_hu.properties @@ -1,20 +1,20 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -dialog.title = Karakter tag cser\u00e9je -replace.width = Csere a k\u00f6vetkez\u0151vel: - -button.ok = OK -button.cancel = M\u00e9gse +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +dialog.title = Karakter tag cser\u00e9je +replace.width = Csere a k\u00f6vetkez\u0151vel: + +button.ok = OK +button.cancel = M\u00e9gse diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties index b2f886f3f..3570e5af6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties index de7def41f..6afef4457 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceCharacterDialog_sv.properties @@ -1,20 +1,20 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -dialog.title = Ers\u00e4tt tecken tag -replace.width = Ers\u00e4tt med: - -button.ok = Okej -button.cancel = Upph\u00e4v +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +dialog.title = Ers\u00e4tt tecken tag +replace.width = Ers\u00e4tt med: + +button.ok = Okej +button.cancel = Upph\u00e4v diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties index 389c919ad..fa0591905 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties index 99e81073c..85989f41c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties index d08bb54ac..f75bc2af1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_de.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties index 18c1f2eb3..7f82618e6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties index 31ec93546..8fd6015b9 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties index 9559b1cc4..8f0f5a36b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties index f83921d27..9251570eb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pl.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties index 67a88b317..faeed5d83 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties index f4468d54a..4dec54169 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_sv.properties @@ -1,20 +1,20 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -dialog.title = Byt Sp\u00e5r funktionsanrop - -function.debugAlert = debugAlert - webbl\u00e4sare javascript larm -function.debugConsole = debugConsole - webbl\u00e4sare javascript console.log +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +dialog.title = Byt Sp\u00e5r funktionsanrop + +function.debugAlert = debugAlert - webbl\u00e4sare javascript larm +function.debugConsole = debugConsole - webbl\u00e4sare javascript console.log function.debugSocket = debugSocket - socket anslutning till dekompilerare \ No newline at end of file diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_uk.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/ReplaceTraceDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties index 912f5245d..c432c246b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties index a9eae4cf9..2ea4fadec 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ca.properties @@ -1,30 +1,30 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . -checkbox.ignorecase = Ignora la caixa -checkbox.regexp = Expressi\u00f3 regular -button.ok = B\u00e9 -button.cancel = Cancel\u00b7la -label.searchtext = Text de cerca: -label.replacementtext = Text de substituci\u00f3: -#dialog.title = ActionScript search -dialog.title = Cerca de Text -dialog.title.replace = Substituci\u00f3 de text - -error = Error -error.invalidregexp = Patr\u00f3 inv\u00e0lid - -checkbox.searchText = Cerca als texts -checkbox.searchAS = Cerca a AS -checkbox.replaceInParameters = Substitueix-ho als paremetres +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . +checkbox.ignorecase = Ignora la caixa +checkbox.regexp = Expressi\u00f3 regular +button.ok = B\u00e9 +button.cancel = Cancel\u00b7la +label.searchtext = Text de cerca: +label.replacementtext = Text de substituci\u00f3: +#dialog.title = ActionScript search +dialog.title = Cerca de Text +dialog.title.replace = Substituci\u00f3 de text + +error = Error +error.invalidregexp = Patr\u00f3 inv\u00e0lid + +checkbox.searchText = Cerca als texts +checkbox.searchAS = Cerca a AS +checkbox.replaceInParameters = Substitueix-ho als paremetres diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties index 5d590e99d..8052967dc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties index b8645adf3..56507b7ed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties index 06a886e26..2272d462d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties index 0402987c1..6f109cfa1 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties index e50f4ce67..d4b7df049 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties index 8a88bc8ac..c7e59546c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties index c4fd67e58..769b8da50 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties index 2d9afa051..af0b1079d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties index 97c06ca89..bdcf37ed6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt_BR.properties index 97c06ca89..bdcf37ed6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties index 0868f7c84..32f986397 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties index efdea406d..ed38544cc 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_sv.properties @@ -1,30 +1,30 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . -checkbox.ignorecase = ignorera stora/sm\u00e5 bokst\u00e4ver -checkbox.regexp = Regular expression -button.ok = Godk\u00e4nn -button.cancel = Avbryt -label.searchtext = S\u00f6k text: -label.replacementtext = Ers\u00e4tt text: -#dialog.title = ActionSkript s\u00f6kning -dialog.title = Text S\u00f6kning -dialog.title.replace = Byt text - -error = Fel -error.invalidregexp = Ogiltigt m\u00f6nster - -checkbox.searchText = S\u00f6k i texter -checkbox.searchAS = s\u00f6k i AS -checkbox.replaceInParameters = Byt i parametrar +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . +checkbox.ignorecase = ignorera stora/sm\u00e5 bokst\u00e4ver +checkbox.regexp = Regular expression +button.ok = Godk\u00e4nn +button.cancel = Avbryt +label.searchtext = S\u00f6k text: +label.replacementtext = Ers\u00e4tt text: +#dialog.title = ActionSkript s\u00f6kning +dialog.title = Text S\u00f6kning +dialog.title.replace = Byt text + +error = Fel +error.invalidregexp = Ogiltigt m\u00f6nster + +checkbox.searchText = S\u00f6k i texter +checkbox.searchAS = s\u00f6k i AS +checkbox.replaceInParameters = Byt i parametrar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties index cf98507ab..a3b97d343 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties index cb9f845f9..f3bad3bd7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties index e2775cfc0..48df915fd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties index 2b687bbe6..bc7bc113e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties index 1de7b186e..1cd9fad7c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_de.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties index 64e438870..1c4c2e03c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties index 25e0bb3a5..acfa3da42 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties index 21a71cf7f..782343b70 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties index afdf23c14..ce1c1156b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties index a251a3d5c..5e421c4fe 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties index 5195c4454..a2a626232 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties index 246ce2d67..9362d7bcf 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_uk.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SearchResultsDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties index f3f49fec9..e9d8e27d7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties index 9f8256288..fc86c97a4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties index a84025d92..5605e19c8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties index 0ad6ee91b..7bd503553 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties index c9bbdb9ce..3a66993fb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties index de41a7e43..22870e6ce 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties index 016a45e92..302a1130a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties index b82a24561..592c26a05 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties index e7614cbbe..b003ea4c6 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties index 5e87382d7..a84848877 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties index 2de84a526..04412c0f7 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt.properties @@ -1,22 +1,22 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -button.ok = OK -button.cancel = Cancelar -#after version 1.7.0: -# This language name translated (e. g. \u010ce\u0161tina for Czech,...) -language = Portugu\u00eas -language.label = Lingua: -dialog.title = Selecionar Lingua +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +button.ok = OK +button.cancel = Cancelar +#after version 1.7.0: +# This language name translated (e. g. \u010ce\u0161tina for Czech,...) +language = Portugu\u00eas +language.label = Lingua: +dialog.title = Selecionar Lingua diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt_BR.properties index 44136d4df..798f91a8b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties index 4bfbeaca6..cb2a1ea05 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties index 1e321aa9b..d60a4b86c 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties index d5eee11cf..be1e1baa5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties index 9bc0452e4..36b3aeec2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/SelectLanguageDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties index b994f6f8b..1ab89008a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ca.properties index bd39491f9..5cf0728a3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_cs.properties index 5a156fb9d..37baf2040 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_de.properties index 1e30ecd1a..c819eb41e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_es.properties index eac18cc8d..5d25b72eb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_fr.properties index 39aeca2f9..53c187d94 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_hu.properties index 1aa5b2c68..1dfa67a6f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_it.properties index e80fa5430..a146fba0f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties index eb8d7ad60..645b0f528 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pl.properties index 421cee44b..d8b23bd6b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt.properties index 76c8298b1..ca7dfa852 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt.properties @@ -1,24 +1,24 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -processallclasses = Processar todas as classes -dialog.title = PCode deobfuscation -deobfuscation.level = Nivel de deobfusca\u00e7\u00e3o do c\u00f3digo: -deobfuscation.removedeadcode = Remover codigo "morto" -deobfuscation.removetraps = Remover armadilhas -deobfuscation.restorecontrolflow = Restaurar o fluxo de control - -button.ok = OK -button.cancel = Cancelar +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +processallclasses = Processar todas as classes +dialog.title = PCode deobfuscation +deobfuscation.level = Nivel de deobfusca\u00e7\u00e3o do c\u00f3digo: +deobfuscation.removedeadcode = Remover codigo "morto" +deobfuscation.removetraps = Remover armadilhas +deobfuscation.restorecontrolflow = Restaurar o fluxo de control + +button.ok = OK +button.cancel = Cancelar diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt_BR.properties index b331dc3db..6fa3dcb04 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ru.properties index d8f1dc40d..e0a83045b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_sv.properties index 814443bbf..152cd6ded 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_uk.properties index 6cfd05742..d07396dac 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_zh.properties index 4f89591c9..111589aed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/DeobfuscationDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties index e4e336229..1f3b20c28 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ca.properties index 2c832cebf..a5021e249 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_cs.properties index 3ceccd9c6..e3514a4c2 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_de.properties index 7503ba0d4..7ccfd187f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_es.properties index 886d0845b..eba1c4866 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_fr.properties index c385eea16..a46dd1d32 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_hu.properties index 46b5d210a..f4f7fe25f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_it.properties index c00dfee06..769214709 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_nl.properties index d182858dc..4ae9628e8 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pl.properties index 78bf6cb63..ffc382677 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt.properties index d077c06f0..da3fef9e5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt_BR.properties index 37b95db87..7fd68167f 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ru.properties index e0d71101c..ccefb6b61 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_sv.properties index f0b6404c6..c8b360f5a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_uk.properties index 6fdeb2a4d..90c61df1a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_zh.properties index cb5a160dc..0815f631a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/NewTraitDialog_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties index df39ecf3d..cd3026a65 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ca.properties index 16c528d39..b6eb6c329 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_cs.properties index cabca33bc..c44fbbc55 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_de.properties index 01d1fe2c3..cbcf6173a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_de.properties @@ -1,18 +1,18 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -button.goto = Gehen nach -button.cancel = Abbrechen -dialog.title = Anwendungen: +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +button.goto = Gehen nach +button.cancel = Abbrechen +dialog.title = Anwendungen: diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_es.properties index c97c47b25..0dcc3115b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_fr.properties index e944027dd..a35471062 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_hu.properties index 3f30da3dc..52cfe3592 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_it.properties index 3dda8d579..3ae774368 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties index fb94de7b3..79f8a97da 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pl.properties index fa43a05a9..e98346686 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt.properties index 61a70a672..dcff55571 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt_BR.properties index 61a70a672..dcff55571 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ru.properties index 30674ec53..88d891801 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_sv.properties index ea09c980e..d6614a1ed 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_sv.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_uk.properties index baa837dc3..0db26edcb 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_zh.properties index 252e30349..2f8e1fe70 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/abc/UsageFrame_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties index 1138f883b..5e8c2bd87 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ca.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ca.properties index 5d80a1b45..f5d3f7400 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ca.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ca.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_cs.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_cs.properties index 66c522d68..26729f180 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_cs.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_cs.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_de.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_de.properties index 5bf4901ae..737896456 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_de.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_de.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_es.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_es.properties index 4a3ff63f1..bf863d972 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_es.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_es.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_fr.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_fr.properties index 1c4d5d0a0..629d7d13e 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_fr.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_fr.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_hu.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_hu.properties index 889474dd7..ca471619b 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_hu.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_hu.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_it.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_it.properties index 67f3c73f5..c3383e9c4 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_it.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_it.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties index 20298082f..c4406a77a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_nl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pl.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pl.properties index 67c360666..490c55f76 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pl.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pl.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt.properties index 44d97e717..bec434f3d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt_BR.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt_BR.properties index 64b485976..7b9503ec3 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt_BR.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_pt_BR.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties index a5bcb2a02..d913a6a1d 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_ru.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_sv.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_sv.properties index a5d3580a2..a1595a6dd 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_sv.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_sv.properties @@ -1,35 +1,35 @@ -# Copyright (C) 2010-2015 JPEXS -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program 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 General Public License -# along with this program. If not, see . - -proxy.start = Starta proxy -proxy.stop = Stoppa proxy -port = Port: -open = \u00d6ppna -clear = Rensa -rename = Byt namn -remove = Ta bort -sniff = Sniffa: -dialog.title = Proxy -error = Fel -error.port = Felaktigt format f\u00f6r portnumret. -copy.url = Copy URL -save.as = Spara som... -replace = Byt... -error.save.as = Kan inte spara filen -error.replace = Kan inte ers\u00e4tta data -error.start.server = Kan inte starta server p\u00e5 port %port%. Sn\u00e4lla kolla om porten inte \u00e4r blockerad utav en annan applikation. -column.accessed = N\u00e5s -column.size = Storlek -column.url = URL +# Copyright (C) 2010-2016 JPEXS +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program 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 General Public License +# along with this program. If not, see . + +proxy.start = Starta proxy +proxy.stop = Stoppa proxy +port = Port: +open = \u00d6ppna +clear = Rensa +rename = Byt namn +remove = Ta bort +sniff = Sniffa: +dialog.title = Proxy +error = Fel +error.port = Felaktigt format f\u00f6r portnumret. +copy.url = Copy URL +save.as = Spara som... +replace = Byt... +error.save.as = Kan inte spara filen +error.replace = Kan inte ers\u00e4tta data +error.start.server = Kan inte starta server p\u00e5 port %port%. Sn\u00e4lla kolla om porten inte \u00e4r blockerad utav en annan applikation. +column.accessed = N\u00e5s +column.size = Storlek +column.url = URL diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_uk.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_uk.properties index 3e4590827..04496486a 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_uk.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_uk.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_zh.properties b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_zh.properties index 1a98bf5f8..f7572c425 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_zh.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/proxy/ProxyFrame_zh.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 JPEXS +# Copyright (C) 2010-2016 JPEXS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/pipes/FirstInstance.java b/src/com/jpexs/decompiler/flash/gui/pipes/FirstInstance.java index 77436c646..f4a8bce51 100644 --- a/src/com/jpexs/decompiler/flash/gui/pipes/FirstInstance.java +++ b/src/com/jpexs/decompiler/flash/gui/pipes/FirstInstance.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Jindra + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/pipes/PipeInputStream.java b/src/com/jpexs/decompiler/flash/gui/pipes/PipeInputStream.java index 98a35c417..7f195773b 100644 --- a/src/com/jpexs/decompiler/flash/gui/pipes/PipeInputStream.java +++ b/src/com/jpexs/decompiler/flash/gui/pipes/PipeInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/pipes/PipeOutputStream.java b/src/com/jpexs/decompiler/flash/gui/pipes/PipeOutputStream.java index 8e4405074..5ca2bd6f2 100644 --- a/src/com/jpexs/decompiler/flash/gui/pipes/PipeOutputStream.java +++ b/src/com/jpexs/decompiler/flash/gui/pipes/PipeOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/player/FlashPlayerPanel.java b/src/com/jpexs/decompiler/flash/gui/player/FlashPlayerPanel.java index 33acdcda1..f0fb55501 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/FlashPlayerPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/player/FlashPlayerPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/player/MediaDisplay.java b/src/com/jpexs/decompiler/flash/gui/player/MediaDisplay.java index e217c58a1..5e470b42d 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/MediaDisplay.java +++ b/src/com/jpexs/decompiler/flash/gui/player/MediaDisplay.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/player/MediaDisplayListener.java b/src/com/jpexs/decompiler/flash/gui/player/MediaDisplayListener.java index 67087c9b9..31762cf7b 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/MediaDisplayListener.java +++ b/src/com/jpexs/decompiler/flash/gui/player/MediaDisplayListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/player/PlayerControls.java b/src/com/jpexs/decompiler/flash/gui/player/PlayerControls.java index fb3fd5e15..29e14c0eb 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/PlayerControls.java +++ b/src/com/jpexs/decompiler/flash/gui/player/PlayerControls.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/player/Zoom.java b/src/com/jpexs/decompiler/flash/gui/player/Zoom.java index 37e07a361..b556c66d7 100644 --- a/src/com/jpexs/decompiler/flash/gui/player/Zoom.java +++ b/src/com/jpexs/decompiler/flash/gui/player/Zoom.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/proxy/ProxyFrame.java b/src/com/jpexs/decompiler/flash/gui/proxy/ProxyFrame.java index ca9d30ea8..97b56d89f 100644 --- a/src/com/jpexs/decompiler/flash/gui/proxy/ProxyFrame.java +++ b/src/com/jpexs/decompiler/flash/gui/proxy/ProxyFrame.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/proxy/SWFListModel.java b/src/com/jpexs/decompiler/flash/gui/proxy/SWFListModel.java index 72681d951..25bea1200 100644 --- a/src/com/jpexs/decompiler/flash/gui/proxy/SWFListModel.java +++ b/src/com/jpexs/decompiler/flash/gui/proxy/SWFListModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagIdClassMap.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagIdClassMap.java index ca6b0b8ca..98443069b 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagIdClassMap.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagIdClassMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTree.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTree.java index a871e7ef4..6c42d2618 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTree.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java index 66ec28e3b..b571c3da6 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeContextMenu.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeModel.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeModel.java index 39579fc48..dd6c2af4c 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeModel.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeRoot.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeRoot.java index 67c2e0003..b381f8b99 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeRoot.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeRoot.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeSwfInfo.java b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeSwfInfo.java index 090ecc4dc..5eb182823 100644 --- a/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeSwfInfo.java +++ b/src/com/jpexs/decompiler/flash/gui/tagtree/TagTreeSwfInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/FrameSelectionListener.java b/src/com/jpexs/decompiler/flash/gui/timeline/FrameSelectionListener.java index 0c5a0a1f9..8c5c19bd0 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/FrameSelectionListener.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/FrameSelectionListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineBodyPanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineBodyPanel.java index b74b3fd0b..e998f1a51 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineBodyPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineBodyPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineDepthPanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineDepthPanel.java index d3768f11c..86fe923aa 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineDepthPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineDepthPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelinePanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelinePanel.java index 97ffcb616..87e4b5e59 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelinePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelinePanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineTimePanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineTimePanel.java index 5b733099c..52de43781 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineTimePanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineTimePanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineViewPanel.java b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineViewPanel.java index 0fc4509a5..8be6fbd02 100644 --- a/src/com/jpexs/decompiler/flash/gui/timeline/TimelineViewPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/timeline/TimelineViewPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/process/Process.java b/src/com/jpexs/process/Process.java index aa0d4af45..1262f1c96 100644 --- a/src/com/jpexs/process/Process.java +++ b/src/com/jpexs/process/Process.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/process/ProcessTools.java b/src/com/jpexs/process/ProcessTools.java index 14cdadce6..a2c93e008 100644 --- a/src/com/jpexs/process/ProcessTools.java +++ b/src/com/jpexs/process/ProcessTools.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/process/win32/Win32Process.java b/src/com/jpexs/process/win32/Win32Process.java index 9c166165f..402d61b67 100644 --- a/src/com/jpexs/process/win32/Win32Process.java +++ b/src/com/jpexs/process/win32/Win32Process.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/jpexs/process/win32/Win32ProcessTools.java b/src/com/jpexs/process/win32/Win32ProcessTools.java index 3ef5bdb02..467712a74 100644 --- a/src/com/jpexs/process/win32/Win32ProcessTools.java +++ b/src/com/jpexs/process/win32/Win32ProcessTools.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/Advapi32.java b/src/com/sun/jna/platform/win32/Advapi32.java index 09497c2db..072868207 100644 --- a/src/com/sun/jna/platform/win32/Advapi32.java +++ b/src/com/sun/jna/platform/win32/Advapi32.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/Advapi32Util.java b/src/com/sun/jna/platform/win32/Advapi32Util.java index f6c24efdc..45ab03513 100644 --- a/src/com/sun/jna/platform/win32/Advapi32Util.java +++ b/src/com/sun/jna/platform/win32/Advapi32Util.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/BITMAP.java b/src/com/sun/jna/platform/win32/BITMAP.java index efd8e52db..5ff245d1f 100644 --- a/src/com/sun/jna/platform/win32/BITMAP.java +++ b/src/com/sun/jna/platform/win32/BITMAP.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/Gdi32.java b/src/com/sun/jna/platform/win32/Gdi32.java index eed0925ba..9ee1696dc 100644 --- a/src/com/sun/jna/platform/win32/Gdi32.java +++ b/src/com/sun/jna/platform/win32/Gdi32.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/ICONINFO.java b/src/com/sun/jna/platform/win32/ICONINFO.java index 35b813b13..47a057598 100644 --- a/src/com/sun/jna/platform/win32/ICONINFO.java +++ b/src/com/sun/jna/platform/win32/ICONINFO.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/MEMORY_BASIC_INFORMATION.java b/src/com/sun/jna/platform/win32/MEMORY_BASIC_INFORMATION.java index 7d11ffa08..d28de2833 100644 --- a/src/com/sun/jna/platform/win32/MEMORY_BASIC_INFORMATION.java +++ b/src/com/sun/jna/platform/win32/MEMORY_BASIC_INFORMATION.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/PROCESSENTRY32.java b/src/com/sun/jna/platform/win32/PROCESSENTRY32.java index 501093005..0d0206d74 100644 --- a/src/com/sun/jna/platform/win32/PROCESSENTRY32.java +++ b/src/com/sun/jna/platform/win32/PROCESSENTRY32.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/Psapi.java b/src/com/sun/jna/platform/win32/Psapi.java index 9ab4f638b..be4ab489a 100644 --- a/src/com/sun/jna/platform/win32/Psapi.java +++ b/src/com/sun/jna/platform/win32/Psapi.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/SHELLEXECUTEINFO.java b/src/com/sun/jna/platform/win32/SHELLEXECUTEINFO.java index 84b49b546..36ebad7f9 100644 --- a/src/com/sun/jna/platform/win32/SHELLEXECUTEINFO.java +++ b/src/com/sun/jna/platform/win32/SHELLEXECUTEINFO.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/SHFILEINFO.java b/src/com/sun/jna/platform/win32/SHFILEINFO.java index aa76e1b8f..800778885 100644 --- a/src/com/sun/jna/platform/win32/SHFILEINFO.java +++ b/src/com/sun/jna/platform/win32/SHFILEINFO.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/Win32Exception.java b/src/com/sun/jna/platform/win32/Win32Exception.java index 98e0c48bf..869af0f03 100644 --- a/src/com/sun/jna/platform/win32/Win32Exception.java +++ b/src/com/sun/jna/platform/win32/Win32Exception.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/com/sun/jna/platform/win32/WinGDI.java b/src/com/sun/jna/platform/win32/WinGDI.java index 9dc6ca314..4584ff054 100644 --- a/src/com/sun/jna/platform/win32/WinGDI.java +++ b/src/com/sun/jna/platform/win32/WinGDI.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test/com/jpexs/decompiler/flash/gui/AS2ExecuteTask.java b/test/com/jpexs/decompiler/flash/gui/AS2ExecuteTask.java index 764b442a9..835921339 100644 --- a/test/com/jpexs/decompiler/flash/gui/AS2ExecuteTask.java +++ b/test/com/jpexs/decompiler/flash/gui/AS2ExecuteTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test/com/jpexs/decompiler/flash/gui/AS3ExecuteTask.java b/test/com/jpexs/decompiler/flash/gui/AS3ExecuteTask.java index f9e8b4dab..74baabde9 100644 --- a/test/com/jpexs/decompiler/flash/gui/AS3ExecuteTask.java +++ b/test/com/jpexs/decompiler/flash/gui/AS3ExecuteTask.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test/com/jpexs/decompiler/flash/gui/AdobeFlashExecutor.java b/test/com/jpexs/decompiler/flash/gui/AdobeFlashExecutor.java index c82aabe35..ac9c945a3 100644 --- a/test/com/jpexs/decompiler/flash/gui/AdobeFlashExecutor.java +++ b/test/com/jpexs/decompiler/flash/gui/AdobeFlashExecutor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test/com/jpexs/decompiler/flash/gui/AdvancedSettingsTest.java b/test/com/jpexs/decompiler/flash/gui/AdvancedSettingsTest.java index a7518d586..9bb973cc3 100644 --- a/test/com/jpexs/decompiler/flash/gui/AdvancedSettingsTest.java +++ b/test/com/jpexs/decompiler/flash/gui/AdvancedSettingsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java b/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java index e8e1fcd7d..e5161a1e9 100644 --- a/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java +++ b/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 JPEXS + * Copyright (C) 2010-2016 JPEXS * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -447,7 +447,7 @@ public class FlashPlayerTest { Action opAction = getOpAction(i); if (i >= 13 + 23) { - newActions.add(new ActionPush("mystring_árvíztűrő_tükörfúrógép")); + newActions.add(new ActionPush("mystring_??rv??zt??r??_t??k??rf??r??g??p")); } Object p1o = pushes[p1]; From 9716aa7ac9d05a81d7f1cef8e2cd00700be52dd1 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Fri, 1 Jan 2016 14:10:54 +0100 Subject: [PATCH 6/9] fix --- libsrc/ffdec_lib/lexers/actionscript3_script.flex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/ffdec_lib/lexers/actionscript3_script.flex b/libsrc/ffdec_lib/lexers/actionscript3_script.flex index 350e93e1c..0a7825007 100644 --- a/libsrc/ffdec_lib/lexers/actionscript3_script.flex +++ b/libsrc/ffdec_lib/lexers/actionscript3_script.flex @@ -587,7 +587,7 @@ Preprocessor = \u00A7\u00A7 {Identifier} "\\t" { string.append('\t'); } "\\n" { string.append('\n'); } "\\f" { string.append('\f'); } - "\\??" { string.append('\u00A7'); } + "\\§" { string.append('\u00A7'); } "\\r" { string.append('\r'); } "\\\\" { string.append('\\'); } \\x{HexDigit}{2} { char val = (char) Integer.parseInt(yytext().substring(2), 16); From 646d69625128ef4cc43f039c00a7a1fff427abbc Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Fri, 1 Jan 2016 14:30:08 +0100 Subject: [PATCH 7/9] fixes again --- .../lexers/actionscript3_script.flex | 2 +- .../avm2/parser/script/ActionScriptLexer.java | 1351 ++++++++--------- .../flash/action/swf4/ActionPush.java | 2 +- .../decompiler/flash/gui/FlashPlayerTest.java | 4 +- 4 files changed, 656 insertions(+), 703 deletions(-) diff --git a/libsrc/ffdec_lib/lexers/actionscript3_script.flex b/libsrc/ffdec_lib/lexers/actionscript3_script.flex index 0a7825007..6908b1993 100644 --- a/libsrc/ffdec_lib/lexers/actionscript3_script.flex +++ b/libsrc/ffdec_lib/lexers/actionscript3_script.flex @@ -587,7 +587,7 @@ Preprocessor = \u00A7\u00A7 {Identifier} "\\t" { string.append('\t'); } "\\n" { string.append('\n'); } "\\f" { string.append('\f'); } - "\\§" { string.append('\u00A7'); } + "\\\u00A7" { string.append('\u00A7'); } "\\r" { string.append('\r'); } "\\\\" { string.append('\\'); } \\x{HexDigit}{2} { char val = (char) Integer.parseInt(yytext().substring(2), 16); diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java index e592d4533..61a9ff209 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/avm2/parser/script/ActionScriptLexer.java @@ -82,7 +82,7 @@ public final class ActionScriptLexer { * Translates characters to character classes */ private static final String ZZ_CMAP_PACKED - = "\11\0\1\13\1\2\1\113\1\3\1\1\22\0\1\13\1\14\1\33" + = "\11\0\1\13\1\2\1\112\1\3\1\1\22\0\1\13\1\14\1\33" + "\1\0\1\6\1\110\1\105\1\34\1\76\1\77\1\5\1\45\1\103" + "\1\15\1\11\1\4\1\35\3\41\4\42\2\21\1\17\1\102\1\12" + "\1\32\1\16\1\23\1\111\1\27\1\20\1\25\1\26\1\43\1\20" @@ -90,154 +90,154 @@ public final class ActionScriptLexer { + "\1\46\1\31\1\107\1\10\1\0\1\52\1\50\1\54\1\63\1\44" + "\1\40\1\73\1\66\1\61\1\10\1\53\1\64\1\71\1\57\1\56" + "\1\67\1\10\1\51\1\55\1\60\1\62\1\72\1\65\1\36\1\70" - + "\1\10\1\100\1\106\1\101\1\104\6\0\1\113\41\0\1\47\2\0" - + "\1\6\12\0\1\6\1\0\1\22\2\0\1\6\5\0\2\6\1\112" - + "\24\6\1\0\37\6\1\0\u01ca\6\4\0\14\6\16\0\5\6\7\0" - + "\1\6\1\0\1\6\21\0\160\7\5\6\1\0\2\6\2\0\4\6" - + "\1\0\1\6\6\0\1\6\1\0\3\6\1\0\1\6\1\0\24\6" - + "\1\0\123\6\1\0\213\6\1\0\5\7\2\0\246\6\1\0\46\6" - + "\2\0\1\6\7\0\47\6\11\0\55\7\1\0\1\7\1\0\2\7" - + "\1\0\2\7\1\0\1\7\10\0\33\6\5\0\3\6\35\0\13\7" - + "\5\0\53\6\37\7\4\0\2\6\1\7\143\6\1\0\1\6\7\7" - + "\2\0\6\7\2\6\2\7\1\0\4\7\2\6\12\7\3\6\2\0" - + "\1\6\20\0\1\6\1\7\36\6\33\7\2\0\131\6\13\7\1\6" - + "\16\0\12\7\41\6\11\7\2\6\4\0\1\6\5\0\26\6\4\7" - + "\1\6\11\7\1\6\3\7\1\6\5\7\22\0\31\6\3\7\104\0" - + "\23\6\61\0\40\7\66\6\3\7\1\6\22\7\1\6\7\7\12\6" - + "\2\7\2\0\12\7\1\0\20\6\3\7\1\0\10\6\2\0\2\6" - + "\2\0\26\6\1\0\7\6\1\0\1\6\3\0\4\6\2\0\1\7" - + "\1\6\7\7\2\0\2\7\2\0\3\7\1\6\10\0\1\7\4\0" - + "\2\6\1\0\3\6\2\7\2\0\12\7\2\6\17\0\3\7\1\0" - + "\6\6\4\0\2\6\2\0\26\6\1\0\7\6\1\0\2\6\1\0" - + "\2\6\1\0\2\6\2\0\1\7\1\0\5\7\4\0\2\7\2\0" - + "\3\7\3\0\1\7\7\0\4\6\1\0\1\6\7\0\14\7\3\6" - + "\1\7\13\0\3\7\1\0\11\6\1\0\3\6\1\0\26\6\1\0" - + "\7\6\1\0\2\6\1\0\5\6\2\0\1\7\1\6\10\7\1\0" - + "\3\7\1\0\3\7\2\0\1\6\17\0\2\6\2\7\2\0\12\7" - + "\21\0\3\7\1\0\10\6\2\0\2\6\2\0\26\6\1\0\7\6" - + "\1\0\2\6\1\0\5\6\2\0\1\7\1\6\7\7\2\0\2\7" - + "\2\0\3\7\10\0\2\7\4\0\2\6\1\0\3\6\2\7\2\0" - + "\12\7\1\0\1\6\20\0\1\7\1\6\1\0\6\6\3\0\3\6" - + "\1\0\4\6\3\0\2\6\1\0\1\6\1\0\2\6\3\0\2\6" - + "\3\0\3\6\3\0\14\6\4\0\5\7\3\0\3\7\1\0\4\7" - + "\2\0\1\6\6\0\1\7\16\0\12\7\20\0\4\7\1\0\10\6" - + "\1\0\3\6\1\0\27\6\1\0\20\6\3\0\1\6\7\7\1\0" - + "\3\7\1\0\4\7\7\0\2\7\1\0\2\6\6\0\2\6\2\7" - + "\2\0\12\7\21\0\3\7\1\0\10\6\1\0\3\6\1\0\27\6" - + "\1\0\12\6\1\0\5\6\2\0\1\7\1\6\7\7\1\0\3\7" - + "\1\0\4\7\7\0\2\7\7\0\1\6\1\0\2\6\2\7\2\0" - + "\12\7\1\0\2\6\16\0\3\7\1\0\10\6\1\0\3\6\1\0" - + "\51\6\2\0\1\6\7\7\1\0\3\7\1\0\4\7\1\6\10\0" - + "\1\7\10\0\2\6\2\7\2\0\12\7\12\0\6\6\2\0\2\7" - + "\1\0\22\6\3\0\30\6\1\0\11\6\1\0\1\6\2\0\7\6" - + "\3\0\1\7\4\0\6\7\1\0\1\7\1\0\10\7\6\0\12\7" - + "\2\0\2\7\15\0\60\6\1\7\2\6\7\7\5\0\7\6\10\7" - + "\1\0\12\7\47\0\2\6\1\0\1\6\2\0\2\6\1\0\1\6" - + "\2\0\1\6\6\0\4\6\1\0\7\6\1\0\3\6\1\0\1\6" - + "\1\0\1\6\2\0\2\6\1\0\4\6\1\7\2\6\6\7\1\0" - + "\2\7\1\6\2\0\5\6\1\0\1\6\1\0\6\7\2\0\12\7" - + "\2\0\4\6\40\0\1\6\27\0\2\7\6\0\12\7\13\0\1\7" - + "\1\0\1\7\1\0\1\7\4\0\2\7\10\6\1\0\44\6\4\0" - + "\24\7\1\0\2\7\5\6\13\7\1\0\44\7\11\0\1\7\71\0" - + "\53\6\24\7\1\6\12\7\6\0\6\6\4\7\4\6\3\7\1\6" - + "\3\7\2\6\7\7\3\6\4\7\15\6\14\7\1\6\17\7\2\0" - + "\46\6\1\0\1\6\5\0\1\6\2\0\53\6\1\0\u014d\6\1\0" - + "\4\6\2\0\7\6\1\0\1\6\1\0\4\6\2\0\51\6\1\0" - + "\4\6\2\0\41\6\1\0\4\6\2\0\7\6\1\0\1\6\1\0" - + "\4\6\2\0\17\6\1\0\71\6\1\0\4\6\2\0\103\6\2\0" - + "\3\7\40\0\20\6\20\0\125\6\14\0\u026c\6\2\0\21\6\1\0" - + "\32\6\5\0\113\6\3\0\3\7\10\6\7\0\15\6\1\0\4\6" - + "\3\7\13\0\22\6\3\7\13\0\22\6\2\7\14\0\15\6\1\0" - + "\3\6\1\0\2\7\14\0\64\6\40\7\3\0\1\6\4\0\1\6" - + "\1\7\2\0\12\7\41\0\3\7\2\0\12\7\6\0\130\6\10\0" - + "\51\6\1\7\1\6\5\0\106\6\12\0\37\6\1\0\14\7\4\0" - + "\14\7\12\0\12\7\36\6\2\0\5\6\13\0\54\6\4\0\21\7" - + "\7\6\2\7\6\0\12\7\46\0\27\6\5\7\4\0\65\6\12\7" - + "\1\0\35\7\2\0\13\7\6\0\12\7\15\0\1\6\10\0\16\7" - + "\102\0\5\7\57\6\21\7\7\6\4\0\12\7\21\0\11\7\14\0" - + "\3\7\36\6\15\7\2\6\12\7\54\6\16\7\14\0\44\6\24\7" - + "\10\0\12\7\3\0\3\6\12\7\44\6\122\0\3\7\1\0\25\7" - + "\4\6\1\7\4\6\3\7\2\6\1\0\2\7\6\0\300\6\66\7" - + "\6\0\4\7\u0116\6\2\0\6\6\2\0\46\6\2\0\6\6\2\0" - + "\10\6\1\0\1\6\1\0\1\6\1\0\1\6\1\0\37\6\2\0" - + "\65\6\1\0\7\6\1\0\1\6\3\0\3\6\1\0\7\6\3\0" - + "\4\6\2\0\6\6\4\0\15\6\5\0\3\6\1\0\7\6\3\0" - + "\14\0\2\0\32\0\1\113\1\113\25\0\2\7\23\0\1\7\33\0" - + "\1\0\1\6\15\0\1\6\20\0\15\6\63\0\15\7\4\0\1\7" - + "\3\0\14\7\21\0\1\6\4\0\1\6\2\0\12\6\1\0\1\6" - + "\3\0\5\6\6\0\1\6\1\0\1\6\1\0\1\6\1\0\4\6" - + "\1\0\13\6\2\0\4\6\5\0\5\6\4\0\1\6\21\0\43\7" - + "\2\6\4\7\7\0\u0a70\0\57\6\1\0\57\6\1\0\205\6\6\0" - + "\4\6\3\7\2\6\14\0\46\6\1\0\1\6\5\0\1\6\2\0" - + "\70\6\7\0\1\6\17\0\1\7\27\6\11\0\7\6\1\0\7\6" + + "\1\10\1\100\1\106\1\101\1\104\6\0\1\112\41\0\1\47\2\0" + + "\1\6\12\0\1\6\1\0\1\22\2\0\1\6\5\0\27\6\1\0" + + "\37\6\1\0\u01ca\6\4\0\14\6\16\0\5\6\7\0\1\6\1\0" + + "\1\6\21\0\160\7\5\6\1\0\2\6\2\0\4\6\1\0\1\6" + + "\6\0\1\6\1\0\3\6\1\0\1\6\1\0\24\6\1\0\123\6" + + "\1\0\213\6\1\0\5\7\2\0\246\6\1\0\46\6\2\0\1\6" + + "\7\0\47\6\11\0\55\7\1\0\1\7\1\0\2\7\1\0\2\7" + + "\1\0\1\7\10\0\33\6\5\0\3\6\35\0\13\7\5\0\53\6" + + "\37\7\4\0\2\6\1\7\143\6\1\0\1\6\7\7\2\0\6\7" + + "\2\6\2\7\1\0\4\7\2\6\12\7\3\6\2\0\1\6\20\0" + + "\1\6\1\7\36\6\33\7\2\0\131\6\13\7\1\6\16\0\12\7" + + "\41\6\11\7\2\6\4\0\1\6\5\0\26\6\4\7\1\6\11\7" + + "\1\6\3\7\1\6\5\7\22\0\31\6\3\7\104\0\23\6\61\0" + + "\40\7\66\6\3\7\1\6\22\7\1\6\7\7\12\6\2\7\2\0" + + "\12\7\1\0\20\6\3\7\1\0\10\6\2\0\2\6\2\0\26\6" + + "\1\0\7\6\1\0\1\6\3\0\4\6\2\0\1\7\1\6\7\7" + + "\2\0\2\7\2\0\3\7\1\6\10\0\1\7\4\0\2\6\1\0" + + "\3\6\2\7\2\0\12\7\2\6\17\0\3\7\1\0\6\6\4\0" + + "\2\6\2\0\26\6\1\0\7\6\1\0\2\6\1\0\2\6\1\0" + + "\2\6\2\0\1\7\1\0\5\7\4\0\2\7\2\0\3\7\3\0" + + "\1\7\7\0\4\6\1\0\1\6\7\0\14\7\3\6\1\7\13\0" + + "\3\7\1\0\11\6\1\0\3\6\1\0\26\6\1\0\7\6\1\0" + + "\2\6\1\0\5\6\2\0\1\7\1\6\10\7\1\0\3\7\1\0" + + "\3\7\2\0\1\6\17\0\2\6\2\7\2\0\12\7\21\0\3\7" + + "\1\0\10\6\2\0\2\6\2\0\26\6\1\0\7\6\1\0\2\6" + + "\1\0\5\6\2\0\1\7\1\6\7\7\2\0\2\7\2\0\3\7" + + "\10\0\2\7\4\0\2\6\1\0\3\6\2\7\2\0\12\7\1\0" + + "\1\6\20\0\1\7\1\6\1\0\6\6\3\0\3\6\1\0\4\6" + + "\3\0\2\6\1\0\1\6\1\0\2\6\3\0\2\6\3\0\3\6" + + "\3\0\14\6\4\0\5\7\3\0\3\7\1\0\4\7\2\0\1\6" + + "\6\0\1\7\16\0\12\7\20\0\4\7\1\0\10\6\1\0\3\6" + + "\1\0\27\6\1\0\20\6\3\0\1\6\7\7\1\0\3\7\1\0" + + "\4\7\7\0\2\7\1\0\2\6\6\0\2\6\2\7\2\0\12\7" + + "\21\0\3\7\1\0\10\6\1\0\3\6\1\0\27\6\1\0\12\6" + + "\1\0\5\6\2\0\1\7\1\6\7\7\1\0\3\7\1\0\4\7" + + "\7\0\2\7\7\0\1\6\1\0\2\6\2\7\2\0\12\7\1\0" + + "\2\6\16\0\3\7\1\0\10\6\1\0\3\6\1\0\51\6\2\0" + + "\1\6\7\7\1\0\3\7\1\0\4\7\1\6\10\0\1\7\10\0" + + "\2\6\2\7\2\0\12\7\12\0\6\6\2\0\2\7\1\0\22\6" + + "\3\0\30\6\1\0\11\6\1\0\1\6\2\0\7\6\3\0\1\7" + + "\4\0\6\7\1\0\1\7\1\0\10\7\6\0\12\7\2\0\2\7" + + "\15\0\60\6\1\7\2\6\7\7\5\0\7\6\10\7\1\0\12\7" + + "\47\0\2\6\1\0\1\6\2\0\2\6\1\0\1\6\2\0\1\6" + + "\6\0\4\6\1\0\7\6\1\0\3\6\1\0\1\6\1\0\1\6" + + "\2\0\2\6\1\0\4\6\1\7\2\6\6\7\1\0\2\7\1\6" + + "\2\0\5\6\1\0\1\6\1\0\6\7\2\0\12\7\2\0\4\6" + + "\40\0\1\6\27\0\2\7\6\0\12\7\13\0\1\7\1\0\1\7" + + "\1\0\1\7\4\0\2\7\10\6\1\0\44\6\4\0\24\7\1\0" + + "\2\7\5\6\13\7\1\0\44\7\11\0\1\7\71\0\53\6\24\7" + + "\1\6\12\7\6\0\6\6\4\7\4\6\3\7\1\6\3\7\2\6" + + "\7\7\3\6\4\7\15\6\14\7\1\6\17\7\2\0\46\6\1\0" + + "\1\6\5\0\1\6\2\0\53\6\1\0\u014d\6\1\0\4\6\2\0" + + "\7\6\1\0\1\6\1\0\4\6\2\0\51\6\1\0\4\6\2\0" + + "\41\6\1\0\4\6\2\0\7\6\1\0\1\6\1\0\4\6\2\0" + + "\17\6\1\0\71\6\1\0\4\6\2\0\103\6\2\0\3\7\40\0" + + "\20\6\20\0\125\6\14\0\u026c\6\2\0\21\6\1\0\32\6\5\0" + + "\113\6\3\0\3\7\10\6\7\0\15\6\1\0\4\6\3\7\13\0" + + "\22\6\3\7\13\0\22\6\2\7\14\0\15\6\1\0\3\6\1\0" + + "\2\7\14\0\64\6\40\7\3\0\1\6\4\0\1\6\1\7\2\0" + + "\12\7\41\0\3\7\2\0\12\7\6\0\130\6\10\0\51\6\1\7" + + "\1\6\5\0\106\6\12\0\37\6\1\0\14\7\4\0\14\7\12\0" + + "\12\7\36\6\2\0\5\6\13\0\54\6\4\0\21\7\7\6\2\7" + + "\6\0\12\7\46\0\27\6\5\7\4\0\65\6\12\7\1\0\35\7" + + "\2\0\13\7\6\0\12\7\15\0\1\6\10\0\16\7\102\0\5\7" + + "\57\6\21\7\7\6\4\0\12\7\21\0\11\7\14\0\3\7\36\6" + + "\15\7\2\6\12\7\54\6\16\7\14\0\44\6\24\7\10\0\12\7" + + "\3\0\3\6\12\7\44\6\122\0\3\7\1\0\25\7\4\6\1\7" + + "\4\6\3\7\2\6\1\0\2\7\6\0\300\6\66\7\6\0\4\7" + + "\u0116\6\2\0\6\6\2\0\46\6\2\0\6\6\2\0\10\6\1\0" + + "\1\6\1\0\1\6\1\0\1\6\1\0\37\6\2\0\65\6\1\0" + + "\7\6\1\0\1\6\3\0\3\6\1\0\7\6\3\0\4\6\2\0" + + "\6\6\4\0\15\6\5\0\3\6\1\0\7\6\3\0\14\0\2\0" + + "\32\0\1\112\1\112\25\0\2\7\23\0\1\7\33\0\1\0\1\6" + + "\15\0\1\6\20\0\15\6\63\0\15\7\4\0\1\7\3\0\14\7" + + "\21\0\1\6\4\0\1\6\2\0\12\6\1\0\1\6\3\0\5\6" + + "\6\0\1\6\1\0\1\6\1\0\1\6\1\0\4\6\1\0\13\6" + + "\2\0\4\6\5\0\5\6\4\0\1\6\21\0\43\7\2\6\4\7" + + "\7\0\u0a70\0\57\6\1\0\57\6\1\0\205\6\6\0\4\6\3\7" + + "\2\6\14\0\46\6\1\0\1\6\5\0\1\6\2\0\70\6\7\0" + + "\1\6\17\0\1\7\27\6\11\0\7\6\1\0\7\6\1\0\7\6" + "\1\0\7\6\1\0\7\6\1\0\7\6\1\0\7\6\1\0\7\6" - + "\1\0\7\6\1\0\40\7\57\0\1\6\u01c0\0\21\0\4\0\2\6" - + "\1\7\31\0\17\7\1\0\5\6\2\0\3\7\2\6\4\0\126\6" - + "\2\0\2\7\2\0\3\6\1\0\132\6\1\0\4\6\5\0\51\6" - + "\3\0\136\6\21\0\33\6\65\0\20\6\u0200\0\u19b6\6\112\0\u51cd\6" - + "\63\0\u048d\6\103\0\56\6\2\0\u010d\6\3\0\20\6\12\7\2\6" - + "\24\0\57\6\1\7\4\0\12\7\1\0\37\6\1\0\1\7\106\6" - + "\14\7\45\0\11\6\2\0\147\6\2\0\4\6\1\0\36\6\2\0" - + "\2\6\105\0\13\6\1\7\3\6\1\7\4\6\1\7\27\6\5\7" - + "\30\0\64\6\14\0\2\7\62\6\21\7\13\0\12\7\6\0\22\7" - + "\6\6\3\0\1\6\4\0\12\7\34\6\10\7\2\0\27\6\15\7" - + "\14\0\35\6\3\0\4\7\57\6\16\7\16\0\1\6\12\7\6\0" - + "\5\6\1\7\12\6\12\7\5\6\1\0\51\6\16\7\11\0\3\6" - + "\1\7\10\6\2\7\2\0\12\7\6\0\27\6\3\0\1\6\3\7" - + "\62\6\1\7\1\6\3\7\2\6\2\7\5\6\2\7\1\6\1\7" - + "\1\6\30\0\3\6\2\0\13\6\5\7\2\0\3\6\2\7\12\0" - + "\6\6\2\0\6\6\2\0\6\6\11\0\7\6\1\0\7\6\1\0" - + "\53\6\1\0\4\6\4\0\2\6\132\0\43\6\10\7\1\0\2\7" - + "\2\0\12\7\6\0\u2ba4\6\14\0\27\6\4\0\61\6\4\0\u1800\0" - + "\u0900\0\u016e\6\2\0\152\6\46\0\7\6\14\0\5\6\5\0\1\6" - + "\1\7\12\6\1\0\15\6\1\0\5\6\1\0\1\6\1\0\2\6" - + "\1\0\2\6\1\0\154\6\41\0\u016b\6\22\0\100\6\2\0\66\6" - + "\10\0\40\0\14\6\4\0\20\7\20\0\16\7\5\0\2\7\30\0" - + "\3\7\40\0\5\6\1\0\207\6\23\0\12\7\7\0\32\6\4\0" - + "\1\7\1\0\32\6\13\0\131\6\3\0\6\6\2\0\6\6\2\0" - + "\6\6\2\0\3\6\41\0\2\0\14\6\1\0\32\6\1\0\23\6" - + "\1\0\2\6\1\0\17\6\2\0\16\6\42\0\173\6\105\0\65\7" - + "\210\0\1\7\202\0\35\6\3\0\61\6\17\0\1\7\37\0\40\6" - + "\20\0\21\6\1\7\10\6\1\7\5\0\46\6\5\7\5\0\36\6" - + "\2\0\44\6\4\0\10\6\1\0\5\7\52\0\236\6\2\0\12\7" - + "\126\0\50\6\10\0\64\6\234\0\u0137\6\11\0\26\6\12\0\10\6" - + "\230\0\6\6\2\0\1\6\1\0\54\6\1\0\2\6\3\0\1\6" - + "\2\0\27\6\12\0\27\6\11\0\37\6\141\0\26\6\12\0\32\6" - + "\106\0\70\6\6\0\2\6\100\0\1\6\3\7\1\0\2\7\5\0" - + "\4\7\4\6\1\0\3\6\1\0\33\6\4\0\3\7\4\0\1\7" - + "\40\0\35\6\3\0\35\6\43\0\10\6\1\0\34\6\2\7\31\0" - + "\66\6\12\0\26\6\12\0\23\6\15\0\22\6\156\0\111\6\u03b7\0" - + "\3\7\65\6\17\7\37\0\12\7\17\0\4\7\55\6\13\7\25\0" - + "\31\6\7\0\12\7\6\0\3\7\44\6\16\7\1\0\12\7\20\0" - + "\43\6\1\7\2\0\1\6\11\0\3\7\60\6\16\7\4\6\13\0" - + "\12\7\1\6\45\0\22\6\1\0\31\6\14\7\170\0\57\6\14\7" - + "\5\0\12\7\7\0\3\7\1\0\10\6\2\0\2\6\2\0\26\6" - + "\1\0\7\6\1\0\2\6\1\0\5\6\2\0\1\7\1\6\7\7" - + "\2\0\2\7\2\0\3\7\11\0\1\7\5\0\5\6\2\7\2\0" - + "\7\7\3\0\5\7\u010b\0\60\6\24\7\2\6\1\0\1\6\10\0" - + "\12\7\246\0\57\6\7\7\2\0\11\7\77\0\60\6\21\7\3\0" - + "\1\6\13\0\12\7\46\0\53\6\15\7\10\0\12\7\u01d6\0\100\6" - + "\12\7\25\0\1\6\u01c0\0\71\6\u0507\0\u0399\6\147\0\157\7\u0b91\0" - + "\u042f\6\u33d1\0\u0239\6\7\0\37\6\1\0\12\7\146\0\36\6\2\0" - + "\5\7\13\0\60\6\7\7\11\0\4\6\14\0\12\7\11\0\25\6" - + "\5\0\23\6\u0370\0\105\6\13\0\1\6\56\7\20\0\4\7\15\6" - + "\u4060\0\2\6\u0bfe\0\153\6\5\0\15\6\3\0\11\6\7\0\12\6" - + "\3\0\2\7\u14c6\0\5\7\3\0\6\7\10\0\10\7\2\0\7\7" - + "\36\0\4\7\224\0\3\7\u01bb\0\125\6\1\0\107\6\1\0\2\6" - + "\2\0\1\6\2\0\2\6\2\0\4\6\1\0\14\6\1\0\1\6" - + "\1\0\7\6\1\0\101\6\1\0\4\6\2\0\10\6\1\0\7\6" - + "\1\0\34\6\1\0\4\6\1\0\5\6\1\0\1\6\3\0\7\6" - + "\1\0\u0154\6\2\0\31\6\1\0\31\6\1\0\37\6\1\0\31\6" - + "\1\0\37\6\1\0\31\6\1\0\37\6\1\0\31\6\1\0\37\6" - + "\1\0\31\6\1\0\10\6\2\0\62\7\u1000\0\305\6\13\0\7\7" - + "\u0529\0\4\6\1\0\33\6\1\0\2\6\1\0\1\6\2\0\1\6" - + "\1\0\12\6\1\0\4\6\1\0\1\6\1\0\1\6\6\0\1\6" - + "\4\0\1\6\1\0\1\6\1\0\1\6\1\0\3\6\1\0\2\6" - + "\1\0\1\6\2\0\1\6\1\0\1\6\1\0\1\6\1\0\1\6" - + "\1\0\1\6\1\0\2\6\1\0\1\6\2\0\4\6\1\0\7\6" - + "\1\0\4\6\1\0\4\6\1\0\1\6\1\0\12\6\1\0\21\6" - + "\5\0\3\6\1\0\5\6\1\0\21\6\u1144\0\ua6d7\6\51\0\u1035\6" - + "\13\0\336\6\u3fe2\0\u021e\6\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\u06ed\0" + + "\1\0\40\7\57\0\1\6\u01c0\0\21\0\4\0\2\6\1\7\31\0" + + "\17\7\1\0\5\6\2\0\3\7\2\6\4\0\126\6\2\0\2\7" + + "\2\0\3\6\1\0\132\6\1\0\4\6\5\0\51\6\3\0\136\6" + + "\21\0\33\6\65\0\20\6\u0200\0\u19b6\6\112\0\u51cd\6\63\0\u048d\6" + + "\103\0\56\6\2\0\u010d\6\3\0\20\6\12\7\2\6\24\0\57\6" + + "\1\7\4\0\12\7\1\0\37\6\1\0\1\7\106\6\14\7\45\0" + + "\11\6\2\0\147\6\2\0\4\6\1\0\36\6\2\0\2\6\105\0" + + "\13\6\1\7\3\6\1\7\4\6\1\7\27\6\5\7\30\0\64\6" + + "\14\0\2\7\62\6\21\7\13\0\12\7\6\0\22\7\6\6\3\0" + + "\1\6\4\0\12\7\34\6\10\7\2\0\27\6\15\7\14\0\35\6" + + "\3\0\4\7\57\6\16\7\16\0\1\6\12\7\6\0\5\6\1\7" + + "\12\6\12\7\5\6\1\0\51\6\16\7\11\0\3\6\1\7\10\6" + + "\2\7\2\0\12\7\6\0\27\6\3\0\1\6\3\7\62\6\1\7" + + "\1\6\3\7\2\6\2\7\5\6\2\7\1\6\1\7\1\6\30\0" + + "\3\6\2\0\13\6\5\7\2\0\3\6\2\7\12\0\6\6\2\0" + + "\6\6\2\0\6\6\11\0\7\6\1\0\7\6\1\0\53\6\1\0" + + "\4\6\4\0\2\6\132\0\43\6\10\7\1\0\2\7\2\0\12\7" + + "\6\0\u2ba4\6\14\0\27\6\4\0\61\6\4\0\u1800\0\u0900\0\u016e\6" + + "\2\0\152\6\46\0\7\6\14\0\5\6\5\0\1\6\1\7\12\6" + + "\1\0\15\6\1\0\5\6\1\0\1\6\1\0\2\6\1\0\2\6" + + "\1\0\154\6\41\0\u016b\6\22\0\100\6\2\0\66\6\10\0\40\0" + + "\14\6\4\0\20\7\20\0\16\7\5\0\2\7\30\0\3\7\40\0" + + "\5\6\1\0\207\6\23\0\12\7\7\0\32\6\4\0\1\7\1\0" + + "\32\6\13\0\131\6\3\0\6\6\2\0\6\6\2\0\6\6\2\0" + + "\3\6\41\0\2\0\14\6\1\0\32\6\1\0\23\6\1\0\2\6" + + "\1\0\17\6\2\0\16\6\42\0\173\6\105\0\65\7\210\0\1\7" + + "\202\0\35\6\3\0\61\6\17\0\1\7\37\0\40\6\20\0\21\6" + + "\1\7\10\6\1\7\5\0\46\6\5\7\5\0\36\6\2\0\44\6" + + "\4\0\10\6\1\0\5\7\52\0\236\6\2\0\12\7\126\0\50\6" + + "\10\0\64\6\234\0\u0137\6\11\0\26\6\12\0\10\6\230\0\6\6" + + "\2\0\1\6\1\0\54\6\1\0\2\6\3\0\1\6\2\0\27\6" + + "\12\0\27\6\11\0\37\6\141\0\26\6\12\0\32\6\106\0\70\6" + + "\6\0\2\6\100\0\1\6\3\7\1\0\2\7\5\0\4\7\4\6" + + "\1\0\3\6\1\0\33\6\4\0\3\7\4\0\1\7\40\0\35\6" + + "\3\0\35\6\43\0\10\6\1\0\34\6\2\7\31\0\66\6\12\0" + + "\26\6\12\0\23\6\15\0\22\6\156\0\111\6\u03b7\0\3\7\65\6" + + "\17\7\37\0\12\7\17\0\4\7\55\6\13\7\25\0\31\6\7\0" + + "\12\7\6\0\3\7\44\6\16\7\1\0\12\7\20\0\43\6\1\7" + + "\2\0\1\6\11\0\3\7\60\6\16\7\4\6\13\0\12\7\1\6" + + "\45\0\22\6\1\0\31\6\14\7\170\0\57\6\14\7\5\0\12\7" + + "\7\0\3\7\1\0\10\6\2\0\2\6\2\0\26\6\1\0\7\6" + + "\1\0\2\6\1\0\5\6\2\0\1\7\1\6\7\7\2\0\2\7" + + "\2\0\3\7\11\0\1\7\5\0\5\6\2\7\2\0\7\7\3\0" + + "\5\7\u010b\0\60\6\24\7\2\6\1\0\1\6\10\0\12\7\246\0" + + "\57\6\7\7\2\0\11\7\77\0\60\6\21\7\3\0\1\6\13\0" + + "\12\7\46\0\53\6\15\7\10\0\12\7\u01d6\0\100\6\12\7\25\0" + + "\1\6\u01c0\0\71\6\u0507\0\u0399\6\147\0\157\7\u0b91\0\u042f\6\u33d1\0" + + "\u0239\6\7\0\37\6\1\0\12\7\146\0\36\6\2\0\5\7\13\0" + + "\60\6\7\7\11\0\4\6\14\0\12\7\11\0\25\6\5\0\23\6" + + "\u0370\0\105\6\13\0\1\6\56\7\20\0\4\7\15\6\u4060\0\2\6" + + "\u0bfe\0\153\6\5\0\15\6\3\0\11\6\7\0\12\6\3\0\2\7" + + "\u14c6\0\5\7\3\0\6\7\10\0\10\7\2\0\7\7\36\0\4\7" + + "\224\0\3\7\u01bb\0\125\6\1\0\107\6\1\0\2\6\2\0\1\6" + + "\2\0\2\6\2\0\4\6\1\0\14\6\1\0\1\6\1\0\7\6" + + "\1\0\101\6\1\0\4\6\2\0\10\6\1\0\7\6\1\0\34\6" + + "\1\0\4\6\1\0\5\6\1\0\1\6\3\0\7\6\1\0\u0154\6" + + "\2\0\31\6\1\0\31\6\1\0\37\6\1\0\31\6\1\0\37\6" + + "\1\0\31\6\1\0\37\6\1\0\31\6\1\0\37\6\1\0\31\6" + + "\1\0\10\6\2\0\62\7\u1000\0\305\6\13\0\7\7\u0529\0\4\6" + + "\1\0\33\6\1\0\2\6\1\0\1\6\2\0\1\6\1\0\12\6" + + "\1\0\4\6\1\0\1\6\1\0\1\6\6\0\1\6\4\0\1\6" + + "\1\0\1\6\1\0\1\6\1\0\3\6\1\0\2\6\1\0\1\6" + + "\2\0\1\6\1\0\1\6\1\0\1\6\1\0\1\6\1\0\1\6" + + "\1\0\2\6\1\0\1\6\2\0\4\6\1\0\7\6\1\0\4\6" + + "\1\0\4\6\1\0\1\6\1\0\12\6\1\0\21\6\5\0\3\6" + + "\1\0\5\6\1\0\21\6\u1144\0\ua6d7\6\51\0\u1035\6\13\0\336\6" + + "\u3fe2\0\u021e\6\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\uffff\0\u06ed\0" + "\360\7\uffff\0\uffff\0\ufe12\0"; /** @@ -267,27 +267,27 @@ public final class ActionScriptLexer { + "\1\116\1\117\1\120\1\116\1\121\1\122\1\123\1\124" + "\1\125\1\126\1\116\1\127\1\0\1\130\1\0\1\131" + "\1\0\1\132\1\133\1\0\1\134\4\0\1\135\2\0" - + "\1\136\4\137\2\3\2\0\1\140\1\141\1\142\1\143" - + "\1\144\1\0\1\63\1\145\2\146\1\100\1\6\1\147" - + "\5\6\1\150\6\6\1\151\4\6\1\152\4\6\1\153" - + "\6\6\1\154\12\6\1\155\1\6\1\156\1\6\1\157" - + "\3\0\1\134\1\160\1\161\1\0\1\162\2\0\1\163" - + "\1\164\1\165\1\0\1\166\1\146\1\100\4\6\1\167" - + "\1\170\2\6\1\171\12\6\1\172\1\173\1\6\1\174" - + "\11\6\1\175\5\6\1\176\1\6\1\177\2\0\1\200" - + "\1\201\1\0\1\146\1\100\1\202\1\203\2\6\1\204" - + "\1\6\1\205\1\206\1\6\1\207\1\6\1\210\4\6" - + "\1\211\11\6\1\212\5\6\1\0\1\146\1\100\3\6" - + "\1\213\1\6\1\214\1\215\1\6\1\216\1\6\1\217" - + "\3\6\1\220\3\6\1\221\4\6\1\222\1\6\1\0" - + "\1\146\1\100\1\223\1\6\1\224\10\6\1\225\1\226" - + "\1\6\1\227\1\230\1\6\1\0\1\146\1\100\1\231" - + "\1\232\1\233\3\6\1\234\3\6\1\235\1\0\1\146" - + "\1\100\1\236\1\6\1\237\1\6\1\240\1\241\1\242" - + "\1\146\1\100\1\243\1\244\6\100"; + + "\1\136\2\137\1\140\1\137\2\3\2\0\1\141\1\142" + + "\1\143\1\144\1\145\1\0\1\63\1\146\2\147\1\100" + + "\1\6\1\150\5\6\1\151\6\6\1\152\4\6\1\153" + + "\4\6\1\154\6\6\1\155\12\6\1\156\1\6\1\157" + + "\1\6\1\160\3\0\1\134\1\161\1\162\1\0\1\163" + + "\2\0\1\164\1\165\1\0\1\166\1\147\1\100\4\6" + + "\1\167\1\170\2\6\1\171\12\6\1\172\1\173\1\6" + + "\1\174\11\6\1\175\5\6\1\176\1\6\1\177\2\0" + + "\1\200\1\201\1\0\1\147\1\100\1\202\1\203\2\6" + + "\1\204\1\6\1\205\1\206\1\6\1\207\1\6\1\210" + + "\4\6\1\211\11\6\1\212\5\6\1\0\1\147\1\100" + + "\3\6\1\213\1\6\1\214\1\215\1\6\1\216\1\6" + + "\1\217\3\6\1\220\3\6\1\221\4\6\1\222\1\6" + + "\1\0\1\147\1\100\1\223\1\6\1\224\10\6\1\225" + + "\1\226\1\6\1\227\1\230\1\6\1\0\1\147\1\100" + + "\1\231\1\232\1\233\3\6\1\234\3\6\1\235\1\0" + + "\1\147\1\100\1\236\1\6\1\237\1\6\1\240\1\241" + + "\1\242\1\147\1\100\1\243\1\244\6\100"; private static int[] zzUnpackAction() { - int[] result = new int[448]; + int[] result = new int[447]; int offset = 0; offset = zzUnpackAction(ZZ_ACTION_PACKED_0, offset, result); return result; @@ -315,65 +315,65 @@ public final class ActionScriptLexer { private static final int[] ZZ_ROWMAP = zzUnpackRowMap(); private static final String ZZ_ROWMAP_PACKED_0 - = "\0\0\0\114\0\230\0\344\0\u0130\0\u017c\0\u01c8\0\u0214" - + "\0\u0260\0\u02ac\0\u02f8\0\u0344\0\u0390\0\u0344\0\u03dc\0\u0428" - + "\0\u0474\0\u04c0\0\u050c\0\u0558\0\u05a4\0\u05f0\0\u063c\0\u0688" - + "\0\u06d4\0\u0344\0\u0344\0\u0344\0\u0720\0\u0344\0\u0344\0\u076c" - + "\0\u07b8\0\u0804\0\u0850\0\u089c\0\u08e8\0\u0934\0\u0980\0\u09cc" - + "\0\u0a18\0\u0a64\0\u0ab0\0\u0afc\0\u0b48\0\u0b94\0\u0be0\0\u0c2c" - + "\0\u0c78\0\u0cc4\0\u0d10\0\u0d5c\0\u0da8\0\u0344\0\u0344\0\u0344" - + "\0\u0344\0\u0344\0\u0344\0\u0344\0\u0df4\0\u0e40\0\u0e8c\0\u0ed8" - + "\0\u0344\0\u0f24\0\u0f70\0\u0344\0\u0344\0\u0fbc\0\u1008\0\u1054" - + "\0\u0344\0\u10a0\0\u0344\0\u10ec\0\u1138\0\u1184\0\u0344\0\u0344" - + "\0\u11d0\0\u0344\0\u121c\0\u1268\0\u0344\0\u12b4\0\u0344\0\u0344" - + "\0\u1300\0\u134c\0\u0344\0\u1398\0\u13e4\0\u0344\0\u1430\0\u147c" - + "\0\u0344\0\u14c8\0\u1514\0\u0344\0\u0344\0\u1560\0\u0344\0\u15ac" - + "\0\u0344\0\u15f8\0\u1644\0\u0344\0\u0344\0\u1690\0\u0344\0\u0344" - + "\0\u16dc\0\u0344\0\u0344\0\u1728\0\u1774\0\u17c0\0\u180c\0\u1858" - + "\0\u18a4\0\u18f0\0\u193c\0\u1988\0\u19d4\0\u1a20\0\u1a6c\0\u1ab8" - + "\0\u1b04\0\u0344\0\u0344\0\u1b50\0\u1b9c\0\u1be8\0\u04c0\0\u1c34" - + "\0\u1c80\0\u1ccc\0\u1d18\0\u1d64\0\u1db0\0\u1dfc\0\u1e48\0\u1e94" - + "\0\u1ee0\0\u1f2c\0\u1f78\0\u1fc4\0\u2010\0\u04c0\0\u04c0\0\u205c" - + "\0\u20a8\0\u20f4\0\u2140\0\u218c\0\u04c0\0\u21d8\0\u2224\0\u2270" - + "\0\u22bc\0\u2308\0\u2354\0\u23a0\0\u23ec\0\u2438\0\u2484\0\u24d0" - + "\0\u0344\0\u0344\0\u0344\0\u0344\0\u0344\0\u0344\0\u0344\0\u0344" - + "\0\u0344\0\u251c\0\u0344\0\u0344\0\u0344\0\u0344\0\u0344\0\u0344" - + "\0\u2568\0\u0344\0\u1184\0\u0344\0\u11d0\0\u0344\0\u121c\0\u0344" - + "\0\u0344\0\u12b4\0\u25b4\0\u2600\0\u264c\0\u2698\0\u26e4\0\u2730" - + "\0\u277c\0\u27c8\0\u0344\0\u0344\0\u251c\0\u2568\0\u2814\0\u2860" - + "\0\u0344\0\u28ac\0\u28f8\0\u0344\0\u0344\0\u0344\0\u2944\0\u0344" - + "\0\u2990\0\u2990\0\u0344\0\u29dc\0\u1858\0\u2a28\0\u2a74\0\u04c0" - + "\0\u2ac0\0\u2b0c\0\u2b58\0\u2ba4\0\u2bf0\0\u2c3c\0\u2c88\0\u2cd4" - + "\0\u2d20\0\u2d6c\0\u2db8\0\u2e04\0\u04c0\0\u2e50\0\u2e9c\0\u2ee8" - + "\0\u2f34\0\u04c0\0\u2f80\0\u2fcc\0\u3018\0\u3064\0\u04c0\0\u30b0" - + "\0\u30fc\0\u3148\0\u3194\0\u31e0\0\u322c\0\u04c0\0\u3278\0\u32c4" - + "\0\u3310\0\u335c\0\u33a8\0\u33f4\0\u3440\0\u348c\0\u34d8\0\u3524" - + "\0\u04c0\0\u3570\0\u04c0\0\u35bc\0\u04c0\0\u3608\0\u3654\0\u25b4" - + "\0\u0344\0\u0344\0\u0344\0\u36a0\0\u0344\0\u36ec\0\u3738\0\u3784" - + "\0\u0344\0\u0344\0\u37d0\0\u0344\0\u381c\0\u3868\0\u38b4\0\u3900" - + "\0\u394c\0\u3998\0\u04c0\0\u04c0\0\u39e4\0\u3a30\0\u04c0\0\u3a7c" - + "\0\u3ac8\0\u3b14\0\u3b60\0\u3bac\0\u3bf8\0\u3c44\0\u3c90\0\u3cdc" - + "\0\u3d28\0\u04c0\0\u04c0\0\u3d74\0\u04c0\0\u3dc0\0\u3e0c\0\u3e58" - + "\0\u3ea4\0\u3ef0\0\u3f3c\0\u3f88\0\u3fd4\0\u4020\0\u04c0\0\u406c" - + "\0\u40b8\0\u4104\0\u4150\0\u419c\0\u04c0\0\u41e8\0\u0344\0\u251c" - + "\0\u4234\0\u0344\0\u0344\0\u4280\0\u42cc\0\u4318\0\u04c0\0\u4364" - + "\0\u43b0\0\u43fc\0\u04c0\0\u4448\0\u04c0\0\u04c0\0\u4494\0\u04c0" - + "\0\u44e0\0\u04c0\0\u452c\0\u4578\0\u45c4\0\u4610\0\u04c0\0\u465c" - + "\0\u46a8\0\u46f4\0\u4740\0\u478c\0\u47d8\0\u4824\0\u4870\0\u48bc" - + "\0\u04c0\0\u4908\0\u4954\0\u49a0\0\u49ec\0\u4a38\0\u4a84\0\u4ad0" - + "\0\u4b1c\0\u4b68\0\u4bb4\0\u4c00\0\u04c0\0\u4c4c\0\u04c0\0\u04c0" - + "\0\u4c98\0\u04c0\0\u4ce4\0\u04c0\0\u4d30\0\u4d7c\0\u4dc8\0\u04c0" - + "\0\u4e14\0\u4e60\0\u4eac\0\u04c0\0\u4ef8\0\u4f44\0\u4f90\0\u4fdc" - + "\0\u04c0\0\u5028\0\u5074\0\u50c0\0\u510c\0\u04c0\0\u5158\0\u04c0" - + "\0\u51a4\0\u51f0\0\u523c\0\u5288\0\u52d4\0\u5320\0\u536c\0\u53b8" - + "\0\u04c0\0\u04c0\0\u5404\0\u04c0\0\u04c0\0\u5450\0\u549c\0\u54e8" - + "\0\u5534\0\u04c0\0\u04c0\0\u04c0\0\u5580\0\u55cc\0\u5618\0\u04c0" - + "\0\u5664\0\u56b0\0\u56fc\0\u04c0\0\u5748\0\u5794\0\u57e0\0\u04c0" - + "\0\u582c\0\u04c0\0\u5878\0\u04c0\0\u04c0\0\u0344\0\u0344\0\u58c4" - + "\0\u04c0\0\u04c0\0\u5910\0\u595c\0\u59a8\0\u59f4\0\u5a40\0\u17c0"; + = "\0\0\0\113\0\226\0\341\0\u012c\0\u0177\0\u01c2\0\u020d" + + "\0\u0258\0\u02a3\0\u02ee\0\u0339\0\u0384\0\u0339\0\u03cf\0\u041a" + + "\0\u0465\0\u04b0\0\u04fb\0\u0546\0\u0591\0\u05dc\0\u0627\0\u0672" + + "\0\u06bd\0\u0339\0\u0339\0\u0339\0\u0708\0\u0339\0\u0339\0\u0753" + + "\0\u079e\0\u07e9\0\u0834\0\u087f\0\u08ca\0\u0915\0\u0960\0\u09ab" + + "\0\u09f6\0\u0a41\0\u0a8c\0\u0ad7\0\u0b22\0\u0b6d\0\u0bb8\0\u0c03" + + "\0\u0c4e\0\u0c99\0\u0ce4\0\u0d2f\0\u0d7a\0\u0339\0\u0339\0\u0339" + + "\0\u0339\0\u0339\0\u0339\0\u0339\0\u0dc5\0\u0e10\0\u0e5b\0\u0ea6" + + "\0\u0339\0\u0ef1\0\u0f3c\0\u0339\0\u0339\0\u0f87\0\u0fd2\0\u101d" + + "\0\u0339\0\u1068\0\u0339\0\u10b3\0\u10fe\0\u1149\0\u0339\0\u0339" + + "\0\u1194\0\u0339\0\u11df\0\u122a\0\u0339\0\u1275\0\u0339\0\u0339" + + "\0\u12c0\0\u130b\0\u0339\0\u1356\0\u13a1\0\u0339\0\u13ec\0\u1437" + + "\0\u0339\0\u1482\0\u14cd\0\u0339\0\u0339\0\u1518\0\u0339\0\u1563" + + "\0\u0339\0\u15ae\0\u15f9\0\u0339\0\u0339\0\u1644\0\u0339\0\u0339" + + "\0\u168f\0\u0339\0\u0339\0\u16da\0\u1725\0\u1770\0\u17bb\0\u1806" + + "\0\u1851\0\u189c\0\u18e7\0\u1932\0\u197d\0\u19c8\0\u1a13\0\u1a5e" + + "\0\u1aa9\0\u0339\0\u0339\0\u1af4\0\u1b3f\0\u1b8a\0\u04b0\0\u1bd5" + + "\0\u1c20\0\u1c6b\0\u1cb6\0\u1d01\0\u1d4c\0\u1d97\0\u1de2\0\u1e2d" + + "\0\u1e78\0\u1ec3\0\u1f0e\0\u1f59\0\u1fa4\0\u04b0\0\u04b0\0\u1fef" + + "\0\u203a\0\u2085\0\u20d0\0\u211b\0\u04b0\0\u2166\0\u21b1\0\u21fc" + + "\0\u2247\0\u2292\0\u22dd\0\u2328\0\u2373\0\u23be\0\u2409\0\u2454" + + "\0\u0339\0\u0339\0\u0339\0\u0339\0\u0339\0\u0339\0\u0339\0\u0339" + + "\0\u0339\0\u249f\0\u0339\0\u0339\0\u0339\0\u0339\0\u0339\0\u0339" + + "\0\u24ea\0\u0339\0\u1149\0\u0339\0\u1194\0\u0339\0\u11df\0\u0339" + + "\0\u0339\0\u1275\0\u2535\0\u2580\0\u25cb\0\u2616\0\u2661\0\u26ac" + + "\0\u26f7\0\u2742\0\u0339\0\u0339\0\u249f\0\u0339\0\u24ea\0\u278d" + + "\0\u0339\0\u27d8\0\u2823\0\u0339\0\u0339\0\u0339\0\u286e\0\u0339" + + "\0\u28b9\0\u28b9\0\u0339\0\u2904\0\u1806\0\u294f\0\u299a\0\u04b0" + + "\0\u29e5\0\u2a30\0\u2a7b\0\u2ac6\0\u2b11\0\u2b5c\0\u2ba7\0\u2bf2" + + "\0\u2c3d\0\u2c88\0\u2cd3\0\u2d1e\0\u04b0\0\u2d69\0\u2db4\0\u2dff" + + "\0\u2e4a\0\u04b0\0\u2e95\0\u2ee0\0\u2f2b\0\u2f76\0\u04b0\0\u2fc1" + + "\0\u300c\0\u3057\0\u30a2\0\u30ed\0\u3138\0\u04b0\0\u3183\0\u31ce" + + "\0\u3219\0\u3264\0\u32af\0\u32fa\0\u3345\0\u3390\0\u33db\0\u3426" + + "\0\u04b0\0\u3471\0\u04b0\0\u34bc\0\u04b0\0\u3507\0\u3552\0\u2535" + + "\0\u0339\0\u0339\0\u0339\0\u359d\0\u0339\0\u35e8\0\u3633\0\u367e" + + "\0\u0339\0\u36c9\0\u0339\0\u3714\0\u375f\0\u37aa\0\u37f5\0\u3840" + + "\0\u388b\0\u04b0\0\u04b0\0\u38d6\0\u3921\0\u04b0\0\u396c\0\u39b7" + + "\0\u3a02\0\u3a4d\0\u3a98\0\u3ae3\0\u3b2e\0\u3b79\0\u3bc4\0\u3c0f" + + "\0\u04b0\0\u04b0\0\u3c5a\0\u04b0\0\u3ca5\0\u3cf0\0\u3d3b\0\u3d86" + + "\0\u3dd1\0\u3e1c\0\u3e67\0\u3eb2\0\u3efd\0\u04b0\0\u3f48\0\u3f93" + + "\0\u3fde\0\u4029\0\u4074\0\u04b0\0\u40bf\0\u0339\0\u249f\0\u410a" + + "\0\u0339\0\u0339\0\u4155\0\u41a0\0\u41eb\0\u04b0\0\u4236\0\u4281" + + "\0\u42cc\0\u04b0\0\u4317\0\u04b0\0\u04b0\0\u4362\0\u04b0\0\u43ad" + + "\0\u04b0\0\u43f8\0\u4443\0\u448e\0\u44d9\0\u04b0\0\u4524\0\u456f" + + "\0\u45ba\0\u4605\0\u4650\0\u469b\0\u46e6\0\u4731\0\u477c\0\u04b0" + + "\0\u47c7\0\u4812\0\u485d\0\u48a8\0\u48f3\0\u493e\0\u4989\0\u49d4" + + "\0\u4a1f\0\u4a6a\0\u4ab5\0\u04b0\0\u4b00\0\u04b0\0\u04b0\0\u4b4b" + + "\0\u04b0\0\u4b96\0\u04b0\0\u4be1\0\u4c2c\0\u4c77\0\u04b0\0\u4cc2" + + "\0\u4d0d\0\u4d58\0\u04b0\0\u4da3\0\u4dee\0\u4e39\0\u4e84\0\u04b0" + + "\0\u4ecf\0\u4f1a\0\u4f65\0\u4fb0\0\u04b0\0\u4ffb\0\u04b0\0\u5046" + + "\0\u5091\0\u50dc\0\u5127\0\u5172\0\u51bd\0\u5208\0\u5253\0\u04b0" + + "\0\u04b0\0\u529e\0\u04b0\0\u04b0\0\u52e9\0\u5334\0\u537f\0\u53ca" + + "\0\u04b0\0\u04b0\0\u04b0\0\u5415\0\u5460\0\u54ab\0\u04b0\0\u54f6" + + "\0\u5541\0\u558c\0\u04b0\0\u55d7\0\u5622\0\u566d\0\u04b0\0\u56b8" + + "\0\u04b0\0\u5703\0\u04b0\0\u04b0\0\u0339\0\u0339\0\u574e\0\u04b0" + + "\0\u04b0\0\u5799\0\u57e4\0\u582f\0\u587a\0\u58c5\0\u1770"; private static int[] zzUnpackRowMap() { - int[] result = new int[448]; + int[] result = new int[447]; int offset = 0; offset = zzUnpackRowMap(ZZ_ROWMAP_PACKED_0, offset, result); return result; @@ -406,455 +406,407 @@ public final class ActionScriptLexer { + "\1\51\1\52\1\53\1\54\1\55\1\56\1\57\1\22" + "\1\60\1\22\1\61\2\22\1\62\1\63\1\64\1\65" + "\1\66\1\67\1\70\1\71\1\72\1\73\1\74\1\75" - + "\1\76\1\77\1\100\1\101\1\22\1\14\1\102\1\103" - + "\1\104\30\102\1\105\12\102\1\106\45\102\1\107\1\110" - + "\1\111\31\107\1\105\11\107\1\106\45\107\1\14\1\112" - + "\1\113\1\114\1\115\3\14\1\116\2\14\1\114\2\14" - + "\1\117\2\116\4\14\4\116\5\14\3\116\2\14\2\116" - + "\3\14\26\116\2\14\1\120\46\14\1\121\44\14\1\122" - + "\14\14\1\112\1\113\1\114\4\14\1\123\2\14\1\114" - + "\3\14\2\123\2\14\1\124\1\14\4\123\5\14\3\123" - + "\2\14\2\123\3\14\26\123\2\14\1\125\46\14\1\126" - + "\44\14\1\127\13\14\1\130\1\112\1\113\26\130\1\131" - + "\63\130\1\132\1\133\12\130\1\134\77\130\1\112\1\113" - + "\7\130\1\135\65\130\1\136\13\130\1\137\1\110\1\111" - + "\43\137\1\140\1\141\44\137\116\0\1\16\114\0\1\17" - + "\7\0\1\17\104\0\1\142\1\143\24\0\1\144\113\0" - + "\1\145\67\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\26\22\14\0\1\22\12\0\1\146\1\147" - + "\6\0\1\150\13\0\1\150\3\0\2\150\33\0\1\151" - + "\25\0\1\152\1\0\1\153\4\0\2\152\4\0\4\152" - + "\1\0\1\154\3\0\3\152\2\0\2\152\3\0\26\152" - + "\2\0\1\155\45\0\1\156\76\0\1\157\14\0\1\160" - + "\77\0\1\161\13\0\1\162\100\0\1\163\105\0\1\150" - + "\7\0\1\31\13\0\1\31\3\0\2\31\2\164\101\0" - + "\1\165\72\0\1\150\7\0\1\166\13\0\1\167\2\170" - + "\1\0\1\171\1\172\2\164\55\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\2\22\1\173\3\22" - + "\1\174\2\22\1\175\1\176\13\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\1\22\1\177" - + "\6\22\3\0\2\22\1\200\11\22\1\201\11\22\14\0" - + "\1\22\33\0\1\202\12\0\1\203\115\0\1\204\52\0" + + "\1\76\1\77\1\100\1\101\1\14\1\102\1\103\1\104" + + "\30\102\1\105\12\102\1\106\44\102\1\107\1\110\1\111" + + "\31\107\1\105\11\107\1\106\44\107\1\14\1\112\1\113" + + "\1\114\1\115\3\14\1\116\2\14\1\114\2\14\1\117" + + "\2\116\4\14\4\116\5\14\3\116\2\14\2\116\3\14" + + "\26\116\2\14\1\120\45\14\1\121\44\14\1\122\13\14" + + "\1\112\1\113\1\114\4\14\1\123\2\14\1\114\3\14" + + "\2\123\2\14\1\124\1\14\4\123\5\14\3\123\2\14" + + "\2\123\3\14\26\123\2\14\1\125\45\14\1\126\44\14" + + "\1\127\12\14\1\130\1\112\1\113\26\130\1\131\62\130" + + "\1\132\1\133\12\130\1\134\76\130\1\112\1\113\7\130" + + "\1\135\65\130\1\136\12\130\1\137\1\110\1\111\43\137" + + "\1\140\1\141\43\137\115\0\1\16\113\0\1\17\7\0" + + "\1\17\103\0\1\142\1\143\24\0\1\144\112\0\1\145" + + "\66\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\26\22\26\0\1\146\1\147\6\0\1\150\13\0" + + "\1\150\3\0\2\150\33\0\1\151\24\0\1\152\1\0" + + "\1\153\4\0\2\152\4\0\4\152\1\0\1\154\3\0" + + "\3\152\2\0\2\152\3\0\26\152\2\0\1\155\44\0" + + "\1\156\75\0\1\157\14\0\1\160\76\0\1\161\13\0" + + "\1\162\77\0\1\163\104\0\1\150\7\0\1\31\13\0" + + "\1\31\3\0\2\31\2\164\100\0\1\165\71\0\1\150" + + "\7\0\1\166\13\0\1\167\2\170\1\0\1\171\1\172" + + "\2\164\54\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\2\22\1\173\3\22\1\174\2\22\1\175" + + "\1\176\13\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\1\22\1\177\6\22\3\0\2\22\1\200\11\22" + + "\1\201\11\22\47\0\1\202\12\0\1\203\114\0\1\204" + + "\51\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\1\22\1\205\24\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\7\22\1\206\3\0\26\22\23\0" + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\1\22\1\205\24\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\7\22\1\206\3\0\26\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\5\22\1\207\20\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\2\22\1\210\3\22\1\211\5\22\1\212\11\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\7\22\1\213\3\0\10\22\1\214\1\22\1\215" - + "\2\22\1\216\10\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\22\22\1\217" - + "\3\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\7\22\1\220\3\0\2\22\1\221\7\22" - + "\1\222\13\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\1\22\1\223\14\22" - + "\1\224\1\22\1\225\5\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\3\22\1\226\4\22" - + "\3\0\5\22\1\227\1\22\1\230\11\22\1\231\4\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\5\22\1\232\1\22\1\233\16\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\7\22\1\234\3\0\6\22\1\235\11\22\1\236" - + "\5\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\11\22\1\237\4\22\1\240" - + "\7\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\1\22\1\241\1\242\7\22" - + "\1\243\13\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\2\22\1\244\3\22" - + "\1\245\17\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\7\22\1\246\3\0\26\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\7\22\1\247\16\22\14\0\1\22\7\0" + + "\5\22\1\207\20\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\2\22\1\210\3\22\1\211" + + "\5\22\1\212\11\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\7\22\1\213\3\0\10\22\1\214\1\22" + + "\1\215\2\22\1\216\10\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\22\22\1\217\3\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" + + "\1\220\3\0\2\22\1\221\7\22\1\222\13\22\23\0" + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\2\22\1\250\23\22\14\0\1\22\33\0\1\251\52\0" - + "\1\252\40\0\1\253\53\0\1\254\37\0\1\255\113\0" - + "\1\256\61\0\1\102\2\0\30\102\1\0\12\102\1\0" - + "\45\102\2\0\1\104\111\0\1\257\3\0\27\257\1\260" - + "\1\261\1\257\1\262\1\257\1\263\5\257\1\264\1\257" - + "\1\265\1\266\5\257\1\267\1\270\1\257\1\271\30\257" - + "\1\0\1\107\2\0\31\107\1\0\11\107\1\0\45\107" - + "\2\0\1\111\113\0\1\113\114\0\1\114\7\0\1\114" - + "\116\0\1\272\105\0\2\273\3\0\1\273\1\0\4\273" - + "\2\0\4\273\1\0\1\274\2\0\10\273\3\0\26\273" - + "\16\0\1\275\2\0\30\275\1\276\60\275\10\0\2\277" - + "\3\0\1\277\1\0\4\277\2\0\4\277\1\0\1\300" - + "\2\0\10\277\3\0\26\277\34\0\1\301\75\0\1\302" - + "\2\0\30\302\1\303\1\304\57\302\31\0\1\305\64\0" - + "\1\133\126\0\1\306\102\0\1\307\3\0\1\310\3\0" - + "\1\311\2\0\2\310\2\0\1\312\1\0\4\310\5\0" - + "\3\310\2\0\2\310\3\0\26\310\2\0\1\313\13\0" - + "\1\137\2\0\43\137\2\0\44\137\1\314\3\0\32\314" - + "\1\315\1\314\1\263\5\314\1\264\1\314\1\265\1\266" - + "\5\314\1\267\1\270\1\314\1\316\27\314\1\317\1\0" - + "\1\142\1\320\1\321\111\142\5\322\1\323\106\322\11\0" - + "\1\324\123\0\1\150\13\0\1\150\3\0\2\150\2\164" - + "\57\0\2\152\3\0\1\152\1\0\4\152\2\0\4\152" - + "\4\0\10\152\3\0\26\152\50\0\1\325\113\0\1\326" - + "\77\0\1\327\13\0\1\330\76\0\1\331\3\0\1\332" - + "\13\0\1\332\3\0\2\332\2\0\1\331\100\0\1\333" - + "\72\0\1\150\7\0\1\166\13\0\1\166\3\0\2\166" - + "\2\164\60\0\1\150\7\0\1\166\13\0\1\167\3\0" - + "\1\171\1\172\2\164\67\0\2\334\3\0\3\334\5\0" - + "\1\335\2\0\5\334\3\0\1\334\1\0\1\334\1\0" - + "\1\334\6\0\1\334\41\0\1\150\7\0\1\166\13\0" - + "\1\172\3\0\2\172\2\164\60\0\1\150\7\0\1\166" - + "\13\0\1\336\3\0\2\336\2\164\55\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\14\22\1\337" - + "\11\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\1\22\1\340\24\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\7\22\1\341\16\22\14\0\1\22\7\0" + + "\1\22\1\223\14\22\1\224\1\22\1\225\5\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\3\22\1\226" + + "\4\22\3\0\5\22\1\227\1\22\1\230\11\22\1\231" + + "\4\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\5\22\1\232\1\22\1\233\16\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\234" + + "\3\0\6\22\1\235\11\22\1\236\5\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\11\22" + + "\1\237\4\22\1\240\7\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\1\22\1\241\1\242" + + "\7\22\1\243\13\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\2\22\1\244\3\22\1\245" + + "\17\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\7\22\1\246\3\0\26\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\7\22\1\247\16\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\2\22\1\250\23\22\47\0\1\251\52\0\1\252" + + "\37\0\1\253\53\0\1\254\36\0\1\255\112\0\1\256" + + "\60\0\1\102\2\0\30\102\1\0\12\102\1\0\44\102" + + "\2\0\1\104\110\0\1\257\3\0\27\257\1\260\1\261" + + "\1\257\1\262\1\257\1\263\5\257\1\264\1\257\1\265" + + "\1\266\5\257\1\267\1\270\1\257\1\271\27\257\1\0" + + "\1\107\2\0\31\107\1\0\11\107\1\0\44\107\2\0" + + "\1\111\112\0\1\113\113\0\1\114\7\0\1\114\115\0" + + "\1\272\104\0\2\273\3\0\1\273\1\0\4\273\2\0" + + "\4\273\1\0\1\274\2\0\10\273\3\0\26\273\15\0" + + "\1\275\2\0\30\275\1\276\57\275\10\0\2\277\3\0" + + "\1\277\1\0\4\277\2\0\4\277\1\0\1\300\2\0" + + "\10\277\3\0\26\277\33\0\1\301\74\0\1\302\2\0" + + "\30\302\1\303\1\304\56\302\31\0\1\305\63\0\1\133" + + "\125\0\1\306\101\0\1\307\3\0\1\310\3\0\1\311" + + "\2\0\2\310\2\0\1\312\1\0\4\310\5\0\3\310" + + "\2\0\2\310\3\0\26\310\2\0\1\313\12\0\1\137" + + "\2\0\43\137\2\0\43\137\1\314\3\0\32\314\1\315" + + "\1\314\1\263\5\314\1\264\1\316\1\265\1\266\5\314" + + "\1\267\1\270\1\314\1\317\27\314\1\0\1\142\1\320" + + "\1\321\110\142\5\322\1\323\105\322\11\0\1\324\122\0" + + "\1\150\13\0\1\150\3\0\2\150\2\164\56\0\2\152" + + "\3\0\1\152\1\0\4\152\2\0\4\152\4\0\10\152" + + "\3\0\26\152\47\0\1\325\112\0\1\326\76\0\1\327" + + "\13\0\1\330\75\0\1\331\3\0\1\332\13\0\1\332" + + "\3\0\2\332\2\0\1\331\77\0\1\333\71\0\1\150" + + "\7\0\1\166\13\0\1\166\3\0\2\166\2\164\57\0" + + "\1\150\7\0\1\166\13\0\1\167\3\0\1\171\1\172" + + "\2\164\66\0\2\334\3\0\3\334\5\0\1\335\2\0" + + "\5\334\3\0\1\334\1\0\1\334\1\0\1\334\6\0" + + "\1\334\40\0\1\150\7\0\1\166\13\0\1\172\3\0" + + "\2\172\2\164\57\0\1\150\7\0\1\166\13\0\1\336" + + "\3\0\2\336\2\164\54\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\14\22\1\337\11\22\23\0" + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\7\22\1\342\16\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\10\22\1\343" - + "\15\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\4\22\1\344\21\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\5\22\1\345\20\22\14\0\1\22\7\0" + + "\1\22\1\340\24\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\7\22\1\341\16\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\7\22\1\342\16\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\10\22\1\343\15\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\4\22\1\344\21\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\5\22\1\345\20\22\23\0" + "\1\346\1\0\1\346\7\0\1\346\4\0\4\346\5\0" - + "\3\346\2\0\2\346\3\0\26\346\14\0\1\346\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\347" - + "\3\0\26\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\10\22\1\350\15\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\5\22\1\351\2\22\1\352\15\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\7\22\1\353\16\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\2\22\1\354\23\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\10\22" - + "\1\355\15\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\2\22\1\356\23\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\17\22\1\357\6\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\11\22\1\360\14\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\7\22\1\361\3\0" - + "\26\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\15\22\1\362\10\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\10\22\1\363\10\22\1\364\4\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\14\22\1\365\11\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\12\22\1\366\5\22\1\367\5\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\1\22\1\370\7\22\1\371\14\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\17\22\1\372\6\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\5\22\1\373" - + "\2\22\1\374\15\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\17\22\1\375" - + "\6\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\7\22\1\376\3\0\26\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\13\22\1\377\12\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\3\22\1\u0100\4\22" - + "\3\0\14\22\1\u0101\11\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\7\22" - + "\1\u0102\16\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\10\22\1\u0103\15\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\11\22\1\u0104\14\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\6\22\1\u0105\2\22\1\u0106\14\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\4\22\1\u0107\21\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\1\u0108" - + "\25\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\1\22\1\u0109\24\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\11\22\1\u010a\14\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\10\22\1\u010b\15\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\3\22\1\u010c\4\22\3\0" - + "\26\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\25\22\1\u010d\14\0\1\22" - + "\21\0\2\u010e\3\0\3\u010e\5\0\1\u010e\2\0\5\u010e" - + "\3\0\1\u010e\1\0\1\u010e\1\0\1\u010e\6\0\1\u010e" - + "\50\0\2\u010f\3\0\3\u010f\5\0\1\u010f\2\0\5\u010f" - + "\3\0\1\u010f\1\0\1\u010f\1\0\1\u010f\6\0\1\u010f" - + "\30\0\1\u0110\2\0\30\u0110\1\303\1\0\57\u0110\1\304" - + "\2\0\30\304\1\u0111\60\304\16\0\1\u0112\113\0\1\u0113" - + "\105\0\1\u0114\6\0\2\u0114\4\0\4\u0114\5\0\3\u0114" - + "\2\0\2\u0114\3\0\26\u0114\2\0\1\u0115\23\0\2\310" - + "\3\0\1\310\1\0\4\310\2\0\4\310\4\0\10\310" - + "\3\0\26\310\33\0\1\u0116\6\0\1\u0117\77\0\1\u0118" - + "\6\0\2\u0118\4\0\4\u0118\5\0\3\u0118\2\0\2\u0118" - + "\3\0\26\u0118\2\0\1\u0119\62\0\1\u011a\46\0\1\321" - + "\111\0\5\322\1\u011b\106\322\4\0\1\321\1\323\140\0" - + "\1\u011c\102\0\1\332\13\0\1\332\3\0\2\332\71\0" - + "\2\u011d\3\0\3\u011d\5\0\1\u011d\2\0\5\u011d\3\0" - + "\1\u011d\1\0\1\u011d\1\0\1\u011d\6\0\1\u011d\41\0" - + "\1\150\7\0\1\166\13\0\1\u011e\3\0\2\u011e\2\164" - + "\55\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\5\22\1\u011f\20\22\14\0\1\22\7\0\3\22" + + "\3\346\2\0\2\346\3\0\26\346\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\7\22\1\347\3\0\26\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\10\22\1\350\15\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\5\22\1\351\2\22" + + "\1\352\15\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\7\22\1\353\16\22\23\0\3\22" + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\2\22" - + "\1\u0120\23\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\4\22\1\u0121\21\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\7\22\1\u0122\3\0\26\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\16\22\1\u0123\7\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\7\22\1\u0124\3\0\26\22" - + "\14\0\1\22\7\0\3\346\7\0\2\346\3\0\4\346" - + "\4\0\10\346\3\0\26\346\14\0\1\346\7\0\3\22" + + "\1\354\23\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\10\22\1\355\15\22\23\0\3\22" + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\2\22" - + "\1\u0125\23\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\12\22\1\u0126\13\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\7\22\1\u0127\3\0\26\22\14\0\1\22\7\0" + + "\1\356\23\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\17\22\1\357\6\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\11\22" + + "\1\360\14\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\7\22\1\361\3\0\26\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\15\22\1\362" + + "\10\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\10\22\1\363\10\22\1\364\4\22\23\0" + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\4\22\1\u0128\21\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\5\22\1\u0129" - + "\2\22\1\u012a\15\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\5\22\1\u012b" - + "\20\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\10\22\1\u012c\15\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\7\22\1\u012d\3\0\26\22\14\0\1\22\7\0\3\22" + + "\14\22\1\365\11\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\12\22\1\366\5\22\1\367" + + "\5\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\1\22\1\370\7\22\1\371\14\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\17\22\1\372\6\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\5\22\1\373\2\22\1\374" + + "\15\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\17\22\1\375\6\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\7\22\1\376\3\0\26\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\13\22\1\377\12\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\3\22\1\u0100\4\22\3\0\14\22" + + "\1\u0101\11\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\7\22\1\u0102\16\22\23\0\3\22" + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\10\22" - + "\1\u012e\15\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\1\22\1\u012f\24\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\11\22\1\u0130\14\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" - + "\1\u0131\3\0\26\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\14\22\1\u0132" - + "\11\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\7\22\1\u0133\3\0\26\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\6\22\1\u0134\17\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\5\22" - + "\1\u0135\20\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\7\22\1\u0136\3\0\26\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\10\22\1\u0137\15\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\u0138" - + "\3\0\26\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\6\22\1\u0139\5\22" - + "\1\u013a\11\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\7\22\1\u013b\3\0\26\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\2\22\1\u013c\23\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\u013d" - + "\3\0\26\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\2\22\1\u013e\23\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\16\22\1\u013f\7\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\14\22\1\u0140\11\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\10\22" - + "\1\u0141\15\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\22\22\1\u0142\3\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\3\22\1\u0143\22\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\14\22\1\u0144\11\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\13\22" - + "\1\u0145\12\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\11\22\1\u0146\14\22" - + "\14\0\1\22\21\0\2\u0147\3\0\3\u0147\5\0\1\u0147" - + "\2\0\5\u0147\3\0\1\u0147\1\0\1\u0147\1\0\1\u0147" - + "\6\0\1\u0147\50\0\2\u0148\3\0\3\u0148\5\0\1\u0148" - + "\2\0\5\u0148\3\0\1\u0148\1\0\1\u0148\1\0\1\u0148" - + "\6\0\1\u0148\31\0\2\u0149\5\0\2\u0114\1\0\1\u0149" - + "\1\0\1\u0114\1\u014a\4\u0114\2\0\4\u0114\4\0\10\u0114" - + "\3\0\26\u0114\33\0\1\u014b\123\0\1\u014c\76\0\2\u0118" - + "\3\0\1\u0118\1\0\4\u0118\2\0\4\u0118\4\0\10\u0118" - + "\3\0\26\u0118\16\0\4\322\1\321\1\u011b\106\322\20\0" - + "\2\u014d\3\0\3\u014d\5\0\1\u014d\2\0\5\u014d\3\0" - + "\1\u014d\1\0\1\u014d\1\0\1\u014d\6\0\1\u014d\41\0" - + "\1\150\7\0\1\166\13\0\1\u014e\3\0\2\u014e\2\164" - + "\55\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" - + "\1\u014f\3\0\26\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\14\22\1\u0150" - + "\11\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\10\22\1\u0151\15\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\7\22\1\u0152\16\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\3\22\1\u0153\22\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\1\22\1\u0154" - + "\24\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\16\22\1\u0155\7\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\10\22\1\u0156\15\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\11\22\1\u0157\14\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\5\22\1\u0158" - + "\20\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\11\22\1\u0159\14\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\1\22\1\u015a\24\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\4\22\1\u015b\21\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\1\22\1\u015c" - + "\24\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\22\22\1\u015d\3\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\5\22\1\u015e\20\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\15\22\1\u015f\10\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\6\22\1\u0160" - + "\17\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\2\22\1\u0161\23\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\1\22\1\u0162\24\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\1\22\1\u0163\24\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\7\22\1\u0164\3\0\26\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\3\22\1\u0165\4\22\3\0\26\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\12\22\1\u0166\13\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\10\22" - + "\1\u0167\15\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\21\22\1\u0168\4\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\7\22\1\u0169\3\0\26\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\u016a" - + "\3\0\26\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\2\22\1\u016b\23\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\2\22\1\u016c\23\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\11\22\1\u016d\14\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\7\22" - + "\1\u016e\16\22\14\0\1\22\2\0\2\u0149\10\0\1\u0149" - + "\2\0\1\u014a\123\0\1\u016f\105\0\2\u0170\3\0\3\u0170" - + "\5\0\1\u0170\2\0\5\u0170\3\0\1\u0170\1\0\1\u0170" - + "\1\0\1\u0170\6\0\1\u0170\41\0\1\150\7\0\1\166" - + "\13\0\1\u0171\3\0\2\u0171\2\164\55\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\14\22\1\u0172" - + "\11\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\11\22\1\u0173\14\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\13\22\1\u0174\12\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\7\22\1\u0175\16\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\7\22\1\u0176" - + "\16\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\4\22\1\u0177\21\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\16\22\1\u0178\7\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\11\22\1\u0179\14\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\7\22\1\u017a\3\0\26\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\17\22\1\u017b\6\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\3\22" - + "\1\u017c\4\22\3\0\26\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\7\22" - + "\1\u017d\16\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\3\22\1\u017e\4\22\3\0\7\22" - + "\1\u017f\16\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\10\22\1\u0180\15\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\21\22\1\u0181\4\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\11\22\1\u0182\14\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\14\22" - + "\1\u0183\11\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\7\22\1\u0184\3\0\26\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\11\22\1\u0185\14\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\4\22\1\u0186\21\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\10\22\1\u0187" - + "\15\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\23\22\1\u0188\2\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\4\22\1\u0189\21\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\11\22\1\u018a\14\22\14\0\1\22\30\0\1\u018b\104\0" - + "\2\u018c\3\0\3\u018c\5\0\1\u018c\2\0\5\u018c\3\0" - + "\1\u018c\1\0\1\u018c\1\0\1\u018c\6\0\1\u018c\41\0" - + "\1\150\7\0\1\166\13\0\1\u018d\3\0\2\u018d\2\164" - + "\55\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\20\22\1\u018e\5\22\14\0\1\22\7\0\3\22" + + "\1\u0103\15\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\11\22\1\u0104\14\22\23\0\3\22" + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\6\22" - + "\1\u018f\17\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\5\22\1\u0190\20\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\12\22\1\u0191\13\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\13\22\1\u0192\12\22\14\0\1\22\7\0\3\22" + + "\1\u0105\2\22\1\u0106\14\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\4\22\1\u0107\21\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\1\u0108\25\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\1\22\1\u0109\24\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\11\22\1\u010a\14\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\10\22\1\u010b\15\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\3\22\1\u010c" + + "\4\22\3\0\26\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\25\22\1\u010d\35\0\2\u010e" + + "\3\0\3\u010e\5\0\1\u010e\2\0\5\u010e\3\0\1\u010e" + + "\1\0\1\u010e\1\0\1\u010e\6\0\1\u010e\47\0\2\u010f" + + "\3\0\3\u010f\5\0\1\u010f\2\0\5\u010f\3\0\1\u010f" + + "\1\0\1\u010f\1\0\1\u010f\6\0\1\u010f\27\0\1\u0110" + + "\2\0\30\u0110\1\303\1\0\56\u0110\1\304\2\0\30\304" + + "\1\u0111\57\304\16\0\1\u0112\112\0\1\u0113\104\0\1\u0114" + + "\6\0\2\u0114\4\0\4\u0114\5\0\3\u0114\2\0\2\u0114" + + "\3\0\26\u0114\2\0\1\u0115\22\0\2\310\3\0\1\310" + + "\1\0\4\310\2\0\4\310\4\0\10\310\3\0\26\310" + + "\32\0\1\u0116\6\0\1\u0117\76\0\1\u0118\6\0\2\u0118" + + "\4\0\4\u0118\5\0\3\u0118\2\0\2\u0118\3\0\26\u0118" + + "\2\0\1\u0119\14\0\1\321\110\0\5\322\1\u011a\105\322" + + "\4\0\1\321\1\323\137\0\1\u011b\101\0\1\332\13\0" + + "\1\332\3\0\2\332\70\0\2\u011c\3\0\3\u011c\5\0" + + "\1\u011c\2\0\5\u011c\3\0\1\u011c\1\0\1\u011c\1\0" + + "\1\u011c\6\0\1\u011c\40\0\1\150\7\0\1\166\13\0" + + "\1\u011d\3\0\2\u011d\2\164\54\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\5\22\1\u011e\20\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\2\22\1\u011f\23\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\4\22\1\u0120\21\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" + + "\1\u0121\3\0\26\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\16\22\1\u0122\7\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\u0123" + + "\3\0\26\22\23\0\3\346\7\0\2\346\3\0\4\346" + + "\4\0\10\346\3\0\26\346\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\2\22\1\u0124\23\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\12\22\1\u0125\13\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\7\22\1\u0126\3\0\26\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\4\22\1\u0127\21\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\5\22\1\u0128\2\22\1\u0129" + + "\15\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\5\22\1\u012a\20\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\10\22\1\u012b" + + "\15\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\7\22\1\u012c\3\0\26\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\10\22\1\u012d\15\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\1\22\1\u012e\24\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\11\22\1\u012f\14\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" + + "\1\u0130\3\0\26\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\14\22\1\u0131\11\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\u0132" + + "\3\0\26\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\6\22\1\u0133\17\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\5\22" + + "\1\u0134\20\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\7\22\1\u0135\3\0\26\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\10\22\1\u0136" + + "\15\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\7\22\1\u0137\3\0\26\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\6\22\1\u0138\5\22" + + "\1\u0139\11\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\7\22\1\u013a\3\0\26\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\2\22\1\u013b" + + "\23\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\7\22\1\u013c\3\0\26\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\2\22\1\u013d\23\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\16\22\1\u013e\7\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\14\22\1\u013f\11\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\10\22\1\u0140\15\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\22\22\1\u0141\3\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\3\22\1\u0142\22\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\14\22\1\u0143\11\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\13\22\1\u0144\12\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\11\22\1\u0145\14\22" + + "\35\0\2\u0146\3\0\3\u0146\5\0\1\u0146\2\0\5\u0146" + + "\3\0\1\u0146\1\0\1\u0146\1\0\1\u0146\6\0\1\u0146" + + "\47\0\2\u0147\3\0\3\u0147\5\0\1\u0147\2\0\5\u0147" + + "\3\0\1\u0147\1\0\1\u0147\1\0\1\u0147\6\0\1\u0147" + + "\30\0\2\u0148\5\0\2\u0114\1\0\1\u0148\1\0\1\u0114" + + "\1\u0149\4\u0114\2\0\4\u0114\4\0\10\u0114\3\0\26\u0114" + + "\32\0\1\u014a\122\0\1\u014b\75\0\2\u0118\3\0\1\u0118" + + "\1\0\4\u0118\2\0\4\u0118\4\0\10\u0118\3\0\26\u0118" + + "\15\0\4\322\1\321\1\u011a\105\322\20\0\2\u014c\3\0" + + "\3\u014c\5\0\1\u014c\2\0\5\u014c\3\0\1\u014c\1\0" + + "\1\u014c\1\0\1\u014c\6\0\1\u014c\40\0\1\150\7\0" + + "\1\166\13\0\1\u014d\3\0\2\u014d\2\164\54\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\7\22\1\u014e\3\0" + + "\26\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\14\22\1\u014f\11\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\10\22\1\u0150" + + "\15\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\7\22\1\u0151\16\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\3\22\1\u0152" + + "\22\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\1\22\1\u0153\24\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\16\22\1\u0154" + + "\7\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\10\22\1\u0155\15\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\11\22\1\u0156" + + "\14\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\5\22\1\u0157\20\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\11\22\1\u0158" + + "\14\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\1\22\1\u0159\24\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\4\22\1\u015a" + + "\21\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\1\22\1\u015b\24\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\22\22\1\u015c" + + "\3\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\5\22\1\u015d\20\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\15\22\1\u015e" + + "\10\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\6\22\1\u015f\17\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\2\22\1\u0160" + + "\23\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\1\22\1\u0161\24\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\1\22\1\u0162" + + "\24\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\7\22\1\u0163\3\0\26\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\3\22\1\u0164\4\22\3\0\26\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\12\22\1\u0165\13\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\10\22\1\u0166\15\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\21\22\1\u0167\4\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\7\22\1\u0168\3\0\26\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\u0169" + + "\3\0\26\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\2\22\1\u016a\23\22\23\0\3\22" + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\2\22" - + "\1\u0193\23\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\4\22\1\u0194\21\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\2\22\1\u0195\23\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" - + "\3\0\2\22\1\u0196\23\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\7\22\1\u0197\3\0" - + "\26\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\7\22\1\u0198\16\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\10\22\1\u0199\15\22\14\0\1\22\7\0" - + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\4\22\1\u019a\21\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\10\22\1\u019b" - + "\15\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\7\22\1\u019c\3\0\26\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" - + "\1\u019d\3\0\26\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\10\22\1\u019e" - + "\15\22\14\0\1\22\31\0\1\u019f\103\0\2\u01a0\3\0" - + "\3\u01a0\5\0\1\u01a0\2\0\5\u01a0\3\0\1\u01a0\1\0" - + "\1\u01a0\1\0\1\u01a0\6\0\1\u01a0\41\0\1\150\7\0" - + "\1\166\13\0\1\u01a1\3\0\2\u01a1\2\164\55\0\3\22" + + "\1\u016b\23\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\11\22\1\u016c\14\22\23\0\3\22" + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\7\22" - + "\1\u01a2\16\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\7\22\1\u01a3\3\0\26\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\7\22\1\u01a4\3\0\26\22\14\0\1\22\7\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\4\22" - + "\1\u01a5\21\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\7\22\1\u01a6\3\0\26\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\4\22\1\u01a7\21\22\14\0\1\22\7\0" + + "\1\u016d\16\22\16\0\2\u0148\10\0\1\u0148\2\0\1\u0149" + + "\122\0\1\u016e\104\0\2\u016f\3\0\3\u016f\5\0\1\u016f" + + "\2\0\5\u016f\3\0\1\u016f\1\0\1\u016f\1\0\1\u016f" + + "\6\0\1\u016f\40\0\1\150\7\0\1\166\13\0\1\u0170" + + "\3\0\2\u0170\2\164\54\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\14\22\1\u0171\11\22\23\0" + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" - + "\14\22\1\u01a8\11\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\7\22\1\u01a9" - + "\16\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\7\22\1\u01aa\3\0\26\22\14\0\1\22" - + "\7\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" - + "\1\u01ab\3\0\26\22\14\0\1\22\7\0\3\22\7\0" - + "\2\22\3\0\4\22\4\0\10\22\3\0\20\22\1\u01ac" - + "\5\22\14\0\1\22\30\0\1\u01ad\104\0\2\u01ae\3\0" - + "\3\u01ae\5\0\1\u01ae\2\0\5\u01ae\3\0\1\u01ae\1\0" - + "\1\u01ae\1\0\1\u01ae\6\0\1\u01ae\41\0\1\150\7\0" - + "\1\166\13\0\1\u01af\3\0\2\u01af\2\164\55\0\3\22" - + "\7\0\2\22\3\0\4\22\4\0\7\22\1\u01b0\3\0" - + "\26\22\14\0\1\22\7\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\10\22\3\0\6\22\1\u01b1\17\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\7\22\1\u01b2\3\0\26\22\14\0\1\22\7\0\3\22" + + "\11\22\1\u0172\14\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\13\22\1\u0173\12\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\7\22\1\u0174\16\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\7\22\1\u0175\16\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\4\22\1\u0176\21\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\16\22\1\u0177\7\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\11\22\1\u0178\14\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\7\22\1\u0179\3\0\26\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\17\22" + + "\1\u017a\6\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\3\22\1\u017b\4\22\3\0\26\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\7\22" + + "\1\u017c\16\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\3\22\1\u017d\4\22\3\0\7\22\1\u017e\16\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\10\22\1\u017f\15\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\21\22\1\u0180\4\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\10\22" + + "\3\0\11\22\1\u0181\14\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\14\22\1\u0182\11\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" + + "\1\u0183\3\0\26\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\11\22\1\u0184\14\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\4\22\1\u0185\21\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\10\22\1\u0186\15\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\23\22\1\u0187\2\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\4\22\1\u0188\21\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\11\22\1\u0189\14\22\44\0\1\u018a\103\0\2\u018b\3\0" + + "\3\u018b\5\0\1\u018b\2\0\5\u018b\3\0\1\u018b\1\0" + + "\1\u018b\1\0\1\u018b\6\0\1\u018b\40\0\1\150\7\0" + + "\1\166\13\0\1\u018c\3\0\2\u018c\2\164\54\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\20\22" + + "\1\u018d\5\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\6\22\1\u018e\17\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\5\22" + + "\1\u018f\20\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\12\22\1\u0190\13\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\13\22" + + "\1\u0191\12\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\2\22\1\u0192\23\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\4\22" + + "\1\u0193\21\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\2\22\1\u0194\23\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\2\22" + + "\1\u0195\23\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\7\22\1\u0196\3\0\26\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\7\22\1\u0197" + + "\16\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\10\22\1\u0198\15\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\4\22\1\u0199" + + "\21\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\10\22\1\u019a\15\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\7\22\1\u019b\3\0\26\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" + + "\1\u019c\3\0\26\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\10\22\1\u019d\15\22\45\0" + + "\1\u019e\102\0\2\u019f\3\0\3\u019f\5\0\1\u019f\2\0" + + "\5\u019f\3\0\1\u019f\1\0\1\u019f\1\0\1\u019f\6\0" + + "\1\u019f\40\0\1\150\7\0\1\166\13\0\1\u01a0\3\0" + + "\2\u01a0\2\164\54\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\7\22\1\u01a1\16\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\7\22\1\u01a2\3\0" + + "\26\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\7\22\1\u01a3\3\0\26\22\23\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\10\22\3\0\4\22\1\u01a4\21\22" + + "\23\0\3\22\7\0\2\22\3\0\4\22\4\0\7\22" + + "\1\u01a5\3\0\26\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\4\22\1\u01a6\21\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\14\22\1\u01a7\11\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\10\22\3\0\7\22\1\u01a8\16\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\7\22\1\u01a9" + + "\3\0\26\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\7\22\1\u01aa\3\0\26\22\23\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\10\22\3\0\20\22\1\u01ab" + + "\5\22\44\0\1\u01ac\103\0\2\u01ad\3\0\3\u01ad\5\0" + + "\1\u01ad\2\0\5\u01ad\3\0\1\u01ad\1\0\1\u01ad\1\0" + + "\1\u01ad\6\0\1\u01ad\40\0\1\150\7\0\1\166\13\0" + + "\1\u01ae\3\0\2\u01ae\2\164\54\0\3\22\7\0\2\22" + + "\3\0\4\22\4\0\7\22\1\u01af\3\0\26\22\23\0" + + "\3\22\7\0\2\22\3\0\4\22\4\0\10\22\3\0" + + "\6\22\1\u01b0\17\22\23\0\3\22\7\0\2\22\3\0" + + "\4\22\4\0\7\22\1\u01b1\3\0\26\22\23\0\3\22" + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\10\22" - + "\1\u01b3\15\22\14\0\1\22\7\0\3\22\7\0\2\22" - + "\3\0\4\22\4\0\10\22\3\0\13\22\1\u01b4\12\22" - + "\14\0\1\22\7\0\3\22\7\0\2\22\3\0\4\22" - + "\4\0\10\22\3\0\13\22\1\u01b5\12\22\14\0\1\22" - + "\25\0\1\u01b6\107\0\2\u01b7\3\0\3\u01b7\5\0\1\u01b7" - + "\2\0\5\u01b7\3\0\1\u01b7\1\0\1\u01b7\1\0\1\u01b7" - + "\6\0\1\u01b7\41\0\1\150\7\0\1\166\13\0\1\u01b8" - + "\3\0\2\u01b8\2\164\55\0\3\22\7\0\2\22\3\0" - + "\4\22\4\0\3\22\1\u01b9\4\22\3\0\26\22\14\0" - + "\1\22\7\0\3\22\7\0\2\22\3\0\4\22\4\0" - + "\10\22\3\0\5\22\1\u01ba\20\22\14\0\1\22\12\0" - + "\1\150\7\0\1\166\13\0\1\u01bb\3\0\2\u01bb\2\164" - + "\60\0\1\150\7\0\1\166\13\0\1\u01bc\3\0\2\u01bc" - + "\2\164\60\0\1\150\7\0\1\166\13\0\1\u01bd\3\0" - + "\2\u01bd\2\164\60\0\1\150\7\0\1\166\13\0\1\u01be" - + "\3\0\2\u01be\2\164\60\0\1\150\7\0\1\166\13\0" - + "\1\u01bf\3\0\2\u01bf\2\164\60\0\1\150\7\0\1\166" - + "\13\0\1\u01c0\3\0\2\u01c0\2\164\47\0"; + + "\1\u01b2\15\22\23\0\3\22\7\0\2\22\3\0\4\22" + + "\4\0\10\22\3\0\13\22\1\u01b3\12\22\23\0\3\22" + + "\7\0\2\22\3\0\4\22\4\0\10\22\3\0\13\22" + + "\1\u01b4\12\22\41\0\1\u01b5\106\0\2\u01b6\3\0\3\u01b6" + + "\5\0\1\u01b6\2\0\5\u01b6\3\0\1\u01b6\1\0\1\u01b6" + + "\1\0\1\u01b6\6\0\1\u01b6\40\0\1\150\7\0\1\166" + + "\13\0\1\u01b7\3\0\2\u01b7\2\164\54\0\3\22\7\0" + + "\2\22\3\0\4\22\4\0\3\22\1\u01b8\4\22\3\0" + + "\26\22\23\0\3\22\7\0\2\22\3\0\4\22\4\0" + + "\10\22\3\0\5\22\1\u01b9\20\22\26\0\1\150\7\0" + + "\1\166\13\0\1\u01ba\3\0\2\u01ba\2\164\57\0\1\150" + + "\7\0\1\166\13\0\1\u01bb\3\0\2\u01bb\2\164\57\0" + + "\1\150\7\0\1\166\13\0\1\u01bc\3\0\2\u01bc\2\164" + + "\57\0\1\150\7\0\1\166\13\0\1\u01bd\3\0\2\u01bd" + + "\2\164\57\0\1\150\7\0\1\166\13\0\1\u01be\3\0" + + "\2\u01be\2\164\57\0\1\150\7\0\1\166\13\0\1\u01bf" + + "\3\0\2\u01bf\2\164\46\0"; private static int[] zzUnpackTrans() { - int[] result = new int[23180]; + int[] result = new int[22800]; int offset = 0; offset = zzUnpackTrans(ZZ_TRANS_PACKED_0, offset, result); return result; @@ -906,14 +858,15 @@ public final class ActionScriptLexer { + "\2\11\1\1\2\11\1\1\2\11\1\0\3\1\1\0" + "\11\1\2\11\1\0\44\1\11\11\1\1\6\11\1\1" + "\1\11\1\0\1\11\1\0\1\11\1\0\2\11\1\0" - + "\1\1\4\0\1\1\2\0\2\11\4\1\1\11\2\0" - + "\3\11\1\1\1\11\1\0\1\1\1\11\62\1\3\0" - + "\3\11\1\0\1\11\2\0\1\1\2\11\1\0\1\11" - + "\52\1\1\11\2\0\2\11\1\0\42\1\1\0\33\1" - + "\1\0\23\1\1\0\15\1\1\0\10\1\2\11\11\1"; + + "\1\1\4\0\1\1\2\0\2\11\1\1\1\11\2\1" + + "\1\11\2\0\3\11\1\1\1\11\1\0\1\1\1\11" + + "\62\1\3\0\3\11\1\0\1\11\2\0\1\1\1\11" + + "\1\0\1\11\52\1\1\11\2\0\2\11\1\0\42\1" + + "\1\0\33\1\1\0\23\1\1\0\15\1\1\0\10\1" + + "\2\11\11\1"; private static int[] zzUnpackAttribute() { - int[] result = new int[448]; + int[] result = new int[447]; int offset = 0; offset = zzUnpackAttribute(ZZ_ATTRIBUTE_PACKED_0, offset, result); return result; @@ -1110,7 +1063,7 @@ public final class ActionScriptLexer { int j = 0; /* index in unpacked array */ - while (i < 3140) { + while (i < 3136) { int count = packed.charAt(i++); char value = packed.charAt(i++); do { @@ -1949,91 +1902,87 @@ public final class ActionScriptLexer { case 259: break; case 96: { - return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.REST, yytext()); + string.append('\u00A7'); } case 260: break; case 97: { - return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.ASSIGN_SHIFT_LEFT, yytext()); + return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.REST, yytext()); } case 261: break; case 98: { - return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.STRICT_NOT_EQUAL, yytext()); + return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.ASSIGN_SHIFT_LEFT, yytext()); } case 262: break; case 99: { - return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.USHIFT_RIGHT, yytext()); + return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.STRICT_NOT_EQUAL, yytext()); } case 263: break; case 100: { - return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.ASSIGN_SHIFT_RIGHT, yytext()); + return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.USHIFT_RIGHT, yytext()); } case 264: break; case 101: { - return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.STRICT_EQUALS, yytext()); + return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.ASSIGN_SHIFT_RIGHT, yytext()); } case 265: break; case 102: { - return new ParsedSymbol(SymbolGroup.INTEGER, SymbolType.INTEGER, Long.parseLong(yytext().substring(2), 16)); + return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.STRICT_EQUALS, yytext()); } case 266: break; case 103: { - return new ParsedSymbol(SymbolGroup.KEYWORD, SymbolType.FOR, yytext()); + return new ParsedSymbol(SymbolGroup.INTEGER, SymbolType.INTEGER, Long.parseLong(yytext().substring(2), 16)); } case 267: break; case 104: { - return new ParsedSymbol(SymbolGroup.PREPROCESSOR, SymbolType.PREPROCESSOR, yytext().substring(2)); + return new ParsedSymbol(SymbolGroup.KEYWORD, SymbolType.FOR, yytext()); } case 268: break; case 105: { - return new ParsedSymbol(SymbolGroup.IDENTIFIER, SymbolType.SET, yytext()); + return new ParsedSymbol(SymbolGroup.PREPROCESSOR, SymbolType.PREPROCESSOR, yytext().substring(2)); } case 269: break; case 106: { - return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.NEW, yytext()); + return new ParsedSymbol(SymbolGroup.IDENTIFIER, SymbolType.SET, yytext()); } case 270: break; case 107: { - return new ParsedSymbol(SymbolGroup.KEYWORD, SymbolType.TRY, yytext()); + return new ParsedSymbol(SymbolGroup.OPERATOR, SymbolType.NEW, yytext()); } case 271: break; case 108: { - return new ParsedSymbol(SymbolGroup.KEYWORD, SymbolType.USE, yytext()); + return new ParsedSymbol(SymbolGroup.KEYWORD, SymbolType.TRY, yytext()); } case 272: break; case 109: { - return new ParsedSymbol(SymbolGroup.KEYWORD, SymbolType.VAR, yytext()); + return new ParsedSymbol(SymbolGroup.KEYWORD, SymbolType.USE, yytext()); } case 273: break; case 110: { - return new ParsedSymbol(SymbolGroup.IDENTIFIER, SymbolType.GET, yytext()); + return new ParsedSymbol(SymbolGroup.KEYWORD, SymbolType.VAR, yytext()); } case 274: break; case 111: { - return new ParsedSymbol(SymbolGroup.GLOBALCONST, SymbolType.NAN, yytext()); + return new ParsedSymbol(SymbolGroup.IDENTIFIER, SymbolType.GET, yytext()); } case 275: break; case 112: { - string.append(yytext()); - yybegin(XML); - String ret = string.toString(); - string.setLength(0); - return new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_CDATA, ret); + return new ParsedSymbol(SymbolGroup.GLOBALCONST, SymbolType.NAN, yytext()); } case 276: break; @@ -2042,24 +1991,22 @@ public final class ActionScriptLexer { yybegin(XML); String ret = string.toString(); string.setLength(0); - return new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_COMMENT, ret); + return new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_CDATA, ret); } case 277: break; case 114: { - yybegin(YYINITIAL); - pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_FINISHVARTAG_BEGIN, yytext())); - if (string.length() > 0) { - pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_TEXT, string.toString())); - string.setLength(0); - } - return lex(); + string.append(yytext()); + yybegin(XML); + String ret = string.toString(); + string.setLength(0); + return new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_COMMENT, ret); } case 278: break; case 115: { - yybegin(XMLINSTROPENTAG); - pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_INSTR_BEGIN, yytext())); + yybegin(YYINITIAL); + pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_FINISHVARTAG_BEGIN, yytext())); if (string.length() > 0) { pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_TEXT, string.toString())); string.setLength(0); @@ -2069,8 +2016,8 @@ public final class ActionScriptLexer { case 279: break; case 116: { - yybegin(YYINITIAL); - pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_INSTRVARTAG_BEGIN, yytext())); + yybegin(XMLINSTROPENTAG); + pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_INSTR_BEGIN, yytext())); if (string.length() > 0) { pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_TEXT, string.toString())); string.setLength(0); @@ -2080,7 +2027,13 @@ public final class ActionScriptLexer { case 280: break; case 117: { - string.append('\u00A7'); + yybegin(YYINITIAL); + pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_INSTRVARTAG_BEGIN, yytext())); + if (string.length() > 0) { + pushback(new ParsedSymbol(SymbolGroup.XML, SymbolType.XML_TEXT, string.toString())); + string.setLength(0); + } + return lex(); } case 281: break; diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java index 3d00865fe..c23795331 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/action/swf4/ActionPush.java @@ -388,7 +388,7 @@ public class ActionPush extends Action { for (Object o : values) { if (o instanceof ConstantIndex) { if ((constantPool == null) || (((ConstantIndex) o).index >= constantPool.size())) { - o = "????constant" + ((ConstantIndex) o).index; + o = "\u00A7\u00A7constant" + ((ConstantIndex) o).index; } else { o = constantPool.get(((ConstantIndex) o).index); } diff --git a/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java b/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java index e5161a1e9..df968418a 100644 --- a/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java +++ b/test/com/jpexs/decompiler/flash/gui/FlashPlayerTest.java @@ -447,7 +447,7 @@ public class FlashPlayerTest { Action opAction = getOpAction(i); if (i >= 13 + 23) { - newActions.add(new ActionPush("mystring_??rv??zt??r??_t??k??rf??r??g??p")); + newActions.add(new ActionPush("mystring_\u00E1rv\u00EDzt\u0171r\u0151_t\u00FCk\u00F6rf\u00FAr\u00F3g\u00E9p")); } Object p1o = pushes[p1]; @@ -539,7 +539,7 @@ public class FlashPlayerTest { } }*/ - /*if (!ffdecResult.equals(flashResult)) { + /*if (!ffdecResult.equals(flashResult)) { LocalDataArea lda = new LocalDataArea(); for (Action a : task.actions) { if (!a.execute(lda)) { From cdbfe54dad1fbc728502451ae422d16f299a62fd Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sat, 2 Jan 2016 11:35:41 +0100 Subject: [PATCH 8/9] ImageIO disk cache disabled, it writes a lot of ImageIO* files to temp folder. --- .../src/com/jpexs/decompiler/flash/helpers/ImageHelper.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java index abba31583..187f87b7b 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/helpers/ImageHelper.java @@ -43,6 +43,10 @@ import org.monte.media.jpeg.CMYKJPEGImageReaderSpi; */ public class ImageHelper { + static { + ImageIO.setUseCache(false); + } + public static BufferedImage read(byte[] data) throws IOException { return read(new ByteArrayInputStream(data)); } From 7b53768da7f14a6c41a8305f77b314e6a8d82397 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sun, 3 Jan 2016 10:45:54 +0100 Subject: [PATCH 9/9] #1127 autoRenameIdentifiers is not supported in CLI mode: fixed --- .../src/com/jpexs/decompiler/flash/SWF.java | 6 ++++++ .../console/CommandLineArgumentParser.java | 16 +++++++++++++++- .../jpexs/decompiler/flash/gui/MainPanel.java | 18 ------------------ 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java index 07878fc86..a45a9bda8 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/SWF.java @@ -1130,6 +1130,12 @@ public final class SWF implements SWFContainerItem, Timelined { } } + if (Configuration.autoRenameIdentifiers.get()) { + deobfuscateIdentifiers(RenameType.TYPENUMBER); + assignClassesToSymbols(); + clearScriptCache(); + } + getASMs(true); // Add scriptNames to ASMs } diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index 849d34918..65f94ae6a 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -187,7 +187,21 @@ public class CommandLineArgumentParser { Configuration.internalFlashViewer, Configuration.autoDeobfuscate, Configuration.cacheOnDisk, - Configuration.overwriteExistingFiles + Configuration.cacheImages, + Configuration.overwriteExistingFiles, + Configuration.autoRenameIdentifiers, + Configuration.decimalAddress, + Configuration.showAllAddresses, + Configuration.smartNumberFormatting, + Configuration.enableScriptInitializerDisplay, + Configuration.resolveConstants, + Configuration.textExportSingleFile, + Configuration.scriptExportSingleFile, + Configuration.packJavaScripts, + Configuration.showMethodBodyId, + Configuration.getLocalNamesFromDebugInfo, + Configuration.ignoreCLikePackages, + Configuration.shapeImportUseNonSmoothedFill }; public static boolean isCommandLineMode() { diff --git a/src/com/jpexs/decompiler/flash/gui/MainPanel.java b/src/com/jpexs/decompiler/flash/gui/MainPanel.java index 8daf041c4..ac584586d 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/MainPanel.java @@ -764,24 +764,6 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se previewPanel.clear(); - for (SWF swf : newSwfs) { - - if (Configuration.autoRenameIdentifiers.get()) { - try { - swf.deobfuscateIdentifiers(RenameType.TYPENUMBER); - swf.assignClassesToSymbols(); - swf.clearScriptCache(); - if (abcPanel != null) { - abcPanel.reload(); - } - - updateClassesList(); - } catch (InterruptedException ex) { - logger.log(Level.SEVERE, null, ex); - } - } - } - swfs.add(newSwfs); SWF swf = newSwfs.size() > 0 ? newSwfs.get(0) : null; if (swf != null) {