Update copyright, prep for 1.1.0

This commit is contained in:
Seth Morabito 2014-08-11 14:16:41 -07:00
parent ac5907691f
commit e2a1144c7c
25 changed files with 25 additions and 25 deletions

View File

@ -1,6 +1,6 @@
The MIT License The MIT License
Copyright (c) 2008-2013 Seth J. Morabito <web@loomcom.com> Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -4,7 +4,7 @@
<groupId>com.loomcom.symon</groupId> <groupId>com.loomcom.symon</groupId>
<artifactId>symon</artifactId> <artifactId>symon</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.0.0</version> <version>1.1.0-SNAPSHOT</version>
<name>symon</name> <name>symon</name>
<url>http://www.loomcom.com/symon</url> <url>http://www.loomcom.com/symon</url>
<properties> <properties>

View File

@ -150,7 +150,7 @@ END_CODE
; sign on string ; sign on string
LAB_mess LAB_mess
.byte $0D,$0A,"Symon (c) 2008-2013, Seth Morabito" .byte $0D,$0A,"Symon (c) 2008-2014, Seth Morabito"
.byte $0D,$0A,"Enhanced 6502 BASIC 2.22 (c) Lee Davison" .byte $0D,$0A,"Enhanced 6502 BASIC 2.22 (c) Lee Davison"
.byte $0D,$0A,"[C]old/[W]arm ?",$00 .byte $0D,$0A,"[C]old/[W]arm ?",$00

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2012 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2012 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2012 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2012 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* Maik Merten <maikmerten@googlemail.com> * Maik Merten <maikmerten@googlemail.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* Maik Merten <maikmerten@googlemail.com> * Maik Merten <maikmerten@googlemail.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2014 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* Maik Merten <maikmerten@googlemail.com> * Maik Merten <maikmerten@googlemail.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2014 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* Maik Merten <maikmerten@googlemail.com> * Maik Merten <maikmerten@googlemail.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2014 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* Maik Merten <maikmerten@googlemail.com> * Maik Merten <maikmerten@googlemail.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2008-2013 Seth J. Morabito <sethm@loomcom.com> * Copyright (c) 2008-2014 Seth J. Morabito <web@loomcom.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the