Skip to content

Commit f5f45e7

Browse files
whiteblXKwhiteblXK
authored andcommitted
Updated copyright year, git ignore, display dbko-inferno.pl info
1 parent 5969751 commit f5f45e7

225 files changed

Lines changed: 235 additions & 225 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ workerswfs/
1111
.settings/
1212
.vscode/
1313

14+
*.p12
15+
1416
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
1517
# should NOT be excluded as they contain compiler settings and other important
1618
# information for Eclipse / Flash Builder.

locale/en_US/strings.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
##
3-
## Copyright (c) 2014-2019 Object Builder <https://github.com/Mignari/ObjectBuilder>
3+
## Copyright (c) 2014-2022 Object Builder <https://github.com/Mignari/ObjectBuilder>
44
## Translate by:
55
##
66
## Permission is hereby granted, free of charge, to any person obtaining a copy of

locale/es_ES/strings.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
##
3-
## Copyright (c) 2014-2019 Object Builder <https://github.com/Mignari/ObjectBuilder>
3+
## Copyright (c) 2014-2022 Object Builder <https://github.com/Mignari/ObjectBuilder>
44
## Translate by: Thorn, dominique120
55
##
66
## Permission is hereby granted, free of charge, to any person obtaining a copy of

locale/pt_BR/strings.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
################################################################################
22
##
3-
## Copyright (c) 2014-2019 Object Builder <https://github.com/Mignari/ObjectBuilder>
3+
## Copyright (c) 2014-2022 Object Builder <https://github.com/Mignari/ObjectBuilder>
44
## Translate by: EdMignari
55
##
66
## Permission is hereby granted, free of charge, to any person obtaining a copy of

src/ObjectBuilder-app.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<versionNumber>0.5.4</versionNumber>
88
<versionLabel>0.5.4-dev</versionLabel>
99
<copyright>
10-
<![CDATA[Copyright (c) 2014-2021 <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FMignari%2FObjectBuilder%2Fgraphs%2Fcontributors">Contributors</a>]]>
10+
<![CDATA[Copyright (c) 2014-2022 <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2FMignari%2FObjectBuilder%2Fgraphs%2Fcontributors">Contributors</a>]]>
1111
</copyright>
1212

1313
<initialWindow>

src/ObjectBuilder.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019 Object Builder <https://github.com/ottools/ObjectBuilder>
2+
* Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder>
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/ObjectBuilder.mxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) 2014-2019 Object Builder <https://github.com/ottools/ObjectBuilder>
3+
Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder>
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/ObjectBuilderWorker.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019 Object Builder <https://github.com/ottools/ObjectBuilder>
2+
* Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder>
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/Workers.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2014-2019 Object Builder <https://github.com/ottools/ObjectBuilder>
2+
* Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder>
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/com/mignari/animator/AnimationEditor.mxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
Copyright (c) 2014-2019 Object Builder <https://github.com/ottools/ObjectBuilder>
3+
Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder>
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)